diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 32306b5f8ffe4ce594409aa6e89626740b225a39 (patch) | |
tree | 8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/locale/tw_utf/arap | |
parent | 52072fcd26f2faf57923f598c358e7f47c4e2643 (diff) |
import sql-ledger 2.4.4SQL_LEDGER
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; |