Files
opensourcepos/application/language/th/customers_lang.php
jekkos 69528baa21 Merge pull request #60
Update common_lang.csv

Spanish translation to CSV files. Spanish translation updated - xepaez 20150424

Added translation labels missing in CSV import forms.
2015-04-27 19:07:28 +02:00

20 lines
1.7 KiB
PHP

<?php
$lang["customers_account_number"] = "บัญชี #";
$lang["customers_account_number_duplicate"] = "This account number is already present in the database";
$lang["customers_basic_information"] = "ข้อมูลลูกค้า";
$lang["customers_cannot_be_deleted"] = "ไม่สามารลบลูกค้าที่ถูกเลือก, ลูกค้าที่ถูกเลือกถูขายไปแล้ว.";
$lang["customers_company_name"] = "Company Name";
$lang["customers_confirm_delete"] = "ยืนยันลบข้อมูลลูกค้า?";
$lang["customers_customer"] = "ลูกค้า";
$lang["customers_error_adding_updating"] = "แก้ไขข้อมูลลูกค้าผิดพลาด";
$lang["customers_new"] = "ลูกค้าใหม่";
$lang["customers_none_selected"] = "คุณยังไม่ได้ทำการเลือกลูกค้า";
$lang["customers_one_or_multiple"] = "ลูกค้า";
$lang["customers_successful_adding"] = "คุณได้ทำการเพิ่มลูกค้าเรียบร้อยแล้ว";
$lang["customers_successful_deleted"] = "คุณได้ทำการลบข้อมูลเรียบร้อยแล้ว";
$lang["customers_successful_updating"] = "คุณได้ทำการแก้ไขข้อมูลลูกค้าเรียบร้อยแล้ว";
$lang["customers_taxable"] = "ต้องเสียภาษี";
$lang["customers_update"] = "แก้ไขข้อมูลลูกค้า";
$lang["customers_import_items_excel"] = "Import customers from Excel sheet";