viewer.ftl
269 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 = Eelmine lehekülg |
| 10 | pdfjs-previous-button-label = Eelmine |
| 11 | pdfjs-next-button = |
| 12 | .title = Järgmine lehekülg |
| 13 | pdfjs-next-button-label = Järgmine |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Leht |
| 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 = / { $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 }/{ $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Vähenda |
| 27 | pdfjs-zoom-out-button-label = Vähenda |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Suurenda |
| 30 | pdfjs-zoom-in-button-label = Suurenda |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Suurendamine |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Lülitu esitlusrežiimi |
| 35 | pdfjs-presentation-mode-button-label = Esitlusrežiim |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Ava fail |
| 38 | pdfjs-open-file-button-label = Ava |
| 39 | pdfjs-print-button = |
| 40 | .title = Prindi |
| 41 | pdfjs-print-button-label = Prindi |
| 42 | |
| 43 | ## Secondary toolbar and context menu |
| 44 | |
| 45 | pdfjs-tools-button = |
| 46 | .title = Tööriistad |
| 47 | pdfjs-tools-button-label = Tööriistad |
| 48 | pdfjs-first-page-button = |
| 49 | .title = Mine esimesele leheküljele |
| 50 | pdfjs-first-page-button-label = Mine esimesele leheküljele |
| 51 | pdfjs-last-page-button = |
| 52 | .title = Mine viimasele leheküljele |
| 53 | pdfjs-last-page-button-label = Mine viimasele leheküljele |
| 54 | pdfjs-page-rotate-cw-button = |
| 55 | .title = Pööra päripäeva |
| 56 | pdfjs-page-rotate-cw-button-label = Pööra päripäeva |
| 57 | pdfjs-page-rotate-ccw-button = |
| 58 | .title = Pööra vastupäeva |
| 59 | pdfjs-page-rotate-ccw-button-label = Pööra vastupäeva |
| 60 | pdfjs-cursor-text-select-tool-button = |
| 61 | .title = Luba teksti valimise tööriist |
| 62 | pdfjs-cursor-text-select-tool-button-label = Teksti valimise tööriist |
| 63 | pdfjs-cursor-hand-tool-button = |
| 64 | .title = Luba sirvimistööriist |
| 65 | pdfjs-cursor-hand-tool-button-label = Sirvimistööriist |
| 66 | pdfjs-scroll-page-button = |
| 67 | .title = Kasutatakse lehe kaupa kerimist |
| 68 | pdfjs-scroll-page-button-label = Lehe kaupa kerimine |
| 69 | pdfjs-scroll-vertical-button = |
| 70 | .title = Kasuta vertikaalset kerimist |
| 71 | pdfjs-scroll-vertical-button-label = Vertikaalne kerimine |
| 72 | pdfjs-scroll-horizontal-button = |
| 73 | .title = Kasuta horisontaalset kerimist |
| 74 | pdfjs-scroll-horizontal-button-label = Horisontaalne kerimine |
| 75 | pdfjs-scroll-wrapped-button = |
| 76 | .title = Kasuta rohkem mahutavat kerimist |
| 77 | pdfjs-scroll-wrapped-button-label = Rohkem mahutav kerimine |
| 78 | pdfjs-spread-none-button = |
| 79 | .title = Ära kõrvuta lehekülgi |
| 80 | pdfjs-spread-none-button-label = Lehtede kõrvutamine puudub |
| 81 | pdfjs-spread-odd-button = |
| 82 | .title = Kõrvuta leheküljed, alustades paaritute numbritega lehekülgedega |
| 83 | pdfjs-spread-odd-button-label = Kõrvutamine paaritute numbritega alustades |
| 84 | pdfjs-spread-even-button = |
| 85 | .title = Kõrvuta leheküljed, alustades paarisnumbritega lehekülgedega |
| 86 | pdfjs-spread-even-button-label = Kõrvutamine paarisnumbritega alustades |
| 87 | |
| 88 | ## Document properties dialog |
| 89 | |
| 90 | pdfjs-document-properties-button = |
| 91 | .title = Dokumendi omadused… |
| 92 | pdfjs-document-properties-button-label = Dokumendi omadused… |
| 93 | pdfjs-document-properties-file-name = Faili nimi: |
| 94 | pdfjs-document-properties-file-size = Faili suurus: |
| 95 | # Variables: |
| 96 | # $size_kb (Number) - the PDF file size in kilobytes |
| 97 | # $size_b (Number) - the PDF file size in bytes |
| 98 | pdfjs-document-properties-kb = { $size_kb } KiB ({ $size_b } baiti) |
| 99 | # Variables: |
| 100 | # $size_mb (Number) - the PDF file size in megabytes |
| 101 | # $size_b (Number) - the PDF file size in bytes |
| 102 | pdfjs-document-properties-mb = { $size_mb } MiB ({ $size_b } baiti) |
| 103 | pdfjs-document-properties-title = Pealkiri: |
| 104 | pdfjs-document-properties-author = Autor: |
| 105 | pdfjs-document-properties-subject = Teema: |
| 106 | pdfjs-document-properties-keywords = Märksõnad: |
| 107 | pdfjs-document-properties-creation-date = Loodud: |
| 108 | pdfjs-document-properties-modification-date = Muudetud: |
| 109 | # Variables: |
| 110 | # $date (Date) - the creation/modification date of the PDF file |
| 111 | # $time (Time) - the creation/modification time of the PDF file |
| 112 | pdfjs-document-properties-date-string = { $date } { $time } |
| 113 | pdfjs-document-properties-creator = Looja: |
| 114 | pdfjs-document-properties-producer = Generaator: |
| 115 | pdfjs-document-properties-version = Generaatori versioon: |
| 116 | pdfjs-document-properties-page-count = Lehekülgi: |
| 117 | pdfjs-document-properties-page-size = Lehe suurus: |
| 118 | pdfjs-document-properties-page-size-unit-inches = tolli |
| 119 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 120 | pdfjs-document-properties-page-size-orientation-portrait = vertikaalpaigutus |
| 121 | pdfjs-document-properties-page-size-orientation-landscape = rõhtpaigutus |
| 122 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 123 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 124 | pdfjs-document-properties-page-size-name-letter = Letter |
| 125 | pdfjs-document-properties-page-size-name-legal = Legal |
| 126 | |
| 127 | ## Variables: |
| 128 | ## $width (Number) - the width of the (current) page |
| 129 | ## $height (Number) - the height of the (current) page |
| 130 | ## $unit (String) - the unit of measurement of the (current) page |
| 131 | ## $name (String) - the name of the (current) page |
| 132 | ## $orientation (String) - the orientation of the (current) page |
| 133 | |
| 134 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 135 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 136 | |
| 137 | ## |
| 138 | |
| 139 | # The linearization status of the document; usually called "Fast Web View" in |
| 140 | # English locales of Adobe software. |
| 141 | pdfjs-document-properties-linearized = "Fast Web View" tugi: |
| 142 | pdfjs-document-properties-linearized-yes = Jah |
| 143 | pdfjs-document-properties-linearized-no = Ei |
| 144 | pdfjs-document-properties-close-button = Sulge |
| 145 | |
| 146 | |
| 147 | |
| 148 | pdfjs-print-progress-message = Dokumendi ettevalmistamine printimiseks… |
| 149 | # Variables: |
| 150 | # $progress (Number) - percent value |
| 151 | pdfjs-print-progress-percent = { $progress }% |
| 152 | pdfjs-print-progress-close-button = Loobu |
| 153 | pdfjs-printing-not-supported = Hoiatus: printimine pole selle brauseri poolt täielikult toetatud. |
| 154 | pdfjs-printing-not-ready = Hoiatus: PDF pole printimiseks täielikult laaditud. |
| 155 | |
| 156 | ## Tooltips and alt text for side panel toolbar buttons |
| 157 | |
| 158 | pdfjs-toggle-sidebar-button = |
| 159 | .title = Näita külgriba |
| 160 | pdfjs-toggle-sidebar-notification-button = |
| 161 | .title = Näita külgriba (dokument sisaldab sisukorda/manuseid/kihte) |
| 162 | pdfjs-toggle-sidebar-button-label = Näita külgriba |
| 163 | pdfjs-document-outline-button = |
| 164 | .title = Näita sisukorda (kõigi punktide laiendamiseks/ahendamiseks topeltklõpsa) |
| 165 | pdfjs-document-outline-button-label = Näita sisukorda |
| 166 | pdfjs-attachments-button = |
| 167 | .title = Näita manuseid |
| 168 | pdfjs-attachments-button-label = Manused |
| 169 | pdfjs-layers-button = |
| 170 | .title = Näita kihte (kõikide kihtide vaikeolekusse lähtestamiseks topeltklõpsa) |
| 171 | pdfjs-layers-button-label = Kihid |
| 172 | pdfjs-thumbs-button = |
| 173 | .title = Näita pisipilte |
| 174 | pdfjs-thumbs-button-label = Pisipildid |
| 175 | pdfjs-current-outline-item-button = |
| 176 | .title = Otsi üles praegune kontuuriüksus |
| 177 | pdfjs-current-outline-item-button-label = Praegune kontuuriüksus |
| 178 | pdfjs-findbar-button = |
| 179 | .title = Otsi dokumendist |
| 180 | pdfjs-findbar-button-label = Otsi |
| 181 | pdfjs-additional-layers = Täiendavad kihid |
| 182 | |
| 183 | ## Thumbnails panel item (tooltip and alt text for images) |
| 184 | |
| 185 | # Variables: |
| 186 | # $page (Number) - the page number |
| 187 | pdfjs-thumb-page-title = |
| 188 | .title = { $page }. lehekülg |
| 189 | # Variables: |
| 190 | # $page (Number) - the page number |
| 191 | pdfjs-thumb-page-canvas = |
| 192 | .aria-label = { $page }. lehekülje pisipilt |
| 193 | |
| 194 | ## Find panel button title and messages |
| 195 | |
| 196 | pdfjs-find-input = |
| 197 | .title = Otsi |
| 198 | .placeholder = Otsi dokumendist… |
| 199 | pdfjs-find-previous-button = |
| 200 | .title = Otsi fraasi eelmine esinemiskoht |
| 201 | pdfjs-find-previous-button-label = Eelmine |
| 202 | pdfjs-find-next-button = |
| 203 | .title = Otsi fraasi järgmine esinemiskoht |
| 204 | pdfjs-find-next-button-label = Järgmine |
| 205 | pdfjs-find-highlight-checkbox = Too kõik esile |
| 206 | pdfjs-find-match-case-checkbox-label = Tõstutundlik |
| 207 | pdfjs-find-match-diacritics-checkbox-label = Otsitakse diakriitiliselt |
| 208 | pdfjs-find-entire-word-checkbox-label = Täissõnad |
| 209 | pdfjs-find-reached-top = Jõuti dokumendi algusesse, jätkati lõpust |
| 210 | pdfjs-find-reached-bottom = Jõuti dokumendi lõppu, jätkati algusest |
| 211 | pdfjs-find-not-found = Fraasi ei leitud |
| 212 | |
| 213 | ## Predefined zoom values |
| 214 | |
| 215 | pdfjs-page-scale-width = Mahuta laiusele |
| 216 | pdfjs-page-scale-fit = Mahuta leheküljele |
| 217 | pdfjs-page-scale-auto = Automaatne suurendamine |
| 218 | pdfjs-page-scale-actual = Tegelik suurus |
| 219 | # Variables: |
| 220 | # $scale (Number) - percent value for page scale |
| 221 | pdfjs-page-scale-percent = { $scale }% |
| 222 | |
| 223 | ## PDF page |
| 224 | |
| 225 | # Variables: |
| 226 | # $page (Number) - the page number |
| 227 | pdfjs-page-landmark = |
| 228 | .aria-label = Lehekülg { $page } |
| 229 | |
| 230 | ## Loading indicator messages |
| 231 | |
| 232 | pdfjs-loading-error = PDFi laadimisel esines viga. |
| 233 | pdfjs-invalid-file-error = Vigane või rikutud PDF-fail. |
| 234 | pdfjs-missing-file-error = PDF-fail puudub. |
| 235 | pdfjs-unexpected-response-error = Ootamatu vastus serverilt. |
| 236 | pdfjs-rendering-error = Lehe renderdamisel esines viga. |
| 237 | |
| 238 | ## Annotations |
| 239 | |
| 240 | # Variables: |
| 241 | # $date (Date) - the modification date of the annotation |
| 242 | # $time (Time) - the modification time of the annotation |
| 243 | pdfjs-annotation-date-string = { $date } { $time } |
| 244 | # .alt: This is used as a tooltip. |
| 245 | # Variables: |
| 246 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 247 | # (32000-1:2008 Table 169 – Annotation types). |
| 248 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 249 | pdfjs-text-annotation-type = |
| 250 | .alt = [{ $type } Annotation] |
| 251 | |
| 252 | ## Password |
| 253 | |
| 254 | pdfjs-password-label = PDF-faili avamiseks sisesta parool. |
| 255 | pdfjs-password-invalid = Vigane parool. Palun proovi uuesti. |
| 256 | pdfjs-password-ok-button = Sobib |
| 257 | pdfjs-password-cancel-button = Loobu |
| 258 | pdfjs-web-fonts-disabled = Veebifondid on keelatud: PDFiga kaasatud fonte pole võimalik kasutada. |
| 259 | |
| 260 | ## Editing |
| 261 | |
| 262 | |
| 263 | ## Alt-text dialog |
| 264 | |
| 265 | |
| 266 | ## Editor resizers |
| 267 | ## This is used in an aria label to help to understand the role of the resizer. |
| 268 | |
| 269 |