|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['configdisplayoptions'] = 'Select all options that should be available, existing settings are not modified. Hold CTRL key to select multiple fields.'; 00027 $string['content'] = 'Page content'; 00028 $string['contentheader'] = 'Content'; 00029 $string['displayoptions'] = 'Available display options'; 00030 $string['displayselect'] = 'Display'; 00031 $string['displayselectexplain'] = 'Select display type.'; 00032 $string['legacyfiles'] = 'Migration of old course file'; 00033 $string['legacyfilesactive'] = 'Active'; 00034 $string['legacyfilesdone'] = 'Finished'; 00035 $string['modulename'] = 'Page'; 00036 $string['modulename_help'] = 'A page enables a web page to be displayed and edited within the course.'; 00037 $string['modulenameplural'] = 'Pages'; 00038 $string['neverseen'] = 'Never seen'; 00039 $string['optionsheader'] = 'Options'; 00040 $string['page-mod-page-x'] = 'Any page module page'; 00041 $string['page:view'] = 'View page content'; 00042 $string['pluginadministration'] = 'Page module administration'; 00043 $string['pluginname'] = 'Page'; 00044 $string['popupheight'] = 'Popup height (in pixels)'; 00045 $string['popupheightexplain'] = 'Specifies default height of popup windows.'; 00046 $string['popupwidth'] = 'Popup width (in pixels)'; 00047 $string['popupwidthexplain'] = 'Specifies default width of popup windows.'; 00048 $string['printheading'] = 'Display page name'; 00049 $string['printheadingexplain'] = 'Display page name above content?'; 00050 $string['printintro'] = 'Display page description'; 00051 $string['printintroexplain'] = 'Display page description above content?';