mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-25394 Improved support for mobile and device themes
This commit is contained in:
parent
16b5541dd2
commit
37959dd471
11 changed files with 534 additions and 70 deletions
|
@ -906,7 +906,6 @@ $string['latestlanguagepack'] = 'Check for latest language pack on moodle.org';
|
|||
$string['layouttable'] = 'Layout table';
|
||||
$string['leavetokeep'] = 'Leave blank to keep current password';
|
||||
$string['legacythemeinuse'] = 'This site is being displayed to you in compatibility mode because your browser is too old.';
|
||||
$string['legacythemesaved'] = 'New legacy theme saved';
|
||||
$string['license'] = 'Licence';
|
||||
$string['licenses'] = 'Licences';
|
||||
$string['liketologin'] = 'Would you like to log in now with a full user account?';
|
||||
|
@ -1603,6 +1602,8 @@ $string['summary'] = 'Summary';
|
|||
$string['summary_help'] = 'The idea of a summary is a short text to prepare students for the activities within the topic or week. The text is shown on the course page under the section name.';
|
||||
$string['summaryof'] = 'Summary of {$a}';
|
||||
$string['supplyinfo'] = 'More details';
|
||||
$string['switchdevicedefault'] = 'Switch to the standard theme';
|
||||
$string['switchdevicerecommended'] = 'Switch to the recommended theme for your device';
|
||||
$string['switchrolereturn'] = 'Return to my normal role';
|
||||
$string['switchroleto'] = 'Switch role to...';
|
||||
$string['tag'] = 'Tag';
|
||||
|
@ -1692,8 +1693,6 @@ $string['uploadthisfile'] = 'Upload this file';
|
|||
$string['url'] = 'URL';
|
||||
$string['used'] = 'Used';
|
||||
$string['usedinnplaces'] = 'Used in {$a} places';
|
||||
$string['useformaintheme'] = 'Use for modern browsers';
|
||||
$string['useforlegacytheme'] = 'Use for old browsers';
|
||||
$string['usemessageform'] = 'or use the form below to send a message to the selected students';
|
||||
$string['user'] = 'User';
|
||||
$string['userconfirmed'] = 'Confirmed {$a}';
|
||||
|
@ -1723,6 +1722,7 @@ $string['userswithfiles'] = 'Users with files';
|
|||
$string['useruploadtype'] = 'User upload type: {$a}';
|
||||
$string['userviewingsettings'] = 'Profile settings for {$a}';
|
||||
$string['userzones'] = 'User zones';
|
||||
$string['usetheme'] = 'Use theme';
|
||||
$string['usingexistingcourse'] = 'Using existing course';
|
||||
$string['valuealreadyused'] = 'This value has already been used.';
|
||||
$string['version'] = 'Version';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue