]> git.mjollnir.org Git - moodle.git/commitdiff
MOved some loose strings I found
authormoodler <moodler>
Tue, 9 Jan 2007 08:25:40 +0000 (08:25 +0000)
committermoodler <moodler>
Tue, 9 Jan 2007 08:25:40 +0000 (08:25 +0000)
admin/lang.php
lang/en_utf8/admin.php

index 3692c0421d0124905b90c97e61552310ac7d6f9e..d7233b78cecf6b1a4c45d8a825c01a831f0d1d6c 100644 (file)
     $strprev = get_string('previous');
     $strnext = get_string('next');
 
-    // FIXME / TODO
-    // remove following lines after adding string into proper english lang pack
-    $strgotofirst = 'go to first missing string';
-    $strfilestoredin = 'Save file into folder :';
-    $strfilestoredinhelp = 'Where the file will be stored';
-    $strswitchlangdirbtn = 'switch';
-    $strchoosefiletoedit = 'Choose file to edit from the box above';
-    $streditennotallowed = 'Language en_utf8 cannot be edited with this page - switch to local';
-    $strfilecreated = 'New file created';
 
     $currentlang = current_language();
 
@@ -560,7 +551,7 @@ function lang_save_file($path, $file, $strings, $local, $packstrings) {
             }
         }
     }
-    fwrite($f,"\n?>\n");
+    fwrite($f,"\n\?\>\n");
     fclose($f);
     return true;
 }
index 81c683041eff0b8f5a7075bb205cbf2c068d1b5c..d7ca8ac5f1d97b297ed44ad548924cd73eb831fc 100644 (file)
@@ -38,6 +38,7 @@ $string['calendar_weekend'] = 'Weekend Days';
 $string['calendarsettings'] = 'Calendar';
 $string['change'] = 'change';
 $string['changesitelang'] = 'Change site language';
+$string['choosefiletoedit'] = 'Choose file to edit from the box above';
 $string['clamfailureonupload'] = 'On clam AV failure';
 $string['cleanup'] = 'Cleanup';
 $string['componentinstalled'] = 'Component Installed';
@@ -228,6 +229,7 @@ $string['displayloginfailures'] = 'Display login failures to';
 $string['docroot'] = 'Moodle Docs document root';
 $string['doctonewwindow'] = 'Open in new window';
 $string['download'] = 'Download';
+$string['editennotallowed'] = 'Language en_utf8 cannot be edited with this page - switch to local';
 $string['edithelpdocs'] = 'Edit help documents';
 $string['editlang'] = '<b>Edit</b>';
 $string['editorbackgroundcolor'] = 'Background color';
@@ -256,6 +258,9 @@ $string['errorsetting'] = 'Could not save setting:';
 $string['errorwithsettings'] = 'Some settings were not changed due to an error:';
 $string['experimental'] = 'Experimental';
 $string['extendedusernamechars'] = 'Allow extended characters in usernames';
+$string['filecreated'] = 'New file created';
+$string['filestoredin'] = 'Save file into folder :';
+$string['filestoredinhelp'] = 'Where the file will be stored';
 $string['filterall'] = 'Filter all strings';
 $string['filtermatchoneperpage'] = 'Filter match once per page';
 $string['filtermatchonepertext'] = 'Filter match once per text';
@@ -271,6 +276,7 @@ $string['fullnamedisplay'] = 'Full Name Format';
 $string['gdversion'] = 'GD version';
 $string['generalsettings'] = 'General settings';
 $string['globalsquoteswarning'] = '<p><strong>Security Warning</strong>: to operate properly, Moodle requires <br />that you make certain changes to your current PHP settings.<p/><p>You <em>must</em> set <code>register_globals=off</code> and/or <code>magic_quotes_gpc=on</code>. <br />If possible, you should set <code>register_globals=off</code> to improve general <br /> server security, setting <code>magic_quotes_gpc=on</code> is also recommended.<p/><p>These settings are controlled by editing your <code>php.ini</code>, Apache/IIS <br />configuration or <code>.htaccess</code> file.</p>';
+$string['gotofirst'] = 'Go to first missing string';
 $string['gradebook'] = 'Gradebook';
 $string['gradebookroles'] = 'Graded roles';
 $string['helpadminseesall'] = 'Do admins see all calendar events or just those that apply to themselves?';
@@ -444,6 +450,7 @@ $string['stickyblockscourseview'] = 'Course page';
 $string['stickyblocksduplicatenotice'] = 'If any block you add here is already present in a particular page, it will result in a duplicate.<br />Only the pinned block will be non-editable, the duplicate will still be editable.';
 $string['stickyblocksmymoodle'] = 'My moodle';
 $string['stickyblockspagetype'] = 'Page type to configure';
+$string['switchlangdirbtn'] = 'switch';
 $string['systempaths'] = 'System Paths';
 $string['tabselectedtofront'] = 'On tables with tabs, should the row with the currently selected tab be placed at the front';
 $string['tabselectedtofronttext'] = 'Bring selected tab row to front';
@@ -491,4 +498,5 @@ $string['usersrenamed'] = 'Users renamed';
 $string['usersupdated'] = 'Users updated';
 $string['validateerror'] = 'This value was not valid:';
 
+
 ?>