[LON-CAPA-cvs] cvs: loncom /interface portfolio.pm /localize/localize de.pm

raeburn raeburn at source.lon-capa.org
Sun Dec 16 21:06:39 EST 2012


raeburn		Mon Dec 17 02:06:39 2012 EDT

  Modified files:              
    /loncom/interface	portfolio.pm 
    /loncom/localize/localize	de.pm 
  Log:
  - Localization. Use key for each sentence to facilitate re-use. 
  
  
Index: loncom/interface/portfolio.pm
diff -u loncom/interface/portfolio.pm:1.237 loncom/interface/portfolio.pm:1.238
--- loncom/interface/portfolio.pm:1.237	Thu Oct  4 13:41:10 2012
+++ loncom/interface/portfolio.pm	Mon Dec 17 02:06:32 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # portfolio browser
 #
-# $Id: portfolio.pm,v 1.237 2012/10/04 13:41:10 bisitz Exp $
+# $Id: portfolio.pm,v 1.238 2012/12/17 02:06:32 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2119,7 +2119,10 @@
             $r->print('<h3>'.&mt("Reference Information").'</h3>');
         }
         if ($num) {
-            $r->print('<p>'.&mt("Completed upload of the file. This file contained references to other files. You must upload the referenced files or else the uploaded file may not work properly.").'</p>'.
+            $r->print('<p>'.&mt('Completed upload of the file.').' '.
+                      &mt('This file contained references to other files.').' '.
+                      &mt('You must upload the referenced files or else the uploaded file may not work properly.').
+                      '</p>'.
                       '<p>'.&mt("Please select the locations from which the referenced files are to be uploaded.").'</p>'.
                        $embedded.
                        '<p>'.&mt('or').'</p>'.&done('Return to directory',$url));
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.464 loncom/localize/localize/de.pm:1.465
--- loncom/localize/localize/de.pm:1.464	Sun Dec 16 20:43:05 2012
+++ loncom/localize/localize/de.pm	Mon Dec 17 02:06:38 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.464 2012/12/16 20:43:05 raeburn Exp $
+# $Id: de.pm,v 1.465 2012/12/17 02:06:38 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -14156,8 +14156,14 @@
    'Reference Warning'
 => 'Verweiswarnung',
 
-   'Completed upload of the file. This file contained references to other files. You must upload the referenced files or else the uploaded file may not work properly.'
-=> 'Hochladen der Datei abgeschlossen. Diese Datei enthält Verweise auf andere Dateien. Sie müssen die Dateien, auf die verwiesen wird, auch hochladen oder die hochgeladene Datei wird nicht korrekt funktionieren.',
+   'Completed upload of the file.'
+=> 'Hochladen der Datei abgeschlossen.',
+
+   'This file contained references to other files.'
+=> 'Diese Datei enthält Verweise auf andere Dateien.',
+
+   'You must upload the referenced files or else the uploaded file may not work properly.'
+=> 'Sie müssen die Dateien, auf die verwiesen wird, auch hochladen oder die hochgeladene Datei wird nicht korrekt funktionieren.',
 
    'Please select the locations from which the referenced files are to be uploaded.'
 => 'Bitte wählen Sie die Orte aus, von denen die Dateien, auf die verwiesen wird, hochgeladen werden sollen.',




More information about the LON-CAPA-cvs mailing list