mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 21:36:58 +01:00
51 lines
2.3 KiB
PHP
51 lines
2.3 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['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'] = 'A page enables a web page to be displayed and edited within the course.';
|
|
$string['modulenameplural'] = 'Pages';
|
|
$string['neverseen'] = 'Never seen';
|
|
$string['optionsheader'] = 'Options';
|
|
$string['page:view'] = 'View page content';
|
|
$string['pluginadministration'] = 'Page module administration';
|
|
$string['pluginname'] = 'Page';
|
|
$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?';
|