mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-29029 move health center to admin tools
AMOS BEGIN MOV [healthcenter,moodle],[pluginname,tool_health] MOV [healthnoproblemsfound,moodle],[healthnoproblemsfound,tool_health] MOV [healthproblemsdetected,moodle],[healthproblemsdetected,tool_health] MOV [healthproblemsolution,moodle],[healthproblemsolution,tool_health] MOV [healthreturntomain,moodle],[healthreturntomain,tool_health] MOV [healthsolution,moodle],[healthsolution,tool_health] AMOS END
This commit is contained in:
parent
8e4c1a80b4
commit
7f1d34f0eb
8 changed files with 196 additions and 85 deletions
|
@ -81,7 +81,6 @@ $string['adminhelpeditorsettings'] = 'Define basic settings for HTML editor';
|
|||
$string['adminhelpedituser'] = 'Browse the list of user accounts and edit any of them';
|
||||
$string['adminhelpenvironment'] = 'Check how your server suits current and future installation requirements';
|
||||
$string['adminhelpfailurelogs'] = 'Browse logs of failed logins';
|
||||
$string['adminhelphealthcenter'] = 'Automatic detection of site problems';
|
||||
$string['adminhelplanguage'] = 'For checking and editing the current language pack';
|
||||
$string['adminhelplogs'] = 'Browse logs of all activity on this site';
|
||||
$string['adminhelpmanageblocks'] = 'Manage installed blocks and their settings';
|
||||
|
@ -782,12 +781,6 @@ $string['guestsnotallowed'] = 'Sorry, \'{$a}\' does not allow guests to enter.';
|
|||
$string['guestsyes'] = 'Allow guests without the key';
|
||||
$string['guestuser'] = 'Guest user';
|
||||
$string['guestuserinfo'] = 'This user is a special user that allows read-only access to some courses.';
|
||||
$string['healthcenter'] = 'Health center';
|
||||
$string['healthnoproblemsfound'] = 'There is no health problem found!';
|
||||
$string['healthproblemsdetected'] = 'Health problems detected!';
|
||||
$string['healthproblemsolution'] = 'Health problem solution';
|
||||
$string['healthreturntomain'] = 'Continue';
|
||||
$string['healthsolution'] = 'Solution';
|
||||
$string['help'] = 'Help';
|
||||
$string['helpprefix2'] = 'Help with {$a}';
|
||||
$string['helpwiththis'] = 'Help with this';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue