$self{charset} = 'UTF-8';

$self{texts} = {
  'AP'                          => '應付帳款',
  'AR'                          => '應收帳款',
  'Account'                     => '帳戶',
  'Amount'                      => '金額',
  'BIC'                         => '銀行識別編號(BIC)',
  'Bcc'                         => '不顯示抄送',
  'Business'                    => '業務',
  'Cc'                          => '抄送',
  'City'                        => '城市',
  'Company'                     => '公司',
  'Company Name'                => '公司名稱',
  'Continue'                    => '繼續',
  'Country'                     => '國家',
  'Credit Limit'                => '信用額度',
  'Curr'                        => '目前',
  'Currency'                    => '幣別',
  'Customer'                    => '客戶',
  'Customer Number'             => '客戶編號',
  'Date Paid'                   => '付款日期',
  'Description'                 => '說明',
  'Discount'                    => '折扣',
  'Due Date'                    => '到期日',
  'E-mail'                      => '電子郵件',
  'Enddate'                     => '結束日',
  'Exch'                        => '匯率',
  'Fax'                         => '傳真',
  'IBAN'                        => '國際銀行帳號(IBAN)',
  'Include in Report'           => '一併顯示',
  'Invoice'                     => '發票',
  'Invoice Date'                => '發票日期',
  'Invoice Number'              => '發票編號',
  'Language'                    => '語言',
  'Memo'                        => '備忘錄',
  'Method'                      => '方法',
  'Name'                        => '名稱',
  'Notes'                       => '備註',
  'Order Date'                  => '下單日期',
  'Order Number'                => '訂單編號',
  'Outstanding'                 => '未收款交易',
  'Paid'                        => '已付',
  'Payment'                     => '付款',
  'Phone'                       => '電話號碼',
  'Posting failed!'             => '加入失敗！',
  'Pricegroup'                  => '價格組別',
  'Qty'                         => '數量',
  'SIC'                         => '標準工業分類代碼',
  'Salesperson'                 => '銷售人員',
  'Source'                      => '來源',
  'Startdate'                   => '開始日期',
  'State'                       => '州',
  'Tax'                         => '稅金',
  'Terms'                       => '票期淨計',
  'Total'                       => '總計',
  'Unit'                        => '單位',
  'Updated'                     => '已更新',
  'Vendor'                      => '供應商',
  'Vendor Number'               => '供應商號碼',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_customer'                 => 'im_customer',
  'im_order'                    => 'im_order',
  'im_payment'                  => 'im_payment',
  'im_purchase_order'           => 'im_purchase_order',
  'im_sales_invoice'            => 'im_sales_invoice',
  'im_sales_order'              => 'im_sales_order',
  'im_vc'                       => 'im_vc',
  'im_vendor'                   => 'im_vendor',
  'import'                      => 'import',
  'import_customers'            => 'import_customers',
  'import_orders'               => 'import_orders',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'import_vc'                   => 'import_vc',
  'import_vendors'              => 'import_vendors',
  'xrefhdr'                     => 'xrefhdr',
  '繼續'                      => 'continue',
};

1;

