[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/blocks/course_overview/lang/en/ -> block_course_overview.php (source)

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Lang strings for course_overview block
  19   *
  20   * @package    block_course_overview
  21   * @copyright  2012 Adam Olley <adam.olley@netspot.com.au>
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['activityoverview'] = 'You have {$a}s that need attention';
  26  $string['alwaysshowall'] = 'Always show all';
  27  $string['collapseall'] = 'Collapse all course lists';
  28  $string['configotherexpanded'] = 'If enabled, other courses will be expanded by default unless overridden by user preferences.';
  29  $string['configpreservestates'] = 'If enabled, the collapsed/expanded states set by the user are stored and used on each load.';
  30  $string['course_overview:addinstance'] = 'Add a new course overview block';
  31  $string['course_overview:myaddinstance'] = 'Add a new course overview block to Dashboard';
  32  $string['defaultmaxcourses'] = 'Default maximum courses';
  33  $string['defaultmaxcoursesdesc'] = 'Maximum courses which should be displayed on course overview block, 0 will show all courses';
  34  $string['expandall'] = 'Expand all course lists';
  35  $string['forcedefaultmaxcourses'] = 'Force maximum courses';
  36  $string['forcedefaultmaxcoursesdesc'] = 'If set then user will not be able to change his/her personal setting';
  37  $string['fullpath'] = 'All categories and subcategories';
  38  $string['hiddencoursecount'] = 'You have {$a} hidden course';
  39  $string['hiddencoursecountplural'] = 'You have {$a} hidden courses';
  40  $string['hiddencoursecountwithshowall'] = 'You have {$a->coursecount} hidden course ({$a->showalllink})';
  41  $string['hiddencoursecountwithshowallplural'] = 'You have {$a->coursecount} hidden courses ({$a->showalllink})';
  42  $string['message'] = 'message';
  43  $string['messages'] = 'messages';
  44  $string['movecourse'] = 'Move course: {$a}';
  45  $string['movecoursehere'] = 'Move course here';
  46  $string['movetofirst'] = 'Move {$a} course to top';
  47  $string['moveafterhere'] = 'Move {$a->movingcoursename} course after {$a->currentcoursename}';
  48  $string['movingcourse'] = 'You are moving: {$a->fullname} ({$a->cancellink})';
  49  $string['none'] = 'None';
  50  $string['numtodisplay'] = 'Number of courses to display: ';
  51  $string['onlyparentname'] = 'Parent category only';
  52  $string['otherexpanded'] = 'Other courses expanded';
  53  $string['pluginname'] = 'Course overview';
  54  $string['preservestates'] = 'Preserve expanded states';
  55  $string['shortnameprefix'] = 'Includes {$a}';
  56  $string['shortnamesufixsingular'] = ' (and {$a} other)';
  57  $string['shortnamesufixprural'] = ' (and {$a} others)';
  58  $string['showcategories'] = 'Categories to show';
  59  $string['showcategoriesdesc'] = 'Should course categories be displayed below each course?';
  60  $string['showchildren'] = 'Show children';
  61  $string['showchildrendesc'] = 'Should child courses be listed underneath the main course title?';
  62  $string['showwelcomearea'] = 'Show welcome area';
  63  $string['showwelcomeareadesc'] = 'Show the welcome area above the course list?';
  64  $string['view_edit_profile'] = '(View and edit your profile.)';
  65  $string['welcome'] = 'Welcome {$a}';
  66  $string['youhavemessages'] = 'You have {$a} unread ';
  67  $string['youhavenomessages'] = 'You have no unread ';


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1