mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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
|
@ -187,6 +187,7 @@ $string['configdefaultuserroleid'] = 'All logged in users will be given the capa
|
|||
$string['configdeleteincompleteusers'] = 'After this period, old not fully setup accounts are deleted.';
|
||||
$string['configdeleteunconfirmed'] = 'If you are using email authentication, this is the period within which a response will be accepted from users. After this period, old unconfirmed accounts are deleted.';
|
||||
$string['configdenyemailaddresses'] = 'To deny email addresses from particular domains list them here in the same way. All other domains will be accepted. To deny subdomains add the domain with a preceding \'.\'. eg <strong>hotmail.com yahoo.co.uk .live.com</strong>';
|
||||
$string['configenabledevicedetection'] = 'Enables detection of mobiles, smartphones, tablets or default devices (desktop PCs, laptops, etc) for the application of themes and other features.';
|
||||
$string['configdigestmailtime'] = 'People who choose to have emails sent to them in digest form will be emailed the digest daily. This setting controls which time of day the daily mail will be sent (the next cron that runs after this hour will send it).';
|
||||
$string['configdisableuserimages'] = 'Disable the ability for users to change user profile images.';
|
||||
$string['configdisplayloginfailures'] = 'This will display information to selected users about previous failed logins.';
|
||||
|
@ -450,6 +451,12 @@ $string['deletingqtype'] = 'Deleting question type \'{$a}\'';
|
|||
$string['density'] = 'Density';
|
||||
$string['denyemailaddresses'] = 'Denied email domains';
|
||||
$string['development'] = 'Development';
|
||||
$string['devicedetectregex'] = 'Device detection regular expressions';
|
||||
$string['devicedetectregex_desc'] = '<p>By default, Moodle can detect devices of the type default (desktop PCs, laptops, etc), mobile (phones and small hand held devices), tablet (iPads, Android tablets) and legacy (Internet Explorer 6 users). The theme selector can be used to apply separate themes to all of these. This setting allows regular expressions that allow the detection of extra device types (these take precedence over the default types).</p>
|
||||
<p>For example, you could enter the regular expression \'/(MIDP-1.0|Maemo|Windows CE)/\' to detect some commonly used feasture phones add the return value \'featurephone\'. This adds \'featurephone\' on the theme selector that would allow you to add a theme that would be used on these devices. Other phones would still use the theme selected for the mobile device type.</p>';
|
||||
$string['devicedetectregexexpression'] = 'Regular expression';
|
||||
$string['devicedetectregexvalue'] = 'Return value';
|
||||
$string['devicetype'] = 'Device type';
|
||||
$string['digestmailtime'] = 'Hour to send digest emails';
|
||||
$string['disableuserimages'] = 'Disable user profile images';
|
||||
$string['displayerrorswarning'] = 'Enabling the PHP setting <em>display_errors</em> is not recommended on production sites because some error messages may reveal sensitive information about your server.';
|
||||
|
@ -491,6 +498,7 @@ $string['enablecomments'] = 'Enable comments';
|
|||
$string['enablecourseajax'] = 'Enable AJAX course editing';
|
||||
$string['enablecourseajax_desc'] = 'Allow AJAX when editing main course pages. Note that the course format and the theme must support AJAX editing and the user has to enable AJAX in their profiles, too.';
|
||||
$string['enablecourserequests'] = 'Enable course requests';
|
||||
$string['enabledevicedetection'] = 'Enable device detection';
|
||||
$string['enableglobalsearch'] = 'Enable global search';
|
||||
$string['enablegroupmembersonly'] = 'Enable group members only';
|
||||
$string['enablehtmlpurifier'] = 'Enable HTML Purifier';
|
||||
|
@ -993,7 +1001,9 @@ $string['tabselectedtofront'] = 'On tables with tabs, should the row with the cu
|
|||
$string['tabselectedtofronttext'] = 'Bring selected tab row to front';
|
||||
$string['themedesignermode'] = 'Theme designer mode';
|
||||
$string['themelist'] = 'Theme list';
|
||||
$string['themenoselected'] = 'No theme selected';
|
||||
$string['themeresetcaches'] = 'Clear theme caches';
|
||||
$string['themeselect'] = 'Select theme';
|
||||
$string['themeselector'] = 'Theme selector';
|
||||
$string['themesettings'] = 'Theme settings';
|
||||
$string['therewereerrors'] = 'There were errors in your data';
|
||||
|
|
|
@ -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