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/rc |
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/rc')
-rwxr-xr-x | locale/id/rc | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/locale/id/rc b/locale/id/rc new file mode 100755 index 00000000..92b2987c --- /dev/null +++ b/locale/id/rc @@ -0,0 +1,54 @@ +$self{texts} = { + 'Account' => 'Akun', + 'Accounting Menu' => 'Menu Akunting', + 'August' => 'Agustus', + 'Balance' => 'Saldo', + 'Beginning Balance' => 'Saldo Awal', + 'Continue' => 'Lanjut', + 'Credit' => 'Kredit', + 'Date' => 'Tanggal', + 'December' => 'Desember', + 'Description' => 'Keterangan', + 'Detail' => 'Detil', + 'Difference' => 'Selisih', + 'Done' => 'Selesai', + 'February' => 'Februari', + 'From' => 'Dari', + 'January' => 'Januari', + 'July' => 'Juli', + 'June' => 'Juni', + 'March' => 'Maret', + 'May ' => 'Mei', + 'Month' => 'Bulan', + 'October' => 'Oktober', + 'Outstanding' => 'Belum Lunas', + 'Period' => 'Perioda', + 'Reconciliation' => 'Rekonsiliasi', + 'Reconciliation Report' => 'Laporan Rekonsiliasi', + 'Select all' => 'Pilih semua', + 'Source' => 'Bukti', + 'Summary' => 'Ringkasan', + 'To' => 'Sampai', + 'Year' => 'Tahun', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'display_form' => 'display_form', + 'done' => 'done', + 'get_payments' => 'get_payments', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'reconciliation' => 'reconciliation', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'update' => 'update', + 'lanjut' => 'continue', + 'selesai' => 'done', + 'pilih_semua' => 'select_all', +}; + +1; + |