63 lines
3.4 KiB
PHP
63 lines
3.4 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/>.
|
|
|
|
/**
|
|
* Lang strings for course_overview block
|
|
*
|
|
* @package block_course_overview
|
|
* @copyright 2012 Adam Olley <adam.olley@netspot.com.au>
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
|
|
$string['activityoverview'] = 'You have {$a}s that need attention';
|
|
$string['alwaysshowall'] = 'Always show all';
|
|
$string['collapseall'] = 'Collapse all course lists';
|
|
$string['configotherexpanded'] = 'If enabled, other courses will be expanded by default unless overridden by user preferences.';
|
|
$string['configpreservestates'] = 'If enabled, the collapsed/expanded states set by the user are stored and used on each load.';
|
|
$string['course_overview:addinstance'] = 'Add a new course overview block';
|
|
$string['course_overview:myaddinstance'] = 'Add a new course overview block to My home';
|
|
$string['defaultmaxcourses'] = 'Default maximum courses';
|
|
$string['defaultmaxcoursesdesc'] = 'Maximum courses which should be displayed on course overview block, 0 will show all courses';
|
|
$string['expandall'] = 'Expand all course lists';
|
|
$string['forcedefaultmaxcourses'] = 'Force maximum courses';
|
|
$string['forcedefaultmaxcoursesdesc'] = 'If set then user will not be able to change his/her personal setting';
|
|
$string['hiddencoursecount'] = 'You have {$a} hidden course';
|
|
$string['hiddencoursecountplural'] = 'You have {$a} hidden courses';
|
|
$string['hiddencoursecountwithshowall'] = 'You have {$a->coursecount} hidden course ({$a->showalllink})';
|
|
$string['hiddencoursecountwithshowallplural'] = 'You have {$a->coursecount} hidden courses ({$a->showalllink})';
|
|
$string['message'] = 'message';
|
|
$string['messages'] = 'messages';
|
|
$string['movecourse'] = 'Move course: {$a}';
|
|
$string['movecoursehere'] = 'Move course here';
|
|
$string['movetofirst'] = 'Move {$a} course to top';
|
|
$string['moveafterhere'] = 'Move {$a->movingcoursename} course after {$a->currentcoursename}';
|
|
$string['movingcourse'] = 'You are moving: {$a->fullname} ({$a->cancellink})';
|
|
$string['numtodisplay'] = 'Number of courses to display: ';
|
|
$string['otherexpanded'] = 'Other courses expanded';
|
|
$string['pluginname'] = 'Course overview';
|
|
$string['preservestates'] = 'Preserve expanded states';
|
|
$string['shortnameprefix'] = 'Includes {$a}';
|
|
$string['shortnamesufixsingular'] = ' (and {$a} other)';
|
|
$string['shortnamesufixprural'] = ' (and {$a} others)';
|
|
$string['showchildren'] = 'Show children';
|
|
$string['showchildrendesc'] = 'Should child courses be listed underneath the main course title?';
|
|
$string['showwelcomearea'] = 'Show welcome area';
|
|
$string['showwelcomeareadesc'] = 'Show the welcome area above the course list?';
|
|
$string['view_edit_profile'] = '(View and edit your profile.)';
|
|
$string['welcome'] = 'Welcome {$a}';
|
|
$string['youhavemessages'] = 'You have {$a} unread ';
|
|
$string['youhavenomessages'] = 'You have no unread ';
|