1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
$self{texts} = {
'AP' => 'Hutang',
'AP Transaction' => 'Transkasi Hutang',
'AP Transactions' => 'Transkasi Hutang',
'AR' => 'Piutang',
'AR Transaction' => 'Transaksi Piutang',
'AR Transactions' => 'Transaksi Piutang',
'Accounting Menu' => 'Menu Akunting',
'Accounts' => 'Daftar Akun',
'Active' => 'Aktif',
'Add Customer' => 'Tambah Pelanggan',
'Add Vendor' => 'Tambah Supplier',
'Address' => 'Alamat',
'All' => 'Semua',
'Amount' => 'Jumlah',
'Billing Address' => 'Alamat Penagihan',
'Cannot delete customer!' => 'Tidak dapat menghapus Pelanggan!',
'Cannot delete vendor!' => 'Tidak dapat menghapus Supplier!',
'City' => 'Kota',
'Company' => 'Perusahaan',
'Continue' => 'Lanjut',
'Cost' => 'Biaya',
'Could not save pricelist!' => 'Tidak dapat menyimpan daftar harga',
'Country' => 'Negara',
'Credit Limit' => 'Batas Kredit',
'Curr' => 'Mata Uang',
'Currency' => 'Mata Uang',
'Customer' => 'Pelanggan',
'Customer History' => 'Historis Pelanggan',
'Customer Number' => 'Nomor Pelanggan',
'Customer deleted!' => 'Pelanggan sudah dihapus!',
'Customer saved!' => 'Pelanggan telah disimpan!',
'Customers' => 'Pelanggan',
'Delete' => 'Hapus',
'Delivery Date' => 'Tanggal Kirim',
'Description' => 'Keterangan',
'Detail' => 'Detil',
'Discount' => 'Diskon',
'Edit Customer' => 'Edit Pelanggan',
'Edit Vendor' => 'Edit Supplier',
'Employee' => 'Karyawan',
'Enddate' => 'Tanggal Akhir',
'From' => 'Dari',
'Include in Report' => 'Tampilkan pada <br>laporan',
'Invoice' => 'Invoice',
'Item already on pricelist!' => 'Barang sudah terdapat pada daftar harga',
'Item not on file!' => 'Item ini tidak ditemukan!',
'Language' => 'Bahasa',
'Method' => 'Metoda',
'Name' => 'Nama',
'Name missing!' => 'Nama harap diisi!',
'No.' => 'No.',
'Notes' => 'Catatan',
'Number' => 'Nomor',
'Order' => 'No. Pesanan',
'POS' => 'Kasir (POS)',
'Payment' => 'Pembayaran',
'Phone' => 'Telephone',
'Pricegroup' => 'Kelompok Harga',
'Pricelist' => 'Daftar Harga',
'Project Number' => 'Nomor Proyek',
'Purchase Order' => 'Pesanan Pembelian (PO)',
'Purchase Orders' => 'Pesanan Pembelian (PO)',
'Qty' => 'Banyak',
'Quotation' => 'Quotation',
'Quotations' => 'Quotation',
'Sales Invoice' => 'Invoice Penjualan',
'Sales Invoices' => 'Invoice Penjualan',
'Sales Order' => 'Pesanan Penjualan (SO)',
'Sales Orders' => 'Pesanan Penjualan (SO)',
'Salesperson' => 'Salesman',
'Save' => 'Simpan',
'Save Pricelist' => 'Simpan Daftar Harga',
'Save as new' => 'Simpan sbg yg baru',
'Search' => 'Cari',
'Sell Price' => 'Harga Jual',
'Serial Number' => 'Nomor Seri',
'Shipping Address' => 'Alamat Pengiriman',
'Startdate' => 'Tanggal Mulai',
'State' => 'Negara Bagian',
'State/Province' => 'Provinsi',
'Summary' => 'Ringkasan',
'Tax' => 'Pajak',
'Tax Included' => 'Termasuk Pajak',
'Tax Number' => 'Nomor Pajak',
'Tax Number / SSN' => 'Nomor Pajak/ SSN',
'Terms' => 'Termin',
'To' => 'Sampai',
'Total' => 'Total',
'Type of Business' => 'Jenis Bisnis',
'Unit' => 'Satuan',
'Vendor' => 'Supplier',
'Vendor History' => 'Historis Supplier',
'Vendor Invoice' => 'Invoice Supplier',
'Vendor Invoices' => 'Invoice Supplier',
'Vendor Number' => 'Nomor Supplier',
'Vendor deleted!' => 'Data Supplier sudah dihapus!',
'Vendor saved!' => 'Data Supplier sudah disimpan!',
'Vendors' => 'Supplier',
'Zip/Postal Code' => 'Kode Pos',
'days' => 'hari',
};
$self{subs} = {
'acc_menu' => 'acc_menu',
'add' => 'add',
'add_customer' => 'add_customer',
'add_transaction' => 'add_transaction',
'add_vendor' => 'add_vendor',
'ap_transaction' => 'ap_transaction',
'ar_transaction' => 'ar_transaction',
'continue' => 'continue',
'create_links' => 'create_links',
'credit_invoice' => 'credit_invoice',
'customer_pricelist' => 'customer_pricelist',
'debit_invoice' => 'debit_invoice',
'delete' => 'delete',
'display' => 'display',
'display_pricelist' => 'display_pricelist',
'edit' => 'edit',
'form_footer' => 'form_footer',
'form_header' => 'form_header',
'history' => 'history',
'include_in_report' => 'include_in_report',
'item_selected' => 'item_selected',
'js_menu' => 'js_menu',
'list_history' => 'list_history',
'list_names' => 'list_names',
'list_subtotal' => 'list_subtotal',
'menubar' => 'menubar',
'pos' => 'pos',
'pricelist' => 'pricelist',
'pricelist_footer' => 'pricelist_footer',
'pricelist_header' => 'pricelist_header',
'purchase_order' => 'purchase_order',
'quotation' => 'quotation',
'rfq' => 'rfq',
'sales_invoice' => 'sales_invoice',
'sales_order' => 'sales_order',
'save' => 'save',
'save_as_new' => 'save_as_new',
'save_pricelist' => 'save_pricelist',
'search' => 'search',
'search_name' => 'search_name',
'section_menu' => 'section_menu',
'select_item' => 'select_item',
'shipping_address' => 'shipping_address',
'transactions' => 'transactions',
'update' => 'update',
'vendor_invoice' => 'vendor_invoice',
'vendor_pricelist' => 'vendor_pricelist',
'transkasi_hutang' => 'ap_transaction',
'transaksi_piutang' => 'ar_transaction',
'tambah_pelanggan' => 'add_customer',
'tambah_supplier' => 'add_vendor',
'lanjut' => 'continue',
'hapus' => 'delete',
'kasir_(pos)' => 'pos',
'daftar_harga' => 'pricelist',
'pesanan_pembelian_(po)' => 'purchase_order',
'quotation' => 'quotation',
'invoice_penjualan' => 'sales_invoice',
'pesanan_penjualan_(so)' => 'sales_order',
'simpan' => 'save',
'simpan_daftar_harga' => 'save_pricelist',
'simpan_sbg_yg_baru' => 'save_as_new',
'alamat_pengiriman' => 'shipping_address',
'invoice_supplier' => 'vendor_invoice',
};
1;
|