mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Environment strings added.
This commit is contained in:
parent
e909788dae
commit
0b8f6e056b
@ -129,6 +129,13 @@ $string['download'] = 'Download';
|
||||
$string['edithelpdocs'] = 'Edit help documents';
|
||||
$string['editlang'] = '<b>Edit</b>';
|
||||
$string['editstrings'] = 'Edit strings';
|
||||
$string['environment'] = 'Environment';
|
||||
$string['environmenterrortodo'] = 'You must solve all the environment problems (errors) found above before proceed to install the requested Moodle version!';
|
||||
$string['environmentrecommendinstall'] = 'is recommended to be installed/enabled';
|
||||
$string['environmentrecommendversion'] = 'version $a->needed is recommended and you are running $a->current';
|
||||
$string['environmentrequireinstall'] = 'is required to be installed/enabled.';
|
||||
$string['environmentrequireversion'] = 'version $a->needed is required and you are running $a->current';
|
||||
$string['environmentxmlerror'] = 'Error reading environment data ($a->error_code)';
|
||||
$string['errors'] = 'Errors';
|
||||
$string['filterall'] = 'Filter all strings';
|
||||
$string['filtermatchoneperpage'] = 'Filter match once per page';
|
||||
@ -209,5 +216,6 @@ $string['userscreated'] = 'Users created';
|
||||
$string['usersrenamed'] = 'Users renamed';
|
||||
$string['usersupdated'] = 'Users updated';
|
||||
$string['updateaccounts'] = 'Update existing accounts';
|
||||
$string['upwards'] = 'upwards';
|
||||
|
||||
?>
|
||||
|
@ -47,10 +47,11 @@ $string['adminhelpauthentication'] = 'You can use internal user accounts or exte
|
||||
$string['adminhelpbackup'] = 'Configure automated backups and their schedule';
|
||||
$string['adminhelpconfiguration'] = 'Configure how the site looks and works';
|
||||
$string['adminhelpconfigvariables'] = 'Configure variables that affect general operation of the site';
|
||||
$string['adminhelpcourses'] = 'Define courses and categories and assign people to them, edit pending courses.';
|
||||
$string['adminhelpcourses'] = 'Define courses and categories and assign people to them, edit pending courses';
|
||||
$string['adminhelpeditorsettings'] = 'Define basic settings for HTML editor';
|
||||
$string['adminhelpedituser'] = 'Browse the list of user accounts and edit any of them';
|
||||
$string['adminhelpenrolments'] = 'Choose internal or external ways to control enrolments';
|
||||
$string['adminhelpenvironment'] = 'Check how your server suits current and future installation requirements';
|
||||
$string['adminhelpfailurelogs'] = 'Browse logs of failed logins';
|
||||
$string['adminhelplanguage'] = 'For checking and editing the current language pack';
|
||||
$string['adminhelplogs'] = 'Browse logs of all activity on this site';
|
||||
@ -157,6 +158,7 @@ $string['categoryduplicate'] = 'A category named \'$a\' already exists!';
|
||||
$string['changedpassword'] = 'Changed password';
|
||||
$string['changepassword'] = 'Change password';
|
||||
$string['changessaved'] = 'Changes saved';
|
||||
$string['check'] = 'Check';
|
||||
$string['checkingbackup'] = 'Checking backup';
|
||||
$string['checkingcourse'] = 'Checking course';
|
||||
$string['checkingforbbexport'] = 'Checking for BlackBoard export';
|
||||
|
Loading…
x
Reference in New Issue
Block a user