<?php
/*****************************************************
** Title........: Form Mail Script Language File (Catalan)
** Filename.....: language.ca.inc.php
** Author.......: Ralf Stadtaus
** Homepage.....: http://www.stadtaus.com/
** Contact......: mailto:hide@address.com
** Version......: 0.1
** Notes........: If you have translated this language
** file we would be happy if you could
** send us the file.
**
** Last changed.:
** Last change..:
*****************************************************/
$txt = array (
'txt_attachment' => 'Attachment',
'txt_content_direction' => 'ltr',
'txt_charset' => 'iso-8859-1',
'txt_cannot_lock_file' => 'No es pot fixar l´arxiu: ',
'txt_cannot_open_file' => 'No es pot obrir l´arxiu: ',
'txt_captcha_note' => 'To prevent automated Bots from form spamming, please enter the text you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.',
'txt_captcha_try_again' => 'You did not enter the correct text displayed in the spam-prevention image box. Please look at the image and enter the values displayed there.',
'txt_comment' => 'Comentari',
'txt_compare_and' => ' and ',
'txt_confirm_email' => 'Confirm E-mail',
'txt_email' => 'Correu electrònic',
'txt_email_syntax' => 'Revisi la seva acreça de correu electrònic.:',
'txt_empty_referrer' => 'Referència buida . Per raons de seguretat aquest formulari només es pot utilitzar si la pàgina que es refereix, està en aquesta web, una referència buida pot haver estat ccausada per el buscador, firewalls (talla focs) o altres programes que anul·lin la referència . Ho sentim.',
'txt_error_captcha' => 'Captcha image could not be generated.',
'txt_error_compare' => 'Please make sure the following fields contain the same values:',
'txt_error_user_agent' => 'User Agent error.',
'txt_fill_in' => 'S´han d´omlir els següents camps:',
'txt_firstname' => 'Nom',
'txt_form_not_submitted' => 'The form could not be submitted.',
'txt_ip_address_expiration' => 'Has arribat a la quantitat màxima de missatges que pots enviar des de la mateixa IP. Pots tornar a intentar-ho més tard.',
'txt_lastname' => 'Cognoms',
'txt_mandatory_fields' => 'Informació obligatòria',
'txt_no' => 'No',
'txt_password' => 'Password',
'txt_confirm_password' => 'Confirm Password',
'txt_popen_error' => 'Error a la funció popen().',
'txt_preview' => 'Vista prèvia',
'txt_problems' => '<p><strong>Problemes?</strong> Documentació i instruccions: <a href="./docu/index.html" target="_blank">./docu/index.html</a></p><p>Trobi respostes al <a href="http://www.stadtaus.com/forum/" target="_blank">fòrum d´ajuda</a> o a la web de <a href="http://www.stadtaus.com/en/" target="_blank">Form Mail Script</a>.</p>',
'txt_receive_information' => 'Desitges rebre més informació?',
'txt_required_lastname' => 'Please enter your last name.',
'txt_required_email' => 'Please enter your e-mail address.',
'txt_required_subject' => 'Please enter a subject.',
'txt_syntax_email' => 'The e-mail format is not correct. Please enter a valid e-mail address.',
'txt_salutation' => 'Salutacions',
'txt_script_name' => 'Form Mail Script',
'txt_set_off_note' => '<strong>Nota:</strong> Un cop que l´script s´ha configurat es poden modificar aquests missatges (index.php).',
'txt_subject' => 'Títol',
'txt_submit' => 'Enviar',
'txt_subscribe_newsletter' => 'Desitja subscriure´s a la llista de correu?',
'txt_system_message' => 'Missatge del Sistema',
'txt_thank_you' => 'Gràcies. El teu mail a estat enviat.',
'txt_vote' => 'TT´agrada Form Mail Script?',
'txt_wrong_html_template' => 'La pàgina HTML que es va definir a index.php (<i>$file[\'default_html\']</i>) o a <input type="hidden" name="html_template" value="" /> no existeix. Assegura´t que el nom és correcte i que la pàgina està disponible en el directori definit.',
'txt_wrong_ip_address' => 'L´adreça IP que estàs es troba bloquejada pel nostre servidor. No podràs manar formularis.',
'txt_wrong_mail_template' => 'L´arxiu del correu electrònic definit a index.php (<i>$file[\'default_html\']</i>) o a <input type="hidden" name="mail_template" value="" /> no existeix. Assegura´t que el nom és correcte i que la pàgina està disponible en el directori definit.',
'txt_wrong_referrer' => 'Referència equivocada. Per raons de seguretat aquest formulari només es pot utilitzar si la pàgina que es refereix, està en aquesta web.',
'txt_wrong_referrer_admin' => '<br /><br />Nota per l´Administrador: Asseguri´s ´agregar el nom del servidor en l´arxiu de configuració (index.php): ',
'txt_wrong_template_path' => 'El directori de formes HTML és erroni. Corregeixi la variable <i>$path[\'templates\']</i> a l´arxiu index.php',
'txt_yes' => 'Si',
'txt_your_data' => 'Aquestes són les seves dades.'
);
?>