source: extensions/gvideo/language/pt_PT/plugin.lang.php @ 30208

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

[embedded_videos] Update pt_PT, thanks to : jonxvel

  • Property svn:executable set to *
File size: 4.7 KB
RevLine 
[17336]1<?php
2// +-----------------------------------------------------------------------+
[17817]3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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// +-----------------------------------------------------------------------+
[17336]23$lang['Add a video'] = 'Adicionar uma video';
[17817]24$lang['Add film effect'] = 'Adicionar efeito de filme';
[17336]25$lang['Author name'] = 'nome do autor';
26$lang['Author portrait'] = 'Avatar do autor';
[17817]27$lang['Autoplay'] = 'Exibir automáticamente';
[17336]28$lang['Change'] = 'Mudar';
29$lang['Color'] = 'Cor';
[17817]30$lang['Common configuration'] = 'Configuração comum';
[17336]31$lang['Logo'] = 'Logotipo';
32$lang['Please fill the video URL'] = 'Indique a URL da video';
33$lang['Supported services'] = 'Serviços suportados';
[17817]34$lang['This element is a video added with "Embedded Video"'] = 'Este elemento é uma video adicionado com "Embedded Video" ';
[17336]35$lang['Unable to contact host server'] = 'Impossível contactar o servidor';
[17817]36$lang['Use common setting'] = 'Utilizar o parâmetros comuns';
37$lang['Video URL'] = 'URL do video';
38$lang['Video size'] = 'Tamanho do video';
39$lang['Video successfully added. <a href="%s">View</a>'] = 'Video adicionado.<a href="%s">Ver</a>';
40$lang['Changing the url will reset video description, name and thumbnail'] = 'Alterando a URL apaga a descrição do video, nome e miniatura';
41$lang['The thumbnail was updated'] = 'A miniatura foi atualizada';
42$lang['Upload a new thumbnail'] = 'carregar nova miniatura';
43$lang['Video successfully updated'] = 'Video atualizado com sucesso';
[19723]44$lang['Dailymotion player'] = 'Execução diária';
45$lang['Get video description'] = 'Obter descrição do video';
46$lang['Get video tags'] = 'Obter etiquetas do video';
47$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'Em modo seguro, a extenção não tentou contactar o alojador do video, ocorrência caracteristica quando as ligações estão bloqueadas';
48$lang['Safe-mode'] = 'Modo seguro';
49$lang['Try in safe-mode'] = 'Tentar em modo seguro';
50$lang['Video properties'] = 'Propriedades video';
51$lang['Vimeo player'] = 'Executar Vimeo';
[20835]52$lang['No privacy option.'] = 'Sem opção privada';
53$lang['Show privacy details'] = 'Mostrar detalhes de privacidade';
54$lang['Videos can be private if you use the private permalink.'] = 'Os videos poderão ser privados se usar o permalink privado';
55$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Os vídeos podem  ser nãolistados e privados, se o site da galeria estiver inserido nos domínios autorizados (PRO).';
56$lang['Videos can be unlisted but not private.'] = 'Os videos podem ser não listados mas não privados.';
[28287]57$lang['optional'] = 'Opcional';
58$lang['Width and height must be integers'] = 'Largura e altura devem ser números inteiros.';
59$lang['Videos'] = 'Vídeos';
60$lang['This video was already registered'] = 'Este vídeo já foi registrado';
61$lang['Please fill the embed code'] = 'Favor prencher o código embutido';
62$lang['Do not use this form for videos provided by Youtube, Dailymotion, Vimeo, Wat or Wideo.'] = 'Não utilize este formulário para vídeos de Youtube, Dailymotion, Vimeo, Wat or Wideo.';
63$lang['Embed code'] = 'Código embutido';
64$lang['Add video from hosting platform'] = 'Adicionar vídeo desde uma plataforma de hosting';
65$lang['Add video from embed code'] = 'Adicionar video desde um código embutido';
Note: See TracBrowser for help on using the repository browser.