1 |
efrain |
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 |
* English strings for eduplayer
|
|
|
19 |
*
|
|
|
20 |
* You can have a rather longer description of the file as well,
|
|
|
21 |
* if you like, and it can span multiple lines.
|
|
|
22 |
*
|
|
|
23 |
* @package mod
|
|
|
24 |
* @subpackage eduplayer
|
|
|
25 |
* @copyright 2013 Humanage Srl <info@humanage.it>
|
|
|
26 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
27 |
*/
|
|
|
28 |
|
|
|
29 |
defined('MOODLE_INTERNAL') || die();
|
|
|
30 |
|
|
|
31 |
$string['modulename'] = 'Eduplayer';
|
|
|
32 |
$string['modulenameplural'] = 'eduplayers';
|
|
|
33 |
$string['modulename_help'] = 'The eduplayer module allows to playback .mp4, .flv video files and .mp3, .m4a audio files';
|
|
|
34 |
$string['eduplayerfieldset'] = 'Custom example fieldset';
|
|
|
35 |
$string['eduplayername'] = 'Eduplayer name';
|
|
|
36 |
$string['eduplayername_help'] = 'Type here the name of the activity';
|
|
|
37 |
$string['eduplayer'] = 'eduplayer';
|
|
|
38 |
$string['pluginadministration'] = 'Eduplayer administration';
|
|
|
39 |
$string['pluginname'] = 'eduplayer';
|
|
|
40 |
//General
|
|
|
41 |
$string['eduplayersource'] = 'Source';
|
|
|
42 |
$string['eduplayersource_help'] = 'It is possible to upload video files .mp4, .flv, .webm and .mp3, .m4a audio file or insert an url to a media file of those extensions';
|
|
|
43 |
$string['urltype'] = 'Type';
|
|
|
44 |
$string['linkurl'] = 'Link';
|
|
|
45 |
$string['eduplayerfile'] = 'File';
|
|
|
46 |
$string['eduplayerfile_help'] = 'It is possible to upload .mp4, .flv, .webm video files or .mp3, .m4a audio files';
|
|
|
47 |
$string['type'] = 'Playback type';
|
|
|
48 |
//Playlists
|
|
|
49 |
$string['playlists'] = 'Playlist';
|
|
|
50 |
$string['eduplayerplaylist'] = 'Playlist';
|
|
|
51 |
$string['eduplayerplaylist_help'] = 'Choose where to show the playlist and its size in pixels';
|
|
|
52 |
$string['playlist'] = 'Position';
|
|
|
53 |
$string['playlistsize'] = 'Size (pixels)';
|
|
|
54 |
//Behaviour
|
|
|
55 |
$string['behaviour'] = 'Behaviour';
|
|
|
56 |
$string['eduplayerbehaviour'] = 'Behaviour';
|
|
|
57 |
$string['eduplayerbehaviour_help'] = 'Choose how the video is rendered and playback options (by default mute, auto start playback etc.)';
|
|
|
58 |
$string['autostart'] = 'Auto Start';
|
|
|
59 |
$string['stretching'] = 'Stretch the content to the player';
|
|
|
60 |
$string['mute'] = 'Mute';
|
|
|
61 |
$string['controls'] = 'Controls';
|
|
|
62 |
$string['eduplayerrepeat'] = 'Repeat';
|
|
|
63 |
//Appearance
|
|
|
64 |
$string['appearance'] = 'Appearance';
|
|
|
65 |
$string['eduplayerappearance'] = 'Appearance';
|
|
|
66 |
$string['eduplayerappearance_help'] = 'Define size and appearance options of the player such as width, height, player skin and poster image';
|
|
|
67 |
$string['title'] = 'Title';
|
|
|
68 |
$string['width'] = 'Width';
|
|
|
69 |
$string['height'] = 'Height';
|
|
|
70 |
$string['image'] = 'Poster Image';
|
|
|
71 |
$string['image_help'] = 'Poster Image: only .jpg, .jpeg, .png files';
|
|
|
72 |
$string['notes'] = 'Notes';
|
|
|
73 |
$string['eduplayerskin'] = 'Skin of the player';
|
|
|
74 |
//captions
|
|
|
75 |
$string['captions'] = 'Captions';
|
|
|
76 |
$string['eduplayercaptions'] = 'Captions';
|
|
|
77 |
$string['eduplayercaptions_help'] = 'Enable captions support';
|
|
|
78 |
$string['captionsback'] = 'Transparent Background';
|
|
|
79 |
$string['captionsfile'] = 'Captions File';
|
|
|
80 |
$string['captionsfile_help'] = 'Captions File: only .vtt, .srt, .xml files';
|
|
|
81 |
$string['captionsfontsize'] = 'Font Size';
|
|
|
82 |
$string['captionsstate'] = 'Show Captions';
|
|
|
83 |
//sharing
|
|
|
84 |
$string['share'] = 'Share';
|
|
|
85 |
$string['cancel'] = 'Cancel';
|
|
|
86 |
$string['sharing'] = 'Sharing';
|
|
|
87 |
$string['sharelink'] = 'Link to share';
|
|
|
88 |
$string['sharelink_help'] = 'Important: the e-mail sharing feature is enabled by filling this field. If the field is empty, the link will not be mailed';
|
|
|
89 |
$string['sharemessagelabel'] = 'E-mail share message';
|
|
|
90 |
$string['sharemailmessage_editor'] = 'E-mail share message';
|
|
|
91 |
$string['sharemailmessage_editor_help'] = 'This text wil be sent as the e-mail message body with the link in the share url field. Modify this text as you like';
|
|
|
92 |
$string['validemail'] = 'Give a valid e-mail address';
|
|
|
93 |
$string['sharetext'] = 'Send a link to an online copy of this resource via e-mail';
|
|
|
94 |
$string['sharesubbject'] = '{$a->firstname} {$a->lastname} is sharing this multimedia resource with you';
|
|
|
95 |
$string['sharemessage'] = '<p>Check this interesting course:<br /></p>';
|
|
|
96 |
$string['emailsent'] = 'E-mail sent to {$a}!';
|
|
|
97 |
$string['emailnotsent'] = 'Error sending E-mail';
|
|
|
98 |
$string['emailnotcorrect'] = 'Invalid E-mail';
|
|
|
99 |
$string['downloadfile'] = 'Download media';
|
|
|
100 |
$string['download'] = 'Download';
|
|
|
101 |
$string['downloadenabled'] = 'Enable download of media';
|
|
|
102 |
$string['disclaimer'] = 'Warning to show if the media file is copyright protected';
|
|
|
103 |
$string['disclaimerlabel'] = 'Warning to show if the media file is copyright protected';
|
|
|
104 |
$string['disclaimer_help'] = 'Important: the warning will be triggered only if this field is not empty';
|
|
|
105 |
$string['shareemaillabel'] = 'E-mail address';
|
|
|
106 |
//form drop down
|
|
|
107 |
$string['URL'] = 'URL';
|
|
|
108 |
$string['FILE'] = 'FILE';
|
|
|
109 |
$string['true'] = 'YES';
|
|
|
110 |
$string['false'] = 'NO';
|
|
|
111 |
//eduplayer type
|
|
|
112 |
$string['video'] = 'Video';
|
|
|
113 |
$string['audio'] = 'Audio';
|
|
|
114 |
$string['vplaylist'] = 'Video Playlist';
|
|
|
115 |
$string['youtube'] = 'YouTube';
|
|
|
116 |
$string['ytplaylist'] = 'Youtube Playlist';
|
|
|
117 |
$string['vimeo'] = 'Vimeo';
|
|
|
118 |
$string['full_url'] = 'Full URL';
|
|
|
119 |
$string['rtmp'] = 'RTMP Streaming';
|
|
|
120 |
//playlist
|
|
|
121 |
$string['playlistpositionnull'] = 'None';
|
|
|
122 |
$string['playlistpositionbottom'] = 'Bottom';
|
|
|
123 |
$string['playlistpositionright'] = 'Right';
|
|
|
124 |
//stretching
|
|
|
125 |
$string['stretchingnone'] = 'No adjustment';
|
|
|
126 |
$string['stretchinguniform'] = 'Fit the player with the content';
|
|
|
127 |
$string['stretchingexactfit'] = 'Stretch the content to fit the player';
|
|
|
128 |
$string['stretchingfill'] = 'Fill the player without stretching content';
|
|
|
129 |
//Access capabilities
|
|
|
130 |
$string['eduplayer:addinstance'] = "Add instance";
|