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 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890
|
# These are all the texts to build the translations files.
# to build unique strings edit the module files instead
# this file is just a shortcut to build strings which are the same
$self{texts} = {
'A' => 'A',
'AP' => 'Hutang',
'AP Aging' => 'Umur Hutang',
'AP Outstanding' => 'Hutang Belum Lunas',
'AP Transaction' => 'Transkasi Hutang',
'AP Transactions' => 'Transkasi Hutang',
'AR' => 'Piutang',
'AR Aging' => 'Umur Piutang',
'AR Outstanding' => 'Piutang Belum Lunas',
'AR Transaction' => 'Transaksi Piutang',
'AR Transactions' => 'Transaksi Piutang',
'AR/AP' => '',
'About' => '',
'Above' => 'Di atas',
'Access Control' => 'Kontrol Aksess',
'Access Denied!' => '',
'Account' => 'Akun',
'Account Number' => 'Nomor Akun',
'Account Number missing!' => 'Nomor Akun harap diisi!',
'Account Type' => 'Jenis Akun',
'Account Type missing!' => 'Jenis Akun harap diisi',
'Account deleted!' => 'Kode Akun sudah dihapus!',
'Account does not exist!' => 'Kode Akun tidak ditemukan',
'Account saved!' => 'Kode Akun sudah disimpan',
'Accounting' => 'Akunting',
'Accounting Menu' => 'Menu Akunting',
'Accounts' => 'Daftar Akun',
'Accrual' => '',
'Activate Audit trail' => '',
'Active' => 'Aktif',
'Add' => 'Tambah',
'Add AP Transaction' => 'Tambah Transaksi Hutang',
'Add AR Transaction' => 'Tambah Transaksi Piutang',
'Add Account' => 'Tambah Akun',
'Add Assembly' => 'Tambah Rakitan',
'Add Business' => 'Tambah Jenis Bisnis',
'Add Cash Transfer Transaction' => 'Tambah Transaksi Transfer Kas',
'Add Customer' => 'Tambah Pelanggan',
'Add Deduction' => 'Tambah Deduksi',
'Add Department' => 'Tambah Departemen',
'Add Employee' => 'Tambah Karyawan',
'Add Exchange Rate' => 'Tambah Kurs',
'Add GIFI' => 'Tambah GIFI',
'Add General Ledger Transaction' => 'Tambah Transaksi GL',
'Add Group' => 'Tambah Kelompok Rakitan',
'Add Job' => '',
'Add Labor/Overhead' => 'Tambah Tenaga Kerja/ Overhead',
'Add Language' => 'Tambah Bahasa',
'Add POS Invoice' => 'Tambah Invoice Kasir',
'Add Part' => 'Tambah Barang',
'Add Pricegroup' => 'Tambah Kelompok Harga',
'Add Project' => 'Tambah Proyek',
'Add Purchase Order' => 'Tambah Pesanan Pembelian (PO)',
'Add Quotation' => 'Tambah Quotation',
'Add Request for Quotation' => 'Tambah Request for Quotation',
'Add SIC' => 'Tambah SIC',
'Add Sales Invoice' => 'Tambah Invoice Penjualan',
'Add Sales Order' => 'Tambah Pesanan Penjualan (SO)',
'Add Service' => 'Tambah Jasa',
'Add Timecard' => '',
'Add Transaction' => 'Tambah Transaksi',
'Add User' => 'Tambah User',
'Add Vendor' => 'Tambah Supplier',
'Add Vendor Invoice' => 'Tambah Invoice Supplier',
'Add Warehouse' => 'Tambah Gudang',
'Address' => 'Alamat',
'Administration' => 'Administrasi',
'Administrator' => 'Administrator',
'After Deduction' => 'Setelah Deduksi',
'All' => 'Semua',
'All Accounts' => 'Semua Akun',
'All Datasets up to date!' => 'Semua Dataset up to date!',
'All Items' => 'Semua Item',
'Allowances' => '',
'Amount' => 'Jumlah',
'Amount Due' => 'Jumlah Terhutang',
'Amount missing!' => 'Jumlah harap diisi!',
'Apr' => '',
'April' => '',
'Are you sure you want to delete Invoice Number' => 'Apakah anda yakin akan menghapus Nomor Invoice',
'Are you sure you want to delete Order Number' => 'Apakah anda yakin akan menghapus Nomor Order',
'Are you sure you want to delete Quotation Number' => 'Apakah anda yakin akan menghapus Nomor Quotasi',
'Are you sure you want to delete Timecard for' => '',
'Are you sure you want to delete Transaction' => 'Apakah anda yakin akan menghapus Nomor Transaksi',
'Are you sure you want to remove the marked entries from the queue?' => 'Apakah anda yakin akan menghapus entri terpilih pada antrian',
'Assemblies' => 'Rakitan',
'Assemblies restocked!' => 'Barang Rakitan telah di stock ulang!',
'Assembly' => 'Rakitan',
'Assembly stocked!' => '',
'Asset' => 'Aktiva',
'Attachment' => 'Lampiran',
'Audit Control' => 'Kontrol Audit',
'Audit trail disabled' => '',
'Audit trail enabled' => '',
'Audit trail removed up to' => '',
'Aug' => '',
'August' => 'Agustus',
'Average Cost' => '',
'Avg Cost' => '',
'BIC' => '',
'BOM' => '',
'Backup' => '',
'Backup sent to' => 'Backup dikirim kepada',
'Balance' => 'Saldo',
'Balance Sheet' => 'Neraca',
'Based on' => 'Berdasarkan',
'Bcc' => '',
'Before Deduction' => 'Sebelum Deduksi',
'Beginning Balance' => 'Saldo Awal',
'Below' => 'Dibawah',
'Billing Address' => 'Alamat Penagihan',
'Bin' => '',
'Bin List' => '',
'Bin Lists' => '',
'Books are open' => '',
'Break' => '',
'Business' => 'Bisnis',
'Business Number' => 'Nomor Bisnis',
'Business deleted!' => 'Bisnis telah dihapus!',
'Business saved!' => 'Bisnis telah disimpan!',
'C' => '',
'COGS' => '',
'COGS account does not exist!' => '',
'Cannot add timecard for a completed job!' => '',
'Cannot change timecard for a completed job!' => '',
'Cannot create Assembly' => '',
'Cannot create Labor' => '',
'Cannot create Lock!' => 'Tidak dapat membuat Lock!',
'Cannot create Part' => '',
'Cannot create Service' => '',
'Cannot delete Timecard!' => '',
'Cannot delete account!' => 'Tidak dapat menghapus Akun',
'Cannot delete customer!' => 'Tidak dapat menghapus Pelanggan!',
'Cannot delete default account!' => 'Tidak dapat menghapus default account!',
'Cannot delete invoice!' => 'Tidak dapat menghapus Invoice!',
'Cannot delete item!' => 'Tidak dapat menghapus Item!',
'Cannot delete order!' => 'Tidak dapat menghapus Pesanan!',
'Cannot delete quotation!' => 'Tidak dapat menghapus Quotation!',
'Cannot delete transaction!' => 'Tidak dapat menghapus Transaksi!',
'Cannot delete vendor!' => 'Tidak dapat menghapus Supplier!',
'Cannot post Payment!' => 'Tidak dapat posting Pembayaran!',
'Cannot post Receipt!' => 'Tidak dapat posting Penerimaan!',
'Cannot post invoice for a closed period!' => 'Tidak dapat posting invoice untuk perioda yang sudah ditutup!',
'Cannot post invoice!' => 'Tidak dapat posting Invoice!',
'Cannot post payment for a closed period!' => 'Tidak dapat posting pembayaran untuk perioda yang sudah ditutup!',
'Cannot post transaction for a closed period!' => 'Tidak dapat posting transaksi untuk perioda yang sudah ditutup!',
'Cannot post transaction with a debit and credit entry for the same account!' => '',
'Cannot post transaction!' => 'Tidak dapat posting transaksi!',
'Cannot remove files!' => 'Tidak dapat menghapus file!',
'Cannot save account!' => 'Tidak dapat menyimpan akun!',
'Cannot save defaults!' => 'Tidak dapat menyimpan nilai default!',
'Cannot save order!' => 'Tidak dapat menyimpan pesanan!',
'Cannot save preferences!' => 'Tidak dapat menyimpan preference!',
'Cannot save quotation!' => 'Tidak dapat menyimpan quotation!',
'Cannot save timecard for a closed period!' => '',
'Cannot save timecard!' => '',
'Cannot set account for more than one of AR, AP or IC' => 'Tidak dapat men-set akun untuk selain AR (Piutang), AP (Hutang) or IC',
'Cannot set multiple options for' => 'Tidak dapat men-set multiple option untuk ',
'Cannot set multiple options for Item' => '',
'Cannot stock Assembly!' => '',
'Cannot stock assemblies!' => 'Tidak dapat men-stock barang rakitan!',
'Cash' => 'Kas dan Bank',
'Cc' => '',
'Change' => 'Kembalian',
'Change Admin Password' => 'Ganti Password Admin',
'Change Password' => 'Ganti Password',
'Charge' => '',
'Chart of Accounts' => 'Bagan Akun',
'Check' => '',
'Check Inventory' => '',
'Checks' => '',
'City' => 'Kota',
'Cleared' => '',
'Click on login name to edit!' => 'Klik pada nama login untuk mengedit!',
'Clocked' => '',
'Close Books up to' => '',
'Closed' => '',
'Code' => 'Kode',
'Code missing!' => 'Kode harap diisi!',
'Company' => 'Perusahaan',
'Company Name' => 'Nama Perusahaan',
'Compare to' => 'Dibandingkan kepada',
'Completed' => '',
'Components' => 'Komponen',
'Confirm' => 'Konfirmasi',
'Confirm!' => 'Konfirmasi!',
'Connect to' => 'Connect ke',
'Contact' => '',
'Continue' => 'Lanjut',
'Contra' => 'Kontra',
'Copies' => 'Jumlah Copy',
'Copy to COA' => 'Copy ke Bagan Akun',
'Cost' => 'Biaya',
'Cost Center' => '',
'Could not save pricelist!' => 'Tidak dapat menyimpan daftar harga',
'Could not save!' => 'Tidak dapat menyimpan',
'Could not transfer Inventory!' => 'Tidak dapat mentransfer Inventory',
'Country' => 'Negara',
'Create Chart of Accounts' => 'Buat Bagan Akun',
'Create Dataset' => 'Buat Dataase',
'Credit' => 'Kredit',
'Credit Limit' => 'Batas Kredit',
'Curr' => 'Mata Uang',
'Currency' => 'Mata Uang',
'Current' => '',
'Current Earnings' => '',
'Customer' => 'Pelanggan',
'Customer History' => 'Historis Pelanggan',
'Customer Number' => 'Nomor Pelanggan',
'Customer deleted!' => 'Pelanggan sudah dihapus!',
'Customer missing!' => 'Pelanggan harap diisi!',
'Customer not on file!' => 'Pelanggan tidak ditemukan!',
'Customer saved!' => 'Pelanggan telah disimpan!',
'Customers' => 'Pelanggan',
'DBI not installed!' => 'DBI belum ter-install',
'DOB' => '',
'Database' => '',
'Database Administration' => '',
'Database Driver not checked!' => '',
'Database Host' => '',
'Database User missing!' => 'Database User harap diisi!',
'Dataset' => '',
'Dataset is newer than version!' => 'Dataset lebih baru daripada versi!',
'Dataset missing!' => 'Dataset harap diisi!',
'Dataset updated!' => 'Dataset sudah diupdate!',
'Date' => 'Tanggal',
'Date Format' => 'Format Tanggal',
'Date Paid' => 'Tanggal Bayar',
'Date Received' => 'Tanggal Diterima',
'Date missing!' => 'Tanggal harap diisi!',
'Date received missing!' => 'Tanggal diterima harap diisi!',
'Date worked' => '',
'Day' => '',
'Day(s)' => '',
'Days' => '',
'Debit' => '',
'Dec' => '',
'December' => 'Desember',
'Decimalplaces' => 'Angka Desimal',
'Decrease' => '',
'Deduct after' => '',
'Deduction deleted!' => 'Deduksi sudah dihapus!',
'Deduction saved!' => 'Deduksi sudah disimpan!',
'Deductions' => 'Deduksi',
'Default Template' => '',
'Defaults' => 'Default',
'Defaults saved!' => 'Default sudah disimpan!',
'Delete' => 'Hapus',
'Delete Account' => 'Hapus Akun',
'Delete Dataset' => 'Hapus Dataset',
'Delete Schedule' => '',
'Deleting a language will also delete the templates for the language' => '',
'Delivery Date' => 'Tanggal Kirim',
'Department' => 'Departemen',
'Department deleted!' => 'Departemen telah dihapus',
'Department saved!' => 'Departemen telah disimpan',
'Departments' => 'Departemen',
'Deposit' => '',
'Description' => 'Keterangan',
'Description Translations' => '',
'Description missing!' => 'Keterangan harap diisi!',
'Detail' => 'Detil',
'Difference' => 'Selisih',
'Directory' => 'Direktori',
'Discount' => 'Diskon',
'Done' => 'Selesai',
'Drawing' => '',
'Driver' => '',
'Dropdown Limit' => 'Batas Dropdown',
'Due Date' => 'Jatuh Tempo',
'Due Date missing!' => 'Tanggal Jatuh Tempo harap diisi!',
'E-mail' => '',
'E-mail Statement to' => '',
'E-mail address missing!' => '',
'E-mail message' => '',
'E-mailed' => '',
'Edit' => '',
'Edit AP Transaction' => 'Edit Transaksi Hutang',
'Edit AR Transaction' => 'Edit Transaksi Piutang',
'Edit Account' => 'Edit Akun',
'Edit Assembly' => 'Edit Rakitan',
'Edit Business' => 'Edit Jenis Bisnis',
'Edit Cash Transfer Transaction' => 'Edit Transaksi Transfer Kas',
'Edit Customer' => 'Edit Pelanggan',
'Edit Deduction' => '',
'Edit Department' => 'Edit Departemen',
'Edit Description Translations' => '',
'Edit Employee' => 'Edit Karyawan',
'Edit GIFI' => '',
'Edit General Ledger Transaction' => 'Edit Transaksi GL',
'Edit Group' => 'Edit Kelompok Rakitan',
'Edit Job' => '',
'Edit Labor/Overhead' => 'Edit Tenaga Kerja/ Overhead',
'Edit Language' => 'Edit Bahasa',
'Edit POS Invoice' => 'Edit Invoice Kasir',
'Edit Part' => 'Edit Barang',
'Edit Preferences for' => 'Edit Preferences untuk',
'Edit Pricegroup' => 'Edit Kelompok Harga',
'Edit Project' => 'Edit Proyek',
'Edit Purchase Order' => 'Edit Pesanan Pembelian (PO)',
'Edit Quotation' => '',
'Edit Request for Quotation' => '',
'Edit SIC' => '',
'Edit Sales Invoice' => 'Edit Invoice Penjualan',
'Edit Sales Order' => 'Edit Pesanan Penjualan (SO)',
'Edit Service' => 'Edit Jasa',
'Edit Template' => '',
'Edit Timecard' => '',
'Edit User' => '',
'Edit Vendor' => 'Edit Supplier',
'Edit Vendor Invoice' => 'Edit Invoice Supplier',
'Edit Warehouse' => '',
'Employee' => 'Karyawan',
'Employee Name' => 'Nama Karyawan',
'Employee Number' => 'Nomor Karyawan',
'Employee deleted!' => 'Karyawan sudah dihapus!',
'Employee pays' => '',
'Employee saved!' => 'Karyawan sudah disimpan',
'Employees' => 'Karyawan',
'Employer' => '',
'Employer pays' => '',
'Enddate' => 'Tanggal Akhir',
'Ends' => '',
'Enforce transaction reversal for all dates' => '',
'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => 'Masukkan sd. 3 huruf nama mata uang dipisahkan oleh tanda titik dua (mis. IDR:USD:EUR) untuk mata uang yang digunakan',
'Equity' => 'Modal',
'Every' => '',
'Excempt age <' => '',
'Exch' => '',
'Exchange Rate' => 'Kurs',
'Exchange rate for payment missing!' => '',
'Exchange rate missing!' => 'Kurs harap diisi!',
'Existing Datasets' => '',
'Expense' => 'Biaya',
'Expense account does not exist!' => '',
'Expense/Asset' => 'Biaya/Aktiva',
'Extended' => 'Jumlah',
'FX' => '',
'Failed to save order!' => '',
'Fax' => '',
'Feb' => '',
'February' => 'Februari',
'For' => '',
'Foreign Exchange Gain' => 'Keuntungan Selisih Kurs',
'Foreign Exchange Loss' => 'Kerugian Selisih Kurs',
'Friday' => '',
'From' => 'Dari',
'From Warehouse' => '',
'GIFI' => '',
'GIFI deleted!' => '',
'GIFI missing!' => '',
'GIFI saved!' => '',
'GL' => '',
'GL Reference Number' => '',
'GL Transaction' => 'Transaksi GL',
'General Ledger' => '',
'Generate' => '',
'Generate Orders' => '',
'Generate Purchase Orders' => '',
'Generate Purchase Orders from Sales Order' => '',
'Generate Sales Order' => '',
'Generate Sales Order from Purchase Orders' => '',
'Generate Sales Orders' => '',
'Goods & Services' => 'Barang dan Jasa',
'Group' => '',
'Group Items' => '',
'Group Translations' => '',
'Group deleted!' => '',
'Group missing!' => '',
'Group saved!' => '',
'Groups' => 'Kelompok Rakitan',
'HR' => '',
'HTML Templates' => '',
'Heading' => '',
'History' => 'Historis',
'Home Phone' => 'Telephone Rumah',
'Host' => '',
'Hostname missing!' => 'Hostname harap diisi!',
'IBAN' => '',
'ID' => '',
'Image' => '',
'In-line' => '',
'Inactive' => '',
'Include Exchange Rate Difference' => '',
'Include Payment' => '',
'Include in Report' => 'Tampilkan pada <br>laporan',
'Include in drop-down menus' => 'Tampilkan pada menu drop-down',
'Income' => 'Pendapatan',
'Income Statement' => 'Laba Rugi',
'Income account does not exist!' => '',
'Incorrect Dataset version!' => 'Versi Dataset tidak benar!',
'Increase' => '',
'Individual Items' => '',
'Internal Notes' => '',
'Inventory' => '',
'Inventory account does not exist!' => '',
'Inventory quantity must be zero before you can set this assembly obsolete!' => '',
'Inventory quantity must be zero before you can set this part obsolete!' => '',
'Inventory saved!' => 'Inventory sudah disimpan!',
'Inventory transferred!' => 'Inventory sudah di-transfer',
'Invoice' => 'Invoice',
'Invoice Date' => 'Tanggal Invoice',
'Invoice Date missing!' => 'Tanggal Invoice harap diisi!',
'Invoice Number' => 'Nomor Invoice',
'Invoice Number missing!' => 'Nomor Invoice harap diisi',
'Invoice deleted!' => 'Invoice sudah dihapus',
'Invoices' => 'Invoice',
'Is this a summary account to record' => 'Akun ini adalah akun ringkasan untuk mencatat',
'Item already on pricelist!' => 'Barang sudah terdapat pada daftar harga',
'Item deleted!' => 'Barang sudah dihapus!',
'Item not on file!' => 'Item ini tidak ditemukan!',
'Items' => 'Item',
'Jan' => '',
'January' => 'Januari',
'Job' => '',
'Job Name' => '',
'Job Number' => '',
'Job Number missing!' => '',
'Job deleted!' => '',
'Job saved!' => '',
'Jobs' => '',
'Jul' => '',
'July' => 'Juli',
'Jun' => '',
'June' => 'Juni',
'LaTeX Templates' => 'Template LaTeX',
'Labor Code' => '',
'Labor/Overhead' => 'Tenaga Kerja/ Overhead',
'Language' => 'Bahasa',
'Language deleted!' => 'Bahasa sudah dihapus!',
'Language saved!' => 'Bahasa sudah disimpan!',
'Languages' => 'Bahasa',
'Languages not defined!' => 'Bahasa tidak terdefinisi!',
'Last Cost' => '',
'Last Numbers & Default Accounts' => '',
'Lead' => '',
'Leadtime' => '',
'Leave host and port field empty unless you want to make a remote connection.' => '',
'Liability' => 'Hutang',
'Licensed to' => 'Lisensi kepada',
'Line Total' => 'Total Baris',
'Link' => '',
'Link Accounts' => 'Akun yg Berhubungan',
'List' => 'Daftar',
'List Accounts' => 'Daftar Akun',
'List Businesses' => 'Daftar Bisnis',
'List Departments' => 'Daftar Departemen',
'List GIFI' => 'Daftar GIFI',
'List Languages' => 'Daftar Bahasa',
'List Price' => 'Daftar Harga',
'List Projects' => 'Daftar Proyek',
'List SIC' => 'Daftar SIC',
'List Transactions' => 'Daftar Transaksi',
'List Warehouses' => 'Daftar Gudang',
'Lock System' => '',
'Lockfile created!' => '',
'Lockfile removed!' => '',
'Login' => '',
'Login name missing!' => 'Nama Login harap diisi',
'Logout' => '',
'Make' => 'Pembuatan',
'Manager' => '',
'Mar' => '',
'March' => 'Maret',
'Marked entries printed!' => '',
'Markup' => '',
'Maximum' => '',
'May' => '',
'May ' => 'Mei',
'Memo' => '',
'Menu Width' => 'Lebar Menu',
'Message' => 'Pesan',
'Method' => 'Metoda',
'Microfiche' => '',
'Model' => '',
'Monday' => '',
'Month' => 'Bulan',
'Month(s)' => '',
'Months' => '',
'Multibyte Encoding' => '',
'N/A' => '',
'Name' => 'Nama',
'Name missing!' => 'Nama harap diisi!',
'New Templates' => 'Template Baru',
'New Window' => 'Buka Window Baru',
'Next' => '',
'Next Date' => '',
'Next Number' => '',
'No' => 'Tidak',
'No Database Drivers available!' => 'Tidak ada Database Driver yang tersedia!',
'No Dataset selected!' => 'Tidak ada Dataset yang dipilih!',
'No Employees on file!' => '',
'No Labor codes on file!' => '',
'No email address for' => 'Tidak ada alamat email untuk',
'No open Jobs!' => '',
'No open Projects!' => '',
'No.' => 'No.',
'Non-taxable' => 'Tanpa Pajak',
'Non-taxable Purchases' => 'Pembelian Tanpa Pajak',
'Non-taxable Sales' => 'Penjualan Tanpa Pajak',
'Non-tracking Items' => '',
'Notes' => 'Catatan',
'Nothing entered!' => 'Catatan sudah dimasukkan!',
'Nothing selected!' => 'Tidak ada yang dipilih!',
'Nothing to delete!' => 'Tidak ada yang akan dihapus!',
'Nothing to print!' => 'Tidak ada yang akan dicetak!',
'Nothing to transfer!' => 'Tidak ada yang akan di-transfer!',
'Nov' => '',
'November' => '',
'Number' => 'Nomor',
'Number Format' => 'Format Angka',
'Number missing in Row' => '',
'O' => '',
'OH' => '',
'Obsolete' => 'Kadaluarsa',
'Oct' => '',
'October' => 'Oktober',
'On Hand' => '',
'Open' => '',
'Oracle Database Administration' => '',
'Order' => 'No. Pesanan',
'Order Date' => 'Tanggal Pesanan',
'Order Date missing!' => 'Tanggal Pesanan harap diisi!',
'Order Entry' => 'Pesanan',
'Order Number' => 'Nomor Pesanan',
'Order Number missing!' => 'Nomor Pesanan harap diisi',
'Order deleted!' => 'Pesanan sudah dihapus!',
'Order generation failed!' => '',
'Order saved!' => 'Pesanan sudah disimpan!',
'Orders generated!' => '',
'Orphaned' => '',
'Out of balance transaction!' => '',
'Out of balance!' => '',
'Outstanding' => 'Belum Lunas',
'PDF' => '',
'PO Number' => '',
'POS' => 'Kasir (POS)',
'POS Invoice' => 'Invoice Kasir',
'Packing List' => '',
'Packing List Date missing!' => 'Tanggal Packing List harap diisi!',
'Packing List Number missing!' => 'Nomor Packing List harap diisi!',
'Packing Lists' => '',
'Paid' => 'Dibayar',
'Part' => 'Barang',
'Part Number' => '',
'Partnumber' => 'Nomor Barang',
'Parts' => 'Barang',
'Password' => '',
'Password changed!' => 'Password sudah dirubah!',
'Password does not match!' => 'Password tidak cocok!',
'Passwords do not match!' => 'Password tidak cocok!',
'Payables' => 'Hutang',
'Payment' => 'Pembayaran',
'Payment date missing!' => 'Tanggal Pembayaran harap diisi!',
'Payment posted!' => 'Pembayaran sudah di-posting',
'Payments' => 'Pembayaran',
'Payments posted!' => '',
'Payroll Deduction' => 'Pengurangan Pembayaran',
'Period' => 'Perioda',
'Pg Database Administration' => '',
'PgPP Database Administration' => '',
'Phone' => 'Telephone',
'Pick List' => '',
'Pick Lists' => '',
'Port' => '',
'Port missing!' => 'Port harap diisi!',
'Pos' => '',
'Post' => 'Posting',
'Post as new' => 'Posting sbg yang baru',
'Posted!' => 'Sudah Diposting!',
'Posting' => '',
'Posting failed!' => '',
'Postscript' => '',
'Preferences' => '',
'Preferences saved!' => 'Preferences sudah disimpan!',
'Prepayment' => '',
'Price' => 'Harga',
'Pricegroup' => 'Kelompok Harga',
'Pricegroup deleted!' => 'Kelompok Harga sudah dihapus!',
'Pricegroup missing!' => 'Kelompok Harga harap diisi!',
'Pricegroup saved!' => 'Kelompok Harga sudah disimpan!',
'Pricegroups' => 'Kelompok Harga',
'Pricelist' => 'Daftar Harga',
'Print' => 'Cetak',
'Print and Post' => 'Cetak dan Posting',
'Print and Post as new' => '',
'Print and Save' => 'Cetak dan Simpan',
'Print and Save as new' => '',
'Print and post as new' => '',
'Print and save as new' => '',
'Printed' => 'Sudah dicetak',
'Printer' => '',
'Printing' => '',
'Printing ... ' => 'Sedang mencetak...',
'Process Transactions' => '',
'Production' => '',
'Profit Center' => '',
'Project' => 'Proyek',
'Project Description Translations' => '',
'Project Name' => '',
'Project Number' => 'Nomor Proyek',
'Project Number missing!' => 'Nomor Proyek harap diisi!',
'Project Transactions' => 'Transaksi Proyek',
'Project deleted!' => 'Data Proyek sudah dihapus!',
'Project not on file!' => 'Data Proyek tidak ditemukan!',
'Project saved!' => 'Data Proyek sudah disimpan!',
'Project/Job Name' => '',
'Project/Job Number' => '',
'Projects' => 'Proyek',
'Purchase Order' => 'Pesanan Pembelian (PO)',
'Purchase Order Number' => 'Nomor Pesanan Pembelian (PO)',
'Purchase Orders' => 'Pesanan Pembelian (PO)',
'Qty' => 'Banyak',
'Quantity exceeds available units to stock!' => 'Jumlah melebihi unit yang tersedia pada inventory!',
'Quarter' => '',
'Quotation' => 'Quotation',
'Quotation ' => 'No.Quotation',
'Quotation Date' => 'Tanggal Quotation',
'Quotation Date missing!' => 'Tanggal Quotation harap diisi!',
'Quotation Number' => 'Nomor Quotation',
'Quotation Number missing!' => 'Nomor Quotation harap diisi!',
'Quotation deleted!' => 'Nomor Quotation sudah dihapus!',
'Quotations' => 'Quotation',
'R' => '',
'RFQ' => '',
'RFQ ' => '',
'RFQ Number' => '',
'RFQs' => '',
'ROP' => '',
'Rate' => '',
'Rate missing!' => '',
'Recd' => 'Terima',
'Receipt' => 'Penerimaan',
'Receipt posted!' => 'Penerimaan sudah diposting!',
'Receipts' => 'Penerimaan',
'Receivables' => 'Piutang',
'Receive' => 'Penerimaan',
'Receive Merchandise' => 'Penerimaan Barang',
'Reconciliation' => 'Rekonsiliasi',
'Reconciliation Report' => 'Laporan Rekonsiliasi',
'Record in' => 'Catat pada',
'Recurring Transaction' => '',
'Recurring Transactions' => '',
'Reference' => 'Referensi',
'Remaining' => 'Sisa',
'Remove' => '',
'Remove Audit trail up to' => '',
'Removed spoolfiles!' => '',
'Removing marked entries from queue ...' => '',
'Repeat' => '',
'Report for' => '',
'Reports' => 'Laporan',
'Req' => '',
'Request for Quotation' => '',
'Request for Quotations' => '',
'Required by' => 'Tanggal Kirim',
'Retained Earnings' => 'Pendapatan Ditahan',
'Role' => '',
'S' => '',
'SIC' => '',
'SIC deleted!' => '',
'SIC saved!' => '',
'SKU' => '',
'SSN' => '',
'Sale' => 'Penjualan',
'Sales' => 'Penjualan',
'Sales Invoice' => 'Invoice Penjualan',
'Sales Invoice ' => 'Invoice Penjualan ',
'Sales Invoice.' => 'Invoice Penjualan.',
'Sales Invoice/AR Transaction Number' => '',
'Sales Invoices' => 'Invoice Penjualan',
'Sales Order' => 'Pesanan Penjualan (SO)',
'Sales Order Number' => 'Nomor Pesanan Penjualan (SO)',
'Sales Orders' => 'Pesanan Penjualan (SO)',
'Sales Quotation Number' => 'Nomor Sales Quotation',
'Salesperson' => 'Salesman',
'Saturday' => '',
'Save' => 'Simpan',
'Save Pricelist' => 'Simpan Daftar Harga',
'Save Schedule' => '',
'Save as new' => 'Simpan sbg yg baru',
'Save to File' => 'Simpan ke File',
'Saving' => '',
'Schedule' => '',
'Scheduled' => '',
'Screen' => 'Layar',
'Search' => 'Cari',
'Select' => 'Pilih',
'Select Customer' => '',
'Select Vendor' => '',
'Select a Printer!' => '',
'Select a printer!' => '',
'Select all' => 'Pilih semua',
'Select from one of the items below' => 'Pilih dari salah satu item di bawah',
'Select from one of the names below' => 'Pilih dari salah satu nama di bawah',
'Select from one of the projects below' => 'Pilih dari salah satu proyek di bawah',
'Select items' => '',
'Select payment' => 'Pilih pembayaran',
'Select postscript or PDF!' => 'Pilih postscript atau PDF!',
'Select txt, postscript or PDF!' => 'Pilih txt, postscript atau PDF!',
'Sell' => 'Jual',
'Sell Price' => 'Harga Jual',
'Send by E-Mail' => 'Kirim melalui E-mail',
'Sending' => '',
'Sep' => '',
'September' => '',
'Serial No.' => 'No. Seri',
'Serial Number' => 'Nomor Seri',
'Service' => 'Jasa',
'Service Code' => '',
'Service/Labor Code' => '',
'Services' => 'Jasa',
'Session Timeout' => '',
'Session expired!' => '',
'Setup Templates' => 'Setup Template',
'Ship' => 'Kirim',
'Ship Merchandise' => 'Pengiriman Barang',
'Ship to' => 'Kirim kepada',
'Ship via' => 'Kirim melalui',
'Shipping' => 'Kirim dan Terima',
'Shipping Address' => 'Alamat Pengiriman',
'Shipping Date' => 'Tanggal Pengiriman',
'Shipping Date missing!' => 'Tanggal Pengiriman harap diisi!',
'Shipping Point' => 'Titik Pengiriman',
'Short' => '',
'Signature' => '',
'Source' => 'Bukti',
'Spoolfile' => '',
'Standard' => '',
'Standard Industrial Codes' => '',
'Startdate' => 'Tanggal Mulai',
'State' => 'Negara Bagian',
'State/Province' => 'Provinsi',
'Statement' => '',
'Statement Balance' => '',
'Statement sent to' => '',
'Statements sent to printer!' => '',
'Stock' => '',
'Stock Assembly' => '',
'Stocking Date' => '',
'Stylesheet' => '',
'Sub-contract GIFI' => '',
'Subject' => '',
'Subtotal' => '',
'Summary' => 'Ringkasan',
'Sunday' => '',
'Supervisor' => 'Supervisor',
'System' => 'Sistem',
'System Defaults' => 'Default Sistem',
'Tax' => 'Pajak',
'Tax Accounts' => 'No. Rekening Pajak',
'Tax Included' => 'Termasuk Pajak',
'Tax Number' => 'Nomor Pajak',
'Tax Number / SSN' => 'Nomor Pajak/ SSN',
'Tax collected' => 'Pajak Terkumpul',
'Tax paid' => 'Pajak Dibayar',
'Taxable' => 'Kena Pajak',
'Template saved!' => 'Template sudah disimpan!',
'Templates' => 'Template',
'Terms' => 'Termin',
'Text' => '',
'Text Templates' => 'Template Text',
'The following Datasets are not in use and can be deleted' => '',
'The following Datasets need to be updated' => 'Dataset berikut ini perlu di-update',
'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => '',
'Thursday' => '',
'Till' => '',
'Time In' => '',
'Time Out' => '',
'Timecard' => '',
'Timecard deleted!' => '',
'Timecard saved!' => '',
'Timecards' => '',
'Times' => '',
'To' => 'Sampai',
'To Warehouse' => '',
'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'Untuk menambah user ke suatu group, edit nama user, ganti loginnya, dan simpan. User baru dengan variabel yang sama akan tersimpan di bawah nama login yang baru.',
'Top Level' => '',
'Total' => 'Total',
'Tracking Items' => '',
'Trade Discount' => '',
'Transaction' => 'Transaksi',
'Transaction Date missing!' => 'Tanggal Transaksi harap diisi',
'Transaction Dates' => '',
'Transaction deleted!' => 'Transaksi sudah dihapus',
'Transaction posted!' => 'Transaksi sudah diposting',
'Transaction reversal enforced for all dates' => '',
'Transaction reversal enforced up to' => '',
'Transactions' => 'Transaksi',
'Transfer' => '',
'Transfer Inventory' => '',
'Transfer from' => '',
'Transfer to' => 'Transfer ke',
'Translation' => '',
'Translation deleted!' => '',
'Translation not on file!' => '',
'Translations' => '',
'Translations saved!' => '',
'Trial Balance' => 'Neraca Percobaan',
'Tuesday' => '',
'Type of Business' => 'Jenis Bisnis',
'Unit' => 'Satuan',
'Unit of measure' => 'Satuan pengukuran',
'Unlock System' => '',
'Update' => '',
'Update Dataset' => '',
'Updated' => 'Diupdate',
'Upgrading to Version' => '',
'Use Templates' => '',
'User' => '',
'User deleted!' => 'User sudah dihapus!',
'User saved!' => 'User sudah disimpan!',
'Valid until' => 'Valid hingga',
'Vendor' => 'Supplier',
'Vendor History' => 'Historis Supplier',
'Vendor Invoice' => 'Invoice Supplier',
'Vendor Invoice ' => 'Invoice Supplier ',
'Vendor Invoice.' => 'Invoice Supplier.',
'Vendor Invoice/AP Transaction Number' => '',
'Vendor Invoices' => 'Invoice Supplier',
'Vendor Number' => 'Nomor Supplier',
'Vendor deleted!' => 'Data Supplier sudah dihapus!',
'Vendor missing!' => 'Data Supplier harap diisi!',
'Vendor not on file!' => 'Data Supplier tidak ditemukan!',
'Vendor saved!' => 'Data Supplier sudah disimpan!',
'Vendors' => 'Supplier',
'Version' => 'Versi',
'Warehouse' => 'Gudang',
'Warehouse deleted!' => 'Data Gudang sudah dihapus!',
'Warehouse saved!' => 'Data Gudang sudah disimpan',
'Warehouses' => 'Gudang',
'Warning!' => 'Peringatan!',
'Wednesday' => '',
'Week' => '',
'Week(s)' => '',
'Weeks' => '',
'Weight' => 'Berat',
'Weight Unit' => 'Satuan Berat',
'What type of item is this?' => 'Jenis item ini ?',
'Work Order' => '',
'Work Orders' => '',
'Work Phone' => 'Telephone Kantor',
'Year' => 'Tahun',
'Year(s)' => '',
'Yearend' => 'Akhir Tahun',
'Yearend date missing!' => 'Tanggal Akhir Tahun harap diisi!',
'Yearend posted!' => 'Akhir Tahun sudah di-posting!',
'Yearend posting failed!' => 'Akhir Tahun gagal di-posting!',
'Years' => '',
'Yes' => 'Ya',
'You are logged out' => 'Anda sudah Logout',
'You are posting an existing transaction!' => '',
'You are printing and posting an existing transaction!' => '',
'You are printing and saving an existing order' => '',
'You are printing and saving an existing quotation' => '',
'You are printing and saving an existing transaction!' => '',
'You are saving an existing order' => '',
'You are saving an existing quotation' => '',
'You are saving an existing transaction!' => '',
'You did not enter a name!' => 'Anda tidak memasukkan nama!',
'You must enter a host and port for local and remote connections!' => '',
'Zip/Postal Code' => 'Kode Pos',
'account cannot be set to any other type of account' => 'akun tidak dapat diset menjadi jenis akun lainnya',
'as at' => 'per',
'days' => 'hari',
'does not exist' => '',
'done' => 'selesai',
'ea' => '',
'failed' => '',
'for' => '',
'for Period' => 'untuk Perioda',
'is already a member!' => 'sudah tercatat sebagai member',
'localhost' => '',
'locked!' => '',
'partsgroup' => '',
'posted!' => 'sudah diposting!',
'sent' => 'sudah dikirim',
'successfully created!' => 'berhasil dibuat!',
'successfully deleted!' => 'berhasil dihapus!',
'time(s)' => '',
'unexpected error!' => '',
'website' => 'situs web',
};
1;
|