mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-20 15:27:53 -05:00
15 lines
814 B
PHP
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: ";
|