mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-19467 Fixed one of Tim's typos and added a language string for URL
This commit is contained in:
parent
7544d13c28
commit
2ad4090ed7
@ -59,7 +59,7 @@
|
||||
echo "<input type=\"hidden\" name=\"release\" value=\"$CFG->release\" />\n";
|
||||
|
||||
echo '<div class="fitem">';
|
||||
echo '<div class="fitemtitle"><label>URL</label></div>';
|
||||
echo '<div class="fitemtitle"><label>'.get_string('url').'</label></div>';
|
||||
echo '<div class="felement ftext">'.$CFG->wwwroot.'</div>';
|
||||
echo '</div>';
|
||||
|
||||
|
@ -276,7 +276,7 @@ $string['configstatsmaxruntime3'] = 'Specify the maximum time allowed to calcula
|
||||
$string['configstatsruntimedays'] = 'Specify the maximum number of days processed in each stats execution. When stats are up-to-date, only one day will be processed, so adjust this value depending of your server load, reducing it if shorter cron executions are needed.';
|
||||
$string['configstatsruntimestart'] = 'What time should the cronjob that does the stats processing <b>start</b>? Please specify different times if there are multiple Moodles on one physical server.';
|
||||
$string['configstatsuserthreshold'] = 'If you enter a non-zero, non numeric value here, for ranking courses, courses with less than this number of enrolled users (all roles) will be ignored';
|
||||
$string['configdebugstringids'] = 'This option is designed to help translators. It it shows the language file and string id beside each string that is output. (Note that after you change this setting, the new setting will not take effect on the screen that says \'Changes saved\', but it will after that.)';
|
||||
$string['configdebugstringids'] = 'This option is designed to help translators. It shows the language file and string id beside each string that is output. (Changing this setting will only take effect on the next page load.)';
|
||||
$string['configstripalltitletags'] = 'Uncheck this setting to allow HTML tags in activity and resource names.';
|
||||
$string['configsupportemail'] = 'This email address will be published to users of this site as the one to email when they need general help (for example, when new users create their own accounts). If this email is left blank then no such helpful email address is supplied.';
|
||||
$string['configsupportname'] = 'This is the name of a person or other entity offering general help via the support email or web address.';
|
||||
|
@ -1234,8 +1234,8 @@ $string['pleaseclose'] = 'Please close this window now.';
|
||||
$string['pleasesearchmore'] = 'Please search some more';
|
||||
$string['pleaseusesearch'] = 'Please use the search';
|
||||
$string['plugincheck'] = 'Plugins check';
|
||||
$string['pluginchecknotice'] = 'The following tables show the modules, blocks and filters that have been detected in your current Moodle installation;
|
||||
They indicate which plugins are standard, and which are not. All non-standard plugins should be checked and upgraded to their most recent versions
|
||||
$string['pluginchecknotice'] = 'The following tables show the modules, blocks and filters that have been detected in your current Moodle installation;
|
||||
They indicate which plugins are standard, and which are not. All non-standard plugins should be checked and upgraded to their most recent versions
|
||||
before continuing with this Moodle upgrade.';
|
||||
$string['pluginsetup'] = 'Setting up plugin tables';
|
||||
$string['policyaccept'] = 'I understand and agree';
|
||||
@ -1633,6 +1633,7 @@ $string['uploadrenamedcollision'] = 'File was renamed from $a->oldname to $a->ne
|
||||
$string['uploadserverlimit'] = 'Uploaded file exceeded the maximum size limit set by the server';
|
||||
$string['uploadthisfile'] = 'Upload this file';
|
||||
$string['uploadusers'] = 'Upload users';
|
||||
$string['url'] = 'URL';
|
||||
$string['used'] = 'Used';
|
||||
$string['usedinnplaces'] = 'Used in $a places';
|
||||
$string['usemessageform'] = 'or use the form below to send a message to the selected students';
|
||||
|
Loading…
x
Reference in New Issue
Block a user