<?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/>.

/**
 * IILMP theme strings.
 *
 * @package   theme_iilmp
 * @copyright 2026 RUFORUM
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();

$string['pluginname'] = 'IILMP';
$string['choosereadme'] = 'IILMP is a Boost child theme that reskins Moodle with the RUFORUM IILMP brand (olive/cream palette, Barlow + Spectral typography) so the hand-off from the IILMP platform feels seamless.';
$string['configtitle'] = 'IILMP settings';
$string['generalsettings'] = 'General';
$string['advancedsettings'] = 'Advanced';

$string['preset'] = 'Theme preset';
$string['preset_desc'] = 'Pick the Boost preset to build the IILMP brand on top of.';

$string['brandcolor'] = 'Brand colour';
$string['brandcolor_desc'] = 'The primary IILMP brand colour (olive/brown). Maps to Bootstrap $primary. Default #6b5317.';

$string['logo'] = 'Logo';
$string['logo_desc'] = 'Optional logo override. When empty the bundled IILMP logo is used on the navbar and login page.';

$string['rawscsspre'] = 'Raw initial SCSS';
$string['rawscsspre_desc'] = 'SCSS injected before the preset — use for variable overrides.';
$string['rawscss'] = 'Raw SCSS';
$string['rawscss_desc'] = 'SCSS injected after the preset — use for extra CSS rules.';

$string['privacy:metadata'] = 'The IILMP theme does not store any personal data.';
$string['region-side-pre'] = 'Right';
