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

droeschl droeschl at source.lon-capa.org
Mon Feb 23 07:36:32 EST 2015


droeschl		Mon Feb 23 12:36:32 2015 EDT

  Modified files:              
    /loncom/interface	lonpreferences.pm 
    /loncom/localize/localize	de.pm 
  Log:
  Description of CodeMirror options in preferences.
  
  
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.215 loncom/interface/lonpreferences.pm:1.216
--- loncom/interface/lonpreferences.pm:1.215	Mon Jan 19 15:36:01 2015
+++ loncom/interface/lonpreferences.pm	Mon Feb 23 12:36:27 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Preferences
 #
-# $Id: lonpreferences.pm,v 1.215 2015/01/19 15:36:01 goltermann Exp $
+# $Id: lonpreferences.pm,v 1.216 2015/02/23 12:36:27 droeschl Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1892,8 +1892,8 @@
             if ($env{'environment.nocodemirror'}) {
                $constchecked=' checked="checked"';
             }
-            my $text=&mt('By default, Codemirror is activated for authors.');
-            my $cmoff=&mt('Deactivate Codemirror. This can improve the performance on slow computers.');
+            my $text=&mt('By default, CodeMirror an editor with advanced functionality for editing code is activated for authors.');
+            my $cmoff=&mt('Deactivate CodeMirror. This can improve performance on slow computers and accessibility.');
             my $change=&mt('Save');
             $r->print(<<ENDSCREEN);
         <form name="prefs" action="/adm/preferences" method="post">
@@ -1922,7 +1922,7 @@
             } else {
                 $status=&mt('off');
             }
-            my $message=&Apache::lonhtmlcommon::confirm_success(&mt('Set [_1] to [_2]','<i>'.&mt('Deactivate Codemirror in Authoring Space').'</i>','<tt>'.$status.'</tt>'));
+            my $message=&Apache::lonhtmlcommon::confirm_success(&mt('Set [_1] to [_2]','<i>'.&mt('Deactivate CodeMirror in Authoring Space').'</i>','<tt>'.$status.'</tt>'));
             $message=&Apache::loncommon::confirmwrapper($message);
             &print_main_menu($r,$message);
     }
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.599 loncom/localize/localize/de.pm:1.600
--- loncom/localize/localize/de.pm:1.599	Mon Jan 19 15:36:05 2015
+++ loncom/localize/localize/de.pm	Mon Feb 23 12:36:32 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.599 2015/01/19 15:36:05 goltermann Exp $
+# $Id: de.pm,v 1.600 2015/02/23 12:36:32 droeschl Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -29730,7 +29730,16 @@
 => 'Dynamische Größe',
 
    'Fixed size'
-=> 'Feste Größe'
+=> 'Feste Größe',
+
+   'By default, CodeMirror an editor with advanced functionality for editing code is activated for authors.'
+=> 'CodeMirror, ein Editor mit erweiterter Funktionalität für die Bearbeitung von Quelltext, ist standardmäßig für Autoren aktiviert.',
+
+   'Deactivate CodeMirror. This can improve performance on slow computers and accessibility.'
+=> 'CodeMirror deaktivieren. Dies kann die Leistung auf langsamen Computern sowie die Barrierefreiheit verbessern.',
+
+   'Deactivate CodeMirror in Authoring Space'
+=> 'CodeMirror im Autorenbereich deaktivieren'
 
 #SYNCMARKER
 );




More information about the LON-CAPA-cvs mailing list