mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
63 lines
3 KiB
PHP
63 lines
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['createpage'] = 'Create a new page';
|
|
$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'] = 'The page module enables a teacher to create a web page resource using the text editor. A page can display text, images, sound, video, web links and embedded code, such as Google maps.
|
|
|
|
Advantages of using the page module rather than the file module include the resource being more accessible (for example to users of mobile devices) and easier to update.
|
|
|
|
For large amounts of content, it\'s recommended that a book is used rather than a page.
|
|
|
|
A page may be used
|
|
|
|
* To present the terms and conditions of a course or a summary of the course syllabus
|
|
* To embed several videos or sound files together with some explanatory text';
|
|
$string['modulename_link'] = 'mod/page/view';
|
|
$string['modulenameplural'] = 'Pages';
|
|
$string['neverseen'] = 'Never seen';
|
|
$string['optionsheader'] = 'Options';
|
|
$string['page-mod-page-x'] = 'Any page module page';
|
|
$string['page:addinstance'] = 'Add a new page resource';
|
|
$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?';
|