viewer.ftl
213 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 = Vorige bladsy |
| 10 | pdfjs-previous-button-label = Vorige |
| 11 | pdfjs-next-button = |
| 12 | .title = Volgende bladsy |
| 13 | pdfjs-next-button-label = Volgende |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Bladsy |
| 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 = van { $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 } van { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Zoem uit |
| 27 | pdfjs-zoom-out-button-label = Zoem uit |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Zoem in |
| 30 | pdfjs-zoom-in-button-label = Zoem in |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Zoem |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Wissel na voorleggingsmodus |
| 35 | pdfjs-presentation-mode-button-label = Voorleggingsmodus |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Open lêer |
| 38 | pdfjs-open-file-button-label = Open |
| 39 | pdfjs-print-button = |
| 40 | .title = Druk |
| 41 | pdfjs-print-button-label = Druk |
| 42 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = Nutsgoed |
| 47 | pdfjs-tools-button-label = Nutsgoed |
| 48 | pdfjs-first-page-button = |
| 49 | .title = Gaan na eerste bladsy |
| 50 | pdfjs-first-page-button-label = Gaan na eerste bladsy |
| 51 | pdfjs-last-page-button = |
| 52 | .title = Gaan na laaste bladsy |
| 53 | pdfjs-last-page-button-label = Gaan na laaste bladsy |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = Roteer kloksgewys |
| 56 | pdfjs-page-rotate-cw-button-label = Roteer kloksgewys |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = Roteer anti-kloksgewys |
| 59 | pdfjs-page-rotate-ccw-button-label = Roteer anti-kloksgewys |
| 60 | pdfjs-cursor-text-select-tool-button = |
| 61 | .title = Aktiveer gereedskap om teks te merk |
| 62 | pdfjs-cursor-text-select-tool-button-label = Teksmerkgereedskap |
| 63 | pdfjs-cursor-hand-tool-button = |
| 64 | .title = Aktiveer handjie |
| 65 | pdfjs-cursor-hand-tool-button-label = Handjie |
| 66 | |
| 67 | ## Document properties dialog |
| 68 | |
| 69 | pdfjs-document-properties-button = |
| 70 | .title = Dokumenteienskappe… |
| 71 | pdfjs-document-properties-button-label = Dokumenteienskappe… |
| 72 | pdfjs-document-properties-file-name = Lêernaam: |
| 73 | pdfjs-document-properties-file-size = Lêergrootte: |
| 74 | # Variables: |
| 75 | # $size_kb (Number) - the PDF file size in kilobytes |
| 76 | # $size_b (Number) - the PDF file size in bytes |
| 77 | pdfjs-document-properties-kb = { $size_kb } kG ({ $size_b } grepe) |
| 78 | # Variables: |
| 79 | # $size_mb (Number) - the PDF file size in megabytes |
| 80 | # $size_b (Number) - the PDF file size in bytes |
| 81 | pdfjs-document-properties-mb = { $size_mb } MG ({ $size_b } grepe) |
| 82 | pdfjs-document-properties-title = Titel: |
| 83 | pdfjs-document-properties-author = Outeur: |
| 84 | pdfjs-document-properties-subject = Onderwerp: |
| 85 | pdfjs-document-properties-keywords = Sleutelwoorde: |
| 86 | pdfjs-document-properties-creation-date = Skeppingsdatum: |
| 87 | pdfjs-document-properties-modification-date = Wysigingsdatum: |
| 88 | # Variables: |
| 89 | # $date (Date) - the creation/modification date of the PDF file |
| 90 | # $time (Time) - the creation/modification time of the PDF file |
| 91 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 92 | pdfjs-document-properties-creator = Skepper: |
| 93 | pdfjs-document-properties-producer = PDF-vervaardiger: |
| 94 | pdfjs-document-properties-version = PDF-weergawe: |
| 95 | pdfjs-document-properties-page-count = Aantal bladsye: |
| 96 | |
| 97 | ## Variables: |
| 98 | ## $width (Number) - the width of the (current) page |
| 99 | ## $height (Number) - the height of the (current) page |
| 100 | ## $unit (String) - the unit of measurement of the (current) page |
| 101 | ## $name (String) - the name of the (current) page |
| 102 | ## $orientation (String) - the orientation of the (current) page |
| 103 | |
| 104 | |
| 105 | ## |
| 106 | |
| 107 | pdfjs-document-properties-close-button = Sluit |
| 108 | |
| 109 | |
| 110 | |
| 111 | pdfjs-print-progress-message = Berei tans dokument voor om te druk… |
| 112 | # Variables: |
| 113 | # $progress (Number) - percent value |
| 114 | pdfjs-print-progress-percent = { $progress }% |
| 115 | pdfjs-print-progress-close-button = Kanselleer |
| 116 | pdfjs-printing-not-supported = Waarskuwing: Dié blaaier ondersteun nie drukwerk ten volle nie. |
| 117 | pdfjs-printing-not-ready = Waarskuwing: Die PDF is nog nie volledig gelaai vir drukwerk nie. |
| 118 | |
| 119 | ## Tooltips and alt text for side panel toolbar buttons |
| 120 | |
| 121 | pdfjs-toggle-sidebar-button = |
| 122 | .title = Sypaneel aan/af |
| 123 | pdfjs-toggle-sidebar-button-label = Sypaneel aan/af |
| 124 | pdfjs-document-outline-button = |
| 125 | .title = Wys dokumentskema (dubbelklik om alle items oop/toe te vou) |
| 126 | pdfjs-document-outline-button-label = Dokumentoorsig |
| 127 | pdfjs-attachments-button = |
| 128 | .title = Wys aanhegsels |
| 129 | pdfjs-attachments-button-label = Aanhegsels |
| 130 | pdfjs-thumbs-button = |
| 131 | .title = Wys duimnaels |
| 132 | pdfjs-thumbs-button-label = Duimnaels |
| 133 | pdfjs-findbar-button = |
| 134 | .title = Soek in dokument |
| 135 | pdfjs-findbar-button-label = Vind |
| 136 | |
| 137 | ## Thumbnails panel item (tooltip and alt text for images) |
| 138 | |
| 139 | # Variables: |
| 140 | # $page (Number) - the page number |
| 141 | pdfjs-thumb-page-title = |
| 142 | .title = Bladsy { $page } |
| 143 | # Variables: |
| 144 | # $page (Number) - the page number |
| 145 | pdfjs-thumb-page-canvas = |
| 146 | .aria-label = Duimnael van bladsy { $page } |
| 147 | |
| 148 | ## Find panel button title and messages |
| 149 | |
| 150 | pdfjs-find-input = |
| 151 | .title = Vind |
| 152 | .placeholder = Soek in dokument… |
| 153 | pdfjs-find-previous-button = |
| 154 | .title = Vind die vorige voorkoms van die frase |
| 155 | pdfjs-find-previous-button-label = Vorige |
| 156 | pdfjs-find-next-button = |
| 157 | .title = Vind die volgende voorkoms van die frase |
| 158 | pdfjs-find-next-button-label = Volgende |
| 159 | pdfjs-find-highlight-checkbox = Verlig almal |
| 160 | pdfjs-find-match-case-checkbox-label = Kassensitief |
| 161 | pdfjs-find-reached-top = Bokant van dokument is bereik; gaan voort van onder af |
| 162 | pdfjs-find-reached-bottom = Einde van dokument is bereik; gaan voort van bo af |
| 163 | pdfjs-find-not-found = Frase nie gevind nie |
| 164 | |
| 165 | ## Predefined zoom values |
| 166 | |
| 167 | pdfjs-page-scale-width = Bladsywydte |
| 168 | pdfjs-page-scale-fit = Pas bladsy |
| 169 | pdfjs-page-scale-auto = Outomatiese zoem |
| 170 | pdfjs-page-scale-actual = Werklike grootte |
| 171 | # Variables: |
| 172 | # $scale (Number) - percent value for page scale |
| 173 | pdfjs-page-scale-percent = { $scale }% |
| 174 | |
| 175 | ## PDF page |
| 176 | |
| 177 | |
| 178 | ## Loading indicator messages |
| 179 | |
| 180 | pdfjs-loading-error = 'n Fout het voorgekom met die laai van die PDF. |
| 181 | pdfjs-invalid-file-error = Ongeldige of korrupte PDF-lêer. |
| 182 | pdfjs-missing-file-error = PDF-lêer is weg. |
| 183 | pdfjs-unexpected-response-error = Onverwagse antwoord van bediener. |
| 184 | pdfjs-rendering-error = 'n Fout het voorgekom toe die bladsy weergegee is. |
| 185 | |
| 186 | ## Annotations |
| 187 | |
| 188 | # .alt: This is used as a tooltip. |
| 189 | # Variables: |
| 190 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 191 | # (32000-1:2008 Table 169 – Annotation types). |
| 192 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 193 | pdfjs-text-annotation-type = |
| 194 | .alt = [{ $type }-annotasie] |
| 195 | |
| 196 | ## Password |
| 197 | |
| 198 | pdfjs-password-label = Gee die wagwoord om dié PDF-lêer mee te open. |
| 199 | pdfjs-password-invalid = Ongeldige wagwoord. Probeer gerus weer. |
| 200 | pdfjs-password-ok-button = OK |
| 201 | pdfjs-password-cancel-button = Kanselleer |
| 202 | pdfjs-web-fonts-disabled = Webfonte is gedeaktiveer: kan nie PDF-fonte wat ingebed is, gebruik nie. |
| 203 | |
| 204 | ## Editing |
| 205 | |
| 206 | |
| 207 | ## Alt-text dialog |
| 208 | |
| 209 | |
| 210 | ## Editor resizers |
| 211 | ## This is used in an aria label to help to understand the role of the resizer. |
| 212 | |
| 213 |