mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 21:36:58 +01:00
50 lines
2.2 KiB
PHP
50 lines
2.2 KiB
PHP
<?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/>.
|
|
|
|
/**
|
|
* Strings for component 'page', language 'en', branch 'MOODLE_20_STABLE'
|
|
*
|
|
* @package page
|
|
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
|
|
$string['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.';
|
|
$string['content'] = 'Page content';
|
|
$string['contentheader'] = 'Content';
|
|
$string['displaynew'] = 'New window';
|
|
$string['displayopen'] = 'Open';
|
|
$string['displayoptions'] = 'Available display options';
|
|
$string['displayselect'] = 'Display';
|
|
$string['displayselectexplain'] = 'Select display type.';
|
|
$string['legacyfiles'] = 'Migration of old course file';
|
|
$string['legacyfilesactive'] = 'Active';
|
|
$string['legacyfilesdone'] = 'Finished';
|
|
$string['modulename'] = 'Page';
|
|
$string['modulename_help'] = 'Page module allows teachers to edit a page directly in a course.';
|
|
$string['modulenameplural'] = 'Pages';
|
|
$string['optionsheader'] = 'Options';
|
|
$string['pageadministration'] = 'Page administration';
|
|
$string['popupheight'] = 'Popup height (in pixels)';
|
|
$string['popupheightexplain'] = 'Specifies default height of popup windows.';
|
|
$string['popupwidth'] = 'Popup width (in pixels)';
|
|
$string['popupwidthexplain'] = 'Specifies default width of popup windows.';
|
|
$string['printheading'] = 'Display page name';
|
|
$string['printheadingexplain'] = 'Display page name above content?';
|
|
$string['printintro'] = 'Display page description';
|
|
$string['printintroexplain'] = 'Display page description above content?';
|