Skip to content
Snippets Groups Projects
Select Git revision
  • 7b93c021e9b74140e3748263b5aea0d9c6b0fcb0
  • master default
  • v0.52.5
  • v0.52.4
  • v0.52.3
  • v0.52.2
  • v0.52.1
  • v0.52.0
  • v0.51.0
  • v0.50.0
  • v0.49.0
11 results

.gitlab-ci.yml

Blame
  • 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';