mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-18 14:48:42 -05:00
Language folders renamed + fix for loading them Added smoe translations to the nl-BE language Autoload settings adapted
17 lines
841 B
PHP
Executable File
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'] = '應課稅';
|
|
?>
|