viewer.ftl 11 KB

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