[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/mod/label/lang/en/ -> label.php (source)

   1  <?php
   2  
   3  // This file is part of Moodle - http://moodle.org/
   4  //
   5  // Moodle is free software: you can redistribute it and/or modify
   6  // it under the terms of the GNU General Public License as published by
   7  // the Free Software Foundation, either version 3 of the License, or
   8  // (at your option) any later version.
   9  //
  10  // Moodle is distributed in the hope that it will be useful,
  11  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  12  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13  // GNU General Public License for more details.
  14  //
  15  // You should have received a copy of the GNU General Public License
  16  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  17  
  18  /**
  19   * Strings for component 'label', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package mod_label
  22   * @copyright  1999 onwards Martin Dougiamas  {@link http://moodle.com}
  23   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['configdndmedia'] = 'Offer to create a label when media files are dragged & dropped onto a course';
  27  $string['configdndresizeheight'] = 'When a label is created from a dragged & dropped image, resize it if it is higher than this many pixels (0 for no resize)';
  28  $string['configdndresizewidth'] = 'When a label is created from a dragged & dropped image, resize it if it is wider than this many pixels (0 for no resize)';
  29  $string['dndmedia'] = 'Media drag and drop';
  30  $string['dndresizeheight'] = 'Resize drag and drop height';
  31  $string['dndresizewidth'] = 'Resize drag and drop width';
  32  $string['dnduploadlabel'] = 'Add image to course page';
  33  $string['dnduploadlabeltext'] = 'Add a label to the course page';
  34  $string['label:addinstance'] = 'Add a new label';
  35  $string['labeltext'] = 'Label text';
  36  $string['modulename'] = 'Label';
  37  $string['modulename_help'] = 'The label module enables text and multimedia to be inserted into the course page in between links to other resources and activities. Labels are very versatile and can help to improve the appearance of a course if used thoughtfully.
  38  
  39  Labels may be used
  40  
  41  * To split up a long list of activities with a subheading or an image
  42  * To display an embedded sound file or video directly on the course page
  43  * To add a short description to a course section';
  44  $string['modulename_link'] = 'mod/label/view';
  45  $string['modulenameplural'] = 'Labels';
  46  $string['pluginadministration'] = 'Label administration';
  47  $string['pluginname'] = 'Label';
  48  $string['search:activity'] = 'Label';


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