summaryrefslogtreecommitdiff
path: root/locale/id/jc
diff options
context:
space:
mode:
Diffstat (limited to 'locale/id/jc')
-rwxr-xr-xlocale/id/jc82
1 files changed, 82 insertions, 0 deletions
diff --git a/locale/id/jc b/locale/id/jc
new file mode 100755
index 00000000..d160efe4
--- /dev/null
+++ b/locale/id/jc
@@ -0,0 +1,82 @@
+$self{texts} = {
+ 'Accounting Menu' => 'Menu Akunting',
+ 'Amount' => 'Jumlah',
+ 'Confirm!' => 'Konfirmasi!',
+ 'Continue' => 'Lanjut',
+ 'Cost' => 'Biaya',
+ 'Date' => 'Tanggal',
+ 'Date missing!' => 'Tanggal harap diisi!',
+ 'Delete' => 'Hapus',
+ 'Description' => 'Keterangan',
+ 'Employee' => 'Karyawan',
+ 'From' => 'Dari',
+ 'Include in Report' => 'Tampilkan pada <br>laporan',
+ 'Month' => 'Bulan',
+ 'Notes' => 'Catatan',
+ 'Period' => 'Perioda',
+ 'Print' => 'Cetak',
+ 'Print and Save' => 'Cetak dan Simpan',
+ 'Printed' => 'Sudah dicetak',
+ 'Project Number' => 'Nomor Proyek',
+ 'Project Number missing!' => 'Nomor Proyek harap diisi!',
+ 'Qty' => 'Banyak',
+ 'Save' => 'Simpan',
+ 'Save as new' => 'Simpan sbg yg baru',
+ 'Screen' => 'Layar',
+ 'Select postscript or PDF!' => 'Pilih postscript atau PDF!',
+ 'Startdate' => 'Tanggal Mulai',
+ 'To' => 'Sampai',
+ 'Total' => 'Total',
+ 'Warning!' => 'Peringatan!',
+ 'Year' => 'Tahun',
+ 'Yes' => 'Ya',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'add' => 'add',
+ 'add_stores_card' => 'add_stores_card',
+ 'add_time_card' => 'add_time_card',
+ 'continue' => 'continue',
+ 'delete' => 'delete',
+ 'delete_timecard' => 'delete_timecard',
+ 'display' => 'display',
+ 'display_form' => 'display_form',
+ 'edit' => 'edit',
+ 'form_footer' => 'form_footer',
+ 'form_header' => 'form_header',
+ 'jcitems_links' => 'jcitems_links',
+ 'js_menu' => 'js_menu',
+ 'list_storescard' => 'list_storescard',
+ 'list_timecard' => 'list_timecard',
+ 'menubar' => 'menubar',
+ 'prepare_storescard' => 'prepare_storescard',
+ 'prepare_timecard' => 'prepare_timecard',
+ 'print' => 'print',
+ 'print_and_save' => 'print_and_save',
+ 'print_and_save_as_new' => 'print_and_save_as_new',
+ 'print_options' => 'print_options',
+ 'print_timecard' => 'print_timecard',
+ 'resave' => 'resave',
+ 'save' => 'save',
+ 'save_as_new' => 'save_as_new',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'storescard_footer' => 'storescard_footer',
+ 'storescard_header' => 'storescard_header',
+ 'timecard_footer' => 'timecard_footer',
+ 'timecard_header' => 'timecard_header',
+ 'update' => 'update',
+ 'yes' => 'yes',
+ 'yes_delete_timecard' => 'yes_delete_timecard',
+ 'lanjut' => 'continue',
+ 'hapus' => 'delete',
+ 'cetak' => 'print',
+ 'cetak_dan_simpan' => 'print_and_save',
+ 'simpan' => 'save',
+ 'simpan_sbg_yg_baru' => 'save_as_new',
+ 'ya' => 'yes',
+};
+
+1;
+