summaryrefslogtreecommitdiff
path: root/locale/id/bp
diff options
context:
space:
mode:
Diffstat (limited to 'locale/id/bp')
-rwxr-xr-xlocale/id/bp53
1 files changed, 53 insertions, 0 deletions
diff --git a/locale/id/bp b/locale/id/bp
new file mode 100755
index 00000000..029eba6f
--- /dev/null
+++ b/locale/id/bp
@@ -0,0 +1,53 @@
+$self{texts} = {
+ 'Account' => 'Akun',
+ 'Accounting Menu' => 'Menu Akunting',
+ 'Are you sure you want to remove the marked entries from the queue?' => 'Apakah anda yakin akan menghapus entri terpilih pada antrian',
+ 'Cannot remove files!' => 'Tidak dapat menghapus file!',
+ 'Confirm!' => 'Konfirmasi!',
+ 'Continue' => 'Lanjut',
+ 'Customer' => 'Pelanggan',
+ 'Date' => 'Tanggal',
+ 'Employee' => 'Karyawan',
+ 'From' => 'Dari',
+ 'Invoice' => 'Invoice',
+ 'Invoice Number' => 'Nomor Invoice',
+ 'Month' => 'Bulan',
+ 'Order' => 'No. Pesanan',
+ 'Order Number' => 'Nomor Pesanan',
+ 'Period' => 'Perioda',
+ 'Print' => 'Cetak',
+ 'Purchase Orders' => 'Pesanan Pembelian (PO)',
+ 'Quotation' => 'Quotation',
+ 'Quotation Number' => 'Nomor Quotation',
+ 'Quotations' => 'Quotation',
+ 'Sales Invoices' => 'Invoice Penjualan',
+ 'Sales Orders' => 'Pesanan Penjualan (SO)',
+ 'Select all' => 'Pilih semua',
+ 'To' => 'Sampai',
+ 'Vendor' => 'Supplier',
+ 'Year' => 'Tahun',
+ 'Yes' => 'Ya',
+ 'done' => 'selesai',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'js_menu' => 'js_menu',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ '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;
+