viewer.ftl
395 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 = Prejšnja stran |
| 10 | pdfjs-previous-button-label = Nazaj |
| 11 | pdfjs-next-button = |
| 12 | .title = Naslednja stran |
| 13 | pdfjs-next-button-label = Naprej |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Stran |
| 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 = od { $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 } od { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Pomanjšaj |
| 27 | pdfjs-zoom-out-button-label = Pomanjšaj |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Povečaj |
| 30 | pdfjs-zoom-in-button-label = Povečaj |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Povečava |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Preklopi v način predstavitve |
| 35 | pdfjs-presentation-mode-button-label = Način predstavitve |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Odpri datoteko |
| 38 | pdfjs-open-file-button-label = Odpri |
| 39 | pdfjs-print-button = |
| 40 | .title = Natisni |
| 41 | pdfjs-print-button-label = Natisni |
| 42 | pdfjs-save-button = |
| 43 | .title = Shrani |
| 44 | pdfjs-save-button-label = Shrani |
| 45 | # Used in Firefox for Android as a tooltip for the download button (“download” is a verb). |
| 46 | pdfjs-download-button = |
| 47 | .title = Prenesi |
| 48 | # Used in Firefox for Android as a label for the download button (“download” is a verb). |
| 49 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 50 | pdfjs-download-button-label = Prenesi |
| 51 | pdfjs-bookmark-button = |
| 52 | .title = Trenutna stran (prikaži URL, ki vodi do trenutne strani) |
| 53 | pdfjs-bookmark-button-label = Na trenutno stran |
| 54 | |
| 55 | ## Secondary toolbar and context menu |
| 56 | |
| 57 | pdfjs-tools-button = |
| 58 | .title = Orodja |
| 59 | pdfjs-tools-button-label = Orodja |
| 60 | pdfjs-first-page-button = |
| 61 | .title = Pojdi na prvo stran |
| 62 | pdfjs-first-page-button-label = Pojdi na prvo stran |
| 63 | pdfjs-last-page-button = |
| 64 | .title = Pojdi na zadnjo stran |
| 65 | pdfjs-last-page-button-label = Pojdi na zadnjo stran |
| 66 | pdfjs-page-rotate-cw-button = |
| 67 | .title = Zavrti v smeri urnega kazalca |
| 68 | pdfjs-page-rotate-cw-button-label = Zavrti v smeri urnega kazalca |
| 69 | pdfjs-page-rotate-ccw-button = |
| 70 | .title = Zavrti v nasprotni smeri urnega kazalca |
| 71 | pdfjs-page-rotate-ccw-button-label = Zavrti v nasprotni smeri urnega kazalca |
| 72 | pdfjs-cursor-text-select-tool-button = |
| 73 | .title = Omogoči orodje za izbor besedila |
| 74 | pdfjs-cursor-text-select-tool-button-label = Orodje za izbor besedila |
| 75 | pdfjs-cursor-hand-tool-button = |
| 76 | .title = Omogoči roko |
| 77 | pdfjs-cursor-hand-tool-button-label = Roka |
| 78 | pdfjs-scroll-page-button = |
| 79 | .title = Uporabi drsenje po strani |
| 80 | pdfjs-scroll-page-button-label = Drsenje po strani |
| 81 | pdfjs-scroll-vertical-button = |
| 82 | .title = Uporabi navpično drsenje |
| 83 | pdfjs-scroll-vertical-button-label = Navpično drsenje |
| 84 | pdfjs-scroll-horizontal-button = |
| 85 | .title = Uporabi vodoravno drsenje |
| 86 | pdfjs-scroll-horizontal-button-label = Vodoravno drsenje |
| 87 | pdfjs-scroll-wrapped-button = |
| 88 | .title = Uporabi ovito drsenje |
| 89 | pdfjs-scroll-wrapped-button-label = Ovito drsenje |
| 90 | pdfjs-spread-none-button = |
| 91 | .title = Ne združuj razponov strani |
| 92 | pdfjs-spread-none-button-label = Brez razponov |
| 93 | pdfjs-spread-odd-button = |
| 94 | .title = Združuj razpone strani z začetkom pri lihih straneh |
| 95 | pdfjs-spread-odd-button-label = Lihi razponi |
| 96 | pdfjs-spread-even-button = |
| 97 | .title = Združuj razpone strani z začetkom pri sodih straneh |
| 98 | pdfjs-spread-even-button-label = Sodi razponi |
| 99 | |
| 100 | ## Document properties dialog |
| 101 | |
| 102 | pdfjs-document-properties-button = |
| 103 | .title = Lastnosti dokumenta … |
| 104 | pdfjs-document-properties-button-label = Lastnosti dokumenta … |
| 105 | pdfjs-document-properties-file-name = Ime datoteke: |
| 106 | pdfjs-document-properties-file-size = Velikost datoteke: |
| 107 | # Variables: |
| 108 | # $size_kb (Number) - the PDF file size in kilobytes |
| 109 | # $size_b (Number) - the PDF file size in bytes |
| 110 | pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bajtov) |
| 111 | # Variables: |
| 112 | # $size_mb (Number) - the PDF file size in megabytes |
| 113 | # $size_b (Number) - the PDF file size in bytes |
| 114 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bajtov) |
| 115 | pdfjs-document-properties-title = Ime: |
| 116 | pdfjs-document-properties-author = Avtor: |
| 117 | pdfjs-document-properties-subject = Tema: |
| 118 | pdfjs-document-properties-keywords = Ključne besede: |
| 119 | pdfjs-document-properties-creation-date = Datum nastanka: |
| 120 | pdfjs-document-properties-modification-date = Datum spremembe: |
| 121 | # Variables: |
| 122 | # $date (Date) - the creation/modification date of the PDF file |
| 123 | # $time (Time) - the creation/modification time of the PDF file |
| 124 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 125 | pdfjs-document-properties-creator = Ustvaril: |
| 126 | pdfjs-document-properties-producer = Izdelovalec PDF: |
| 127 | pdfjs-document-properties-version = Različica PDF: |
| 128 | pdfjs-document-properties-page-count = Število strani: |
| 129 | pdfjs-document-properties-page-size = Velikost strani: |
| 130 | pdfjs-document-properties-page-size-unit-inches = palcev |
| 131 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 132 | pdfjs-document-properties-page-size-orientation-portrait = pokončno |
| 133 | pdfjs-document-properties-page-size-orientation-landscape = ležeče |
| 134 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 135 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 136 | pdfjs-document-properties-page-size-name-letter = Pismo |
| 137 | pdfjs-document-properties-page-size-name-legal = Pravno |
| 138 | |
| 139 | ## Variables: |
| 140 | ## $width (Number) - the width of the (current) page |
| 141 | ## $height (Number) - the height of the (current) page |
| 142 | ## $unit (String) - the unit of measurement of the (current) page |
| 143 | ## $name (String) - the name of the (current) page |
| 144 | ## $orientation (String) - the orientation of the (current) page |
| 145 | |
| 146 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 147 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 148 | |
| 149 | ## |
| 150 | |
| 151 | # The linearization status of the document; usually called "Fast Web View" in |
| 152 | # English locales of Adobe software. |
| 153 | pdfjs-document-properties-linearized = Hitri spletni ogled: |
| 154 | pdfjs-document-properties-linearized-yes = Da |
| 155 | pdfjs-document-properties-linearized-no = Ne |
| 156 | pdfjs-document-properties-close-button = Zapri |
| 157 | |
| 158 | |
| 159 | |
| 160 | pdfjs-print-progress-message = Priprava dokumenta na tiskanje … |
| 161 | # Variables: |
| 162 | # $progress (Number) - percent value |
| 163 | pdfjs-print-progress-percent = { $progress } % |
| 164 | pdfjs-print-progress-close-button = Prekliči |
| 165 | pdfjs-printing-not-supported = Opozorilo: ta brskalnik ne podpira vseh možnosti tiskanja. |
| 166 | pdfjs-printing-not-ready = Opozorilo: PDF ni v celoti naložen za tiskanje. |
| 167 | |
| 168 | ## Tooltips and alt text for side panel toolbar buttons |
| 169 | |
| 170 | pdfjs-toggle-sidebar-button = |
| 171 | .title = Preklopi stransko vrstico |
| 172 | pdfjs-toggle-sidebar-notification-button = |
| 173 | .title = Preklopi stransko vrstico (dokument vsebuje oris/priponke/plasti) |
| 174 | pdfjs-toggle-sidebar-button-label = Preklopi stransko vrstico |
| 175 | pdfjs-document-outline-button = |
| 176 | .title = Prikaži oris dokumenta (dvokliknite za razširitev/strnitev vseh predmetov) |
| 177 | pdfjs-document-outline-button-label = Oris dokumenta |
| 178 | pdfjs-attachments-button = |
| 179 | .title = Prikaži priponke |
| 180 | pdfjs-attachments-button-label = Priponke |
| 181 | pdfjs-layers-button = |
| 182 | .title = Prikaži plasti (dvokliknite za ponastavitev vseh plasti na privzeto stanje) |
| 183 | pdfjs-layers-button-label = Plasti |
| 184 | pdfjs-thumbs-button = |
| 185 | .title = Prikaži sličice |
| 186 | pdfjs-thumbs-button-label = Sličice |
| 187 | pdfjs-current-outline-item-button = |
| 188 | .title = Najdi trenutni predmet orisa |
| 189 | pdfjs-current-outline-item-button-label = Trenutni predmet orisa |
| 190 | pdfjs-findbar-button = |
| 191 | .title = Iskanje po dokumentu |
| 192 | pdfjs-findbar-button-label = Najdi |
| 193 | pdfjs-additional-layers = Dodatne plasti |
| 194 | |
| 195 | ## Thumbnails panel item (tooltip and alt text for images) |
| 196 | |
| 197 | # Variables: |
| 198 | # $page (Number) - the page number |
| 199 | pdfjs-thumb-page-title = |
| 200 | .title = Stran { $page } |
| 201 | # Variables: |
| 202 | # $page (Number) - the page number |
| 203 | pdfjs-thumb-page-canvas = |
| 204 | .aria-label = Sličica strani { $page } |
| 205 | |
| 206 | ## Find panel button title and messages |
| 207 | |
| 208 | pdfjs-find-input = |
| 209 | .title = Najdi |
| 210 | .placeholder = Najdi v dokumentu … |
| 211 | pdfjs-find-previous-button = |
| 212 | .title = Najdi prejšnjo ponovitev iskanega |
| 213 | pdfjs-find-previous-button-label = Najdi nazaj |
| 214 | pdfjs-find-next-button = |
| 215 | .title = Najdi naslednjo ponovitev iskanega |
| 216 | pdfjs-find-next-button-label = Najdi naprej |
| 217 | pdfjs-find-highlight-checkbox = Označi vse |
| 218 | pdfjs-find-match-case-checkbox-label = Razlikuj velike/male črke |
| 219 | pdfjs-find-match-diacritics-checkbox-label = Razlikuj diakritične znake |
| 220 | pdfjs-find-entire-word-checkbox-label = Cele besede |
| 221 | pdfjs-find-reached-top = Dosežen začetek dokumenta iz smeri konca |
| 222 | pdfjs-find-reached-bottom = Doseženo konec dokumenta iz smeri začetka |
| 223 | # Variables: |
| 224 | # $current (Number) - the index of the currently active find result |
| 225 | # $total (Number) - the total number of matches in the document |
| 226 | pdfjs-find-match-count = |
| 227 | { $total -> |
| 228 | [one] Zadetek { $current } od { $total } |
| 229 | [two] Zadetek { $current } od { $total } |
| 230 | [few] Zadetek { $current } od { $total } |
| 231 | *[other] Zadetek { $current } od { $total } |
| 232 | } |
| 233 | # Variables: |
| 234 | # $limit (Number) - the maximum number of matches |
| 235 | pdfjs-find-match-count-limit = |
| 236 | { $limit -> |
| 237 | [one] Več kot { $limit } zadetek |
| 238 | [two] Več kot { $limit } zadetka |
| 239 | [few] Več kot { $limit } zadetki |
| 240 | *[other] Več kot { $limit } zadetkov |
| 241 | } |
| 242 | pdfjs-find-not-found = Iskanega ni mogoče najti |
| 243 | |
| 244 | ## Predefined zoom values |
| 245 | |
| 246 | pdfjs-page-scale-width = Širina strani |
| 247 | pdfjs-page-scale-fit = Prilagodi stran |
| 248 | pdfjs-page-scale-auto = Samodejno |
| 249 | pdfjs-page-scale-actual = Dejanska velikost |
| 250 | # Variables: |
| 251 | # $scale (Number) - percent value for page scale |
| 252 | pdfjs-page-scale-percent = { $scale } % |
| 253 | |
| 254 | ## PDF page |
| 255 | |
| 256 | # Variables: |
| 257 | # $page (Number) - the page number |
| 258 | pdfjs-page-landmark = |
| 259 | .aria-label = Stran { $page } |
| 260 | |
| 261 | ## Loading indicator messages |
| 262 | |
| 263 | pdfjs-loading-error = Med nalaganjem datoteke PDF je prišlo do napake. |
| 264 | pdfjs-invalid-file-error = Neveljavna ali pokvarjena datoteka PDF. |
| 265 | pdfjs-missing-file-error = Ni datoteke PDF. |
| 266 | pdfjs-unexpected-response-error = Nepričakovan odgovor strežnika. |
| 267 | pdfjs-rendering-error = Med pripravljanjem strani je prišlo do napake! |
| 268 | |
| 269 | ## Annotations |
| 270 | |
| 271 | # Variables: |
| 272 | # $date (Date) - the modification date of the annotation |
| 273 | # $time (Time) - the modification time of the annotation |
| 274 | pdfjs-annotation-date-string = { $date }, { $time } |
| 275 | # .alt: This is used as a tooltip. |
| 276 | # Variables: |
| 277 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 278 | # (32000-1:2008 Table 169 – Annotation types). |
| 279 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 280 | pdfjs-text-annotation-type = |
| 281 | .alt = [Opomba vrste { $type }] |
| 282 | |
| 283 | ## Password |
| 284 | |
| 285 | pdfjs-password-label = Vnesite geslo za odpiranje te datoteke PDF. |
| 286 | pdfjs-password-invalid = Neveljavno geslo. Poskusite znova. |
| 287 | pdfjs-password-ok-button = V redu |
| 288 | pdfjs-password-cancel-button = Prekliči |
| 289 | pdfjs-web-fonts-disabled = Spletne pisave so onemogočene: vgradnih pisav za PDF ni mogoče uporabiti. |
| 290 | |
| 291 | ## Editing |
| 292 | |
| 293 | pdfjs-editor-free-text-button = |
| 294 | .title = Besedilo |
| 295 | pdfjs-editor-free-text-button-label = Besedilo |
| 296 | pdfjs-editor-ink-button = |
| 297 | .title = Riši |
| 298 | pdfjs-editor-ink-button-label = Riši |
| 299 | pdfjs-editor-stamp-button = |
| 300 | .title = Dodajanje ali urejanje slik |
| 301 | pdfjs-editor-stamp-button-label = Dodajanje ali urejanje slik |
| 302 | pdfjs-editor-highlight-button = |
| 303 | .title = Označevalnik |
| 304 | pdfjs-editor-highlight-button-label = Označevalnik |
| 305 | |
| 306 | ## Remove button for the various kind of editor. |
| 307 | |
| 308 | pdfjs-editor-remove-ink-button = |
| 309 | .title = Odstrani risbo |
| 310 | pdfjs-editor-remove-freetext-button = |
| 311 | .title = Odstrani besedilo |
| 312 | pdfjs-editor-remove-stamp-button = |
| 313 | .title = Odstrani sliko |
| 314 | pdfjs-editor-remove-highlight-button = |
| 315 | .title = Odstrani označbo |
| 316 | |
| 317 | ## |
| 318 | |
| 319 | # Editor Parameters |
| 320 | pdfjs-editor-free-text-color-input = Barva |
| 321 | pdfjs-editor-free-text-size-input = Velikost |
| 322 | pdfjs-editor-ink-color-input = Barva |
| 323 | pdfjs-editor-ink-thickness-input = Debelina |
| 324 | pdfjs-editor-ink-opacity-input = Neprosojnost |
| 325 | pdfjs-editor-stamp-add-image-button = |
| 326 | .title = Dodaj sliko |
| 327 | pdfjs-editor-stamp-add-image-button-label = Dodaj sliko |
| 328 | # This refers to the thickness of the line used for free highlighting (not bound to text) |
| 329 | pdfjs-editor-free-highlight-thickness-input = Debelina |
| 330 | pdfjs-editor-free-highlight-thickness-title = |
| 331 | .title = Spremeni debelino pri označevanju nebesedilnih elementov |
| 332 | pdfjs-free-text = |
| 333 | .aria-label = Urejevalnik besedila |
| 334 | pdfjs-free-text-default-content = Začnite tipkati … |
| 335 | pdfjs-ink = |
| 336 | .aria-label = Urejevalnik risanja |
| 337 | pdfjs-ink-canvas = |
| 338 | .aria-label = Uporabnikova slika |
| 339 | |
| 340 | ## Alt-text dialog |
| 341 | |
| 342 | # Alternative text (alt text) helps when people can't see the image. |
| 343 | pdfjs-editor-alt-text-button-label = Nadomestno besedilo |
| 344 | pdfjs-editor-alt-text-edit-button-label = Uredi nadomestno besedilo |
| 345 | pdfjs-editor-alt-text-dialog-label = Izberite možnost |
| 346 | pdfjs-editor-alt-text-dialog-description = Nadomestno besedilo se prikaže tistim, ki ne vidijo slike, ali če se ta ne naloži. |
| 347 | pdfjs-editor-alt-text-add-description-label = Dodaj opis |
| 348 | pdfjs-editor-alt-text-add-description-description = Poskušajte v enem ali dveh stavkih opisati motiv, okolje ali dejanja. |
| 349 | pdfjs-editor-alt-text-mark-decorative-label = Označi kot okrasno |
| 350 | pdfjs-editor-alt-text-mark-decorative-description = Uporablja se za slike, ki služijo samo okrasu, na primer obrobe ali vodne žige. |
| 351 | pdfjs-editor-alt-text-cancel-button = Prekliči |
| 352 | pdfjs-editor-alt-text-save-button = Shrani |
| 353 | pdfjs-editor-alt-text-decorative-tooltip = Označeno kot okrasno |
| 354 | # .placeholder: This is a placeholder for the alt text input area |
| 355 | pdfjs-editor-alt-text-textarea = |
| 356 | .placeholder = Na primer: "Mladenič sedi za mizo pri jedi" |
| 357 | |
| 358 | ## Editor resizers |
| 359 | ## This is used in an aria label to help to understand the role of the resizer. |
| 360 | |
| 361 | pdfjs-editor-resizer-label-top-left = Zgornji levi kot – spremeni velikost |
| 362 | pdfjs-editor-resizer-label-top-middle = Zgoraj na sredini – spremeni velikost |
| 363 | pdfjs-editor-resizer-label-top-right = Zgornji desni kot – spremeni velikost |
| 364 | pdfjs-editor-resizer-label-middle-right = Desno na sredini – spremeni velikost |
| 365 | pdfjs-editor-resizer-label-bottom-right = Spodnji desni kot – spremeni velikost |
| 366 | pdfjs-editor-resizer-label-bottom-middle = Spodaj na sredini – spremeni velikost |
| 367 | pdfjs-editor-resizer-label-bottom-left = Spodnji levi kot – spremeni velikost |
| 368 | pdfjs-editor-resizer-label-middle-left = Levo na sredini – spremeni velikost |
| 369 | |
| 370 | ## Color picker |
| 371 | |
| 372 | # This means "Color used to highlight text" |
| 373 | pdfjs-editor-highlight-colorpicker-label = Barva označbe |
| 374 | pdfjs-editor-colorpicker-button = |
| 375 | .title = Spremeni barvo |
| 376 | pdfjs-editor-colorpicker-dropdown = |
| 377 | .aria-label = Izbira barve |
| 378 | pdfjs-editor-colorpicker-yellow = |
| 379 | .title = Rumena |
| 380 | pdfjs-editor-colorpicker-green = |
| 381 | .title = Zelena |
| 382 | pdfjs-editor-colorpicker-blue = |
| 383 | .title = Modra |
| 384 | pdfjs-editor-colorpicker-pink = |
| 385 | .title = Roza |
| 386 | pdfjs-editor-colorpicker-red = |
| 387 | .title = Rdeča |
| 388 | |
| 389 | ## Show all highlights |
| 390 | ## This is a toggle button to show/hide all the highlights. |
| 391 | |
| 392 | pdfjs-editor-highlight-show-all-button-label = Prikaži vse |
| 393 | pdfjs-editor-highlight-show-all-button = |
| 394 | .title = Prikaži vse |
| 395 |