mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-31 04:31:07 -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.0 KiB
PHP
Executable File
20 lines
1.0 KiB
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"] = "更新客戶";
|
|
$lang["customers_import_items_excel"] = "Import customers from Excel sheet";
|