viewer.ftl
248 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 = Halaman Dahulu |
| 10 | pdfjs-previous-button-label = Dahulu |
| 11 | pdfjs-next-button = |
| 12 | .title = Halaman Berikut |
| 13 | pdfjs-next-button-label = Berikut |
| 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 = daripada { $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 } daripada { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Zum Keluar |
| 27 | pdfjs-zoom-out-button-label = Zum Keluar |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Zum Masuk |
| 30 | pdfjs-zoom-in-button-label = Zum Masuk |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Zum |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Tukar ke Mod Persembahan |
| 35 | pdfjs-presentation-mode-button-label = Mod Persembahan |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Buka Fail |
| 38 | pdfjs-open-file-button-label = Buka |
| 39 | pdfjs-print-button = |
| 40 | .title = Cetak |
| 41 | pdfjs-print-button-label = Cetak |
| 42 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = Alatan |
| 47 | pdfjs-tools-button-label = Alatan |
| 48 | pdfjs-first-page-button = |
| 49 | .title = Pergi ke Halaman Pertama |
| 50 | pdfjs-first-page-button-label = Pergi ke Halaman Pertama |
| 51 | pdfjs-last-page-button = |
| 52 | .title = Pergi ke Halaman Terakhir |
| 53 | pdfjs-last-page-button-label = Pergi ke Halaman Terakhir |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = Berputar ikut arah Jam |
| 56 | pdfjs-page-rotate-cw-button-label = Berputar ikut arah Jam |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = Pusing berlawan arah jam |
| 59 | pdfjs-page-rotate-ccw-button-label = Pusing berlawan arah jam |
| 60 | pdfjs-cursor-text-select-tool-button = |
| 61 | .title = Dayakan Alatan Pilihan Teks |
| 62 | pdfjs-cursor-text-select-tool-button-label = Alatan Pilihan Teks |
| 63 | pdfjs-cursor-hand-tool-button = |
| 64 | .title = Dayakan Alatan Tangan |
| 65 | pdfjs-cursor-hand-tool-button-label = Alatan Tangan |
| 66 | pdfjs-scroll-vertical-button = |
| 67 | .title = Guna Skrol Menegak |
| 68 | pdfjs-scroll-vertical-button-label = Skrol Menegak |
| 69 | pdfjs-scroll-horizontal-button = |
| 70 | .title = Guna Skrol Mengufuk |
| 71 | pdfjs-scroll-horizontal-button-label = Skrol Mengufuk |
| 72 | pdfjs-scroll-wrapped-button = |
| 73 | .title = Guna Skrol Berbalut |
| 74 | pdfjs-scroll-wrapped-button-label = Skrol Berbalut |
| 75 | pdfjs-spread-none-button = |
| 76 | .title = Jangan hubungkan hamparan halaman |
| 77 | pdfjs-spread-none-button-label = Tanpa Hamparan |
| 78 | pdfjs-spread-odd-button = |
| 79 | .title = Hubungkan hamparan halaman dengan halaman nombor ganjil |
| 80 | pdfjs-spread-odd-button-label = Hamparan Ganjil |
| 81 | pdfjs-spread-even-button = |
| 82 | .title = Hubungkan hamparan halaman dengan halaman nombor genap |
| 83 | pdfjs-spread-even-button-label = Hamparan Seimbang |
| 84 | |
| 85 | ## Document properties dialog |
| 86 | |
| 87 | pdfjs-document-properties-button = |
| 88 | .title = Sifat Dokumen… |
| 89 | pdfjs-document-properties-button-label = Sifat Dokumen… |
| 90 | pdfjs-document-properties-file-name = Nama fail: |
| 91 | pdfjs-document-properties-file-size = Saiz fail: |
| 92 | # Variables: |
| 93 | # $size_kb (Number) - the PDF file size in kilobytes |
| 94 | # $size_b (Number) - the PDF file size in bytes |
| 95 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bait) |
| 96 | # Variables: |
| 97 | # $size_mb (Number) - the PDF file size in megabytes |
| 98 | # $size_b (Number) - the PDF file size in bytes |
| 99 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bait) |
| 100 | pdfjs-document-properties-title = Tajuk: |
| 101 | pdfjs-document-properties-author = Pengarang: |
| 102 | pdfjs-document-properties-subject = Subjek: |
| 103 | pdfjs-document-properties-keywords = Kata kunci: |
| 104 | pdfjs-document-properties-creation-date = Masa Dicipta: |
| 105 | pdfjs-document-properties-modification-date = Tarikh Ubahsuai: |
| 106 | # Variables: |
| 107 | # $date (Date) - the creation/modification date of the PDF file |
| 108 | # $time (Time) - the creation/modification time of the PDF file |
| 109 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 110 | pdfjs-document-properties-creator = Pencipta: |
| 111 | pdfjs-document-properties-producer = Pengeluar PDF: |
| 112 | pdfjs-document-properties-version = Versi PDF: |
| 113 | pdfjs-document-properties-page-count = Kiraan Laman: |
| 114 | pdfjs-document-properties-page-size = Saiz Halaman: |
| 115 | pdfjs-document-properties-page-size-unit-inches = dalam |
| 116 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 117 | pdfjs-document-properties-page-size-orientation-portrait = potret |
| 118 | pdfjs-document-properties-page-size-orientation-landscape = landskap |
| 119 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 120 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 121 | pdfjs-document-properties-page-size-name-letter = Letter |
| 122 | pdfjs-document-properties-page-size-name-legal = Legal |
| 123 | |
| 124 | ## Variables: |
| 125 | ## $width (Number) - the width of the (current) page |
| 126 | ## $height (Number) - the height of the (current) page |
| 127 | ## $unit (String) - the unit of measurement of the (current) page |
| 128 | ## $name (String) - the name of the (current) page |
| 129 | ## $orientation (String) - the orientation of the (current) page |
| 130 | |
| 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 | ## |
| 135 | |
| 136 | # The linearization status of the document; usually called "Fast Web View" in |
| 137 | # English locales of Adobe software. |
| 138 | pdfjs-document-properties-linearized = Paparan Web Pantas: |
| 139 | pdfjs-document-properties-linearized-yes = Ya |
| 140 | pdfjs-document-properties-linearized-no = Tidak |
| 141 | pdfjs-document-properties-close-button = Tutup |
| 142 | |
| 143 | |
| 144 | |
| 145 | pdfjs-print-progress-message = Menyediakan dokumen untuk dicetak… |
| 146 | # Variables: |
| 147 | # $progress (Number) - percent value |
| 148 | pdfjs-print-progress-percent = { $progress }% |
| 149 | pdfjs-print-progress-close-button = Batal |
| 150 | pdfjs-printing-not-supported = Amaran: Cetakan ini tidak sepenuhnya disokong oleh pelayar ini. |
| 151 | pdfjs-printing-not-ready = Amaran: PDF tidak sepenuhnya dimuatkan untuk dicetak. |
| 152 | |
| 153 | ## Tooltips and alt text for side panel toolbar buttons |
| 154 | |
| 155 | pdfjs-toggle-sidebar-button = |
| 156 | .title = Togol Bar Sisi |
| 157 | pdfjs-toggle-sidebar-button-label = Togol Bar Sisi |
| 158 | pdfjs-document-outline-button = |
| 159 | .title = Papar Rangka Dokumen (klik-dua-kali untuk kembangkan/kolaps semua item) |
| 160 | pdfjs-document-outline-button-label = Rangka Dokumen |
| 161 | pdfjs-attachments-button = |
| 162 | .title = Papar Lampiran |
| 163 | pdfjs-attachments-button-label = Lampiran |
| 164 | pdfjs-thumbs-button = |
| 165 | .title = Papar Thumbnails |
| 166 | pdfjs-thumbs-button-label = Imej kecil |
| 167 | pdfjs-findbar-button = |
| 168 | .title = Cari didalam Dokumen |
| 169 | pdfjs-findbar-button-label = Cari |
| 170 | |
| 171 | ## Thumbnails panel item (tooltip and alt text for images) |
| 172 | |
| 173 | # Variables: |
| 174 | # $page (Number) - the page number |
| 175 | pdfjs-thumb-page-title = |
| 176 | .title = Halaman { $page } |
| 177 | # Variables: |
| 178 | # $page (Number) - the page number |
| 179 | pdfjs-thumb-page-canvas = |
| 180 | .aria-label = Halaman Imej kecil { $page } |
| 181 | |
| 182 | ## Find panel button title and messages |
| 183 | |
| 184 | pdfjs-find-input = |
| 185 | .title = Cari |
| 186 | .placeholder = Cari dalam dokumen… |
| 187 | pdfjs-find-previous-button = |
| 188 | .title = Cari teks frasa berkenaan yang terdahulu |
| 189 | pdfjs-find-previous-button-label = Dahulu |
| 190 | pdfjs-find-next-button = |
| 191 | .title = Cari teks frasa berkenaan yang berikut |
| 192 | pdfjs-find-next-button-label = Berikut |
| 193 | pdfjs-find-highlight-checkbox = Serlahkan semua |
| 194 | pdfjs-find-match-case-checkbox-label = Huruf sepadan |
| 195 | pdfjs-find-entire-word-checkbox-label = Seluruh perkataan |
| 196 | pdfjs-find-reached-top = Mencapai teratas daripada dokumen, sambungan daripada bawah |
| 197 | pdfjs-find-reached-bottom = Mencapai terakhir daripada dokumen, sambungan daripada atas |
| 198 | pdfjs-find-not-found = Frasa tidak ditemui |
| 199 | |
| 200 | ## Predefined zoom values |
| 201 | |
| 202 | pdfjs-page-scale-width = Lebar Halaman |
| 203 | pdfjs-page-scale-fit = Muat Halaman |
| 204 | pdfjs-page-scale-auto = Zoom Automatik |
| 205 | pdfjs-page-scale-actual = Saiz Sebenar |
| 206 | # Variables: |
| 207 | # $scale (Number) - percent value for page scale |
| 208 | pdfjs-page-scale-percent = { $scale }% |
| 209 | |
| 210 | ## PDF page |
| 211 | |
| 212 | |
| 213 | ## Loading indicator messages |
| 214 | |
| 215 | pdfjs-loading-error = Masalah berlaku semasa menuatkan sebuah PDF. |
| 216 | pdfjs-invalid-file-error = Tidak sah atau fail PDF rosak. |
| 217 | pdfjs-missing-file-error = Fail PDF Hilang. |
| 218 | pdfjs-unexpected-response-error = Respon pelayan yang tidak dijangka. |
| 219 | pdfjs-rendering-error = Ralat berlaku ketika memberikan halaman. |
| 220 | |
| 221 | ## Annotations |
| 222 | |
| 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 = [{ $type } Anotasi] |
| 230 | |
| 231 | ## Password |
| 232 | |
| 233 | pdfjs-password-label = Masukan kata kunci untuk membuka fail PDF ini. |
| 234 | pdfjs-password-invalid = Kata laluan salah. Cuba lagi. |
| 235 | pdfjs-password-ok-button = OK |
| 236 | pdfjs-password-cancel-button = Batal |
| 237 | pdfjs-web-fonts-disabled = Fon web dinyahdayakan: tidak dapat menggunakan fon terbenam PDF. |
| 238 | |
| 239 | ## Editing |
| 240 | |
| 241 | |
| 242 | ## Alt-text dialog |
| 243 | |
| 244 | |
| 245 | ## Editor resizers |
| 246 | ## This is used in an aria label to help to understand the role of the resizer. |
| 247 | |
| 248 |