mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MOved some loose strings I found
This commit is contained in:
parent
beae179786
commit
5d6993b187
@ -77,15 +77,6 @@
|
||||
$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;
|
||||
}
|
||||
|
@ -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:';
|
||||
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user