%PDF- %PDF-
Direktori : /home/vacivi36/ava/lib/editor/tiny/plugins/media/lang/en/ |
Current File : /home/vacivi36/ava/lib/editor/tiny/plugins/media/lang/en/tiny_media.php |
<?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_media', language 'en'. * * @package tiny_media * @copyright 2022 Andrew Lyons <andrew@nicols.co.uk> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['addcaptionstrack'] = 'Add caption track'; $string['addchapterstrack'] = 'Add chapter track'; $string['adddescriptionstrack'] = 'Add description track'; $string['addmetadatatrack'] = 'Add metadata track'; $string['addsource_help'] = 'You are recommended to provide an alternative media source, as desktop and mobile browsers support different file formats.'; $string['addsource'] = 'Add alternative source'; $string['addsubtitlestrack'] = 'Add subtitle track'; $string['advancedsettings'] = 'Advanced settings'; $string['alignment_bottom'] = 'Bottom'; $string['alignment_left'] = 'Left'; $string['alignment_middle'] = 'Middle'; $string['alignment_right'] = 'Right'; $string['alignment_top'] = 'Top'; $string['alignment'] = 'Alignment'; $string['audio'] = 'Audio'; $string['audiosourcelabel'] = 'Audio source URL'; $string['autoplay'] = 'Play automatically'; $string['browserepositories'] = 'Browse repositories...'; $string['captions_help'] = 'Captions may be used to describe everything happening in the track, including non-verbal sounds such as a phone ringing.'; $string['captions'] = 'Captions'; $string['captionssourcelabel'] = 'Caption track URL'; $string['chapters_help'] = 'Chapter titles may be provided for use in navigating the media resource.'; $string['chapters'] = 'Chapters'; $string['chapterssourcelabel'] = 'Chapter track URL'; $string['constrain'] = 'Auto size'; $string['controls'] = 'Show controls'; $string['createmedia'] = 'Insert media'; $string['default'] = 'Default'; $string['deleteselected'] = 'Delete selected files'; $string['descriptions_help'] = 'Audio descriptions may be used to provide a narration which explains visual details not apparent from the audio alone.'; $string['descriptions'] = 'Descriptions'; $string['descriptionssourcelabel'] = 'Description track URL'; $string['displayoptions'] = 'Display options'; $string['enteralt'] = 'Describe this image for someone who cannot see it'; $string['entername'] = 'Name'; $string['entersource'] = 'Source URL'; $string['entertitle'] = 'Title'; $string['enterurl'] = 'URL'; $string['filemanager'] = 'File manager'; $string['hasmissingfiles'] = 'Warning! The following files that are referenced in the text area appear to be missing:'; $string['height'] = 'Height'; $string['helplinktext'] = 'Media helper'; $string['imagebuttontitle'] = 'Image'; $string['imageproperties'] = 'Image properties'; $string['imageurlrequired'] = 'An image must have a URL.'; $string['label'] = 'Label'; $string['languagesavailable'] = 'Languages available'; $string['languagesinstalled'] = 'Languages installed'; $string['link'] = 'Link'; $string['loop'] = 'Loop'; $string['managefiles'] = 'Manage files'; $string['mediabuttontitle'] = 'Multimedia'; $string['mediamanagerbuttontitle'] = 'Media manager'; $string['mediamanagerproperties'] = 'Media manager'; $string['metadata_help'] = 'Metadata tracks, for use from a script, may be used only if the player supports metadata.'; $string['metadata'] = 'Metadata'; $string['metadatasourcelabel'] = 'Metadata track URL'; $string['missingfiles'] = 'Missing files'; $string['mute'] = 'Muted'; $string['pluginname'] = 'Tiny insert media'; $string['presentation'] = 'This image is decorative only'; $string['presentationoraltrequired'] = 'An image must have a description, unless it is marked as decorative only.'; $string['privacy:metadata'] = 'The media plugin for TinyMCE does not store any personal data.'; $string['remove'] = 'Remove'; $string['saveimage'] = 'Save image'; $string['size'] = 'Width x height (in pixels)'; $string['srclang'] = 'Language'; $string['subtitles_help'] = 'Subtitles may be used to provide a transcription or translation of the dialogue.'; $string['subtitles'] = 'Subtitles'; $string['subtitlessourcelabel'] = 'Subtitle track URL'; $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.'; $string['tracks'] = 'Subtitles and captions'; $string['unusedfilesdesc'] = 'The following embedded files are not used in the text area:'; $string['unusedfilesheader'] = 'Unused files'; $string['unusedfilesremovalnotice'] = 'Any unused files will be automatically deleted when saving changes.'; $string['updatemedia'] = 'Update media'; $string['video'] = 'Video'; $string['videoheight'] = 'Video height'; $string['videosourcelabel'] = 'Video source URL'; $string['videowidth'] = 'Video width'; $string['width'] = 'Width';