diff options
Diffstat (limited to 'locale/id/ca')
-rwxr-xr-x | locale/id/ca | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/locale/id/ca b/locale/id/ca deleted file mode 100755 index dd0442dc..00000000 --- a/locale/id/ca +++ /dev/null @@ -1,38 +0,0 @@ -$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; - |