viewer.ftl
294 lines
| 1 | # This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 4 | |
| 5 | |
| 6 | ## Main toolbar buttons (tooltips and alt text for images) |
| 7 | |
| 8 | pdfjs-previous-button = |
| 9 | .title = Laman Sebelumnya |
| 10 | pdfjs-previous-button-label = Sebelumnya |
| 11 | pdfjs-next-button = |
| 12 | .title = Laman Selanjutnya |
| 13 | pdfjs-next-button-label = Selanjutnya |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Halaman |
| 17 | # Variables: |
| 18 | # $pagesCount (Number) - the total number of pages in the document |
| 19 | # This string follows an input field with the number of the page currently displayed. |
| 20 | pdfjs-of-pages = dari { $pagesCount } |
| 21 | # Variables: |
| 22 | # $pageNumber (Number) - the currently visible page |
| 23 | # $pagesCount (Number) - the total number of pages in the document |
| 24 | pdfjs-page-of-pages = ({ $pageNumber } dari { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Perkecil |
| 27 | pdfjs-zoom-out-button-label = Perkecil |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Perbesar |
| 30 | pdfjs-zoom-in-button-label = Perbesar |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Perbesaran |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Ganti ke Mode Presentasi |
| 35 | pdfjs-presentation-mode-button-label = Mode Presentasi |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Buka Berkas |
| 38 | pdfjs-open-file-button-label = Buka |
| 39 | pdfjs-print-button = |
| 40 | .title = Cetak |
| 41 | pdfjs-print-button-label = Cetak |
| 42 | pdfjs-save-button = |
| 43 | .title = Simpan |
| 44 | pdfjs-save-button-label = Simpan |
| 45 | pdfjs-bookmark-button = |
| 46 | .title = Laman Saat Ini (Lihat URL dari Laman Sekarang) |
| 47 | pdfjs-bookmark-button-label = Laman Saat Ini |
| 48 | |
| 49 | ## Secondary toolbar and context menu |
| 50 | |
| 51 | pdfjs-tools-button = |
| 52 | .title = Alat |
| 53 | pdfjs-tools-button-label = Alat |
| 54 | pdfjs-first-page-button = |
| 55 | .title = Buka Halaman Pertama |
| 56 | pdfjs-first-page-button-label = Buka Halaman Pertama |
| 57 | pdfjs-last-page-button = |
| 58 | .title = Buka Halaman Terakhir |
| 59 | pdfjs-last-page-button-label = Buka Halaman Terakhir |
| 60 | pdfjs-page-rotate-cw-button = |
| 61 | .title = Putar Searah Jarum Jam |
| 62 | pdfjs-page-rotate-cw-button-label = Putar Searah Jarum Jam |
| 63 | pdfjs-page-rotate-ccw-button = |
| 64 | .title = Putar Berlawanan Arah Jarum Jam |
| 65 | pdfjs-page-rotate-ccw-button-label = Putar Berlawanan Arah Jarum Jam |
| 66 | pdfjs-cursor-text-select-tool-button = |
| 67 | .title = Aktifkan Alat Seleksi Teks |
| 68 | pdfjs-cursor-text-select-tool-button-label = Alat Seleksi Teks |
| 69 | pdfjs-cursor-hand-tool-button = |
| 70 | .title = Aktifkan Alat Tangan |
| 71 | pdfjs-cursor-hand-tool-button-label = Alat Tangan |
| 72 | pdfjs-scroll-page-button = |
| 73 | .title = Gunakan Pengguliran Laman |
| 74 | pdfjs-scroll-page-button-label = Pengguliran Laman |
| 75 | pdfjs-scroll-vertical-button = |
| 76 | .title = Gunakan Penggeseran Vertikal |
| 77 | pdfjs-scroll-vertical-button-label = Penggeseran Vertikal |
| 78 | pdfjs-scroll-horizontal-button = |
| 79 | .title = Gunakan Penggeseran Horizontal |
| 80 | pdfjs-scroll-horizontal-button-label = Penggeseran Horizontal |
| 81 | pdfjs-scroll-wrapped-button = |
| 82 | .title = Gunakan Penggeseran Terapit |
| 83 | pdfjs-scroll-wrapped-button-label = Penggeseran Terapit |
| 84 | pdfjs-spread-none-button = |
| 85 | .title = Jangan gabungkan lembar halaman |
| 86 | pdfjs-spread-none-button-label = Tidak Ada Lembaran |
| 87 | pdfjs-spread-odd-button = |
| 88 | .title = Gabungkan lembar lamanan mulai dengan halaman ganjil |
| 89 | pdfjs-spread-odd-button-label = Lembaran Ganjil |
| 90 | pdfjs-spread-even-button = |
| 91 | .title = Gabungkan lembar halaman dimulai dengan halaman genap |
| 92 | pdfjs-spread-even-button-label = Lembaran Genap |
| 93 | |
| 94 | ## Document properties dialog |
| 95 | |
| 96 | pdfjs-document-properties-button = |
| 97 | .title = Properti Dokumen… |
| 98 | pdfjs-document-properties-button-label = Properti Dokumen… |
| 99 | pdfjs-document-properties-file-name = Nama berkas: |
| 100 | pdfjs-document-properties-file-size = Ukuran berkas: |
| 101 | # Variables: |
| 102 | # $size_kb (Number) - the PDF file size in kilobytes |
| 103 | # $size_b (Number) - the PDF file size in bytes |
| 104 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } byte) |
| 105 | # Variables: |
| 106 | # $size_mb (Number) - the PDF file size in megabytes |
| 107 | # $size_b (Number) - the PDF file size in bytes |
| 108 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } byte) |
| 109 | pdfjs-document-properties-title = Judul: |
| 110 | pdfjs-document-properties-author = Penyusun: |
| 111 | pdfjs-document-properties-subject = Subjek: |
| 112 | pdfjs-document-properties-keywords = Kata Kunci: |
| 113 | pdfjs-document-properties-creation-date = Tanggal Dibuat: |
| 114 | pdfjs-document-properties-modification-date = Tanggal Dimodifikasi: |
| 115 | # Variables: |
| 116 | # $date (Date) - the creation/modification date of the PDF file |
| 117 | # $time (Time) - the creation/modification time of the PDF file |
| 118 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 119 | pdfjs-document-properties-creator = Pembuat: |
| 120 | pdfjs-document-properties-producer = Pemroduksi PDF: |
| 121 | pdfjs-document-properties-version = Versi PDF: |
| 122 | pdfjs-document-properties-page-count = Jumlah Halaman: |
| 123 | pdfjs-document-properties-page-size = Ukuran Laman: |
| 124 | pdfjs-document-properties-page-size-unit-inches = inci |
| 125 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 126 | pdfjs-document-properties-page-size-orientation-portrait = tegak |
| 127 | pdfjs-document-properties-page-size-orientation-landscape = mendatar |
| 128 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 129 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 130 | pdfjs-document-properties-page-size-name-letter = Letter |
| 131 | pdfjs-document-properties-page-size-name-legal = Legal |
| 132 | |
| 133 | ## Variables: |
| 134 | ## $width (Number) - the width of the (current) page |
| 135 | ## $height (Number) - the height of the (current) page |
| 136 | ## $unit (String) - the unit of measurement of the (current) page |
| 137 | ## $name (String) - the name of the (current) page |
| 138 | ## $orientation (String) - the orientation of the (current) page |
| 139 | |
| 140 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 141 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 142 | |
| 143 | ## |
| 144 | |
| 145 | # The linearization status of the document; usually called "Fast Web View" in |
| 146 | # English locales of Adobe software. |
| 147 | pdfjs-document-properties-linearized = Tampilan Web Kilat: |
| 148 | pdfjs-document-properties-linearized-yes = Ya |
| 149 | pdfjs-document-properties-linearized-no = Tidak |
| 150 | pdfjs-document-properties-close-button = Tutup |
| 151 | |
| 152 | |
| 153 | |
| 154 | pdfjs-print-progress-message = Menyiapkan dokumen untuk pencetakan… |
| 155 | # Variables: |
| 156 | # $progress (Number) - percent value |
| 157 | pdfjs-print-progress-percent = { $progress }% |
| 158 | pdfjs-print-progress-close-button = Batalkan |
| 159 | pdfjs-printing-not-supported = Peringatan: Pencetakan tidak didukung secara lengkap pada peramban ini. |
| 160 | pdfjs-printing-not-ready = Peringatan: Berkas PDF masih belum dimuat secara lengkap untuk dapat dicetak. |
| 161 | |
| 162 | ## Tooltips and alt text for side panel toolbar buttons |
| 163 | |
| 164 | pdfjs-toggle-sidebar-button = |
| 165 | .title = Aktif/Nonaktifkan Bilah Samping |
| 166 | pdfjs-toggle-sidebar-notification-button = |
| 167 | .title = Aktif/Nonaktifkan Bilah Samping (dokumen berisi kerangka/lampiran/lapisan) |
| 168 | pdfjs-toggle-sidebar-button-label = Aktif/Nonaktifkan Bilah Samping |
| 169 | pdfjs-document-outline-button = |
| 170 | .title = Tampilkan Kerangka Dokumen (klik ganda untuk membentangkan/menciutkan semua item) |
| 171 | pdfjs-document-outline-button-label = Kerangka Dokumen |
| 172 | pdfjs-attachments-button = |
| 173 | .title = Tampilkan Lampiran |
| 174 | pdfjs-attachments-button-label = Lampiran |
| 175 | pdfjs-layers-button = |
| 176 | .title = Tampilkan Lapisan (klik ganda untuk mengatur ulang semua lapisan ke keadaan baku) |
| 177 | pdfjs-layers-button-label = Lapisan |
| 178 | pdfjs-thumbs-button = |
| 179 | .title = Tampilkan Miniatur |
| 180 | pdfjs-thumbs-button-label = Miniatur |
| 181 | pdfjs-current-outline-item-button = |
| 182 | .title = Cari Butir Ikhtisar Saat Ini |
| 183 | pdfjs-current-outline-item-button-label = Butir Ikhtisar Saat Ini |
| 184 | pdfjs-findbar-button = |
| 185 | .title = Temukan di Dokumen |
| 186 | pdfjs-findbar-button-label = Temukan |
| 187 | pdfjs-additional-layers = Lapisan Tambahan |
| 188 | |
| 189 | ## Thumbnails panel item (tooltip and alt text for images) |
| 190 | |
| 191 | # Variables: |
| 192 | # $page (Number) - the page number |
| 193 | pdfjs-thumb-page-title = |
| 194 | .title = Laman { $page } |
| 195 | # Variables: |
| 196 | # $page (Number) - the page number |
| 197 | pdfjs-thumb-page-canvas = |
| 198 | .aria-label = Miniatur Laman { $page } |
| 199 | |
| 200 | ## Find panel button title and messages |
| 201 | |
| 202 | pdfjs-find-input = |
| 203 | .title = Temukan |
| 204 | .placeholder = Temukan di dokumen… |
| 205 | pdfjs-find-previous-button = |
| 206 | .title = Temukan kata sebelumnya |
| 207 | pdfjs-find-previous-button-label = Sebelumnya |
| 208 | pdfjs-find-next-button = |
| 209 | .title = Temukan lebih lanjut |
| 210 | pdfjs-find-next-button-label = Selanjutnya |
| 211 | pdfjs-find-highlight-checkbox = Sorot semuanya |
| 212 | pdfjs-find-match-case-checkbox-label = Cocokkan BESAR/kecil |
| 213 | pdfjs-find-match-diacritics-checkbox-label = Pencocokan Diakritik |
| 214 | pdfjs-find-entire-word-checkbox-label = Seluruh teks |
| 215 | pdfjs-find-reached-top = Sampai di awal dokumen, dilanjutkan dari bawah |
| 216 | pdfjs-find-reached-bottom = Sampai di akhir dokumen, dilanjutkan dari atas |
| 217 | pdfjs-find-not-found = Frasa tidak ditemukan |
| 218 | |
| 219 | ## Predefined zoom values |
| 220 | |
| 221 | pdfjs-page-scale-width = Lebar Laman |
| 222 | pdfjs-page-scale-fit = Muat Laman |
| 223 | pdfjs-page-scale-auto = Perbesaran Otomatis |
| 224 | pdfjs-page-scale-actual = Ukuran Asli |
| 225 | # Variables: |
| 226 | # $scale (Number) - percent value for page scale |
| 227 | pdfjs-page-scale-percent = { $scale }% |
| 228 | |
| 229 | ## PDF page |
| 230 | |
| 231 | # Variables: |
| 232 | # $page (Number) - the page number |
| 233 | pdfjs-page-landmark = |
| 234 | .aria-label = Halaman { $page } |
| 235 | |
| 236 | ## Loading indicator messages |
| 237 | |
| 238 | pdfjs-loading-error = Galat terjadi saat memuat PDF. |
| 239 | pdfjs-invalid-file-error = Berkas PDF tidak valid atau rusak. |
| 240 | pdfjs-missing-file-error = Berkas PDF tidak ada. |
| 241 | pdfjs-unexpected-response-error = Balasan server yang tidak diharapkan. |
| 242 | pdfjs-rendering-error = Galat terjadi saat merender laman. |
| 243 | |
| 244 | ## Annotations |
| 245 | |
| 246 | # Variables: |
| 247 | # $date (Date) - the modification date of the annotation |
| 248 | # $time (Time) - the modification time of the annotation |
| 249 | pdfjs-annotation-date-string = { $date }, { $time } |
| 250 | # .alt: This is used as a tooltip. |
| 251 | # Variables: |
| 252 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 253 | # (32000-1:2008 Table 169 – Annotation types). |
| 254 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 255 | pdfjs-text-annotation-type = |
| 256 | .alt = [Anotasi { $type }] |
| 257 | |
| 258 | ## Password |
| 259 | |
| 260 | pdfjs-password-label = Masukkan sandi untuk membuka berkas PDF ini. |
| 261 | pdfjs-password-invalid = Sandi tidak valid. Silakan coba lagi. |
| 262 | pdfjs-password-ok-button = Oke |
| 263 | pdfjs-password-cancel-button = Batal |
| 264 | pdfjs-web-fonts-disabled = Font web dinonaktifkan: tidak dapat menggunakan font PDF yang tersemat. |
| 265 | |
| 266 | ## Editing |
| 267 | |
| 268 | pdfjs-editor-free-text-button = |
| 269 | .title = Teks |
| 270 | pdfjs-editor-free-text-button-label = Teks |
| 271 | pdfjs-editor-ink-button = |
| 272 | .title = Gambar |
| 273 | pdfjs-editor-ink-button-label = Gambar |
| 274 | # Editor Parameters |
| 275 | pdfjs-editor-free-text-color-input = Warna |
| 276 | pdfjs-editor-free-text-size-input = Ukuran |
| 277 | pdfjs-editor-ink-color-input = Warna |
| 278 | pdfjs-editor-ink-thickness-input = Ketebalan |
| 279 | pdfjs-editor-ink-opacity-input = Opasitas |
| 280 | pdfjs-free-text = |
| 281 | .aria-label = Editor Teks |
| 282 | pdfjs-free-text-default-content = Mulai mengetik… |
| 283 | pdfjs-ink = |
| 284 | .aria-label = Editor Gambar |
| 285 | pdfjs-ink-canvas = |
| 286 | .aria-label = Gambar yang dibuat pengguna |
| 287 | |
| 288 | ## Alt-text dialog |
| 289 | |
| 290 | |
| 291 | ## Editor resizers |
| 292 | ## This is used in an aria label to help to understand the role of the resizer. |
| 293 | |
| 294 |