Commit | Line | Data |
---|---|---|
2fd7abbb | 1 | <?php |
2 | // This file is part of Moodle - http://moodle.org/ | |
3 | // | |
4 | // Moodle is free software: you can redistribute it and/or modify | |
5 | // it under the terms of the GNU General Public License as published by | |
6 | // the Free Software Foundation, either version 3 of the License, or | |
7 | // (at your option) any later version. | |
8 | // | |
9 | // Moodle is distributed in the hope that it will be useful, | |
10 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 | // GNU General Public License for more details. | |
13 | // | |
14 | // You should have received a copy of the GNU General Public License | |
15 | // along with Moodle. If not, see <http://www.gnu.org/licenses/>. | |
16 | ||
17 | /** | |
18 | * Label module version info | |
19 | * | |
20 | * @package theme | |
21 | * @subpackage mymobile | |
22 | * @copyright John Stabinger | |
23 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
24 | */ | |
3c0c2bf0 SH |
25 | |
26 | $string['choosereadme'] = '<div class="clearfix"><div class="theme_screenshot"><h2>MyMobile</h2><img src="mymobile/pix/screenshot.png" /><h2>About</h2><p>MyMobile is a mobile theme for Moodle 2.x. More information on modifying themes can be found in the <a href="http://docs.moodle.org/en/Theme">MoodleDocs</a>.</p></div></div>'; | |
27 | $string['colourswatch'] = 'Mobile theme color swatch'; | |
28 | $string['colourswatch_desc'] = 'Toggle the color swatch of the theme between grey and light/blue.'; | |
29 | $string['grey'] = 'Grey'; | |
e3b977ac | 30 | $string['light'] = 'Light/Blue'; |
3c0c2bf0 SH |
31 | $string['mtoggle'] = 'Toggle 2nd Column'; |
32 | $string['no'] = 'No'; | |
2fd7abbb | 33 | $string['pluginname'] = 'MyMobile'; |
2fd7abbb | 34 | $string['region-myblocks'] = 'block region'; |
3c0c2bf0 SH |
35 | $string['showmobileintro'] = 'Mobile Intro Text'; |
36 | $string['showmobileintro_desc'] = 'Add mobile only text/images to the mobile homepage.'; | |
37 | $string['showsitetopic'] = 'Show site topic:'; | |
38 | $string['showsitetopic_desc'] = 'Show the standard site topic section(s) on the front page for mobile theme users (if available).'; | |
39 | $string['showfullsizeimages'] = 'Show full images on site index and course pages.'; | |
40 | $string['showfullsizeimages_desc'] = 'Show full size images on site index and course pages instead of replaced thumb icon method. Default is to not show full size images.'; | |
41 | $string['usetableview'] = 'Tablet View'; | |
42 | $string['usetableview_desc'] = 'Use the tablet view for larger devices (yes by default).'; | |
43 | $string['yes'] = 'Yes'; |