Translated using Weblate (English (United States))

Currently translated at 100.0% (12 of 12 strings)
This commit is contained in:
Chiraq Bookstore
2017-08-22 14:13:49 +00:00
committed by Weblate
parent ea328d6543
commit b07d99ea38

View File

@@ -0,0 +1,14 @@
<?php
$lang["messages_first_name"] = "First name";
$lang["messages_last_name"] = "Last name";
$lang["messages_message"] = "Message";
$lang["messages_message_placeholder"] = "Your Message here...";
$lang["messages_message_required"] = "Message required";
$lang["messages_multiple_phones"] = "(In case of multiple recipients, enter mobile numbers separated by commas)";
$lang["messages_phone"] = "Phone number";
$lang["messages_phone_number_required"] = "Phone number required";
$lang["messages_phone_placeholder"] = "Mobile Number(s) here...";
$lang["messages_sms_send"] = "Send SMS";
$lang["messages_successfully_sent"] = "Message successfully sent to: ";
$lang["messages_unsuccessfully_sent"] = "Message unsuccessfully sent to: ";