Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/theme/mymobile/lang/en/theme_mymobile.php
Go to the documentation of this file.
00001 <?php
00002 // This file is part of Moodle - http://moodle.org/
00003 //
00004 // Moodle is free software: you can redistribute it and/or modify
00005 // it under the terms of the GNU General Public License as published by
00006 // the Free Software Foundation, either version 3 of the License, or
00007 // (at your option) any later version.
00008 //
00009 // Moodle is distributed in the hope that it will be useful,
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 // GNU General Public License for more details.
00013 //
00014 // You should have received a copy of the GNU General Public License
00015 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00016 
00026 $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>';
00027 $string['colourswatch'] = 'Mobile theme color swatch';
00028 $string['colourswatch_desc'] = 'Toggle the color swatch of the theme between grey and light/blue.';
00029 $string['grey'] = 'Grey';
00030 $string['light'] = 'Light/Blue';
00031 $string['mtoggle'] = 'Toggle 2nd Column';
00032 $string['no'] = 'No';
00033 $string['pluginname'] = 'MyMobile';
00034 $string['region-myblocks'] = 'block region';
00035 $string['showmobileintro'] = 'Mobile Intro Text';
00036 $string['showmobileintro_desc'] = 'Add mobile only text/images to the mobile homepage.';
00037 $string['showsitetopic'] = 'Show site topic:';
00038 $string['showsitetopic_desc'] = 'Show the standard site topic section(s) on the front page for mobile theme users (if available).';
00039 $string['showfullsizeimages'] = 'Show full images on site index and course pages.';
00040 $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.';
00041 $string['usetableview'] = 'Tablet View';
00042 $string['usetableview_desc'] = 'Use the tablet view for larger devices (yes by default).';
00043 $string['yes'] = 'Yes';
 All Data Structures Namespaces Files Functions Variables Enumerations