source: extensions/piwigo_videojs/language/it_IT/plugin.lang.php @ 24785

Last change on this file since 24785 was 24785, checked in by TranslationTeam, 11 years ago

[piwigo_videojs] Update it_IT, thanks to : Ericnet

  • Property svn:executable set to *
File size: 3.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['CONTROLS_DESC'] = 'L\'opzione dei controlli imposta se il player dispone di controlli con i quali l\'utente può interagire';
24$lang['PRELOAD_DESC'] = 'L\'attributo di precarico informa il browser se i dati video devono iniziare a caricare non appena si carica il tag video.';
25$lang['SKIN'] = 'Tema';
26$lang['WIDTH_DESC'] = 'Il valore massimo di ampiezza determina la larghezza massima del video, se è troppo alto è diviso per 2.';
27$lang['SKIN_DESC'] = 'Selezionare lo stile che si desidera applicare al player.';
28$lang['LOOP_DESC'] = 'L\'attributo loop fa sì che il video ricominci non appena finisce.';
29$lang['CUSTOMCSS_DESC'] = 'CSS personalizzato per copia incolla dal sito web VideoJS';
30$lang['AUTOPLAY_DESC'] = 'Se autoplay è attivo, il video verrà riprodotto non appena viene caricata la pagina (senza alcuna interazione da parte dell\'utente). NON SUPPORTATO DAI DISPOSITIVI APPLE iOS.';
31$lang['PRELOAD'] = 'Precaricamento';
32$lang['WIDTH'] = 'Larghezza massima';
33$lang['PLUGIN'] = 'Impostazioni plugin';
34$lang['LOOP'] = 'Loop';
35$lang['HTML5'] = 'Impostazione video tags HTML5';
36$lang['CUSTOMCSS'] = 'CSS personalizzato';
37$lang['CONTROLS'] = 'Controlli';
38$lang['AUTOPLAY'] = 'Autoplay';
39$lang['UPSCALE_DESC'] = 'Se la dimensione del video è minore della larghezza max parametro, il video sarà ampliato alle dimensioni di larghezza massima.';
40$lang['ZOOMROTATE_DESC'] = 'Ruotare e zoomare un video, se è il caso, utilizzare i metadati di rotazione.';
41$lang['WATERMARK_DESC'] = 'Visualizza filigrana sopra il video.';
42$lang['ZOOMROTATE'] = 'Rotazione zoom';
43$lang['WATERMARK'] = 'Filigrana';
44$lang['VIDEOJSPLUGIN'] = 'VideoJS plugins';
45$lang['UPSCALE'] = 'Aumenta risoluzione';
46$lang['THUMBNAILS'] = 'Miniature';
47$lang['THUMBNAILS_DESC'] = 'Visualizza le miniature delle immagini sopra la barra di avanzamento.';
48?>
Note: See TracBrowser for help on using the repository browser.