source: extensions/piwigo_videojs/language/pt_BR/plugin.lang.php @ 24715

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

[piwigo_videojs] Add pt_BR, thanks to : flaviove

  • 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-reprodução';
24$lang['AUTOPLAY_DESC'] = 'Se auto-reprodução está habilitada, o vídeo começará a assim que a página for carregada (sem qualquer interação do usuário). Não suportado por dispositivos da Apple iOS.';
25$lang['CONTROLS'] = 'Controles';
26$lang['CONTROLS_DESC'] = 'A opção de controle define se o usuário tem ou não controle sobre a interação com';
27$lang['CUSTOMCSS'] = 'CSS personalizado';
28$lang['CUSTOMCSS_DESC'] = 'css Personalizado para copiar e colar a partir do site VideoJS.';
29$lang['HTML5'] = 'Configurações de etiqueta de vídeo HTML5';
30$lang['LOOP'] = 'Laço';
31$lang['LOOP_DESC'] = 'O atributo laço faz com que o vídeo recomece de novo assim que ele termina.';
32$lang['PLUGIN'] = 'Configuração de Plugin';
33$lang['PRELOAD'] = 'Pré-carregado';
34$lang['PRELOAD_DESC'] = 'O atributo de pré-carga informa ao navegador se os dados de vídeo devem ou não começar a ser baixado assim que a etiqueta de vídeo for carregada.';
35$lang['SKIN'] = 'Película';
36$lang['SKIN_DESC'] = 'Selecione o estilo que você deseja aplicar ao usuário.';
37$lang['WIDTH'] = 'Largura Máxima';
38$lang['WIDTH_DESC'] = 'O atributo de largura máxima define a largura do monitor de vídeo, se for superior é divida por dois.';
39?>
Note: See TracBrowser for help on using the repository browser.