$self{texts} = { 'AP Aging' => '应付帐龄分析', 'AR Aging' => '应收帐龄分析', 'Account' => '帐户', 'Account Number' => '帐户编号', 'Accounting Menu' => '会计选单', 'Accounts' => '帐户', 'Accrual' => '累积', 'Address' => '地址', 'All Accounts' => '全部帐户', 'Amount' => '总计', 'Apr' => '四月', 'April' => '四月', 'Attachment' => '附档', 'Aug' => '八月', 'August' => '八月', 'Balance' => '余额', 'Balance Sheet' => '资产负债表', 'Bcc' => '不显示抄送', 'Cash' => '现金', 'Cc' => '抄送', 'Compare to' => '对照', 'Continue' => '继续', 'Copies' => '副本', 'Credit' => '贷方', 'Curr' => '目前', 'Current' => '现有', 'Current Earnings' => '现有收益', 'Customer' => '客户', 'Customer not on file!' => '客户未存档', 'Date' => '日期', 'Debit' => '借方', 'Dec' => '十二月', 'December' => '十二月', 'Decimalplaces' => '小数的位置', 'Department' => '部门', 'Description' => '说明', 'Detail' => '详情', 'Due Date' => '到期日', 'E-mail' => '电子邮件', 'E-mail Statement to' => '电邮会计账到', 'E-mail address missing!' => '未指明电子邮件位址!', 'Feb' => '二月', 'February' => '二月', 'From' => '从', 'Heading' => '标题, ', 'ID' => '编号', 'In-line' => '行内', 'Include Exchange Rate Difference' => '包含外汇差距', 'Include in Report' => '一并显示', 'Income Statement' => '损益表', 'Invoice' => '发票', 'Jan' => '一月', 'January' => '一月', 'Jul' => '七月', 'July' => '七月', 'Jun' => '六月', 'June' => '六月', 'Language' => '语言', 'Mar' => '三月', 'March' => '三月', 'May' => '五月', 'May ' => '五月', 'Memo' => '备忘录', 'Message' => '讯息', 'Method' => '方法', 'N/A' => '不适用', 'Non-taxable Purchases' => '不应课税的采购', 'Non-taxable Sales' => '不应课税的销售', 'Nothing selected!' => '没有巳选择', 'Nov' => '十一月', 'November' => '十一月', 'Number' => '编号', 'Oct' => '十月', 'October' => '十月', 'Order' => '订单', 'Payments' => '付款', 'Postscript' => '附言', 'Print' => '列印', 'Project' => '方案', 'Project Number' => '方案号码', 'Project Transactions' => '方案交易', 'Project not on file!' => '方案内无此档案', 'Receipts' => '收据', 'Report for' => '报表来源', 'Salesperson' => '销售人员', 'Screen' => '萤幕', 'Select all' => '全选', 'Select from one of the names below' => '于下列姓名中选择一个', 'Select from one of the projects below' => '于下列方案中选择一个', 'Select postscript or PDF!' => '【◎Fix:◎于;◎於】附言或PDF中选一', 'Sep' => '九月', 'September' => '九月', 'Source' => '来源', 'Standard' => '标准', 'Statement' => '会计帐', 'Statement sent to' => '送会计帐至', 'Statements sent to printer!' => '送会计帐至列印机', 'Subject' => '标题', 'Subtotal' => '小计', 'Summary' => '摘要', 'Tax' => '税金', 'Tax collected' => '巳收税金', 'Tax paid' => '巳付税金', 'Till' => '直到', 'To' => '至', 'Total' => '总计', 'Trial Balance' => '试算表', 'Vendor' => '供应商', 'Vendor not on file!' => '档案没有此供应商', 'as at' => '截至', 'for Period' => '期间', }; $self{subs} = { 'acc_menu' => 'acc_menu', 'add_transaction' => 'add_transaction', 'aging' => 'aging', 'ap_transaction' => 'ap_transaction', 'ar_transaction' => 'ar_transaction', 'check_name' => 'check_name', 'check_project' => 'check_project', 'continue' => 'continue', 'display' => 'display', 'e_mail' => 'e_mail', 'generate_ap_aging' => 'generate_ap_aging', 'generate_ar_aging' => 'generate_ar_aging', 'generate_balance_sheet' => 'generate_balance_sheet', 'generate_income_statement' => 'generate_income_statement', 'generate_projects' => 'generate_projects', 'generate_tax_report' => 'generate_tax_report', 'generate_trial_balance' => 'generate_trial_balance', 'gl_transaction' => 'gl_transaction', 'list_accounts' => 'list_accounts', 'list_payments' => 'list_payments', 'menubar' => 'menubar', 'name_selected' => 'name_selected', 'payment_subtotal' => 'payment_subtotal', 'print' => 'print', 'print_form' => 'print_form', 'print_options' => 'print_options', 'project_selected' => 'project_selected', 'report' => 'report', 'sales_invoice_' => 'sales_invoice_', 'section_menu' => 'section_menu', 'select_all' => 'select_all', 'select_name' => 'select_name', 'select_project' => 'select_project', 'send_email' => 'send_email', 'statement_details' => 'statement_details', 'tax_subtotal' => 'tax_subtotal', 'vendor_invoice_' => 'vendor_invoice_', '继续' => 'continue', '电子邮件' => 'e_mail', '列印' => 'print', '全选' => 'select_all', }; 1;