1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
$self{texts} = {
'Account' => '帐户',
'Accounting Menu' => '会计选单',
'Apr' => '四月',
'April' => '四月',
'Aug' => '八月',
'August' => '八月',
'Confirm!' => '入帐成功!',
'Continue' => '继续',
'Current' => '现有',
'Date' => '日期',
'Dec' => '十二月',
'December' => '十二月',
'Delete' => '删除',
'Description' => '说明',
'Employee' => '职员',
'Feb' => '二月',
'February' => '二月',
'From' => '从',
'ID' => '编号',
'Include in Report' => '一并显示',
'Invoice Number' => '发票编号',
'Jan' => '一月',
'January' => '一月',
'Jul' => '七月',
'July' => '七月',
'Jun' => '六月',
'June' => '六月',
'Mar' => '三月',
'March' => '三月',
'May' => '五月',
'May ' => '五月',
'Memo' => '备忘录',
'Month' => '月份',
'No.' => '否',
'Nov' => '十一月',
'November' => '十一月',
'Oct' => '十月',
'October' => '十月',
'Period' => '时期',
'Post' => '加入',
'Quarter' => '季度',
'Reference' => '参考资料',
'Select all' => '全选',
'Sep' => '九月',
'September' => '九月',
'Source' => '来源',
'Subtotal' => '小计',
'To' => '至',
'Total' => '总计',
'Vendor' => '供应商',
'Vendor Number' => '供应商号码',
'Year' => '年份',
'Yes' => '是',
};
$self{subs} = {
'acc_menu' => 'acc_menu',
'add_batch' => 'add_batch',
'add_general_ledger_batch' => 'add_general_ledger_batch',
'add_payable_batch' => 'add_payable_batch',
'add_payment_batch' => 'add_payment_batch',
'add_payment_reversal_batch' => 'add_payment_reversal_batch',
'add_payments_batch' => 'add_payments_batch',
'add_voucher' => 'add_voucher',
'calendar' => 'calendar',
'change_report' => 'change_report',
'check_all' => 'check_all',
'clock' => 'clock',
'continue' => 'continue',
'delete' => 'delete',
'delete_batch' => 'delete_batch',
'deselect_all' => 'deselect_all',
'display' => 'display',
'edit' => 'edit',
'edit_batch' => 'edit_batch',
'edit_payment_reversal' => 'edit_payment_reversal',
'general_ledger_batch' => 'general_ledger_batch',
'js_calendar' => 'js_calendar',
'jsmenu' => 'jsmenu',
'jsmenu_frame' => 'jsmenu_frame',
'list_batches' => 'list_batches',
'list_vouchers' => 'list_vouchers',
'menubar' => 'menubar',
'payable_batch' => 'payable_batch',
'payment_batch' => 'payment_batch',
'payment_reversal_batch' => 'payment_reversal_batch',
'payments_batch' => 'payments_batch',
'pickvalue' => 'pickvalue',
'post' => 'post',
'post_batch' => 'post_batch',
'post_batches' => 'post_batches',
'resize' => 'resize',
'save_batch' => 'save_batch',
'search' => 'search',
'section_menu' => 'section_menu',
'select_all' => 'select_all',
'subtotal' => 'subtotal',
'yes' => 'yes',
'yes_delete_batch' => 'yes_delete_batch',
'继续' => 'continue',
'删除' => 'delete',
'加入' => 'post',
'全选' => 'select_all',
'是' => 'yes',
};
1;
|