Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
   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   * Strings for component 'atto_media', language 'en'.
  19   *
  20   * @package    atto_media
  21   * @copyright  2013 Damyon Wiese  <damyon@moodle.com>
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['add'] = 'Add';
  26  $string['addcaptionstrack'] = 'Add caption track';
  27  $string['addchapterstrack'] = 'Add chapter track';
  28  $string['adddescriptionstrack'] = 'Add description track';
  29  $string['addmetadatatrack'] = 'Add metadata track';
  30  $string['addsource'] = 'Add alternative source';
  31  $string['addsource_help'] = 'It is recommended that an alternative media source is provided, since desktop and mobile browsers vary in which file formats they support.';
  32  $string['addsubtitlestrack'] = 'Add subtitle track';
  33  $string['addtrack'] = 'Add track';
  34  $string['advancedsettings'] = 'Advanced settings';
  35  $string['audio'] = 'Audio';
  36  $string['audiosourcelabel'] = 'Audio source URL';
  37  $string['autoplay'] = 'Play automatically';
  38  $string['browserepositories'] = 'Browse repositories...';
  39  $string['captions'] = 'Captions';
  40  $string['captions_help'] = 'Captions may be used to describe everything happening in the track, including non-verbal sounds such as a phone ringing.';
  41  $string['captionssourcelabel'] = 'Caption track URL';
  42  $string['chapters'] = 'Chapters';
  43  $string['chapters_help'] = 'Chapter titles may be provided for use in navigating the media resource.';
  44  $string['chapterssourcelabel'] = 'Chapter track URL';
  45  $string['controls'] = 'Show controls';
  46  $string['createmedia'] = 'Insert media';
  47  $string['default'] = 'Default';
  48  $string['descriptions'] = 'Descriptions';
  49  $string['descriptions_help'] = 'Audio descriptions may be used to provide a narration which explains visual details not apparent from the audio alone.';
  50  $string['descriptionssourcelabel'] = 'Description track URL';
  51  $string['displayoptions'] = 'Display options';
  52  $string['entername'] = 'Enter name';
  53  $string['entertitle'] = 'Enter title';
  54  $string['entersource'] = 'Source URL';
  55  $string['enterurl'] = 'Enter URL';
  56  $string['height'] = 'Height';
  57  $string['kind'] = 'Type';
  58  $string['label'] = 'Label';
  59  $string['languagesavailable'] = 'Languages available';
  60  $string['languagesinstalled'] = 'Languages installed';
  61  $string['link'] = 'Link';
  62  $string['loop'] = 'Loop';
  63  $string['metadata'] = 'Metadata';
  64  $string['metadata_help'] = 'Metadata tracks, for use from a script, may be used only if the player supports metadata.';
  65  $string['metadatasourcelabel'] = 'Metadata track URL';
  66  $string['mute'] = 'Muted';
  67  $string['pluginname'] = 'Insert or edit an audio/video file';
  68  $string['poster'] = 'Thumbnail URL';
  69  $string['remove'] = 'Remove';
  70  $string['size'] = 'Size';
  71  $string['srclang'] = 'Language';
  72  $string['subtitles'] = 'Subtitles';
  73  $string['subtitles_help'] = 'Subtitles may be used to provide a transcription or translation of the dialogue.';
  74  $string['subtitlessourcelabel'] = 'Subtitle track URL';
  75  $string['track'] = 'Track URL';
  76  $string['tracks'] = 'Subtitles and captions';
  77  $string['tracks_help'] = 'Subtitles, captions, chapters and descriptions can be added via a WebVTT (Web Video Text Tracks) format file. Track labels will be shown in the selection drop-down menu. For each type of track, any track set as default will be pre-selected at the start of the video.';
  78  $string['video'] = 'Video';
  79  $string['videoheight'] = 'Video height';
  80  $string['videosourcelabel'] = 'Video source URL';
  81  $string['videowidth'] = 'Video width';
  82  $string['width'] = 'Width';
  83  
  84  $string['privacy:metadata'] = 'The atto_media plugin does not store any personal data.';