. /** * Strings for component 'theme_formal_white', language 'en', branch 'MOODLE_20_STABLE' * * @package theme_formal_white * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['blockcolumnwidth'] = 'Blocks column width'; $string['blockcolumnwidthdesc'] = 'This sets the blocks column width for the theme. Using widths lower than 200px, the calendar block is not supposed to fit.'; $string['blockcontentbgc'] = 'Blocks content background colour'; $string['blockcontentbgcdesc'] = 'This sets the blocks content background colour for the theme.'; $string['choosereadme'] = '

Formal White

Theme Discussion Forum:

http://moodle.org/mod/forum/view.php?id=46

Theme Credits

http://docs.moodle.org/en/Theme_credits

Theme Documentation:

http://docs.moodle.org/en/Themes

Report a bug:

http://tracker.moodle.org

About

Formal White is a fluid-width, three-column theme ported over to 2.0 from Moodle 1.X.

Tweaks

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 MoodleDocs.

Credits

This theme was coded and is maintained by MediaTouch 2000.

License

This, and all other themes included in the Moodle core, are licensed under the GNU General Public License.

'; $string['creditstomoodleorg'] = 'Display credits to moodle.org'; $string['creditstomoodleorgdesc'] = 'Display the usual small moodle logo at the bottom of the page'; $string['configtitle'] = 'Formal white theme'; $string['ctmo_no'] = 'never'; // ctmo == credits to moodle org $string['ctmo_onfrontpageonly'] = 'in the front page only'; // ctmo == credits to moodle org $string['ctmo_ineverypage'] = 'in every page'; // ctmo == credits to moodle org $string['customcss'] = 'Custom CSS'; $string['customcssdesc'] = 'Any CSS you enter here will be added to every page allowing your to easily customise this theme.'; $string['displaylogo'] = 'Pages header content'; $string['displaylogodesc'] = 'Choose whether display moodle logo or page heading text in the header.'; $string['fontsizereference'] = 'Font size reference'; $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.'; $string['footnote'] = 'Footnote'; $string['footnotedesc'] = 'The content from this textarea will be displayed in the footer of every page.'; $string['frontpagelogo'] = 'Custom front page logo'; $string['frontpagelogodesc'] = 'Change the logo that is displayed on the front page of your site by entering the full or relatve URL to the image you wish to use (i.e. http://www.yoursite.tld/myfrontpagelogo.png or ../path/to/your/logo.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.'; $string['headerbgc'] = 'Header background colour'; $string['headerbgcdesc'] = 'This sets the blocks header background colour for the theme.'; $string['heading'] = 'Display page heading'; $string['lblockcolumnbgc'] = 'Left column background colour'; $string['lblockcolumnbgcdesc'] = 'This sets the left column background colour for the theme.'; $string['logo'] = 'Custom logo'; $string['logodesc'] = 'Change the logo for this theme by entering the full or relatve URL to an image you wish to use (i.e. http://www.yoursite.tld/mylogo.png or ../path/to/your/logo.png). As a reference the default logo is 200px wide, 50px high and a transparent png will work best.'; $string['moodlelogo'] = 'Display moodle logo'; $string['noframe'] = 'Formal white 1.9 look'; $string['noframedesc'] = 'Select this option to require your moodle page to look like moodle 1.*, alias, without the surrounding frame.'; $string['pluginname'] = 'Formal white'; $string['rblockcolumnbgc'] = 'Right column background colour'; $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.'; $string['region-side-post'] = 'Right'; $string['region-side-pre'] = 'Left';