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

$self{texts} = {
  'AP'                          => '应付帐款',
  'AR'                          => '应收帐款',
  'Account'                     => '帐户',
  'Amount'                      => '总计',
  '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'                         => '传真',
  'Include in Report'           => '一并显示',
  'Invoice'                     => '发票',
  'Invoice Date'                => '发票日期',
  'Invoice Number'              => '发票编号',
  'Language'                    => '语言',
  'Memo'                        => '备忘录',
  'Method'                      => '方法',
  'Name'                        => '名称',
  'Notes'                       => '备注',
  'Order Date'                  => '下单日期',
  'Order Number'                => '订单编号',
  'Outstanding'                 => '未付',
  'Paid'                        => '已付',
  'Payment'                     => '付款',
  'Phone'                       => '电话号码',
  'Pricegroup'                  => '价格组',
  'Qty'                         => '数量',
  'SIC'                         => '标准工业分类代码',
  'Salesperson'                 => '销售人员',
  'Source'                      => '来源',
  'Startdate'                   => '开始日期',
  '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;

