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.

Differences Between: [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

   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_recordrtc', language 'en'.
  19   *
  20   * @package    atto_recordrtc
  21   * @author     Jesus Federico (jesus [at] blindsidenetworks [dt] com)
  22   * @author     Jacob Prud'homme (jacob [dt] prudhomme [at] blindsidenetworks [dt] com)
  23   * @copyright  2017 Blindside Networks Inc.
  24   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  25   */
  26  
  27  $string['allowedtypes'] = 'Allowed types';
  28  $string['allowedtypes_desc'] = 'Which recording buttons should appear in Atto. In addition to this setting, there are also capabilities which can control access to the buttons to particular users in particular contexts.';
  29  $string['attachrecording'] = 'Attach recording';
  30  $string['audioandvideo'] = 'Audio and video';
  31  $string['audiobitrate'] = 'Audio bitrate';
  32  $string['audiobitrate_desc'] = 'Quality of audio recording (larger number means higher quality)';
  33  $string['audiortc'] = 'Record audio';
  34  $string['gumabort'] = 'Something strange happened which prevented the webcam/microphone from being used';
  35  $string['gumabort_title'] = 'Something happened';
  36  $string['gumnotallowed'] = 'The user must allow the browser access to the webcam/microphone';
  37  $string['gumnotallowed_title'] = 'Wrong permissions';
  38  $string['gumnotfound'] = 'There is no input device connected or enabled';
  39  $string['gumnotfound_title'] = 'Device missing';
  40  $string['gumnotreadable'] = 'Something is preventing the browser from accessing the webcam/microphone';
  41  $string['gumnotreadable_title'] = 'Hardware error';
  42  $string['gumnotsupported'] = 'Your browser does not support recording over an insecure connection and must close the plugin';
  43  $string['gumnotsupported_title'] = 'No support for insecure connection';
  44  $string['gumoverconstrained'] = 'The current webcam/microphone can not produce a stream with the required constraints';
  45  $string['gumoverconstrained_title'] = 'Problem with constraints';
  46  $string['gumsecurity'] = 'Your browser does not support recording over an insecure connection and must close the plugin';
  47  $string['gumsecurity_title'] = 'No support for insecure connection';
  48  $string['gumtype'] = 'Tried to get stream from the webcam/microphone, but no constraints were specified';
  49  $string['gumtype_title'] = 'No constraints specified';
  50  $string['insecurealert'] = 'Your browser might not allow this plugin to work unless it is used either over HTTPS or from localhost';
  51  $string['insecurealert_title'] = 'Insecure connection!';
  52  $string['nearingmaxsize'] = 'You have attained the maximum size limit for file uploads';
  53  $string['nearingmaxsize_title'] = 'Recording stopped';
  54  $string['norecordingfound'] = 'Something appears to have gone wrong, it seems nothing has been recorded';
  55  $string['norecordingfound_title'] = 'No recording found';
  56  $string['nowebrtc'] = 'Your browser offers limited or no support for WebRTC technologies yet, and cannot be used with this plugin. Please switch or upgrade your browser';
  57  $string['nowebrtc_title'] = 'WebRTC not supported';
  58  $string['onlyaudio'] = 'Audio only';
  59  $string['onlyvideo'] = 'Video only';
  60  $string['pluginname'] = 'RecordRTC';
  61  $string['privacy:metadata'] = 'The RecordRTC plugin does not store any personal data.';
  62  $string['recordagain'] = 'Record again';
  63  $string['recordingfailed'] = 'Recording failed, try again';
  64  $string['recordrtc:recordaudio'] = 'Record audio directly into the text editor';
  65  $string['recordrtc:recordvideo'] = 'Record video directly into the text editor';
  66  $string['settings'] = 'RecordRTC settings';
  67  $string['startrecording'] = 'Start recording';
  68  $string['stoprecording'] = 'Stop recording';
  69  $string['timelimit'] = 'Time limit in seconds';
  70  $string['timelimit_desc'] = 'Maximum recording length allowed for the audio/video clips';
  71  $string['uploadaborted'] = 'Upload aborted:';
  72  $string['uploadfailed'] = 'Upload failed:';
  73  $string['uploadfailed404'] = 'Upload failed: file too large';
  74  $string['uploadprogress'] = 'completed';
  75  $string['videobitrate'] = 'Video bitrate';
  76  $string['videobitrate_desc'] = 'Quality of video recording (larger number means higher quality)';
  77  $string['videortc'] = 'Record video';