summaryrefslogtreecommitdiff
path: root/locale/tw_utf/bp
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
commitac5b087ea2d9ba7428d367aaeb288534158fee9a (patch)
tree2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/tw_utf/bp
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/tw_utf/bp')
-rwxr-xr-xlocale/tw_utf/bp70
1 files changed, 70 insertions, 0 deletions
diff --git a/locale/tw_utf/bp b/locale/tw_utf/bp
new file mode 100755
index 00000000..8dc19de4
--- /dev/null
+++ b/locale/tw_utf/bp
@@ -0,0 +1,70 @@
+$self{charset} = 'UTF-8';
+
+$self{texts} = {
+ 'Account' => '帳戶',
+ 'Accounting Menu' => '會計選單',
+ 'Are you sure you want to remove the marked entries from the queue?' => '您是否確定要消除有記號的條目?',
+ 'Bin Lists' => '箱的明細表',
+ 'Cannot remove files!' => '不能移除檔案!',
+ 'Confirm!' => '入帳成功!',
+ 'Continue' => '繼續',
+ 'Current' => '現有',
+ 'Customer' => '客戶',
+ 'Date' => '日期',
+ 'Employee' => '職員',
+ 'From' => '從',
+ 'ID' => '識別編號',
+ 'Invoice' => '發票',
+ 'Invoice Number' => '發票編號',
+ 'Marked entries printed!' => '已列印有記號的會計項目!',
+ 'Month' => '月',
+ 'Order' => '訂單',
+ 'Order Number' => '訂單編號',
+ 'Packing Lists' => '出貨單',
+ 'Period' => '期間',
+ 'Pick Lists' => '揀貨清單',
+ 'Print' => '列印',
+ 'Printing' => '正列印',
+ 'Purchase Orders' => '採購單',
+ 'Quarter' => '季',
+ 'Quotation' => '報價單',
+ 'Quotation Number' => '報價單號碼',
+ 'Quotations' => '報價單',
+ 'RFQs' => '報價請求',
+ 'Remove' => '移除',
+ 'Removed spoolfiles!' => '移除列印暫存檔案',
+ 'Removing marked entries from queue ...' => '正從隊列中移除有記號的會計項目',
+ 'Sales Invoices' => '銷售發票',
+ 'Sales Orders' => '銷貨單',
+ 'Select all' => '全選',
+ 'Spoolfile' => '列印暫存(spool)檔案',
+ 'To' => '至',
+ 'Vendor' => '供應商',
+ 'Work Orders' => '工作單',
+ 'Year' => '年',
+ 'Yes' => '是',
+ 'done' => '完成',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'js_menu' => 'js_menu',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'yes' => 'yes',
+ '繼續' => 'continue',
+ '列印' => 'print',
+ '移除' => 'remove',
+ '全選' => 'select_all',
+ '是' => 'yes',
+};
+
+1;
+