mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'w36_MDL-29292_m22_featuretypo' of git://github.com/skodak/moodle
This commit is contained in:
commit
8b5bab6f91
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ $string['denyemailaddresses'] = 'Denied email domains';
|
||||||
$string['development'] = 'Development';
|
$string['development'] = 'Development';
|
||||||
$string['devicedetectregex'] = 'Device detection regular expressions';
|
$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>
|
$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>';
|
<p>For example, you could enter the regular expression \'/(MIDP-1.0|Maemo|Windows CE)/\' to detect some commonly used feature 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['devicedetectregexexpression'] = 'Regular expression';
|
||||||
$string['devicedetectregexvalue'] = 'Return value';
|
$string['devicedetectregexvalue'] = 'Return value';
|
||||||
$string['devicetype'] = 'Device type';
|
$string['devicetype'] = 'Device type';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue