mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
26 lines
1.2 KiB
PHP
26 lines
1.2 KiB
PHP
<?php
|
|
|
|
$string['content'] = 'Page content';
|
|
$string['contentheader'] = 'Content';
|
|
$string['displayoptions'] = 'Available display options';
|
|
$string['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.';
|
|
$string['displayselect'] = 'Display';
|
|
$string['displayselectexplain'] = 'Select display type.';
|
|
$string['displaynew'] = 'New window';
|
|
$string['displayopen'] = 'Open';
|
|
$string['legacyfiles'] = 'Migration of old course file';
|
|
$string['legacyfilesactive'] = 'Active';
|
|
$string['legacyfilesdone'] = 'Finished';
|
|
$string['modulename'] = 'Page';
|
|
$string['modulenameplural'] = 'Pages';
|
|
$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['optionsheader'] = 'Options';
|
|
$string['printheading'] = 'Display page name';
|
|
$string['printheadingexplain'] = 'Display page name above content?';
|
|
$string['printintro'] = 'Display page description';
|
|
$string['printintroexplain'] = 'Display page description above content?';
|