source: extensions/Prune_History/language/pt_PT/plugin.lang.php @ 22611

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

[prune_history] Add pt_PT, thanks to : ANO

  • Property svn:executable set to *
File size: 5.0 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['PH_Dump_Download'] = 'Para descarregar o arquivo do backup, sinalize esta caixa:';
24$lang['PH_Restore_File'] = 'Historial de restauração';
25$lang['PH_AutoRange_title_d'] = 'Por favor configure o critério do seu Historial de <b>conservação</b>  de poda automática. São possíveis várias opções :<br><br>
26- Mantenha x dias<br>
27- Mantenha x meses<br>
28- Mantenha x anos<br>
29Por exemplo:. Se desejar manter uma amplitude histórica de 3 meses, pode configurar três meses ou 91 dias<br><br>
30Nota: O resumo do historial não é afetado pela poda automática.';
31$lang['PH_AutoPrune_title_d'] = 'Se ativar a poda automática, esta vai ser acionada automaticamente à entrada de cada utilizador na galeria (incluindo o administrador ou o webmaster) de acordo com as configurações de conservação.<br><br>
32<b style=&quot;color: red;&quot;>Use com cuidado! Dados podados não poderão ser recuperados!</b>';
33$lang['PH_Support'] = 'O apoio oficial sobre esta extensão é apenas este tópico no fórum Piwigo: <br>
34<a href="http://piwigo.org/forum/viewtopic.php?id=19418" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=19418</a>';
35$lang['PH_Save_Title_d'] = 'Porque a poda é final e irreversível, é aconselhável salvar sua tabela história antes de começar a poda. Por defeito, a tabela é salva num arquivo do servidor e pode ser restaurada a partir daí. <br>
36Mas também é possível fazer a descarga do arquivo de backup para mantê-lo fora de sua galeria. Neste caso, a restauração deve ser feita através de sua ferramenta de gerenciamento de banco de dados (geralmente phpMyAdmin).';
37$lang['PH_Prune_Error'] = 'Erro de poda manual! verifique a amplitude de datas.';
38$lang['PH_Restore'] = 'Para restaurar um backup da tabela historial <br> apenas o arquivo salvo no server será tomado em conta.';
39$lang['PH_Prune'] = 'Executar poda manual';
40$lang['PH_Prune_Done'] = 'Poda manual efetuada';
41$lang['PH_ManualPrune_title_d'] = 'Este recurso permite que você exclua o hidtorial de entradas com base num intervalo de datas. Escolha uma data de início e data final do tratamento e execute. <br>
42<b style=&quot;color: red;&quot;>ATENÇÃO:Os dados do historial serão irremediavelmente apagados </b> Pode fazer backup e restaurar a tabela do historial usando as funções no quadro à direita <br>
43Nota: O sumário do historial não é afetado pela poda.';
44$lang['PH_AutoPrune_title'] = 'Poda automática';
45$lang['PH_Bad_version_backup'] = 'Versão da extensão errada! O backup que está a tentar restaurar está desatualizado ou foi criado com uma versão mais antiga da extensão.';
46$lang['PH_ManualPrune_title'] = 'Poda manual';
47$lang['PH_Save'] = 'Historial de beckup\'s';
48$lang['PH_Save_Title'] = 'Backup seguro';
49$lang['range']['3'] = 'Ano(s)';
50$lang['PH_save_config'] = 'Definições salvas';
51$lang['PH_submit'] = 'Salvar definições';
52$lang['Start_Date'] = 'Data inicial';
53$lang['range']['1'] = 'Dia(s)';
54$lang['range']['2'] = 'Mês(es)';
55$lang['PH_AutoPrune_false'] = 'Desativar (Por defeito)';
56$lang['PH_AutoPrune_true'] = 'Ativar';
57$lang['PH_AutoRange_title'] = 'Manter o historial até:';
58$lang['PH_Dump_NOK'] = 'Falhou o backup!';
59$lang['PH_Dump_OK'] = 'Backup feito com sucesso!';
60$lang['PH_No_Backup_File'] = 'Não existe backup para restaurar';
61$lang['PH_Restoration_NOK'] = 'Falhou a restauraão';
62$lang['PH_Restoration_OK'] = 'Restauração bem sucedida';
63?>
Note: See TracBrowser for help on using the repository browser.