source: extensions/ContactForm/language/ca_ES/plugin.lang.php @ 15065

Last change on this file since 15065 was 15065, checked in by TranslationTeam, 12 years ago

[contactform] Update ca_ES, thanks to : AlbertParera

  • Property svn:executable set to *
File size: 4.6 KB
Line 
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'] = 'Correu electrònic actiu';
24$lang['cf_config_desc'] = 'Configuració general del complement';
25$lang['cf_config_saved_with_errors'] = 'Configuració desada però amb errors';
26$lang['cf_config_saved'] = 'Configuració desada correctament';
27$lang['cf_config'] = 'Configuració';
28$lang['cf_delay_not_integer'] = 'El retard ha de ser un nombre enter';
29$lang['cf_emails_desc'] = 'Gestió de destinacions dels missatges de correu electrònic';
30$lang['cf_emails'] = 'Correus electrònics';
31$lang['cf_error_sending_mail'] = 'Error a l\'enviar el correu electrònic';
32$lang['cf_form_error'] = 'Dades no vàlides';
33$lang['cf_from_mail'] = 'Correu electrònic';
34$lang['cf_from_name_error'] = 'Si us plau, introdueix un nom';
35$lang['cf_from_name'] = 'Nom';
36$lang['cf_guest_allowed'] = 'Permetre que els convidats vegin el formulari';
37$lang['cf_hide'] = 'Ocultar';
38$lang['cf_label_config'] = 'Configuració general';
39$lang['cf_label_mail'] = 'Configuració del correu electrònic';
40$lang['cf_length_not_integer'] = 'La mida ha de ser un nombre enter';
41$lang['cf_link_error'] = 'La variable no pot contenir espais';
42$lang['cf_mail_format_error'] = 'adreça electrònica ha de ser xxx@yyy.eee (exemple: jack@altern.org)';
43$lang['cf_mail_prefix'] = 'Prefix de l\'assumpte del correu electrònic enviat';
44$lang['cf_mandatory_mail'] = 'El correu electrònic és obligatori';
45$lang['cf_mandatory_name'] = 'El nom és obligatori';
46$lang['cf_menu_link'] = 'Afegeix un enllaç al menú';
47$lang['cf_message_error'] = 'Si us plau, escribiu el missatge';
48$lang['cf_message'] = 'Missatge';
49$lang['cf_no_mail'] = 'No hi ha cap adreça de correu electrònic disponible';
50$lang['cf_no_unlink'] = 'La funció \'desenllaçar\' no està disponible ...';
51$lang['cf_plugin_name'] = 'Formulari de contacte';
52$lang['cf_redirect_delay'] = 'Pausar el retard de la redirecció';
53$lang['cf_refresh'] = 'Generar llista d\'adreces de correu electrònic';
54$lang['cf_sending_mail_successful'] = 'El correu electrònic s\'ha enviat correctament';
55$lang['cf_separator_length'] = 'Mida de la barra';
56$lang['cf_separator'] = 'Caràcter(s) utilitzat per definir una barra de separació en el correu electrònic en format de text';
57$lang['cf_subject_error'] = 'Si us plau, introdueix l\'assumpte';
58$lang['cf_subject'] = 'Assumpte';
59$lang['cf_submit'] = 'Enviar';
60$lang['cf_tab_config'] = 'Configuració';
61$lang['cf_tab_emails'] = 'Correus electrònics';
62$lang['cf_tab_persoform'] = 'Afegeix formulari de text';
63$lang['cf_unlink_errors'] = 'S\'ha produït un error durant l\'eliminació d\'arxius';
64$lang['cf_validate'] = 'Enviar';
65$lang['contact_form_debug'] = 'Visualitzar informació de depuració';
66$lang['contact_form_link'] = 'Contactar amb el webmaster';
67$lang['contact_form_title'] = 'Formulari de contacte';
68$lang['contact_form'] = 'Contacte';
69$lang['contact_redirect_title'] = 'Enviar missatge d\'estat';
70$lang['title_send_mail'] = 'Un comentari respecte al web';
71$lang['Text after the contact form'] = 'Texte després del formulari de contacte';
72$lang['Text before the contact form'] = 'Texte abans del formulari de contacte';
73?>
Note: See TracBrowser for help on using the repository browser.