Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/components/com_content/plugins/contact/language/en.plugin_contact.php
<?php
/**
* @version: 1.3
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2016 Elxis.org. All rights reserved.
* @description: en-GB (English - Great Britain) language for plugin Contact
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Ioannis Sannos ( http://www.elxis.org )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

defined('_ELXIS_') or die ('Direct access to this location is not allowed.');


$_lang = array();
$_lang['STD_FORM_ELEMENTS'] = 'Standard form elements';
$_lang['CST_FORM_ELEMENTS'] = 'Custom form elements';
$_lang['TELEPHONE'] = 'Telephone';
$_lang['REQUIRED'] = 'Required?';
$_lang['MOBILE'] = 'Mobile';
$_lang['ADDRESS'] = 'Address';
$_lang['CITY'] = 'City';
$_lang['POSTAL_CODE'] = 'P.O.';
$_lang['COUNTRY'] = 'Country';
$_lang['WEBSITE'] = 'Web site';
$_lang['ENTER_LABELS_CST'] = 'Enter the labels of the optional custom text fields.';
$_lang['LABEL'] = 'Label';
$_lang['RCPT_EMAIL'] = 'Recipient e-mail';
$_lang['CONTACT'] = 'Contact';
$_lang['MESSAGE'] = 'Message';
$_lang['INVALID_URL_ADDR'] = 'Invalid URL address!';
$_lang['MUST_WRITE_MESSAGE'] = 'You must write a message!';
$_lang['INVALIDSECCODE'] = 'Invalid security code!';
$_lang['HI'] = 'Hi';
$_lang['CFORM_SUBMIT'] = 'The contact form on the page shown below was submitted.';
$_lang['INFO_FOLLOW'] = 'The guest information and the message he sent to you follows.';
$_lang['MSG_SENT_REPLY_THANKS'] = 'Your message sent successfully. We will reply you are soon as possible. Thank you.';
$_lang['SORRY_SEND_FAILED'] = 'We are sorry but your message could not be send. Please re-try.';
$_lang['IP_ADDRESS'] = 'IP address';
//1.3
$_lang['CST_SELECT_ELEMENT'] = 'Custom select element';
$_lang['OPTION'] = 'Option';
$_lang['CONTACT_INQ_FROM'] = 'Contact inquiry from %s';

?>