mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 09:10:23 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -15,31 +15,31 @@
|
||||
*/
|
||||
|
||||
|
||||
define("LAN_CONTACT_00", "Contact Us");
|
||||
define("LAN_CONTACT_01", "Contact Details");
|
||||
define("LAN_CONTACT_02", "Contact Form");
|
||||
define("LAN_CONTACT_03", "Enter your name");
|
||||
define("LAN_CONTACT_04", "Enter your e-mail address");
|
||||
define("LAN_CONTACT_05", "Message subject");
|
||||
define("LAN_CONTACT_06", "Message");
|
||||
define("LAN_CONTACT_07", "Email a copy of this message to your own address ");
|
||||
define("LAN_CONTACT_08", "Send");
|
||||
define("LAN_CONTACT_09", "Your message was sent.");
|
||||
define("LAN_CONTACT_10", "There was a problem sending your message.");
|
||||
define("LAN_CONTACT_11", "Please check your email address and resubmit the contact form.");
|
||||
define("LAN_CONTACT_12", "Your message is too short.");
|
||||
define("LAN_CONTACT_13", "Please include a subject.");
|
||||
|
||||
define("LAN_CONTACT_14", "Send message to");
|
||||
define("LAN_CONTACT_15", "Incorrect code entered");
|
||||
define("LAN_CONTACT_16", "You must be [registered] and signed-in to use this form.");
|
||||
define("LAN_CONTACT_17", "Please enter your name.");
|
||||
define("LAN_CONTACT_18", "Please enter your e-mail address.");
|
||||
define("LAN_CONTACT_19", "Please enter the subject for your e-mail.");
|
||||
define("LAN_CONTACT_20", "Please enter your message for us.");
|
||||
define("LAN_CONTACT_21", "I consent to having this website store my submitted information so they can respond to my inquiry"); // By using this form, you agree to the storage and processing of your data through this site.");
|
||||
define("LAN_CONTACT_22", "Privacy policy");
|
||||
define("LAN_CONTACT_23", "You can find our privacy policy here: [x]");
|
||||
define("LAN_CONTACT_24", "GDPR Agreement");
|
||||
|
||||
|
||||
return [
|
||||
'LAN_CONTACT_00' => "Contact Us",
|
||||
'LAN_CONTACT_01' => "Contact Details",
|
||||
'LAN_CONTACT_02' => "Contact Form",
|
||||
'LAN_CONTACT_03' => "Enter your name",
|
||||
'LAN_CONTACT_04' => "Enter your e-mail address",
|
||||
'LAN_CONTACT_05' => "Message subject",
|
||||
'LAN_CONTACT_06' => "Message",
|
||||
'LAN_CONTACT_07' => "Email a copy of this message to your own address",
|
||||
'LAN_CONTACT_08' => "Send",
|
||||
'LAN_CONTACT_09' => "Your message was sent.",
|
||||
'LAN_CONTACT_10' => "There was a problem sending your message.",
|
||||
'LAN_CONTACT_11' => "Please check your email address and resubmit the contact form.",
|
||||
'LAN_CONTACT_12' => "Your message is too short.",
|
||||
'LAN_CONTACT_13' => "Please include a subject.",
|
||||
'LAN_CONTACT_14' => "Send message to",
|
||||
'LAN_CONTACT_15' => "Incorrect code entered",
|
||||
'LAN_CONTACT_16' => "You must be [registered] and signed-in to use this form.",
|
||||
'LAN_CONTACT_17' => "Please enter your name.",
|
||||
'LAN_CONTACT_18' => "Please enter your e-mail address.",
|
||||
'LAN_CONTACT_19' => "Please enter the subject for your e-mail.",
|
||||
'LAN_CONTACT_20' => "Please enter your message for us.",
|
||||
'LAN_CONTACT_21' => "I consent to having this website store my submitted information so they can respond to my inquiry",
|
||||
'LAN_CONTACT_22' => "Privacy policy",
|
||||
'LAN_CONTACT_23' => "You can find our privacy policy here: [x]",
|
||||
'LAN_CONTACT_24' => "GDPR Agreement",
|
||||
];
|
||||
|
Reference in New Issue
Block a user