summaryrefslogtreecommitdiff
path: root/locale/cn_utf/arap
diff options
context:
space:
mode:
Diffstat (limited to 'locale/cn_utf/arap')
-rwxr-xr-xlocale/cn_utf/arap64
1 files changed, 64 insertions, 0 deletions
diff --git a/locale/cn_utf/arap b/locale/cn_utf/arap
new file mode 100755
index 00000000..f0c6bfe8
--- /dev/null
+++ b/locale/cn_utf/arap
@@ -0,0 +1,64 @@
+$self{charset} = 'UTF-8';
+
+$self{texts} = {
+ 'Address' => '地址',
+ 'Bcc' => '不显示抄送',
+ 'Cc' => '抄送',
+ 'Continue' => '继续',
+ 'Customer not on file!' => '客户未存档',
+ 'Date' => '日期',
+ 'Day(s)' => '日',
+ 'Delete Schedule' => '删除预定',
+ 'Description' => '说明',
+ 'E-mail' => '电子邮件',
+ 'E-mail message' => '发送电邮',
+ 'Message' => '讯息',
+ 'Month(s)' => '月',
+ 'Number' => '编号',
+ 'Print' => '列印',
+ 'Project not on file!' => '方案内无此档案',
+ 'Recurring Transaction' => '多次记录',
+ 'Reference' => '参照',
+ 'Save Schedule' => '储存预定',
+ 'Select from one of the names below' => '于下列姓名中选择一个',
+ 'Select from one of the projects below' => '于下列方案中选择一个',
+ 'Startdate' => '开始日期',
+ 'Subject' => '标题',
+ 'To' => '至',
+ 'Vendor not on file!' => '档案没有此供应商',
+ 'Warning!' => '警告',
+ 'Week(s)' => '周',
+ 'Year(s)' => '年',
+ 'sent' => '巳送出',
+ 'time(s)' => '次',
+};
+
+$self{subs} = {
+ 'add_transaction' => 'add_transaction',
+ 'ap_transaction' => 'ap_transaction',
+ 'ar_transaction' => 'ar_transaction',
+ 'check_name' => 'check_name',
+ 'check_project' => 'check_project',
+ 'continue' => 'continue',
+ 'delete_schedule' => 'delete_schedule',
+ 'gl_transaction' => 'gl_transaction',
+ 'name_selected' => 'name_selected',
+ 'post_as_new' => 'post_as_new',
+ 'print_and_post_as_new' => 'print_and_post_as_new',
+ 'project_selected' => 'project_selected',
+ 'rebuild_vc' => 'rebuild_vc',
+ 'repost' => 'repost',
+ 'reprint' => 'reprint',
+ 'sales_invoice_' => 'sales_invoice_',
+ 'save_schedule' => 'save_schedule',
+ 'schedule' => 'schedule',
+ 'select_name' => 'select_name',
+ 'select_project' => 'select_project',
+ 'vendor_invoice_' => 'vendor_invoice_',
+ '继续' => 'continue',
+ '删除预定' => 'delete_schedule',
+ '储存预定' => 'save_schedule',
+};
+
+1;
+