source: WAeUP_Moodle/bteducation2_0/lang/en/theme_bteducation2_0.php @ 6369

Last change on this file since 6369 was 6369, checked in by Henrik Bettermann, 13 years ago

Add Moodle 2.0 bteducation theme. This is a copy of the standard theme. Feel free to tweak this theme as you like. The old bteducation theme is deprecated, it can't be used for Moodle >2.0.

File size: 1.2 KB
Line 
1<?php
2
3// This file is part of Moodle - http://moodle.org/
4//
5// Moodle is free software: you can redistribute it and/or modify
6// it under the terms of the GNU General Public License as published by
7// the Free Software Foundation, either version 3 of the License, or
8// (at your option) any later version.
9//
10// Moodle is distributed in the hope that it will be useful,
11// but WITHOUT ANY WARRANTY; without even the implied warranty of
12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13// GNU General Public License for more details.
14//
15// You should have received a copy of the GNU General Public License
16// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
17
18/**
19 * Strings for component 'theme_standard', language 'en', branch 'MOODLE_20_STABLE'
20 *
21 * @package   theme_standard
22 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
23 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24 */
25
26$string['pluginname'] = 'BTEducation2.0';
27$string['region-side-post'] = 'Right';
28$string['region-side-pre'] = 'Left';
29$string['choosereadme'] = 'This theme is a very basic white theme, with a minimum amount of CSS added to the base theme to make it actually usable.';
Note: See TracBrowser for help on using the repository browser.