Select Git revision
.gitlab-ci.yml
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/360
Imran Iqbal authored* Automated using https://github.com/myii/ssf-formula/pull/360
theme_boost_campus_child.php 1.76 KiB
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Theme Boost Campus Child - Language pack
*
* @package theme_boost_campus_child
* @copyright 2017 Kathrin Osswald, Ulm University <kathrin.osswald@uni-ulm.de>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
// GENERAL.
$string['pluginname'] = 'Boost Campus Child';
$string['choosereadme'] = 'Theme Boost Campus Child is a child theme of Boost Campus and used to use all features of the theme Boost Campus but with the possibility to change colors easily and add own SCSS.';
// SETTINGS.
$string['configtitle'] = 'Boost Campus Child settings';
// FOOTER LAYOUT SETTINGS (DEFINED IN BOOST) - strings also needed here.
$string['region-footer-left'] = 'Footer (left)';
$string['region-footer-middle'] = 'Footer (middle)';
$string['region-footer-right'] = 'Footer (right)';
$string['region-side-pre'] = 'Right';
// PRIVACY.
$string['privacy:metadata'] = 'The Boost Campus Child theme does not store any personal data about any user.';
// SETTINGS.
$string['settingsheading'] = 'All Settings should be changed in Boost Campus Theme';