diff options
Diffstat (limited to 'sql-ledger/locale/tw/cp')
-rw-r--r-- | sql-ledger/locale/tw/cp | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/sql-ledger/locale/tw/cp b/sql-ledger/locale/tw/cp deleted file mode 100644 index af8421af7..000000000 --- a/sql-ledger/locale/tw/cp +++ /dev/null @@ -1,75 +0,0 @@ -$self{texts} = { - 'Account' => '科目', - 'Address' => '地址', - 'Amount' => '總計', - 'Amount does not equal applied!' => 'Amount does not equal applied!', - 'Amount missing!' => 'Amount missing!', - 'Applied' => 'Applied', - 'Cannot post payment!' => 'Cannot post payment!', - 'Cannot process payment for a closed period!' => 'Cannot process payment for a closed period!', - 'Check' => 'Check', - 'Check printed!' => 'Check printed!', - 'Check printing failed!' => 'Check printing failed!', - 'Continue' => '繼續', - 'Currency' => '幣別', - 'Customer' => '客戶', - 'Customer not on file!' => 'Customer not on file!', - 'Date' => '日期', - 'Date missing!' => 'Date missing!', - 'Description' => '說明', - 'Due' => '到期', - 'Exchangerate' => '匯率', - 'From' => '從', - 'Invoice' => '發票', - 'Invoices' => 'Invoices', - 'Nothing applied!' => 'Nothing applied!', - 'Number' => '編號', - 'Paid in full' => 'Paid in full', - 'Payment' => '付款方式', - 'Payment posted!' => 'Payment posted!', - 'Post' => 'Post', - 'Print' => 'Print', - 'Printer' => '印表機', - 'Project not on file!' => 'Project not on file!', - 'Receipt' => 'Receipt', - 'Reference' => 'Reference', - 'Screen' => '螢幕', - 'Select from one of the names below' => 'Select from one of the names below', - 'Select from one of the projects below' => 'Select from one of the projects below', - 'To' => '至', - 'Update' => 'Update', - 'Vendor' => '廠商', - 'Vendor not on file!' => 'Vendor not on file!', -}; - -$self{subs} = { - 'add_transaction' => 'add_transaction', - 'ap_transaction' => 'ap_transaction', - 'ar_transaction' => 'ar_transaction', - 'check_form' => 'check_form', - 'check_name' => 'check_name', - 'check_project' => 'check_project', - 'continue' => 'continue', - 'customer_details' => 'customer_details', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'gl_transaction' => 'gl_transaction', - 'list_invoices' => 'list_invoices', - 'name_selected' => 'name_selected', - 'payment' => 'payment', - 'post' => 'post', - 'print' => 'print', - 'project_selected' => 'project_selected', - 'purchase_invoice' => 'purchase_invoice', - 'sales_invoice' => 'sales_invoice', - 'select_name' => 'select_name', - 'select_project' => 'select_project', - 'update' => 'update', - 'vendor_details' => 'vendor_details', - '繼續' => 'continue', - 'post' => 'post', - 'print' => 'print', - 'update' => 'update', -}; - -1; |