diff options
| author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
| commit | 5fc8c5edf574ab024d4646914b6432d458e2ffbd (patch) | |
| tree | c8031ae966b35c47f6aea9929e10911412ff6c59 /sql-ledger/locale/tw_utf/arap | |
| parent | a4fc489e860b7bc51b5282a87ea21750b30b905e (diff) | |
| parent | 32306b5f8ffe4ce594409aa6e89626740b225a39 (diff) | |
This commit was generated by cvs2svn to compensate for changes in r3883,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/locale/tw_utf/arap')
| -rw-r--r-- | sql-ledger/locale/tw_utf/arap | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sql-ledger/locale/tw_utf/arap b/sql-ledger/locale/tw_utf/arap new file mode 100644 index 000000000..b87765dae --- /dev/null +++ b/sql-ledger/locale/tw_utf/arap @@ -0,0 +1,30 @@ +$self{texts} = { + 'Address' => '地址', + 'Continue' => '繼續', + 'Customer not on file!' => '客戶未存檔', + 'Description' => '說明', + 'Number' => '編號', + 'Project not on file!' => '方案內無此檔案', + 'Select from one of the names below' => '於下列姓名中選擇一個', + 'Select from one of the projects below' => '於下列方案中選擇一個', + 'Vendor not on file!' => '檔案沒有此供應商', +}; + +$self{subs} = { + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'gl_transaction' => 'gl_transaction', + 'name_selected' => 'name_selected', + 'project_selected' => 'project_selected', + 'sales_invoice_' => 'sales_invoice_', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'vendor_invoice_' => 'vendor_invoice_', + '繼續' => 'continue', +}; + +1; |
