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

kruse kruse at source.lon-capa.org
Thu Apr 24 09:29:09 EDT 2014


kruse		Thu Apr 24 13:29:09 2014 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
    /loncom/localize/localize	de.pm 
  Log:
  Added Link to "Help"-file, for creating multilingual problems, in Text-Blocks
  in colourful-editor and added corresponding translation in de.pm  
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1185 loncom/interface/loncommon.pm:1.1186
--- loncom/interface/loncommon.pm:1.1185	Wed Apr 23 10:11:26 2014
+++ loncom/interface/loncommon.pm	Thu Apr 24 13:26:23 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1185 2014/04/23 10:11:26 raeburn Exp $
+# $Id: loncommon.pm,v 1.1186 2014/04/24 13:26:23 kruse Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1316,8 +1316,10 @@
 	  .&help_open_topic('Other_Symbols',&mt('Other Symbols'),$stayOnPage,undef,600)
 	  .'</span>';
     unless ($not_author) {
-        $out .= ' <span>'
-	       .&help_open_topic('Authoring_Output_Tags',&mt('Output Tags'),$stayOnPage,undef,600)
+        $out .= '<span>'
+               .&help_open_topic('Authoring_Output_Tags',&mt('Output Tags'),$stayOnPage,undef,600)
+               .'</span> <span>'
+               .&help_open_topic('Authoring_Multilingual_Problems',&mt('How to create problems in different languages'),$stayOnPage,undef,600)
 	       .'</span>';
     }
     $out .= '</span>'; # End cheatsheet
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.586 loncom/localize/localize/de.pm:1.587
--- loncom/localize/localize/de.pm:1.586	Fri Mar 28 15:24:44 2014
+++ loncom/localize/localize/de.pm	Thu Apr 24 13:29:08 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.586 2014/03/28 15:24:44 bisitz Exp $
+# $Id: de.pm,v 1.587 2014/04/24 13:29:08 kruse Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -28646,6 +28646,9 @@
    'How to write math responses'
 => 'So erstellt man mathematische Aufgaben',
 
+   'How to create problems in different languages'
+=> 'So erstellt man Aufgaben in verschiedenen Sprachen',
+
    'Imageresponse Image'
 => 'Bild für Klick-ins-Bild-Antwort',
 




More information about the LON-CAPA-cvs mailing list