$self{texts} = {
  'Accounting Menu'             => 'Menu Akunting',
  'Amount'                      => 'Jumlah',
  'Are you sure you want to remove the marked entries from the queue?' => 'Apakah anda yakin akan menghapus entri terpilih pada antrian',
  'Attachment'                  => 'Lampiran',
  'August'                      => 'Agustus',
  'Cannot remove files!'        => 'Tidak dapat menghapus file!',
  'City'                        => 'Kota',
  'Confirm!'                    => 'Konfirmasi!',
  'Continue'                    => 'Lanjut',
  'Copies'                      => 'Jumlah Copy',
  'Customer'                    => 'Pelanggan',
  'Customer Number'             => 'Nomor Pelanggan',
  'Date'                        => 'Tanggal',
  'December'                    => 'Desember',
  'Description'                 => 'Keterangan',
  'Employee'                    => 'Karyawan',
  'Employee Number'             => 'Nomor Karyawan',
  'February'                    => 'Februari',
  'From'                        => 'Dari',
  'Invoice'                     => 'Invoice',
  'Invoice Number'              => 'Nomor Invoice',
  'Invoices'                    => 'Invoice',
  'January'                     => 'Januari',
  'July'                        => 'Juli',
  'June'                        => 'Juni',
  'March'                       => 'Maret',
  'May '                        => 'Mei',
  'Message'                     => 'Pesan',
  'Month'                       => 'Bulan',
  'Name'                        => 'Nama',
  'Nothing selected!'           => 'Tidak ada yang dipilih!',
  'Number'                      => 'Nomor',
  'October'                     => 'Oktober',
  'Order'                       => 'No. Pesanan',
  'Order Number'                => 'Nomor Pesanan',
  'Period'                      => 'Perioda',
  'Print'                       => 'Cetak',
  'Printed'                     => 'Sudah dicetak',
  'Project Number'              => 'Nomor Proyek',
  'Purchase Orders'             => 'Pesanan Pembelian (PO)',
  'Quotation'                   => 'Quotation',
  'Quotation Number'            => 'Nomor Quotation',
  'Quotations'                  => 'Quotation',
  'Sales Orders'                => 'Pesanan Penjualan (SO)',
  'Select all'                  => 'Pilih semua',
  'To'                          => 'Sampai',
  'Total'                       => 'Total',
  'Vendor'                      => 'Supplier',
  'Vendor Number'               => 'Nomor Supplier',
  'Year'                        => 'Tahun',
  'Yes'                         => 'Ya',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'combine'                     => 'combine',
  'continue'                    => 'continue',
  'deselect_all'                => 'deselect_all',
  'display'                     => 'display',
  'display_frame'               => 'display_frame',
  'e_mail'                      => 'e_mail',
  'jsmenu'                      => 'jsmenu',
  'jsmenu_frame'                => 'jsmenu_frame',
  'list_spool'                  => 'list_spool',
  'menubar'                     => 'menubar',
  'mlmenu'                      => 'mlmenu',
  'print'                       => 'print',
  'remove'                      => 'remove',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'yes'                         => 'yes',
  'lanjut'                      => 'continue',
  'cetak'                       => 'print',
  'pilih_semua'                 => 'select_all',
  'ya'                          => 'yes',
};

1;

