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'] = 'Il modulo Eduplayer permette la riproduzione di file video .mp4, .flv e audio .mp3, .m4a';
|
|
|
34 |
$string['eduplayerfieldset'] = 'Esempio campo custom';
|
|
|
35 |
$string['eduplayername'] = 'Nome eduplayer';
|
|
|
36 |
$string['eduplayername_help'] = 'Inserisci il nome della risorsa';
|
|
|
37 |
$string['eduplayer'] = 'eduplayer';
|
|
|
38 |
$string['pluginadministration'] = 'Amministrazione Eduplayer';
|
|
|
39 |
$string['pluginname'] = 'eduplayer';
|
|
|
40 |
//General
|
|
|
41 |
$string['eduplayersource'] = 'Sorgente';
|
|
|
42 |
$string['eduplayersource_help'] = 'E\' possibile caricare file video del tipo .mp4, .flv, .webm e file audio mp3 e m4a oppure richiamare direttamente una URL';
|
|
|
43 |
$string['urltype'] = 'Tipo';
|
|
|
44 |
$string['linkurl'] = 'Link';
|
|
|
45 |
$string['eduplayerfile'] = 'File';
|
|
|
46 |
$string['eduplayerfile_help'] = 'E\' possibile caricare file video del tipo .mp4, .flv, .webm e file audio mp3';
|
|
|
47 |
$string['type'] = 'Tipo di riproduzione';
|
|
|
48 |
//Playlists
|
|
|
49 |
$string['playlists'] = 'Playlist';
|
|
|
50 |
$string['eduplayerplaylist'] = 'Playlist';
|
|
|
51 |
$string['eduplayerplaylist_help'] = 'E\' possibile indicare la posizione della Playlist e la sua dimensione in pixel';
|
|
|
52 |
$string['playlist'] = 'Posizione';
|
|
|
53 |
$string['playlistsize'] = 'Dimensione (pixels)';
|
|
|
54 |
//Behaviour
|
|
|
55 |
$string['behaviour'] = 'Comportamento';
|
|
|
56 |
$string['eduplayerbehaviour'] = 'Comportamento';
|
|
|
57 |
$string['eduplayerbehaviour_help'] = 'Questa sezione permette di definire la modalità di visualizzazione del video e le modalità di riproduzione (es. riproduzione automatica, muto...)';
|
|
|
58 |
$string['autostart'] = 'Riproduzione automatica';
|
|
|
59 |
$string['stretching'] = 'Adattamento del contenuto al player';
|
|
|
60 |
$string['mute'] = 'Muto';
|
|
|
61 |
$string['controls'] = 'Controlli';
|
|
|
62 |
$string['eduplayerrepeat'] = 'Ripeti';
|
|
|
63 |
//Appearance
|
|
|
64 |
$string['appearance'] = 'Aspetto';
|
|
|
65 |
$string['eduplayerappearance'] = 'Aspetto';
|
|
|
66 |
$string['eduplayerappearance_help'] = 'Questa sezione consente di definire i parametri legati alla dimensione del player, all\'eventuale titolo da far comparire sul pulsante Play centrale, alle skin del player ed alla immagine di copertina';
|
|
|
67 |
$string['title'] = 'Titolo';
|
|
|
68 |
$string['width'] = 'Larghezza';
|
|
|
69 |
$string['height'] = 'Altezza';
|
|
|
70 |
$string['image'] = 'Immagine di copertina';
|
|
|
71 |
$string['image_help'] = 'Immagine di copertina: solo file .jpg, .jpeg, .png';
|
|
|
72 |
$string['notes'] = 'Note';
|
|
|
73 |
$string['eduplayerskin'] = 'Skin del player';
|
|
|
74 |
//captions
|
|
|
75 |
$string['captions'] = 'Sottotitoli';
|
|
|
76 |
$string['eduplayercaptions'] = 'Sottotitoli';
|
|
|
77 |
$string['eduplayercaptions_help'] = 'Questa sezione permette di abilitare il supporto ai sottotitoli';
|
|
|
78 |
$string['captionsback'] = 'Sfondo trasparente';
|
|
|
79 |
$string['captionsfile'] = 'File sottotitoli';
|
|
|
80 |
$string['captionsfile_help'] = 'File Sottotitoli: solo file con estensione .vtt, .srt, .xml';
|
|
|
81 |
$string['captionsfontsize'] = 'Grandezza dei font';
|
|
|
82 |
$string['captionsstate'] = 'Mostra Sottotitoli';
|
|
|
83 |
//sharing
|
|
|
84 |
$string['share'] = 'Invia';
|
|
|
85 |
$string['cancel'] = 'Annulla';
|
|
|
86 |
$string['sharing'] = 'Condivisione';
|
|
|
87 |
$string['sharelink'] = 'Url da condividere';
|
|
|
88 |
$string['sharelink_help'] = 'Importante: la funzionalità di condivisione via email si attiva solo se questo campo viene valorizzato con una URL. Se il campo viene lasciato vuoto, la funzionalità di condivisione non sarà attiva';
|
|
|
89 |
$string['sharemessagelabel'] = 'Messaggio e-mail per la condivisione';
|
|
|
90 |
$string['sharemailmessage_editor'] = 'Messaggio e-mail per la condivisione';
|
|
|
91 |
$string['sharemailmessage_editor_help'] = 'E\' il testo che verrà inviato via email insieme al link inserito nel campo Url da condividere. Il testo di default può essere modificato a proprio piacimento';
|
|
|
92 |
$string['validemail'] = 'Inserisci un indirizzo e-mail valido';
|
|
|
93 |
$string['sharetext'] = 'Condividi via e-mail un link ad una copia on-line della risorsa';
|
|
|
94 |
$string['sharesubbject'] = '{$a->firstname} {$a->lastname} vuole condividere con te questa risorsa multimediale';
|
|
|
95 |
$string['sharemessage'] = '<p>Ti segnalo un corso che ti potrebbe interessare:<br /></p>';
|
|
|
96 |
$string['emailsent'] = 'E-mail spedita a {$a}!';
|
|
|
97 |
$string['emailnotsent'] = 'Errore nell\'invio della e-mail';
|
|
|
98 |
$string['emailnotcorrect'] = 'E-mail non valida';
|
|
|
99 |
$string['downloadfile'] = 'Scarica il file multimediale';
|
|
|
100 |
$string['download'] = 'Scarica';
|
|
|
101 |
$string['downloadenabled'] = 'Abilita il download del file multimediale';
|
|
|
102 |
$string['disclaimer'] = 'Avviso da mostrare se materiale protetto';
|
|
|
103 |
$string['disclaimerlabel'] = 'Avviso da mostrare se materiale protetto';
|
|
|
104 |
$string['disclaimer_help'] = 'Importante: l\'avviso viene mostrato solo se questo campo contiene testo. Se lasciato vuoto, la funzionalità non sarà attiva';
|
|
|
105 |
$string['shareemaillabel'] = 'Indirizzo email';
|
|
|
106 |
//form drop down
|
|
|
107 |
$string['URL'] = 'URL';
|
|
|
108 |
$string['FILE'] = 'FILE';
|
|
|
109 |
$string['true'] = 'SI';
|
|
|
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'] = 'URL completo';
|
|
|
119 |
$string['rtmp'] = 'RTMP Streaming';
|
|
|
120 |
//playlist
|
|
|
121 |
$string['playlistpositionnull'] = 'Nessuna';
|
|
|
122 |
$string['playlistpositionbottom'] = 'In basso';
|
|
|
123 |
$string['playlistpositionright'] = 'A destra';
|
|
|
124 |
//stretching
|
|
|
125 |
$string['stretchingnone'] = 'Nessun adattamento';
|
|
|
126 |
$string['stretchinguniform'] = "Ridimensiona uniformemente all'area del player";
|
|
|
127 |
$string['stretchingexactfit'] = "Deforma il contenuto per adattarlo a tutta l'area del player";
|
|
|
128 |
$string['stretchingfill'] = "Riempi l'intera area del player";
|
|
|
129 |
//Access capabilities
|
|
|
130 |
$string['eduplayer:addinstance'] = "Aggiungere istanza";
|