mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-24 09:17:54 -05:00
Update common_lang.csv Spanish translation to CSV files. Spanish translation updated - xepaez 20150424 Added translation labels missing in CSV import forms.
20 lines
1.7 KiB
PHP
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";
|