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

raeburn raeburn at source.lon-capa.org
Mon Dec 30 08:51:45 EST 2013


raeburn		Mon Dec 30 13:51:45 2013 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemstatistics.pm 
    /loncom/localize/localize	de.pm 
  Log:
  - Modify one change in rev. 1.123: revert to using square brackets in phrase to
    translate by escaping both [ and ] with a tilde.
    (see: http://perldoc.perl.org/Locale/Maketext.html). 
  
  
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.123 loncom/interface/statistics/lonproblemstatistics.pm:1.124
--- loncom/interface/statistics/lonproblemstatistics.pm:1.123	Tue Oct  1 17:52:03 2013
+++ loncom/interface/statistics/lonproblemstatistics.pm	Mon Dec 30 13:51:37 2013
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonproblemstatistics.pm,v 1.123 2013/10/01 17:52:03 bisitz Exp $
+# $Id: lonproblemstatistics.pm,v 1.124 2013/12/30 13:51:37 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -283,7 +283,7 @@
              sortable  => 'yes',
              graphable => 'yes',
              long_title => 'Degree of Difficulty'.
-                           ' { 1 - ((#YES+#yes) / Tries) }',
+                           ' ~[ 1 - ((#YES+#yes) / Tries) ~]',
              selectable => 'yes',
              defaultselected => 'yes',
            },
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.566 loncom/localize/localize/de.pm:1.567
--- loncom/localize/localize/de.pm:1.566	Fri Dec 20 17:18:48 2013
+++ loncom/localize/localize/de.pm	Mon Dec 30 13:51:44 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.566 2013/12/20 17:18:48 bisitz Exp $
+# $Id: de.pm,v 1.567 2013/12/30 13:51:44 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2402,8 +2402,8 @@
    'DoDiff'
 => 'Schw.-Grad',
 
-   'Degree of Difficulty { 1 - ((#YES+#yes) / Tries) }'
-=> 'Schwierigkeitsgrad { 1 - ((Anz. KORR. + Anz. korr.) / Anz. Vers.) }',
+   'Degree of Difficulty ~[ 1 - ((#YES+#yes) / Tries) ~]'
+=> 'Schwierigkeitsgrad ~[ 1 - ((Anz. KORR. + Anz. korr.) / Anz. Vers.) ~]',
 
    'Enrollment Status'
 => 'Kursbelegungs-Status',




More information about the LON-CAPA-cvs mailing list