[LON-CAPA-cvs] cvs: loncom /interface lonmodifycourse.pm
bisitz
bisitz at source.lon-capa.org
Thu Feb 27 06:44:40 EST 2014
bisitz Thu Feb 27 11:44:40 2014 EDT
Modified files:
/loncom/interface lonmodifycourse.pm
Log:
Internationalization: Proper translation string compilation
Index: loncom/interface/lonmodifycourse.pm
diff -u loncom/interface/lonmodifycourse.pm:1.66 loncom/interface/lonmodifycourse.pm:1.67
--- loncom/interface/lonmodifycourse.pm:1.66 Wed Jan 15 18:47:56 2014
+++ loncom/interface/lonmodifycourse.pm Thu Feb 27 11:44:40 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# handler for DC-only modifiable course settings
#
-# $Id: lonmodifycourse.pm,v 1.66 2014/01/15 18:47:56 bisitz Exp $
+# $Id: lonmodifycourse.pm,v 1.67 2014/02/27 11:44:40 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1241,10 +1241,10 @@
}
$r->print('<p>');
if ($type eq 'Community') {
- $r->print(&mt('Disk usage [_1] exceeds the quota for this community.',$newoverquota).' '.
+ $r->print(&mt("Disk usage $newoverquota exceeds the quota for this community.").' '.
&mt('Upload of new portfolio files and assignment of a non-zero MB quota to new groups in the community will not be possible until some files have been deleted, and total usage is below community quota.'));
} else {
- $r->print(&mt('Disk usage [_1] exceeds the quota for this course.',$newoverquota).' '.
+ $r->print(&mt("Disk usage $newoverquota exceeds the quota for this course.").' '.
&mt('Upload of new portfolio files and assignment of a non-zero MB quota to new groups in the course will not be possible until some files have been deleted, and total usage is below course quota.'));
}
$r->print('</p>');
More information about the LON-CAPA-cvs
mailing list