]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10669, strings should not be removed from lang pack for backward compatibility
authortoyomoyo <toyomoyo>
Mon, 13 Aug 2007 06:35:22 +0000 (06:35 +0000)
committertoyomoyo <toyomoyo>
Mon, 13 Aug 2007 06:35:22 +0000 (06:35 +0000)
lang/en_utf8/grades.php
lang/en_utf8/message.php

index 1754127cbbcc12f867d82967fded7e400c51801d..9c1b4d8678c3d0375bca130c88f9ccac978067e6 100644 (file)
@@ -38,6 +38,7 @@ $string['autosort'] = 'Auto-sort';
 $string['average'] = 'Average';
 $string['averagesdecimalpoints'] = 'Decimals in column averages';
 $string['averagesdisplaytype'] = 'Column averages display type';
+$string['backupwithoutgradebook'] = "Backup does not contain Gradebook configuration";
 $string['badgrade'] = 'Supplied grade is invalid';
 $string['baduser'] = 'Supplied user is invalid';
 $string['bonuspoints'] = 'Bonus Points';
@@ -314,6 +315,7 @@ $string['report'] = 'Report';
 $string['reportplugins'] = 'Report plugins';
 $string['reportsettings'] = 'Report settings';
 $string['reprintheaders'] = 'Reprint Headers';
+$string['respectingcurrentdata'] = "leaving current configuration unmodified";
 $string['right'] = 'Right';
 $string['savechanges'] = 'Save Changes';
 $string['savepreferences'] = 'Save Preferences';
index 779fb689786856843ae2ae943754e6c3ebdefa74..40ed225b737d0234fbe1a3ea06d1f37ff146adea 100644 (file)
@@ -55,6 +55,7 @@ $string['searchforperson'] = 'Search for a person';
 $string['searchmessages'] = 'Search messages';
 $string['sendmessage'] = 'Send message';
 $string['sendmessageto'] = 'Send message to $a';
+$string['sendmessagetopopup'] = "Send message to \$a - new window";
 $string['settings'] = 'Settings';
 $string['settingssaved'] = 'Your settings have been saved';
 $string['showmessagewindow'] = 'Automatically show Message window when I get new messages (your browser needs to be set so that it doesn\'t block popups on this site)';