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

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

[piwigo_videojs] Add pt_PT, thanks to : ANO

  • Property svn:executable set to *
File size: 2.8 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['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.';
39?>
Note: See TracBrowser for help on using the repository browser.