Files
opensourcepos/application/language/zh/customers_lang.php
jekkos-t520 ee89f1971b Deleted sales can be shown again under items
Language folders renamed + fix for loading them
Added smoe translations to the nl-BE language
Autoload settings adapted
2014-02-27 23:43:37 +01:00

17 lines
841 B
PHP
Executable File

<?php
$lang['customers_new'] = '新客戶';
$lang['customers_customer'] = '客戶';
$lang['customers_update'] = '更新客戶';
$lang['customers_confirm_delete'] = '你確定要刪除選定的客戶?';
$lang['customers_none_selected'] = '您還沒有選擇任何客戶進行刪除';
$lang['customers_error_adding_updating'] = '添加/更新客戶錯誤';
$lang['customers_successful_adding'] = '成功新增顧客';
$lang['customers_successful_updating'] = '成功更新顧客';
$lang['customers_successful_deleted'] = '成功刪除';
$lang['customers_one_or_multiple'] = '客戶';
$lang['customers_cannot_be_deleted'] = '無法刪除選定的客戶,選定的客戶存有銷售紀錄。';
$lang['customers_basic_information'] = '客戶資訊';
$lang['customers_account_number'] = '帳號 #';
$lang['customers_taxable'] = '應課稅';
?>