diff options
Diffstat (limited to 'locale/id/ca')
-rwxr-xr-x | locale/id/ca | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/locale/id/ca b/locale/id/ca new file mode 100755 index 00000000..dd0442dc --- /dev/null +++ b/locale/id/ca @@ -0,0 +1,38 @@ +$self{texts} = { + 'Account' => 'Akun', + 'August' => 'Agustus', + 'Balance' => 'Saldo', + 'Chart of Accounts' => 'Bagan Akun', + 'Credit' => 'Kredit', + 'Date' => 'Tanggal', + 'December' => 'Desember', + 'Department' => 'Departemen', + 'Description' => 'Keterangan', + 'February' => 'Februari', + 'From' => 'Dari', + 'Include in Report' => 'Tampilkan pada <br>laporan', + 'January' => 'Januari', + 'July' => 'Juli', + 'June' => 'Juni', + 'List Transactions' => 'Daftar Transaksi', + 'March' => 'Maret', + 'May ' => 'Mei', + 'Month' => 'Bulan', + 'October' => 'Oktober', + 'Period' => 'Perioda', + 'Project Number' => 'Nomor Proyek', + 'Reference' => 'Referensi', + 'To' => 'Sampai', + 'Year' => 'Tahun', +}; + +$self{subs} = { + 'ca_subtotal' => 'ca_subtotal', + 'chart_of_accounts' => 'chart_of_accounts', + 'list' => 'list', + 'list_transactions' => 'list_transactions', + 'daftar_transaksi' => 'list_transactions', +}; + +1; + |