summaryrefslogtreecommitdiff
path: root/locale/id/io
blob: 297bce80d5dd21b6c9c999d6f70976e83c2d5120 (plain)
  1. $self{texts} = {
  2. 'Add Purchase Order' => 'Tambah Pesanan Pembelian (PO)',
  3. 'Add Quotation' => 'Tambah Quotation',
  4. 'Add Request for Quotation' => 'Tambah Request for Quotation',
  5. 'Add Sales Order' => 'Tambah Pesanan Penjualan (SO)',
  6. 'Address' => 'Alamat',
  7. 'Attachment' => 'Lampiran',
  8. 'August' => 'Agustus',
  9. 'Billing Address' => 'Alamat Penagihan',
  10. 'City' => 'Kota',
  11. 'Company Name' => 'Nama Perusahaan',
  12. 'Continue' => 'Lanjut',
  13. 'Copies' => 'Jumlah Copy',
  14. 'Country' => 'Negara',
  15. 'Customer Number' => 'Nomor Pelanggan',
  16. 'Date' => 'Tanggal',
  17. 'December' => 'Desember',
  18. 'Delivery Date' => 'Tanggal Kirim',
  19. 'Description' => 'Keterangan',
  20. 'Extended' => 'Jumlah',
  21. 'February' => 'Februari',
  22. 'Invoice' => 'Invoice',
  23. 'Invoice Date missing!' => 'Tanggal Invoice harap diisi!',
  24. 'Invoice Number missing!' => 'Nomor Invoice harap diisi',
  25. 'Item not on file!' => 'Item ini tidak ditemukan!',
  26. 'January' => 'Januari',
  27. 'July' => 'Juli',
  28. 'June' => 'Juni',
  29. 'March' => 'Maret',
  30. 'May ' => 'Mei',
  31. 'Message' => 'Pesan',
  32. 'Number' => 'Nomor',
  33. 'October' => 'Oktober',
  34. 'Order Date missing!' => 'Tanggal Pesanan harap diisi!',
  35. 'Order Number missing!' => 'Nomor Pesanan harap diisi',
  36. 'Packing List Date missing!' => 'Tanggal Packing List harap diisi!',
  37. 'Packing List Number missing!' => 'Nomor Packing List harap diisi!',
  38. 'Part' => 'Barang',
  39. 'Phone' => 'Telephone',
  40. 'Price' => 'Harga',
  41. 'Printed' => 'Sudah dicetak',
  42. 'Project' => 'Proyek',
  43. 'Purchase Order' => 'Pesanan Pembelian (PO)',
  44. 'Qty' => 'Banyak',
  45. 'Quotation' => 'Quotation',
  46. 'Quotation Date missing!' => 'Tanggal Quotation harap diisi!',
  47. 'Quotation Number missing!' => 'Nomor Quotation harap diisi!',
  48. 'Recd' => 'Terima',
  49. 'Required by' => 'Tanggal Kirim',
  50. 'Sales Order' => 'Pesanan Penjualan (SO)',
  51. 'Screen' => 'Layar',
  52. 'Select txt, postscript or PDF!' => 'Pilih txt, postscript atau PDF!',
  53. 'Serial No.' => 'No. Seri',
  54. 'Service' => 'Jasa',
  55. 'Ship' => 'Kirim',
  56. 'Ship to' => 'Kirim kepada',
  57. 'Shipping Address' => 'Alamat Pengiriman',
  58. 'State/Province' => 'Provinsi',
  59. 'To' => 'Sampai',
  60. 'Unit' => 'Satuan',
  61. 'Vendor Number' => 'Nomor Supplier',
  62. 'What type of item is this?' => 'Jenis item ini ?',
  63. 'Zip/Postal Code' => 'Kode Pos',
  64. 'sent' => 'sudah dikirim',
  65. };
  66. $self{subs} = {
  67. 'calc_markup' => 'calc_markup',
  68. 'check_form' => 'check_form',
  69. 'create_form' => 'create_form',
  70. 'customer_details' => 'customer_details',
  71. 'display_form' => 'display_form',
  72. 'display_row' => 'display_row',
  73. 'e_mail' => 'e_mail',
  74. 'invoicetotal' => 'invoicetotal',
  75. 'item_selected' => 'item_selected',
  76. 'new_item' => 'new_item',
  77. 'print' => 'print',
  78. 'print_form' => 'print_form',
  79. 'print_options' => 'print_options',
  80. 'purchase_order' => 'purchase_order',
  81. 'quotation' => 'quotation',
  82. 'rfq' => 'rfq',
  83. 'sales_order' => 'sales_order',
  84. 'select_item' => 'select_item',
  85. 'send_email' => 'send_email',
  86. 'ship_to' => 'ship_to',
  87. 'validate_items' => 'validate_items',
  88. 'vendor_details' => 'vendor_details',
  89. 'lanjut' => 'continue',
  90. };
  91. 1;