|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['blockcolumnwidth'] = 'Blocks column width'; 00027 $string['blockcolumnwidthdesc'] = 'This sets the blocks column width for the theme. <strong>Using widths lower than 200px, the calendar block is not supposed to fit.</strong>'; 00028 $string['blockcontentbgc'] = 'Blocks content background colour'; 00029 $string['blockcontentbgcdesc'] = 'This sets the blocks content background colour for the theme.'; 00030 $string['choosereadme'] = ' 00031 <div class="clearfix"> 00032 <div class="theme_screenshot"> 00033 <h2>Formal White</h2> 00034 <img src="formal_white/pix/screenshot.gif" /> 00035 00036 <h3>Theme Discussion Forum:</h3> 00037 <p><a href="http://moodle.org/mod/forum/view.php?id=46">http://moodle.org/mod/forum/view.php?id=46</a></p> 00038 00039 <h3>Theme Credits</h3> 00040 <p><a href="http://docs.moodle.org/en/Theme_credits">http://docs.moodle.org/en/Theme_credits</a></p> 00041 00042 <h3>Theme Documentation:</h3> 00043 <p><a href="http://docs.moodle.org/en/Themes">http://docs.moodle.org/en/Themes</a></p> 00044 00045 <h3>Report a bug:</h3> 00046 <p><a href="http://tracker.moodle.org">http://tracker.moodle.org</a></p> 00047 </div> 00048 <div class="theme_description"> 00049 <h2>About</h2> 00050 <p>Formal White is a fluid-width, three-column theme ported over to 2.0 from Moodle 1.X.</p> 00051 <h2>Tweaks</h2> 00052 <p>This theme is built upon both Base and Canvas, two parent themes included in the Moodle core. If you want to modify this theme, we recommend that you first duplicate it, then rename it before making your changes. This will prevent your customized theme from being overwritten by future Moodle upgrades, and you\'ll still have the original files if you make a mess. More information on modifying themes can be found in the <a href="http://docs.moodle.org/en/Theme">MoodleDocs</a>.</p> 00053 <h2>Credits</h2> 00054 <p>This theme was coded and is maintained by MediaTouch 2000. </p> 00055 <h2>License</h2> 00056 <p>This, and all other themes included in the Moodle core, are licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>. 00057 </div> 00058 </div>'; 00059 $string['creditstomoodleorg'] = 'Display credits to moodle.org'; 00060 $string['creditstomoodleorgdesc'] = 'Display the usual small moodle logo at the bottom of the page'; 00061 $string['configtitle'] = 'Formal white theme'; 00062 $string['ctmo_no'] = 'never'; // ctmo == credits to moodle org 00063 $string['ctmo_onfrontpageonly'] = 'in the front page only'; // ctmo == credits to moodle org 00064 $string['ctmo_ineverypage'] = 'in every page'; // ctmo == credits to moodle org 00065 $string['customcss'] = 'Custom CSS'; 00066 $string['customcssdesc'] = 'Any CSS you enter here will be added to every page allowing your to easily customise this theme.'; 00067 $string['displaylogo'] = 'Pages header content'; 00068 $string['displaylogodesc'] = 'Choose whether display moodle logo or page heading text in the header.'; 00069 $string['fontsizereference'] = 'Font size reference'; 00070 $string['fontsizereferencedesc'] = 'This allows you to set the default font size for this theme. It is not recommended to set this higher than 13px as it is known to cause display problems with certain blocks.'; 00071 $string['footnote'] = 'Footnote'; 00072 $string['footnotedesc'] = 'The content from this textarea will be displayed in the footer of every page.'; 00073 $string['frontpagelogo'] = 'Custom front page logo'; 00074 $string['frontpagelogodesc'] = 'Change the logo that is displayed on the front page of your site by entering the URL to the image you wish to use (i.e. http://www.yoursite.local/myfrontpagelogo.png). This setting overrides the custom logo setting. As a reference the default logo is 300px wide, 80px high and a transparent png will work best.'; 00075 $string['headerbgc'] = 'Header background colour'; 00076 $string['headerbgcdesc'] = 'This sets the blocks header background colour for the theme.'; 00077 $string['heading'] = 'Display page heading'; 00078 $string['lblockcolumnbgc'] = 'Left column background colour'; 00079 $string['lblockcolumnbgcdesc'] = 'This sets the left column background colour for the theme.'; 00080 $string['logo'] = 'Custom logo'; 00081 $string['logodesc'] = 'Change the logo for this theme by entering the URL to an image you wish to use (i.e. http://www.yoursite.local/mylogo.png). As a reference the default logo is 200px wide, 50px high and a transparent png will work best.'; 00082 $string['moodlelogo'] = 'Display moodle logo'; 00083 $string['noframe'] = 'Formal white 1.9 look'; 00084 $string['noframedesc'] = 'Select this option to require your moodle page to look like moodle 1.*, alias, without the surrounding frame.'; 00085 $string['pluginname'] = 'Formal white'; 00086 $string['rblockcolumnbgc'] = 'Right column background colour'; 00087 $string['rblockcolumnbgcdesc'] = 'This sets the right column background colour for the theme. If you leave this empty the left column background color will be used.'; 00088 $string['region-side-post'] = 'Right'; 00089 $string['region-side-pre'] = 'Left';