From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/id/bp | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100755 locale/id/bp (limited to 'locale/id/bp') 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; + -- cgit v1.2.3