| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Old Sites/moke/components/com_proforms/language/ |
Upload File : |
<?PHP
/**
* @name MOOJ Proforms
* @version 1.0
* @package proforms
* @copyright Copyright (C) 2008-2010 Mad4Media. All rights reserved.
* @author Dipl. Inf.(FH) Fahrettin Kutyol
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Please note that some Javascript files are not under GNU/GPL License.
* These files are under the mad4media license
* They may edited and used infinitely but may not repuplished or redistributed.
* For more information read the header notice of the js files.
**/
/** CATALAN VERSION. TRANSLATION BY JORDI BORR�S */
defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' );
define('M4J_LANG_FORM_CATEGORIES','Formulari Categories');
define('M4J_LANG_ERROR_NO_CATEGORY','El formulari de categoria sol·licitat no existeix o no està publicat.');
define('M4J_LANG_ERROR_NO_FORM','El formulari sol·licitat no existeix o no està publicat.');
define('M4J_LANG_YES','Si');
define('M4J_LANG_NO','No');
define('M4J_LANG_NO_CATEGORY','Sense Categories');
define('M4J_LANG_NO_CATEGORY_LONG','Aquí pots trobar tots els formularis que no estiguin assignats a cap categoria.');
define('M4J_LANG_SUBMIT','Enviar');
define('M4J_LANG_MISSING','Camp no omplert: ');
define('M4J_LANG_ERROR_IN_FORM','Falta informació requerida:');
define('M4J_LANG_ERROR_NO_MAIL_ADRESS','No hi ha adreça de destinatari per a aquest formulari. El missatge no pot ser enviat.');
define('M4J_LANG_ERROR_CAPTCHA','Codi de seguretat erroni o ha expirat la seva validesa!');
define('M4J_LANG_MAIL_SUBJECT','Missatge del formulari: ');
define('M4J_LANG_CAPTCHA_ADVICE','Passi el ratolí pel damunt de la imatge de l\'esquerra e inserti el codi de seguretat a la caixa de text de la dreta.');
define('M4J_LANG_REQUIRED_DESC','Informació requerida');
define('M4J_LANG_SENT_SUCCESS','Informació enviada satisfactoriament.');
//New To Version 1.1.8
define('M4J_LANG_TO_LARGE','<br/> - L\'arxiu és massa gran! Màxim: ');
define('M4J_LANG_WRONG_ENDING','<br/> - Extensió d\'arxiu errònia!<br/> Extensions admeses: ');
//New To Version 1.1.9
define('M4J_LANG_SENT_ERROR','Mientre s\'enviava, hi ha hagut un error. <br/> Mail no enviat!');
//New To Proforms
define('M4J_LANG_ERROR_USERMAIL','You need to enter a valid email address: ');
define('M4J_LANG_RESET','reset');
define('M4J_LANG_REQUIRED','Is required and may not be blank.');
define('M4J_LANG_ERROR_PROMPT','Our apologies. Some of the entered data are not valid and can not be processed. The corresponding fields are marked.');
define('M4J_LANG_ALPHABETICAL','Must be alphabetical.');
define('M4J_LANG_NUMERIC','Must be numeric.');
define('M4J_LANG_INTEGER','Must be an integer.');
define('M4J_LANG_URL','Must be an URL.');
define('M4J_LANG_EMAIL','Must be a valid email address.');
define('M4J_LANG_ALPHANUMERIC','Must be alphanumerical.');
define('M4J_LANG_PLEASE_SELECT','Please select');
define('M4J_LANG_ASK2CONFIRM','Please send me a confirmation.');
define('M4J_LANG_ASK2CONFIRM_DESC','If you activate this checkbox; you will obtain a confirmation email of the submitted data.');
// New to Proforms 1.0.5
define('M4J_LANG_ERROR_NO_TEMPLATE','This form hasn\'t been assigned to a form template!');
// New to Proforms 1.1
define('M4J_LANG_OPTIN_CONFIRMATION_SUBJECT','You have confirmed your submission.');
define('M4J_LANG_OPTOUT_CONFIRMATION_SUBJECT','You have revoked the confirmation of your submission.');
// New to Proforms 1.3
define('M4J_LANG_CHAR_LEFT','Caràcters restants');
?>