Files
opensourcepos/application/language/th/customers_lang.php
jekkos b85b9d37a1 Add company_name field to customers for invoicing purposes
Total discount is now shown as one amount in receipt

Conflicts:

	application/controllers/sales.php

Conflicts:

	database/migrate_phppos.sql
2015-04-06 15:15:34 +02:00

19 lines
1.6 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"] = "แก้ไขข้อมูลลูกค้า";