Rev 1 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
<?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/>.
/**
* Strings for component 'tiny_recordrtc', language 'en'.
*
* @package tiny_recordrtc
* @copyright 2022 Stevani Andolo <stevani@hotmail.com.au>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['allowedpausing'] = 'Allow pausing';
$string['allowedtypes'] = 'Recording type';
$string['allowedtypes_desc'] = 'Which types of recording can be made in the TinyMCE editor? In addition to this setting, there are capabilities which control access to recording options.';
$string['attachrecording'] = 'Attach recording';
$string['audioandvideo'] = 'Audio and video';
$string['audiobitrate'] = 'Audio bitrate';
$string['audiobitrate_desc'] = 'Quality of audio recording (larger number means higher quality).';
$string['audiobuttontitle'] = 'Record audio';
$string['audiortcformat'] = 'Audio format';
$string['audiortcformatdefault'] = 'Browser default';
$string['audiortcformatmp3'] = 'MP3';
$string['audiotimelimit'] = 'Audio time limit';
$string['audiotimelimit_desc'] = 'Maximum recording length for audio clips.';
$string['audiotitle'] = 'Record audio';
$string['confirm_yes'] = 'Yes';
$string['discard_desc'] = 'There is a recording in progress. Do you want to stop the recording?';
$string['discard_title'] = 'Close confirmation';
$string['gumabort'] = 'Something happened which prevented the webcam/microphone/screen from being used.';
$string['gumabort_title'] = 'Something happened';
$string['gumnotallowed'] = 'You must allow the browser access to the webcam/microphone/screen.';
$string['gumnotallowed_title'] = 'Wrong permissions';
$string['gumnotfound'] = 'No input device detected.';
$string['gumnotfound_title'] = 'Device missing';
$string['gumnotreadable'] = 'Something is preventing the browser from accessing the webcam/microphone/screen.';
$string['gumnotreadable_title'] = 'Hardware error';
$string['gumnotsupported'] = 'Your browser doesn\'t support recording over an insecure connection.';
$string['gumnotsupported_title'] = 'No support for insecure connection';
$string['gumoverconstrained'] = 'The current webcam/microphone/screen can\'t produce a stream with the required constraints.';
$string['gumoverconstrained_title'] = 'Problem with constraints';
$string['gumsecurity'] = 'Your browser doesn\'t support recording over an insecure connection.';
$string['gumsecurity_title'] = 'No support for insecure connection';
$string['gumtype'] = 'Tried to get stream from the webcam/microphone/screen, but no constraints were specified.';
$string['gumtype_title'] = 'No constraints specified';
$string['insecurealert'] = 'Your browser might not allow this plugin to work unless it is used either over HTTPS or from localhost.';
$string['insecurealert_title'] = 'Insecure connection!';
$string['kbrate'] = '{$a} kb/s';
$string['maxfilesizehit'] = 'You have reached the maximum size limit for file uploads.';
$string['maxfilesizehit_title'] = 'Recording stopped';
$string['norecordingfound'] = 'Something has gone wrong. Nothing has been recorded.';
$string['norecordingfound_title'] = 'No recording found';
$string['nowebrtc'] = 'Your browser offers limited or no support for WebRTC technologies yet, and can\'t be used with this plugin. Please switch or upgrade your browser.';
$string['nowebrtc_title'] = 'WebRTC not supported';
$string['onlyaudio'] = 'Audio';
$string['onlyscreen'] = 'Screen';
$string['onlyvideo'] = 'Video';
$string['pause'] = 'Pause';
$string['pluginname'] = 'RecordRTC';
$string['privacy:metadata'] = 'The RecordRTC plugin does not store any personal data.';
$string['recordagain'] = 'Record again';
$string['recordagain_desc'] = 'You have already recorded some content. Recording again will remove this content. Are you sure you want to reset the recording?';
$string['recordagain_title'] = 'Record again confirmation';
$string['recordingfailed'] = 'Recording failed. Try again.';
$string['recordinguploaded'] = 'Recording uploaded';
$string['recordrtc:recordaudio'] = 'Record audio in the text editor';
$string['recordrtc:recordscreen'] = 'Record screen in the text editor';
$string['recordrtc:recordvideo'] = 'Record video in the text editor';
$string['recordrtc:use'] = 'Use TinyMCE RecordRTC';
$string['resume'] = 'Resume';
$string['screenbitrate'] = 'Screen bitrate';
$string['screenbitrate_desc'] = 'Quality of screen recording (a larger number means higher quality).';
$string['screenbuttontitle'] = 'Record screen';
$string['screenresolution_hd'] = '1280 x 720 (16:9)';
$string['screenresolution_fhd'] = '1920 x 1080 (16:9)';
$string['screensharingstopped'] = 'You stopped sharing your screen before starting the recording. Please allow screen sharing in your browser settings and start the recording again.';
$string['screensharingstopped_title'] = 'Sharing stopped';
$string['screensize'] = 'Screen recording size';
$string['screensize_desc'] = 'The size of video output resolution.';
$string['screentimelimit'] = 'Screen limit time';
$string['screentimelimit_desc'] = 'Maximum recording length for screen recording.';
$string['screentitle'] = 'Record screen';
$string['startrecording'] = 'Start recording';
$string['stoprecording'] = 'Stop recording';
$string['timelimitwarning'] = 'You must enter a number that is greater than 0.';
$string['uploadaborted'] = 'Upload aborted:';
$string['uploadfailed'] = 'Upload failed with error: {$a->error}';
$string['uploadfailed404'] = 'Upload failed: file too large';
$string['uploading'] = 'Uploading - {$a->progress}%';
$string['uploadprogress'] = 'completed';
$string['videobitrate'] = 'Video bitrate';
$string['videobitrate_desc'] = 'Quality of video recording (larger number means higher quality).';
$string['videobuttontitle'] = 'Record video';
$string['videorecordmenutitle'] = 'Video record menu';
$string['videotimelimit'] = 'Video time limit';
$string['videotimelimit_desc'] = 'Maximum recording length for video clips.';
$string['videotitle'] = 'Record video';
// Deprecated since Moodle 4.5.
$string['helplinktext'] = 'RecordRTC';