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

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

[piwigo_videojs] Update pt_PT, thanks to : ANO

  • Property svn:executable set to *
File size: 4.7 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$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.';
48$lang['SYNC_POSTEROVERLAY_DESC'] = 'Aplicar uma camada na criação de posters.';
49$lang['SYNC_OUTPUT_DESC'] = 'Selecionar o formato para o poster e miniatura';
50$lang['SYNC_METADATA_DESC'] = 'Irá substituir a informação no banco de dados com os metadados do vídeo.';
51$lang['SYNC_POSTEROVERWRITE'] = 'Substiruir posters existentes';
52$lang['SYNC_POSTEROVERWRITE_DESC'] = 'Substituir miniaturas existentes com as novas. Se desmarcar só funcionará para vídeo recém-adicionado';
53$lang['SYNC_POSTER_DESC'] = 'Criar um poster a partir de determinada posição do video';
54$lang['SYNC_THUMBSEC'] = 'Criar uma miniatura cada segundo';
55$lang['SYNC_THUMBSIZE_DESC'] = 'Tamanho em pixels, mantê-lo pequeno, o padrão é bom, Youtube usa 190x68 .';
56$lang['VOLUME_DESC'] = 'A opção volume ajusta o nível de volume. 0 é desligado (silenciado), 1,0 é para máximo, de 0,5 é metade do máximo.';
57$lang['SYNC_ERRORS'] = 'Erros';
58$lang['SYNC_INFOS'] = 'Informação detalhada';
59$lang['SYNC_OUTPUT'] = 'Formato de saída';
60$lang['SYNC_POSTER'] = 'Criar um poster na posição de segundo';
61$lang['SYNC_POSTEROVERLAY'] = 'Adicionar efeito filme';
62$lang['SYNC_THUMBSEC_DESC'] = 'Criar uma miniatura cada X segundos';
63$lang['SYNC_THUMBSIZE'] = 'Tamanho da miniatura';
64$lang['SYNC_WARNINGS'] = 'Avisos';
65$lang['VOLUME'] = 'Volume';
66?>
Note: See TracBrowser for help on using the repository browser.