| Línea 20... |
Línea 20... |
| 20 |
* @package tiny_recordrtc
|
20 |
* @package tiny_recordrtc
|
| 21 |
* @copyright 2022 Stevani Andolo <stevani@hotmail.com.au>
|
21 |
* @copyright 2022 Stevani Andolo <stevani@hotmail.com.au>
|
| 22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 23 |
*/
|
23 |
*/
|
| Línea -... |
Línea 24... |
| - |
|
24 |
|
| 24 |
|
25 |
$string['allowedpausing'] = 'Allow pausing';
|
| 25 |
$string['allowedtypes'] = 'Recording type';
|
26 |
$string['allowedtypes'] = 'Recording type';
|
| 26 |
$string['allowedtypes_desc'] = 'Which types of recording can be made in the TinyMCE editor? In addition to this setting, there are two capabilities which control access to recording options.';
|
27 |
$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.';
|
| 27 |
$string['attachrecording'] = 'Attach recording';
|
28 |
$string['attachrecording'] = 'Attach recording';
|
| 28 |
$string['audioandvideo'] = 'Audio and video';
|
29 |
$string['audioandvideo'] = 'Audio and video';
|
| 29 |
$string['audiobitrate'] = 'Audio bitrate';
|
30 |
$string['audiobitrate'] = 'Audio bitrate';
|
| 30 |
$string['audiobitrate_desc'] = 'Quality of audio recording (larger number means higher quality).';
|
31 |
$string['audiobitrate_desc'] = 'Quality of audio recording (larger number means higher quality).';
|
| - |
|
32 |
$string['audiobuttontitle'] = 'Record audio';
|
| - |
|
33 |
$string['audiortcformat'] = 'Audio format';
|
| - |
|
34 |
$string['audiortcformatdefault'] = 'Browser default';
|
| 31 |
$string['audiobuttontitle'] = 'Record audio';
|
35 |
$string['audiortcformatmp3'] = 'MP3';
|
| 32 |
$string['audiotimelimit'] = 'Audio time limit';
|
36 |
$string['audiotimelimit'] = 'Audio time limit';
|
| 33 |
$string['audiotimelimit_desc'] = 'Maximum recording length for audio clips.';
|
37 |
$string['audiotimelimit_desc'] = 'Maximum recording length for audio clips.';
|
| 34 |
$string['audiotitle'] = 'Record audio';
|
38 |
$string['audiotitle'] = 'Record audio';
|
| 35 |
$string['confirm_yes'] = 'Yes';
|
39 |
$string['confirm_yes'] = 'Yes';
|
| 36 |
$string['discard_desc'] = 'There is a recording in progress. Do you want to stop the recording?';
|
40 |
$string['discard_desc'] = 'There is a recording in progress. Do you want to stop the recording?';
|
| 37 |
$string['discard_title'] = 'Close confirmation';
|
41 |
$string['discard_title'] = 'Close confirmation';
|
| 38 |
$string['gumabort'] = 'Something happened which prevented the webcam/microphone from being used.';
|
42 |
$string['gumabort'] = 'Something happened which prevented the webcam/microphone/screen from being used.';
|
| 39 |
$string['gumabort_title'] = 'Something happened';
|
43 |
$string['gumabort_title'] = 'Something happened';
|
| 40 |
$string['gumnotallowed'] = 'You must allow the browser access to the webcam/microphone.';
|
44 |
$string['gumnotallowed'] = 'You must allow the browser access to the webcam/microphone/screen.';
|
| 41 |
$string['gumnotallowed_title'] = 'Wrong permissions';
|
45 |
$string['gumnotallowed_title'] = 'Wrong permissions';
|
| 42 |
$string['gumnotfound'] = 'No input device detected.';
|
46 |
$string['gumnotfound'] = 'No input device detected.';
|
| 43 |
$string['gumnotfound_title'] = 'Device missing';
|
47 |
$string['gumnotfound_title'] = 'Device missing';
|
| 44 |
$string['gumnotreadable'] = 'Something is preventing the browser from accessing the webcam/microphone.';
|
48 |
$string['gumnotreadable'] = 'Something is preventing the browser from accessing the webcam/microphone/screen.';
|
| 45 |
$string['gumnotreadable_title'] = 'Hardware error';
|
49 |
$string['gumnotreadable_title'] = 'Hardware error';
|
| 46 |
$string['gumnotsupported'] = 'Your browser doesn\'t support recording over an insecure connection.';
|
50 |
$string['gumnotsupported'] = 'Your browser doesn\'t support recording over an insecure connection.';
|
| 47 |
$string['gumnotsupported_title'] = 'No support for insecure connection';
|
51 |
$string['gumnotsupported_title'] = 'No support for insecure connection';
|
| 48 |
$string['gumoverconstrained'] = 'The current webcam/microphone can\'t produce a stream with the required constraints.';
|
52 |
$string['gumoverconstrained'] = 'The current webcam/microphone/screen can\'t produce a stream with the required constraints.';
|
| 49 |
$string['gumoverconstrained_title'] = 'Problem with constraints';
|
53 |
$string['gumoverconstrained_title'] = 'Problem with constraints';
|
| 50 |
$string['gumsecurity'] = 'Your browser doesn\'t support recording over an insecure connection.';
|
54 |
$string['gumsecurity'] = 'Your browser doesn\'t support recording over an insecure connection.';
|
| 51 |
$string['gumsecurity_title'] = 'No support for insecure connection';
|
55 |
$string['gumsecurity_title'] = 'No support for insecure connection';
|
| 52 |
$string['gumtype'] = 'Tried to get stream from the webcam/microphone, but no constraints were specified.';
|
56 |
$string['gumtype'] = 'Tried to get stream from the webcam/microphone/screen, but no constraints were specified.';
|
| 53 |
$string['gumtype_title'] = 'No constraints specified';
|
57 |
$string['gumtype_title'] = 'No constraints specified';
|
| 54 |
$string['insecurealert'] = 'Your browser might not allow this plugin to work unless it is used either over HTTPS or from localhost.';
|
58 |
$string['insecurealert'] = 'Your browser might not allow this plugin to work unless it is used either over HTTPS or from localhost.';
|
| - |
|
59 |
$string['insecurealert_title'] = 'Insecure connection!';
|
| 55 |
$string['insecurealert_title'] = 'Insecure connection!';
|
60 |
$string['kbrate'] = '{$a} kb/s';
|
| 56 |
$string['maxfilesizehit'] = 'You have reached the maximum size limit for file uploads.';
|
61 |
$string['maxfilesizehit'] = 'You have reached the maximum size limit for file uploads.';
|
| 57 |
$string['maxfilesizehit_title'] = 'Recording stopped';
|
62 |
$string['maxfilesizehit_title'] = 'Recording stopped';
|
| 58 |
$string['norecordingfound'] = 'Something has gone wrong. Nothing has been recorded.';
|
63 |
$string['norecordingfound'] = 'Something has gone wrong. Nothing has been recorded.';
|
| 59 |
$string['norecordingfound_title'] = 'No recording found';
|
64 |
$string['norecordingfound_title'] = 'No recording found';
|
| 60 |
$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.';
|
65 |
$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.';
|
| 61 |
$string['nowebrtc_title'] = 'WebRTC not supported';
|
66 |
$string['nowebrtc_title'] = 'WebRTC not supported';
|
| - |
|
67 |
$string['onlyaudio'] = 'Audio';
|
| 62 |
$string['onlyaudio'] = 'Audio only';
|
68 |
$string['onlyscreen'] = 'Screen';
|
| - |
|
69 |
$string['onlyvideo'] = 'Video';
|
| 63 |
$string['onlyvideo'] = 'Video only';
|
70 |
$string['pause'] = 'Pause';
|
| 64 |
$string['pluginname'] = 'RecordRTC';
|
71 |
$string['pluginname'] = 'RecordRTC';
|
| 65 |
$string['privacy:metadata'] = 'The RecordRTC plugin does not store any personal data.';
|
72 |
$string['privacy:metadata'] = 'The RecordRTC plugin does not store any personal data.';
|
| 66 |
$string['recordagain'] = 'Record again';
|
73 |
$string['recordagain'] = 'Record again';
|
| 67 |
$string['recordagain_desc'] = 'You have already recorded some content. Recording again will remove this content. Are you sure you want to reset the recording?';
|
74 |
$string['recordagain_desc'] = 'You have already recorded some content. Recording again will remove this content. Are you sure you want to reset the recording?';
|
| 68 |
$string['recordagain_title'] = 'Record again confirmation';
|
75 |
$string['recordagain_title'] = 'Record again confirmation';
|
| 69 |
$string['recordingfailed'] = 'Recording failed. Try again.';
|
76 |
$string['recordingfailed'] = 'Recording failed. Try again.';
|
| 70 |
$string['recordinguploaded'] = 'Recording uploaded';
|
77 |
$string['recordinguploaded'] = 'Recording uploaded';
|
| - |
|
78 |
$string['recordrtc:recordaudio'] = 'Record audio in the text editor';
|
| 71 |
$string['recordrtc:recordaudio'] = 'Record audio in the text editor';
|
79 |
$string['recordrtc:recordscreen'] = 'Record screen in the text editor';
|
| - |
|
80 |
$string['recordrtc:recordvideo'] = 'Record video in the text editor';
|
| - |
|
81 |
$string['recordrtc:use'] = 'Use TinyMCE RecordRTC';
|
| - |
|
82 |
$string['resume'] = 'Resume';
|
| - |
|
83 |
$string['screenbitrate'] = 'Screen bitrate';
|
| - |
|
84 |
$string['screenbitrate_desc'] = 'Quality of screen recording (a larger number means higher quality).';
|
| - |
|
85 |
$string['screenbuttontitle'] = 'Record screen';
|
| - |
|
86 |
$string['screenresolution_hd'] = '1280 x 720 (16:9)';
|
| - |
|
87 |
$string['screenresolution_fhd'] = '1920 x 1080 (16:9)';
|
| - |
|
88 |
$string['screensharingstopped'] = 'You stopped sharing your screen before starting the recording. Please allow screen sharing in your browser settings and start the recording again.';
|
| - |
|
89 |
$string['screensharingstopped_title'] = 'Sharing stopped';
|
| - |
|
90 |
$string['screensize'] = 'Screen recording size';
|
| - |
|
91 |
$string['screensize_desc'] = 'The size of video output resolution.';
|
| - |
|
92 |
$string['screentimelimit'] = 'Screen limit time';
|
| - |
|
93 |
$string['screentimelimit_desc'] = 'Maximum recording length for screen recording.';
|
| 72 |
$string['recordrtc:recordvideo'] = 'Record video in the text editor';
|
94 |
$string['screentitle'] = 'Record screen';
|
| 73 |
$string['startrecording'] = 'Start recording';
|
95 |
$string['startrecording'] = 'Start recording';
|
| 74 |
$string['stoprecording'] = 'Stop recording';
|
96 |
$string['stoprecording'] = 'Stop recording';
|
| 75 |
$string['timelimitwarning'] = 'You must enter a number that is greater than 0.';
|
97 |
$string['timelimitwarning'] = 'You must enter a number that is greater than 0.';
|
| 76 |
$string['uploadaborted'] = 'Upload aborted:';
|
98 |
$string['uploadaborted'] = 'Upload aborted:';
|
| Línea 79... |
Línea 101... |
| 79 |
$string['uploading'] = 'Uploading - {$a->progress}%';
|
101 |
$string['uploading'] = 'Uploading - {$a->progress}%';
|
| 80 |
$string['uploadprogress'] = 'completed';
|
102 |
$string['uploadprogress'] = 'completed';
|
| 81 |
$string['videobitrate'] = 'Video bitrate';
|
103 |
$string['videobitrate'] = 'Video bitrate';
|
| 82 |
$string['videobitrate_desc'] = 'Quality of video recording (larger number means higher quality).';
|
104 |
$string['videobitrate_desc'] = 'Quality of video recording (larger number means higher quality).';
|
| 83 |
$string['videobuttontitle'] = 'Record video';
|
105 |
$string['videobuttontitle'] = 'Record video';
|
| - |
|
106 |
$string['videorecordmenutitle'] = 'Video record menu';
|
| 84 |
$string['videotimelimit'] = 'Video time limit';
|
107 |
$string['videotimelimit'] = 'Video time limit';
|
| 85 |
$string['videotimelimit_desc'] = 'Maximum recording length for video clips.';
|
108 |
$string['videotimelimit_desc'] = 'Maximum recording length for video clips.';
|
| 86 |
$string['videotitle'] = 'Record video';
|
109 |
$string['videotitle'] = 'Record video';
|
| - |
|
110 |
|
| - |
|
111 |
// Deprecated since Moodle 4.5.
|
| 87 |
$string['helplinktext'] = 'RecordRTC';
|
112 |
$string['helplinktext'] = 'RecordRTC';
|