diff options
Diffstat (limited to 'sql-ledger/locale/cn_utf/bp')
| -rw-r--r-- | sql-ledger/locale/cn_utf/bp | 59 | 
1 files changed, 59 insertions, 0 deletions
diff --git a/sql-ledger/locale/cn_utf/bp b/sql-ledger/locale/cn_utf/bp new file mode 100644 index 000000000..04308e000 --- /dev/null +++ b/sql-ledger/locale/cn_utf/bp @@ -0,0 +1,59 @@ +$self{texts} = { +  'Account'                     => '帐户', +  'Accounting Menu'             => '会计选单', +  'Are you sure you want to remove the marked entries from the queue?' => '您是否确定要消除有记号的条目', +  'Cannot remove files!'        => '不能移除档案', +  'Checks'                      => '检查', +  'Confirm!'                    => '入帐成功!', +  'Continue'                    => '继续', +  'Current'                     => '现有', +  'Customer'                    => '客户', +  'Date'                        => '日期', +  'From'                        => '从', +  'Invoice'                     => '发票', +  'Invoice Number'              => '发票编号', +  'Marked entries printed!'     => '巳列印有记号的会计项目', +  'Order'                       => '订单', +  'Order Number'                => '订单编号', +  'Packing Lists'               => '出货单', +  'Print'                       => '列印', +  'Printing ... '               => '正列印', +  'Purchase Orders'             => '采购单', +  'Quotation'                   => '报价单', +  'Quotation Number'            => '报价单号码', +  'Quotations'                  => '报价单', +  'Receipts'                    => '收据', +  'Reference'                   => '参考资料', +  'Remove'                      => '移除', +  'Removed spoolfiles!'         => '移除线轴档案', +  'Removing marked entries from queue ...' => '正从长队中移除有记号的会计项目', +  'Sales Invoices'              => '销售发票', +  'Sales Orders'                => '销货单', +  'Select all'                  => '全选', +  'Spoolfile'                   => '线轴档案', +  'To'                          => '至', +  'Vendor'                      => '供应商', +  'Yes'                         => '是', +  'done'                        => '完成', +}; + +$self{subs} = { +  'acc_menu'                    => 'acc_menu', +  'continue'                    => 'continue', +  'display'                     => 'display', +  '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;  | 
