[LON-CAPA-cvs] cvs: loncom /interface groupboards.pm loncoursequeueadmin.pm londocs.pm resetpw.pm /localize/localize de.pm
raeburn
raeburn at source.lon-capa.org
Fri Aug 16 20:34:33 EDT 2013
raeburn Sat Aug 17 00:34:33 2013 EDT
Modified files:
/loncom/interface resetpw.pm londocs.pm loncoursequeueadmin.pm
groupboards.pm
/loncom/localize/localize de.pm
Log:
- Update some keys in de.pm which were originally multi-sentence,
for consistency with code simplification made in resetpw.pm rev 1.29.
- Reduce number of phrases required for contacting helpdesk in case of a problem
by unifying such phrases to a single phrase:
"Please contact the [_1]helpdesk[_2] for assistance."
-------------- next part --------------
Index: loncom/interface/resetpw.pm
diff -u loncom/interface/resetpw.pm:1.35 loncom/interface/resetpw.pm:1.36
--- loncom/interface/resetpw.pm:1.35 Wed Aug 14 16:47:37 2013
+++ loncom/interface/resetpw.pm Sat Aug 17 00:34:29 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Allow access to password changing via a token sent to user's e-mail.
#
-# $Id: resetpw.pm,v 1.35 2013/08/14 16:47:37 raeburn Exp $
+# $Id: resetpw.pm,v 1.36 2013/08/17 00:34:29 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -397,7 +397,7 @@
'<p class="LC_error">'
.&mt('A problem occurred when attempting to reset the password for your account.')
.'<br />'
- .&mt('Please contact the [_1] - ([_2]) for assistance.',
+ .&mt('Please contact the [_1] ([_2]) for assistance.',
$contact_name,'<a href="mailto:'.$contact_email.'">'.$contact_email.'</a>')
.'</p>';
}
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.559 loncom/interface/londocs.pm:1.560
--- loncom/interface/londocs.pm:1.559 Fri Aug 16 23:27:31 2013
+++ loncom/interface/londocs.pm Sat Aug 17 00:34:29 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.559 2013/08/16 23:27:31 raeburn Exp $
+# $Id: londocs.pm,v 1.560 2013/08/17 00:34:29 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1624,12 +1624,14 @@
'<div class="LC_error">'.
&mt('There was a problem removing a lockfile.');
if ($prefix eq 'smppg') {
- $lockerrorsref->{$prefix} .=
+ $lockerrorsref->{$prefix} .=
' '.&mt('This will prevent creation of additional simple pages in this course.');
} else {
$lockerrorsref->{$prefix} .= ' '.&mt('This will prevent creation of additional bulletin boards in this course.');
}
- $lockerrorsref->{$prefix} .= ' '.&mt('Please contact the domain coordinator for your LON-CAPA domain.').'</div>';
+ $lockerrorsref->{$prefix} .= ' '.&mt('Please contact the [_1]helpdesk[_2] for assistance.',
+ '<a href="/adm/helpdesk" target="_helpdesk">','</a>').
+ '</div>';
}
}
} elsif ($url =~ m{/syllabus$}) {
@@ -3516,7 +3518,8 @@
}
unless ($type eq 'paste') {
$locknotfreed .=
- ' '.&mt('Please contact the domain coordinator for your LON-CAPA domain.');
+ ' '.&mt('Please contact the [_1]helpdesk[_2] for assistance.',
+ '<a href="/adm/helpdesk" target="_helpdesk">','</a>');
}
$locknotfreed .= '</div>';
}
Index: loncom/interface/loncoursequeueadmin.pm
diff -u loncom/interface/loncoursequeueadmin.pm:1.36 loncom/interface/loncoursequeueadmin.pm:1.37
--- loncom/interface/loncoursequeueadmin.pm:1.36 Wed Jul 24 18:21:39 2013
+++ loncom/interface/loncoursequeueadmin.pm Sat Aug 17 00:34:29 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Utilities to administer domain course requests and course self-enroll requests
#
-# $Id: loncoursequeueadmin.pm,v 1.36 2013/07/24 18:21:39 bisitz Exp $
+# $Id: loncoursequeueadmin.pm,v 1.37 2013/08/17 00:34:29 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1843,7 +1843,7 @@
unless ($env{'environment.canrequest.author'}) {
return '<span class="LC_warning">'.
&mt('You do not currently have rights to request an authoring space.').'<br />'.
- &mt('Please contact the [_1]helpdesk[_2].','<a href="/adm/helpdesk">',
+ &mt('Please contact the [_1]helpdesk[_2] for assistance.','<a href="/adm/helpdesk">',
'</a>').'</span>';
}
my $queued = &reqauthor_check();
Index: loncom/interface/groupboards.pm
diff -u loncom/interface/groupboards.pm:1.18 loncom/interface/groupboards.pm:1.19
--- loncom/interface/groupboards.pm:1.18 Fri Jul 19 18:24:17 2013
+++ loncom/interface/groupboards.pm Sat Aug 17 00:34:29 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Group Bulletin Boards Manager
#
-# $Id: groupboards.pm,v 1.18 2013/07/19 18:24:17 bisitz Exp $
+# $Id: groupboards.pm,v 1.19 2013/08/17 00:34:29 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -120,7 +120,9 @@
if ($lockfreed ne 'ok') {
$r->print(&mt('There was a problem removing a lockfile for the group ([_1]).',$description).'<br />'.
&mt('This may prevent creation of additional bulletin boards in this group.').'<br />'.
- &mt('Please contact the domain coordinator for your LON-CAPA domain.'));
+ &mt('Please contact the [_1]helpdesk[_2] for assistance.',
+ '<a href="/adm/helpdesk">','</a>')
+ );
}
} else {
$r->print(&mt('There was a problem creating the new discussion board - [_1]','<span class="LC_error">'.$outcome.'</span>').'<br /><a href="/adm/groupboards?group='.$group.'">'.
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.526 loncom/localize/localize/de.pm:1.527
--- loncom/localize/localize/de.pm:1.526 Fri Aug 16 13:15:05 2013
+++ loncom/localize/localize/de.pm Sat Aug 17 00:34:33 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# German Localization Lexicon
#
-# $Id: de.pm,v 1.526 2013/08/16 13:15:05 raeburn Exp $
+# $Id: de.pm,v 1.527 2013/08/17 00:34:33 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -17163,14 +17163,14 @@
'An error occurred when sending a message to the e-mail address you provided.'
=> 'Beim Verschicken Ihrer Nachricht an die von Ihnen angegebene E-Mail-Adresse ist ein Fehler aufgetreten.',
- 'An error occurred when sending a message to the e-mail address associated with your LON-CAPA account. Please contact the [_1] ([_2]) for assistance.'
-=> 'Beim Verschicken Ihrer Nachricht an die von Ihnen angegebene E-Mail-Adresse ist ein Fehler aufgetreten. Nehmen Sie zur Klärung bitte mit [_1] ([_2]) Kontakt auf.',
+ 'An error occurred when sending a message to the e-mail address associated with your LON-CAPA account.'
+=> 'Beim Verschicken Ihrer Nachricht an die von Ihnen angegebene E-Mail-Adresse ist ein Fehler aufgetreten.',
'An error occurred creating a token required for the account creation process.'
=> 'Beim Erstellen des Authentifizierungscodes, der für den Erstellungsvorgang des Accounts notwendig ist, ist ein Fehler aufgetreten.',
- 'An error occurred creating a token required for the password reset process. Please contact the [_1] ([_2]) for assistance.'
-=> 'Beim Erstellen des Authentifizierungscodes, der für den Passwortzurücksetzungsvorgang notwendig ist, ist ein Fehler aufgetreten. Nehmen Sie zur Klärung bitte mit [_1] ([_2]) Kontakt auf.',
+ 'An error occurred creating a token required for the password reset process.'
+=> 'Beim Erstellen des Authentifizierungscodes, der für den Passwortzurücksetzungsvorgang notwendig ist, ist ein Fehler aufgetreten.',
'Please contact the [_1] ([_2]) for assistance.'
=> 'Nehmen Sie zur Klärung bitte mit [_1] ([_2]) Kontakt auf.',
@@ -17421,9 +17421,6 @@
'Please contact the [_1]helpdesk[_2] for assistance.'
=> 'Bitte nehmen Sie zur Klärung Kontakt mit dem [_1]Helpdesk[_2] auf.',
- 'Please contact the [_1]helpdesk[_2].'
-=> 'Bitte kontaktieren Sie das [_1]Helpdesk[_2].',
-
'[_1] enrolled'
=> 'Kurs belegt für [_1]',
@@ -19169,8 +19166,8 @@
"A group folder is added to the 'Course Groups' folder which contains folders for all groups in the course."
=> "Ein Gruppenverzeichnis, welches Verzeichnisse für alle Gruppen im Kurs enthält, wird zum 'Kursgruppen'-Verzeichnis hinzugefügt.",
- 'A problem occurred when attempting to reset the password for your account. Please contact the [_1] - ([_2]) for assistance.'
-=> 'Beim Zurücksetzen des Passwortes für Ihren Account ist ein Fehler aufgetreten. Nehmen Sie zur Klärung bitte mit [_1] - ([_2]) Kontakt auf.',
+ 'A problem occurred when attempting to reset the password for your account.'
+=> 'Beim Zurücksetzen des Passwortes für Ihren Account ist ein Fehler aufgetreten.',
'A problem occurred when attempting to reset the password for your account. Please try again from your [_1]home server[_2].'
=> 'Beim Zurücksetzen des Passwortes für Ihren Account ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal von Ihrem [_1]Heimatserver[_2] aus.',
@@ -23391,8 +23388,11 @@
'There was a problem creating the new discussion board - [_1]'
=> 'Beim Erstellen des neuen Diskussionsforums [_1] ist ein Problem aufgetreten.',
- 'There was a problem removing a lockfile for the group ([_1]). This may prevent creation of additional bulletin boards in this group. Please contact the system administrator for your LON-CAPA domain.'
-=> 'Beim Entfernen einer Sperrdatei für die Gruppe [_1] ist ein Problem aufgetreten. Dies könnte dazu führen, dass in dieser Gruppe keine neuen Diskussionsforen angelegt werden können. Bitte kontaktieren Sie den System-Administrator Ihrer LON-CAPA-Domäne.',
+ 'There was a problem removing a lockfile for the group ([_1]).'
+=> 'Beim Entfernen der Sperrdatei für die Gruppe [_1] ist ein Problem aufgetreten.',
+
+ 'This may prevent creation of additional bulletin boards in this group.'
+=> 'Dies könnte dazu führen, dass in dieser Gruppe keine neuen Diskussionsforen angelegt werden können.',
'URL points to other server.'
=> 'URL zeigt auf anderen Server',
@@ -25507,12 +25507,6 @@
'Overrides'
=> 'Ãberschrieben',
- 'Please contact the domain coordinator for your LON-CAPA domain.'
-=> 'Bitte nehmen Sie mit einem Domänen-Koordinator Ihrer LON-CAPA-Domäne Kontakt auf.',
-
- 'There was a problem removing a lockfile for the group ([_1]).'
-=> 'Beim Entfernen der Sperrdatei für die Gruppe [_1] ist ein Problem aufgetreten.',
-
'Announcement posted to [_1]'
=> 'Bekanntmachung gesendet an [_1]',
@@ -26180,8 +26174,11 @@
'The following files are either dependencies of a web page or references within a folder and/or composite page which could not be copied during the paste operation:'
=> 'Die folgenden Dateien sind entweder Abhängigkeiten einer Webseite oder Verweise innerhalb eines Verzeichnisses und/oder zusammengesetzten Seite, die während des Einfügevorgangs nicht kopiert werden konnten:',
- 'There was a problem removing a lockfile. This will prevent creation of additional folders or composite pages in this course. Please contact the domain coordinator for your LON-CAPA domain.'
-=> 'Beim Entfernen der Sperrdatei ist ein Problem aufgetreten. Somit ist es nicht möglich, weitere Verzeichnisse oder zusammengesetzte Seiten im Kurs zu erstellen. Bitte nehmen Sie mit einem Domänen-Koordinator Ihrer LON-CAPA-Domäne Kontakt auf.',
+ 'There was a problem removing a lockfile.'
+=> 'Beim Entfernen der Sperrdatei ist ein Problem aufgetreten.',
+
+ 'This will prevent creation of additional folders or composite pages in this course.'
+=> 'Somit ist es nicht möglich, weitere Verzeichnis se oder zusammengesetzte Seiten im Kurs zu erstellen.',
'Title is blank'
=> 'Der Titel ist leer.',
More information about the LON-CAPA-cvs
mailing list