summaryrefslogtreecommitdiffstats
path: root/l10n-id/toolkit/toolkit/printing/printUI.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-id/toolkit/toolkit/printing/printUI.ftl')
-rw-r--r--l10n-id/toolkit/toolkit/printing/printUI.ftl147
1 files changed, 147 insertions, 0 deletions
diff --git a/l10n-id/toolkit/toolkit/printing/printUI.ftl b/l10n-id/toolkit/toolkit/printing/printUI.ftl
new file mode 100644
index 0000000000..c5f989d2b0
--- /dev/null
+++ b/l10n-id/toolkit/toolkit/printing/printUI.ftl
@@ -0,0 +1,147 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+printui-title = Cetak
+# Dialog title to prompt the user for a filename to save print to PDF.
+printui-save-to-pdf-title = Simpan sebagai
+
+# Variables
+# $sheetCount (integer) - Number of paper sheets
+printui-sheets-count =
+ { $sheetCount ->
+ *[other] { $sheetCount } lembar kertas
+ }
+
+printui-page-range-all = Semua
+printui-page-range-current = Saat Ini
+printui-page-range-odd = Ganjil
+printui-page-range-even = Genap
+printui-page-range-custom = Ubahsuai
+printui-page-range-label = Halaman
+printui-page-range-picker =
+ .aria-label = Pilih rentang halaman
+printui-page-custom-range-input =
+ .aria-label = Masukkan rentang halaman khusus
+ .placeholder = mis. 2-6, 9, 12-16
+
+# Section title for the number of copies to print
+printui-copies-label = Salinan
+
+printui-orientation = Orientasi
+printui-landscape = Mendatar
+printui-portrait = Tegak
+
+# Section title for the printer or destination device to target
+printui-destination-label = Tujuan
+printui-destination-pdf-label = Simpan ke PDF
+
+printui-more-settings = Pengaturan lainnya
+printui-less-settings = Beberapa pengaturan
+
+printui-paper-size-label = Ukuran kertas:
+
+# Section title (noun) for the print scaling options
+printui-scale = Skala
+printui-scale-fit-to-page-width = Sesuaikan dengan lebar halaman
+# Label for input control where user can set the scale percentage
+printui-scale-pcent = Skala
+
+# Section title (noun) for the two-sided print options
+printui-two-sided-printing = Pencetakan dua sisi
+printui-two-sided-printing-off = Nonaktif
+# Flip the sheet as if it were bound along its long edge.
+printui-two-sided-printing-long-edge = Balik pada sisi panjang
+# Flip the sheet as if it were bound along its short edge.
+printui-two-sided-printing-short-edge = Balik pada sisi pendek
+
+# Section title for miscellaneous print options
+printui-options = Opsi
+printui-headers-footers-checkbox = Cetak kepala dan kaki
+printui-backgrounds-checkbox = Cetak latar
+
+## The "Format" section, select a version of the website to print. Radio
+## options to select between the original page, selected text only, or a version
+## where the page is processed with "Reader View".
+
+# The section title.
+printui-source-label = Format
+# Option for printing the original page.
+printui-source-radio = Asli
+# Option for printing just the content a user selected prior to printing.
+printui-selection-radio = Pilihan
+# Option for "simplifying" the page by printing the Reader View version.
+printui-simplify-page-radio = Disederhanakan
+
+##
+
+printui-color-mode-label = Mode warna
+printui-color-mode-color = Warna
+printui-color-mode-bw = Hitam putih
+
+printui-margins = Margin
+printui-margins-default = Baku
+printui-margins-min = Minimum
+printui-margins-none = Tidak ada
+printui-margins-custom-inches = Khusus (inci)
+printui-margins-custom-mm = Khusus (mm)
+printui-margins-custom-top = Atas
+printui-margins-custom-top-inches = Atas (inci)
+printui-margins-custom-top-mm = Atas (mm)
+printui-margins-custom-bottom = Bawah
+printui-margins-custom-bottom-inches = Bawah (inci)
+printui-margins-custom-bottom-mm = Bawah (mm)
+printui-margins-custom-left = Kiri
+printui-margins-custom-left-inches = Kiri (inci)
+printui-margins-custom-left-mm = Kiri (mm)
+printui-margins-custom-right = Kanan
+printui-margins-custom-right-inches = Kanan (inci)
+printui-margins-custom-right-mm = Kanan (mm)
+
+printui-system-dialog-link = Cetak menggunakan dialog sistem…
+
+printui-primary-button = Cetak
+printui-primary-button-save = Simpan
+printui-cancel-button = Batal
+printui-close-button = Tutup
+
+printui-loading = Mempersiapkan Pratinjau
+
+# Reported by screen readers and other accessibility tools to indicate that
+# the print preview has focus.
+printui-preview-label =
+ .aria-label = Pratinjau Cetak
+
+printui-pages-per-sheet = Halaman per lembar
+
+# This is shown next to the Print button with an indefinite loading spinner
+# when the user prints a page and it is being sent to the printer.
+printui-print-progress-indicator = Mencetak…
+printui-print-progress-indicator-saving = Menyimpan…
+
+## Paper sizes that may be supported by the Save to PDF destination:
+
+printui-paper-a5 = A5
+printui-paper-a4 = A4
+printui-paper-a3 = A3
+printui-paper-a2 = A2
+printui-paper-a1 = A1
+printui-paper-a0 = A0
+printui-paper-b5 = B5
+printui-paper-b4 = B4
+printui-paper-jis-b5 = JIS-B5
+printui-paper-jis-b4 = JIS-B4
+printui-paper-letter = US Letter
+printui-paper-legal = US Legal
+printui-paper-tabloid = Tabloid
+
+## Error messages shown when a user has an invalid input
+
+printui-error-invalid-scale = Skala harus berupa angka antara 10 dan 200
+printui-error-invalid-margin = Masukkan margin yang valid untuk ukuran kertas yang dipilih.
+printui-error-invalid-copies = Salinan harus berupa angka antara 1 dan 10000.
+
+# Variables
+# $numPages (integer) - Number of pages
+printui-error-invalid-range = Rentang harus berupa angka antara 1 dan { $numPages }
+printui-error-invalid-start-overflow = Nomor halaman "dari" harus lebih kecil daripada nomor halaman "ke".