Files
opensourcepos/application/language/th/messages_lang.php
2019-02-14 23:50:18 +01:00

15 lines
814 B
PHP

<?php
$lang["messages_first_name"] = "ชื่อ";
$lang["messages_last_name"] = "นามสกุล";
$lang["messages_message"] = "ข้อความ";
$lang["messages_message_placeholder"] = "ข้อความของคุณ ...";
$lang["messages_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: ";