mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
More clean ups
This commit is contained in:
parent
05c195931c
commit
440eb0d79d
4 changed files with 47 additions and 43 deletions
|
@ -28,14 +28,15 @@ $string['admin'] = "Admin";
|
|||
$string['adminhelpaddnewuser'] = "To manually create a new user account";
|
||||
$string['adminhelpassignadmins'] = "Admins can do anything and go anywhere in the site";
|
||||
$string['adminhelpassigncreators'] = "Creators can create new courses and teach in them";
|
||||
$string['adminhelpauthentication'] = "Internal user accounts or external databases";
|
||||
$string['adminhelpassignteachers'] = "Select a course then use the icon to add teachers";
|
||||
$string['adminhelpauthentication'] = "You can use internal user accounts or external databases";
|
||||
$string['adminhelpconfiguration'] = "Configure variables that affect general operation of the site";
|
||||
$string['adminhelpcourses'] = "Define courses and categories and assign people to them";
|
||||
$string['adminhelpedituser'] = "Browse the list of user accounts and edit any of them";
|
||||
$string['adminhelplanguage'] = "For checking and editing the current language pack";
|
||||
$string['adminhelplogs'] = "Browse logs of all activity on this site";
|
||||
$string['adminhelpmanagemodules'] = "Manage installed modules and their settings";
|
||||
$string['adminhelpmanagedatabase'] = "Access your database directly";
|
||||
$string['adminhelpmanagedatabase'] = "Access the database directly (be careful!)";
|
||||
$string['adminhelpsitesettings'] = "Define the how the front page of the site looks";
|
||||
$string['adminhelpsitefiles'] = "For publishing general files or uploading external backups";
|
||||
$string['adminhelpthemes'] = "Choose how the site looks";
|
||||
|
@ -58,7 +59,8 @@ $string['answer'] = "Answer";
|
|||
$string['areyousuretorestorethis'] = "Are you sure to restore it ?";
|
||||
$string['assessment'] = "Assessment";
|
||||
$string['assignadmins'] = "Assign admins";
|
||||
$string['assigncreators'] = "Assign course creators";
|
||||
$string['assigncreators'] = "Assign creators";
|
||||
$string['assignstudents'] = "Assign students";
|
||||
$string['assignteachers'] = "Assign teachers";
|
||||
$string['authentication'] = "Authentication";
|
||||
$string['autosubscribe'] = "Forum auto-subscribe";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue