mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-13 04:33:30 -04:00
Total discount is now shown as one amount in receipt Conflicts: application/controllers/sales.php Conflicts: database/migrate_phppos.sql
19 lines
994 B
PHP
Executable File
19 lines
994 B
PHP
Executable File
<?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"] = "更新客戶";
|