1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
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 | // +-----------------------------------------------------------------------+ |
---|
23 | $lang['cf_active'] = 'Activar email'; |
---|
24 | $lang['cf_config'] = 'Configuração'; |
---|
25 | $lang['cf_config_desc'] = 'Configuração principal da extensão'; |
---|
26 | $lang['cf_config_saved'] = 'Configuração salva com sucesso'; |
---|
27 | $lang['cf_config_saved_with_errors'] = 'Configuração salva com erros'; |
---|
28 | $lang['cf_delay_not_integer'] = 'Atraso deve ser um valor integer'; |
---|
29 | $lang['cf_emails'] = 'Emails'; |
---|
30 | $lang['cf_emails_desc'] = 'Gestão de emails de destino'; |
---|
31 | $lang['cf_error_sending_mail'] = 'Erro ao enviar email'; |
---|
32 | $lang['cf_form_error'] = 'Dados inválidos'; |
---|
33 | $lang['cf_from_mail'] = 'O seu email'; |
---|
34 | $lang['cf_from_name'] = 'O seu nome'; |
---|
35 | $lang['cf_from_name_error'] = 'Por favor escreva um nome'; |
---|
36 | $lang['cf_guest_allowed'] = 'Permitir visualização do formulário por convidados'; |
---|
37 | $lang['cf_hide'] = 'Ocultar'; |
---|
38 | $lang['cf_label_config'] = 'Configuração Geral'; |
---|
39 | $lang['cf_label_mail'] = 'Configuração de email'; |
---|
40 | $lang['cf_length_not_integer'] = 'Tamanho deve ser um valor integer'; |
---|
41 | $lang['cf_link_error'] = 'Variáveis não podem conter espaços'; |
---|
42 | $lang['cf_mail_format_error'] = 'Por favor, a direcção deve ser do género xxx@yyy.eee (example : jack@altern.org)'; |
---|
43 | $lang['cf_mail_prefix'] = 'Prefixo do assunto de emails enviados'; |
---|
44 | $lang['cf_mandatory_mail'] = 'Endereço de email é obrigatório'; |
---|
45 | $lang['cf_mandatory_name'] = 'Nome é obrigatório'; |
---|
46 | $lang['cf_menu_link'] = 'Adicionar ligação no menú'; |
---|
47 | $lang['cf_message'] = 'Mensagem'; |
---|
48 | $lang['cf_message_error'] = 'Por favor escreva uma mensagem'; |
---|
49 | $lang['cf_no_mail'] = 'Nenhum endereço de email disponível'; |
---|
50 | $lang['cf_no_unlink'] = 'Função \'unlink\' não disponível'; |
---|
51 | $lang['cf_plugin_name'] = 'Formulário de Contacto'; |
---|
52 | $lang['cf_redirect_delay'] = 'Atraso da pausa de redireccionamento'; |
---|
53 | $lang['cf_refresh'] = 'Regenerar lista de endereços de email'; |
---|
54 | $lang['cf_sending_mail_successful'] = 'Email enviado com sucesso'; |
---|
55 | $lang['cf_separator'] = 'Caractére(s) usado(s) para definir a bara de separação no email em formato de texto'; |
---|
56 | $lang['cf_separator_length'] = 'Tamanho da barra'; |
---|
57 | $lang['cf_subject'] = 'Assunto'; |
---|
58 | $lang['cf_subject_error'] = 'Por favor escreva um assunto'; |
---|
59 | $lang['cf_submit'] = 'Enviar'; |
---|
60 | $lang['cf_tab_config'] = 'Configuração'; |
---|
61 | $lang['cf_tab_emails'] = 'Emails'; |
---|
62 | $lang['cf_unlink_errors'] = 'Ocorreu um erro ao apagar ficheiro'; |
---|
63 | $lang['cf_validate'] = 'Submeter'; |
---|
64 | $lang['contact_form'] = 'Contactar'; |
---|
65 | $lang['contact_form_debug'] = 'Mostrar informação de depuração'; |
---|
66 | $lang['contact_form_link'] = 'Contactar Webmaster'; |
---|
67 | $lang['contact_form_title'] = 'Formulário de Contacto'; |
---|
68 | $lang['contact_redirect_title'] = 'Estado de envio de mensagem'; |
---|
69 | $lang['title_send_mail'] = 'Um comentário sobre o site'; |
---|
70 | $lang['cf_tab_persoform'] = 'Adicionar formulário de texto'; |
---|
71 | $lang['Text after the contact form'] = 'Texto antes do formulário de contacto'; |
---|
72 | $lang['Text before the contact form'] = 'Texto depois do formulário de contacto'; |
---|
73 | ?> |
---|