mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-67883-squash' of https://github.com/Chocolate-lightning/moodle
This commit is contained in:
commit
618b13e1f5
87 changed files with 5262 additions and 41 deletions
|
@ -539,8 +539,6 @@ $string['enableglobalsearch_desc'] = 'If enabled, data will be indexed and synch
|
|||
$string['enablegravatar'] = 'Enable Gravatar';
|
||||
$string['enablegravatar_help'] = 'When enabled Moodle will attempt to fetch a user profile picture from Gravatar if the user has not uploaded an image.';
|
||||
$string['enablemobilewebservice'] = 'Enable web services for mobile devices';
|
||||
$string['enablemoodlenet'] = 'Enable integration with MoodleNet instances';
|
||||
$string['enablemoodlenet_desc'] = 'If enabled, and provided the MoodleNet plugin is installed, users can import content from MoodleNet into this site.';
|
||||
$string['enablerecordcache'] = 'Enable record cache';
|
||||
$string['enablerssfeeds'] = 'Enable RSS feeds';
|
||||
$string['enablesearchareas'] = 'Enable search areas';
|
||||
|
|
|
@ -35,6 +35,7 @@ $string['filterrowlegend'] = 'Filter {$a}';
|
|||
$string['filtersetmatchdescription'] = 'How multiple filters should be combined';
|
||||
$string['match'] = 'Match';
|
||||
$string['matchofthefollowing'] = 'of the following:';
|
||||
$string['moodlenetprofile'] = 'MoodleNet profile';
|
||||
$string['placeholdertypeorselect'] = 'Type or select...';
|
||||
$string['placeholdertype'] = 'Type...';
|
||||
$string['privacy:courserequestpath'] = 'Requested courses';
|
||||
|
@ -89,6 +90,7 @@ $string['privacy:metadata:maildisplay'] = 'A preference for the user about displ
|
|||
$string['privacy:metadata:middlename'] = 'The middle name of the user';
|
||||
$string['privacy:metadata:mnethostid'] = 'An identifier for the MNet host if used';
|
||||
$string['privacy:metadata:model'] = 'The device name, occam or iPhone etc..';
|
||||
$string['privacy:metadata:moodlenetprofile'] = 'The MoodleNet profile for the user';
|
||||
$string['privacy:metadata:msn'] = 'The MSN identifier of the user';
|
||||
$string['privacy:metadata:my_pages'] = 'User pages - dashboard and profile. This table does not contain personal data and only used to link dashboard blocks to users';
|
||||
$string['privacy:metadata:my_pages:name'] = 'Page name';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue