[LON-CAPA-cvs] cvs: loncom /cgi lonmodulecheck.pl /interface domainprefs.pm loncommon.pm /localize/localize de.pm fr.pm
bisitz
bisitz at source.lon-capa.org
Tue Sep 10 13:44:04 EDT 2013
bisitz Tue Sep 10 17:44:04 2013 EDT
Modified files:
/loncom/interface domainprefs.pm loncommon.pm
/loncom/cgi lonmodulecheck.pl
/loncom/localize/localize de.pm fr.pm
Log:
Wording:
- Consistent wording and re-using existing phrases
- "LON-CAPA" is usual, not "LONCAPA"
- Updated related translation file entries
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.206 loncom/interface/domainprefs.pm:1.207
--- loncom/interface/domainprefs.pm:1.206 Tue Sep 10 01:51:32 2013
+++ loncom/interface/domainprefs.pm Tue Sep 10 17:43:58 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.206 2013/09/10 01:51:32 raeburn Exp $
+# $Id: domainprefs.pm,v 1.207 2013/09/10 17:43:58 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5551,7 +5551,7 @@
if ($file=~/\.(\w+)$/ &&
(&Apache::loncommon::fileembstyle($1) eq 'hdn')) {
$output =
- &mt('Invalid file extension ([_1]) - reserved for LONCAPA use.',$1);
+ &mt('Invalid file extension ([_1]) - reserved for internal use.',$1);
} elsif ($file=~/\.(\w+)$/ &&
!defined(&Apache::loncommon::fileembstyle($1))) {
$output = &mt('Unrecognized file extension ([_1]) - rename the file with a proper extension and re-upload.',$1);
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1154 loncom/interface/loncommon.pm:1.1155
--- loncom/interface/loncommon.pm:1.1154 Sat Sep 7 19:58:01 2013
+++ loncom/interface/loncommon.pm Tue Sep 10 17:43:58 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1154 2013/09/07 19:58:01 raeburn Exp $
+# $Id: loncommon.pm,v 1.1155 2013/09/10 17:43:58 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -10444,7 +10444,8 @@
# Check if extension is valid
if (($fname =~ /\.(\w+)$/) &&
(&Apache::loncommon::fileembstyle($1) eq 'hdn')) {
- $output .= &mt('Invalid file extension ([_1]) - reserved for LONCAPA use - rename the file with a different extension and re-upload. ',$1).'<br />';
+ $output .= &mt('Invalid file extension ([_1]) - reserved for internal use.',$1)
+ .' '.&mt('Rename the file with a different extension and re-upload.').'<br />';
next;
} elsif (($fname =~ /\.(\w+)$/) &&
(!defined(&Apache::loncommon::fileembstyle($1)))) {
Index: loncom/cgi/lonmodulecheck.pl
diff -u loncom/cgi/lonmodulecheck.pl:1.3 loncom/cgi/lonmodulecheck.pl:1.4
--- loncom/cgi/lonmodulecheck.pl:1.3 Mon May 13 01:16:23 2013
+++ loncom/cgi/lonmodulecheck.pl Tue Sep 10 17:44:01 2013
@@ -3,7 +3,7 @@
# Compares checksums for most installed files with expected values
# and reports discrepancies.
#
-# $Id: lonmodulecheck.pl,v 1.3 2013/05/13 01:16:23 raeburn Exp $
+# $Id: lonmodulecheck.pl,v 1.4 2013/09/10 17:44:01 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -91,7 +91,7 @@
'</h3>');
} else {
print('<h3>'.
- &Apache::lonlocal::mt('Code integrity check -- LONCAPA version: [_1]',
+ &Apache::lonlocal::mt('Code integrity check -- LON-CAPA version: [_1]',
$version).
'</h3>');
my $distro = &LONCAPA::distro();
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.540 loncom/localize/localize/de.pm:1.541
--- loncom/localize/localize/de.pm:1.540 Tue Sep 10 17:22:58 2013
+++ loncom/localize/localize/de.pm Tue Sep 10 17:44:03 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# German Localization Lexicon
#
-# $Id: de.pm,v 1.540 2013/09/10 17:22:58 bisitz Exp $
+# $Id: de.pm,v 1.541 2013/09/10 17:44:03 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1467,7 +1467,7 @@
=> 'Ungültige Dateinamen-Erweiterung. Abbruch!',
'Filename of resource contains internal version number. Cannot publish such resources, FAIL'
-=> 'Der Dateiname der Ressource enthält eine interne Versionsnummer und kann daher nicht veröffentlicht werden. Abbruch!',
+=> 'Der Dateiname der Ressource enthält eine intern verwendete Versionsnummer und kann daher nicht veröffentlicht werden. Abbruch!',
'No valid custom distribution rights file specified, FAIL'
=> 'Keine gültige Rechtedatei für spezielle Nutzungsrechte angegeben. Abbruch!',
@@ -23496,8 +23496,8 @@
'Invalid characters'
=> 'Ungültige Zeichen',
- 'Invalid file extension ([_1]) - reserved for LONCAPA use - rename the file with a different extension and re-upload. '
-=> 'Ungültige Dateinamenserweiterung ([_1]) - reserviert für LON-CAPA-interne Verwendung. Benennen Sie die Datei um, so dass sie eine andere Dateinamenserweiterung hat und laden Sie die Datei erneut hoch.',
+ 'Rename the file with a different extension and re-upload.'
+=> 'Benennen Sie die Datei um, so dass sie eine andere Dateinamenserweiterung hat und laden Sie die Datei erneut hoch.',
'Unrecognized file extension ([_1]) - rename the file with a proper extension and re-upload.'
=> 'Unbekannte Dateinamenserweiterung ([_1]). Benennen Sie die Datei um, so dass sie eine gültige Dateinamenserweiterung hat und laden Sie die Datei erneut hoch.',
@@ -25420,7 +25420,7 @@
'IDs with the following formats are restricted to verified users in the institutional directory: '
=> 'IDs mit folgenden Formaten sind beschränkt auf verifizierte Benutzer im Institutionsverzeichnis: ',
- 'Invalid file extension ([_1]) - reserved for LONCAPA use.'
+ 'Invalid file extension ([_1]) - reserved for internal use.'
=> 'Ungültige Dateinamenserweiterung ([_1]) - für interne Verwendung reserviert.',
'LON-CAPA bug tracker'
@@ -27444,7 +27444,7 @@
'Code checking unavailable for LON-CAPA CVS HEAD'
=> 'Die Code-Ãberprüfung ist für LON-CAPA-CVS-HEAD nicht verfügbar.',
- 'Code integrity check -- LONCAPA version: [_1]'
+ 'Code integrity check -- LON-CAPA version: [_1]'
=> 'Code-Integritätstest -- LON-CAPA-Version [_1]',
'No comparison attempted - failed to retrieve checksums for installed files.'
Index: loncom/localize/localize/fr.pm
diff -u loncom/localize/localize/fr.pm:1.24 loncom/localize/localize/fr.pm:1.25
--- loncom/localize/localize/fr.pm:1.24 Wed Dec 21 13:59:51 2011
+++ loncom/localize/localize/fr.pm Tue Sep 10 17:44:03 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# French Localization Lexicon
#
-# $Id: fr.pm,v 1.24 2011/12/21 13:59:51 glusa Exp $
+# $Id: fr.pm,v 1.25 2013/09/10 17:44:03 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1911,7 +1911,7 @@
=> 'Espace temporaire de montage',
'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
-=> 'Toute information soumise est visible à tout utilisateur connecté à LONCAPA. Ne soumettez aucune information que vous ne désirez pas partager publiquement.',
+=> 'Toute information soumise est visible à tout utilisateur connecté à LON-CAPA. Ne soumettez aucune information que vous ne désirez pas partager publiquement.',
'There are currently no results'
=> "Pas de resultats pour l'instant",
More information about the LON-CAPA-cvs
mailing list