diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
commit | ac5b087ea2d9ba7428d367aaeb288534158fee9a (patch) | |
tree | 2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/id/arap |
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/id/arap')
-rwxr-xr-x | locale/id/arap | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/locale/id/arap b/locale/id/arap new file mode 100755 index 00000000..ccde0bb4 --- /dev/null +++ b/locale/id/arap @@ -0,0 +1,47 @@ +$self{texts} = { + 'Address' => 'Alamat', + 'Continue' => 'Lanjut', + 'Customer not on file!' => 'Pelanggan tidak ditemukan!', + 'Date' => 'Tanggal', + 'Description' => 'Keterangan', + 'Message' => 'Pesan', + 'Number' => 'Nomor', + 'Print' => 'Cetak', + 'Project not on file!' => 'Data Proyek tidak ditemukan!', + 'Reference' => 'Referensi', + 'Select from one of the names below' => 'Pilih dari salah satu nama di bawah', + 'Select from one of the projects below' => 'Pilih dari salah satu proyek di bawah', + 'Startdate' => 'Tanggal Mulai', + 'To' => 'Sampai', + 'Vendor not on file!' => 'Data Supplier tidak ditemukan!', + 'Warning!' => 'Peringatan!', + 'sent' => 'sudah dikirim', +}; + +$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_', + 'lanjut' => 'continue', +}; + +1; + |