source: extensions/piwigo_videojs/language/pt_PT/plugin.lang.php @ 24862

Last change on this file since 24862 was 24862, checked in by TranslationTeam, 10 years ago

[piwigo_videojs] Update pt_PT, thanks to : ANO

  • Property svn:executable set to *
File size: 3.4 KB
RevLine 
[24753]1<?php
2// +-----------------------------------------------------------------------+
[24862]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// +-----------------------------------------------------------------------+
[24753]23$lang['AUTOPLAY'] = 'Auto reproduzir';
24$lang['AUTOPLAY_DESC'] = 'Se auto reproduzir Está definido, o vídeo começará a exibição assim que a página é carregada (sem qualquer interação do utilizador). NÃO SUPORTADO POR APARELHOS APPLE iOS';
25$lang['CONTROLS'] = 'Controles';
26$lang['CONTROLS_DESC'] = 'A opção Controles define se o jogador tem ou não controles que o utilizador pode usar para interagir com';
27$lang['CUSTOMCSS'] = 'CSS personalizado';
28$lang['CUSTOMCSS_DESC'] = 'Personalizar CSS para copiar e colar a partir do site VideoJS.';
29$lang['HTML5'] = 'Definições de etiquetas Video HTML5';
30$lang['LOOP'] = 'Repetir';
31$lang['LOOP_DESC'] = 'O atributo Repetir faz com que o vídeo recomece de novo assim que  termina.';
32$lang['PLUGIN'] = 'Definições da extensão';
33$lang['PRELOAD'] = 'Pré-carregar';
34$lang['PRELOAD_DESC'] = 'O atributo de pré-carga informa o navegador se os dados de vídeo devem começar ou não a descarregar assim que a etiqueta do vídeo é carregada.';
35$lang['SKIN'] = 'Pele';
36$lang['SKIN_DESC'] = 'Selecione o modelo que deseja aplicar ao jogador';
37$lang['WIDTH'] = 'Largura máxima';
38$lang['WIDTH_DESC'] = 'O atributo largura máxima define a largura de exibição do video, se for superior ao monitor, é divida por dois.';
[24862]39$lang['THUMBNAILS'] = 'Miniaturas';
40$lang['THUMBNAILS_DESC'] = 'Mostrar as miniaturas sobre a barra de progresso';
41$lang['UPSCALE'] = 'Aumentar tamanho';
42$lang['UPSCALE_DESC'] = 'Se o tamanho de vídeo é menor que a largura máxima, isto aumentará o tamanho do video para a largura máxima.';
43$lang['VIDEOJSPLUGIN'] = 'Extensões Video JS';
44$lang['WATERMARK'] = 'Marca de água';
45$lang['WATERMARK_DESC'] = 'Mostrar a marca de água sobre o video';
46$lang['ZOOMROTATE'] = 'Rotação com ampliação';
47$lang['ZOOMROTATE_DESC'] = 'Girar e ampliar um vídeo se aplicável, utilize os metadados de rotação.';
[24753]48?>
Note: See TracBrowser for help on using the repository browser.