mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-21 16:33:34 -04:00
Currently translated at 100.0% (12 of 12 strings) Translation: ospos/messages Translate-URL: http://weblate.jpeelaer.net/projects/ospos/messages/th/
14 lines
812 B
PHP
14 lines
812 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: ";
|