viewer.ftl
407 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 = Predchádzajúca strana |
| 10 | pdfjs-previous-button-label = Predchádzajúca |
| 11 | pdfjs-next-button = |
| 12 | .title = Nasledujúca strana |
| 13 | pdfjs-next-button-label = Nasledujúca |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Strana |
| 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 = z { $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 } z { $pagesCount }) |
| 25 | pdfjs-zoom-out-button = |
| 26 | .title = Zmenšiť veľkosť |
| 27 | pdfjs-zoom-out-button-label = Zmenšiť veľkosť |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Zväčšiť veľkosť |
| 30 | pdfjs-zoom-in-button-label = Zväčšiť veľkosť |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Nastavenie veľkosti |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Prepnúť na režim prezentácie |
| 35 | pdfjs-presentation-mode-button-label = Režim prezentácie |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Otvoriť súbor |
| 38 | pdfjs-open-file-button-label = Otvoriť |
| 39 | pdfjs-print-button = |
| 40 | .title = Tlačiť |
| 41 | pdfjs-print-button-label = Tlačiť |
| 42 | pdfjs-save-button = |
| 43 | .title = Uložiť |
| 44 | pdfjs-save-button-label = Uložiť |
| 45 | # Used in Firefox for Android as a tooltip for the download button (“download” is a verb). |
| 46 | pdfjs-download-button = |
| 47 | .title = Stiahnuť |
| 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 = Stiahnuť |
| 51 | pdfjs-bookmark-button = |
| 52 | .title = Aktuálna stránka (zobraziť adresu URL z aktuálnej stránky) |
| 53 | pdfjs-bookmark-button-label = Aktuálna stránka |
| 54 | # Used in Firefox for Android. |
| 55 | pdfjs-open-in-app-button = |
| 56 | .title = Otvoriť v aplikácii |
| 57 | # Used in Firefox for Android. |
| 58 | # Length of the translation matters since we are in a mobile context, with limited screen estate. |
| 59 | pdfjs-open-in-app-button-label = Otvoriť v aplikácii |
| 60 | |
| 61 | ## Secondary toolbar and context menu |
| 62 | |
| 63 | pdfjs-tools-button = |
| 64 | .title = Nástroje |
| 65 | pdfjs-tools-button-label = Nástroje |
| 66 | pdfjs-first-page-button = |
| 67 | .title = Prejsť na prvú stranu |
| 68 | pdfjs-first-page-button-label = Prejsť na prvú stranu |
| 69 | pdfjs-last-page-button = |
| 70 | .title = Prejsť na poslednú stranu |
| 71 | pdfjs-last-page-button-label = Prejsť na poslednú stranu |
| 72 | pdfjs-page-rotate-cw-button = |
| 73 | .title = Otočiť v smere hodinových ručičiek |
| 74 | pdfjs-page-rotate-cw-button-label = Otočiť v smere hodinových ručičiek |
| 75 | pdfjs-page-rotate-ccw-button = |
| 76 | .title = Otočiť proti smeru hodinových ručičiek |
| 77 | pdfjs-page-rotate-ccw-button-label = Otočiť proti smeru hodinových ručičiek |
| 78 | pdfjs-cursor-text-select-tool-button = |
| 79 | .title = Povoliť výber textu |
| 80 | pdfjs-cursor-text-select-tool-button-label = Výber textu |
| 81 | pdfjs-cursor-hand-tool-button = |
| 82 | .title = Povoliť nástroj ruka |
| 83 | pdfjs-cursor-hand-tool-button-label = Nástroj ruka |
| 84 | pdfjs-scroll-page-button = |
| 85 | .title = Použiť rolovanie po stránkach |
| 86 | pdfjs-scroll-page-button-label = Rolovanie po stránkach |
| 87 | pdfjs-scroll-vertical-button = |
| 88 | .title = Používať zvislé posúvanie |
| 89 | pdfjs-scroll-vertical-button-label = Zvislé posúvanie |
| 90 | pdfjs-scroll-horizontal-button = |
| 91 | .title = Používať vodorovné posúvanie |
| 92 | pdfjs-scroll-horizontal-button-label = Vodorovné posúvanie |
| 93 | pdfjs-scroll-wrapped-button = |
| 94 | .title = Použiť postupné posúvanie |
| 95 | pdfjs-scroll-wrapped-button-label = Postupné posúvanie |
| 96 | pdfjs-spread-none-button = |
| 97 | .title = Nezdružovať stránky |
| 98 | pdfjs-spread-none-button-label = Žiadne združovanie |
| 99 | pdfjs-spread-odd-button = |
| 100 | .title = Združí stránky a umiestni nepárne stránky vľavo |
| 101 | pdfjs-spread-odd-button-label = Združiť stránky (nepárne vľavo) |
| 102 | pdfjs-spread-even-button = |
| 103 | .title = Združí stránky a umiestni párne stránky vľavo |
| 104 | pdfjs-spread-even-button-label = Združiť stránky (párne vľavo) |
| 105 | |
| 106 | ## Document properties dialog |
| 107 | |
| 108 | pdfjs-document-properties-button = |
| 109 | .title = Vlastnosti dokumentu… |
| 110 | pdfjs-document-properties-button-label = Vlastnosti dokumentu… |
| 111 | pdfjs-document-properties-file-name = Názov súboru: |
| 112 | pdfjs-document-properties-file-size = Veľkosť súboru: |
| 113 | # Variables: |
| 114 | # $size_kb (Number) - the PDF file size in kilobytes |
| 115 | # $size_b (Number) - the PDF file size in bytes |
| 116 | pdfjs-document-properties-kb = { $size_kb } kB ({ $size_b } bajtov) |
| 117 | # Variables: |
| 118 | # $size_mb (Number) - the PDF file size in megabytes |
| 119 | # $size_b (Number) - the PDF file size in bytes |
| 120 | pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bajtov) |
| 121 | pdfjs-document-properties-title = Názov: |
| 122 | pdfjs-document-properties-author = Autor: |
| 123 | pdfjs-document-properties-subject = Predmet: |
| 124 | pdfjs-document-properties-keywords = Kľúčové slová: |
| 125 | pdfjs-document-properties-creation-date = Dátum vytvorenia: |
| 126 | pdfjs-document-properties-modification-date = Dátum úpravy: |
| 127 | # Variables: |
| 128 | # $date (Date) - the creation/modification date of the PDF file |
| 129 | # $time (Time) - the creation/modification time of the PDF file |
| 130 | pdfjs-document-properties-date-string = { $date }, { $time } |
| 131 | pdfjs-document-properties-creator = Aplikácia: |
| 132 | pdfjs-document-properties-producer = Tvorca PDF: |
| 133 | pdfjs-document-properties-version = Verzia PDF: |
| 134 | pdfjs-document-properties-page-count = Počet strán: |
| 135 | pdfjs-document-properties-page-size = Veľkosť stránky: |
| 136 | pdfjs-document-properties-page-size-unit-inches = in |
| 137 | pdfjs-document-properties-page-size-unit-millimeters = mm |
| 138 | pdfjs-document-properties-page-size-orientation-portrait = na výšku |
| 139 | pdfjs-document-properties-page-size-orientation-landscape = na šírku |
| 140 | pdfjs-document-properties-page-size-name-a-three = A3 |
| 141 | pdfjs-document-properties-page-size-name-a-four = A4 |
| 142 | pdfjs-document-properties-page-size-name-letter = List |
| 143 | pdfjs-document-properties-page-size-name-legal = Legal |
| 144 | |
| 145 | ## Variables: |
| 146 | ## $width (Number) - the width of the (current) page |
| 147 | ## $height (Number) - the height of the (current) page |
| 148 | ## $unit (String) - the unit of measurement of the (current) page |
| 149 | ## $name (String) - the name of the (current) page |
| 150 | ## $orientation (String) - the orientation of the (current) page |
| 151 | |
| 152 | pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation }) |
| 153 | pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation }) |
| 154 | |
| 155 | ## |
| 156 | |
| 157 | # The linearization status of the document; usually called "Fast Web View" in |
| 158 | # English locales of Adobe software. |
| 159 | pdfjs-document-properties-linearized = Rýchle zobrazovanie z webu: |
| 160 | pdfjs-document-properties-linearized-yes = Áno |
| 161 | pdfjs-document-properties-linearized-no = Nie |
| 162 | pdfjs-document-properties-close-button = Zavrieť |
| 163 | |
| 164 | |
| 165 | |
| 166 | pdfjs-print-progress-message = Príprava dokumentu na tlač… |
| 167 | # Variables: |
| 168 | # $progress (Number) - percent value |
| 169 | pdfjs-print-progress-percent = { $progress } % |
| 170 | pdfjs-print-progress-close-button = Zrušiť |
| 171 | pdfjs-printing-not-supported = Upozornenie: tlač nie je v tomto prehliadači plne podporovaná. |
| 172 | pdfjs-printing-not-ready = Upozornenie: súbor PDF nie je plne načítaný pre tlač. |
| 173 | |
| 174 | ## Tooltips and alt text for side panel toolbar buttons |
| 175 | |
| 176 | pdfjs-toggle-sidebar-button = |
| 177 | .title = Prepnúť bočný panel |
| 178 | pdfjs-toggle-sidebar-notification-button = |
| 179 | .title = Prepnúť bočný panel (dokument obsahuje osnovu/prílohy/vrstvy) |
| 180 | pdfjs-toggle-sidebar-button-label = Prepnúť bočný panel |
| 181 | pdfjs-document-outline-button = |
| 182 | .title = Zobraziť osnovu dokumentu (dvojitým kliknutím rozbalíte/zbalíte všetky položky) |
| 183 | pdfjs-document-outline-button-label = Osnova dokumentu |
| 184 | pdfjs-attachments-button = |
| 185 | .title = Zobraziť prílohy |
| 186 | pdfjs-attachments-button-label = Prílohy |
| 187 | pdfjs-layers-button = |
| 188 | .title = Zobraziť vrstvy (dvojitým kliknutím uvediete všetky vrstvy do pôvodného stavu) |
| 189 | pdfjs-layers-button-label = Vrstvy |
| 190 | pdfjs-thumbs-button = |
| 191 | .title = Zobraziť miniatúry |
| 192 | pdfjs-thumbs-button-label = Miniatúry |
| 193 | pdfjs-current-outline-item-button = |
| 194 | .title = Nájsť aktuálnu položku v osnove |
| 195 | pdfjs-current-outline-item-button-label = Aktuálna položka v osnove |
| 196 | pdfjs-findbar-button = |
| 197 | .title = Hľadať v dokumente |
| 198 | pdfjs-findbar-button-label = Hľadať |
| 199 | pdfjs-additional-layers = Ďalšie vrstvy |
| 200 | |
| 201 | ## Thumbnails panel item (tooltip and alt text for images) |
| 202 | |
| 203 | # Variables: |
| 204 | # $page (Number) - the page number |
| 205 | pdfjs-thumb-page-title = |
| 206 | .title = Strana { $page } |
| 207 | # Variables: |
| 208 | # $page (Number) - the page number |
| 209 | pdfjs-thumb-page-canvas = |
| 210 | .aria-label = Miniatúra strany { $page } |
| 211 | |
| 212 | ## Find panel button title and messages |
| 213 | |
| 214 | pdfjs-find-input = |
| 215 | .title = Hľadať |
| 216 | .placeholder = Hľadať v dokumente… |
| 217 | pdfjs-find-previous-button = |
| 218 | .title = Vyhľadať predchádzajúci výskyt reťazca |
| 219 | pdfjs-find-previous-button-label = Predchádzajúce |
| 220 | pdfjs-find-next-button = |
| 221 | .title = Vyhľadať ďalší výskyt reťazca |
| 222 | pdfjs-find-next-button-label = Ďalšie |
| 223 | pdfjs-find-highlight-checkbox = Zvýrazniť všetky |
| 224 | pdfjs-find-match-case-checkbox-label = Rozlišovať veľkosť písmen |
| 225 | pdfjs-find-match-diacritics-checkbox-label = Rozlišovať diakritiku |
| 226 | pdfjs-find-entire-word-checkbox-label = Celé slová |
| 227 | pdfjs-find-reached-top = Bol dosiahnutý začiatok stránky, pokračuje sa od konca |
| 228 | pdfjs-find-reached-bottom = Bol dosiahnutý koniec stránky, pokračuje sa od začiatku |
| 229 | # Variables: |
| 230 | # $current (Number) - the index of the currently active find result |
| 231 | # $total (Number) - the total number of matches in the document |
| 232 | pdfjs-find-match-count = |
| 233 | { $total -> |
| 234 | [one] Výskyt { $current } z { $total } |
| 235 | [few] Výskyt { $current } z { $total } |
| 236 | [many] Výskyt { $current } z { $total } |
| 237 | *[other] Výskyt { $current } z { $total } |
| 238 | } |
| 239 | # Variables: |
| 240 | # $limit (Number) - the maximum number of matches |
| 241 | pdfjs-find-match-count-limit = |
| 242 | { $limit -> |
| 243 | [one] Viac ako { $limit } výskyt |
| 244 | [few] Viac ako { $limit } výskyty |
| 245 | [many] Viac ako { $limit } výskytov |
| 246 | *[other] Viac ako { $limit } výskytov |
| 247 | } |
| 248 | pdfjs-find-not-found = Výraz nebol nájdený |
| 249 | |
| 250 | ## Predefined zoom values |
| 251 | |
| 252 | pdfjs-page-scale-width = Na šírku strany |
| 253 | pdfjs-page-scale-fit = Na veľkosť strany |
| 254 | pdfjs-page-scale-auto = Automatická veľkosť |
| 255 | pdfjs-page-scale-actual = Skutočná veľkosť |
| 256 | # Variables: |
| 257 | # $scale (Number) - percent value for page scale |
| 258 | pdfjs-page-scale-percent = { $scale } % |
| 259 | |
| 260 | ## PDF page |
| 261 | |
| 262 | # Variables: |
| 263 | # $page (Number) - the page number |
| 264 | pdfjs-page-landmark = |
| 265 | .aria-label = Strana { $page } |
| 266 | |
| 267 | ## Loading indicator messages |
| 268 | |
| 269 | pdfjs-loading-error = Počas načítavania dokumentu PDF sa vyskytla chyba. |
| 270 | pdfjs-invalid-file-error = Neplatný alebo poškodený súbor PDF. |
| 271 | pdfjs-missing-file-error = Chýbajúci súbor PDF. |
| 272 | pdfjs-unexpected-response-error = Neočakávaná odpoveď zo servera. |
| 273 | pdfjs-rendering-error = Pri vykresľovaní stránky sa vyskytla chyba. |
| 274 | |
| 275 | ## Annotations |
| 276 | |
| 277 | # Variables: |
| 278 | # $date (Date) - the modification date of the annotation |
| 279 | # $time (Time) - the modification time of the annotation |
| 280 | pdfjs-annotation-date-string = { $date }, { $time } |
| 281 | # .alt: This is used as a tooltip. |
| 282 | # Variables: |
| 283 | # $type (String) - an annotation type from a list defined in the PDF spec |
| 284 | # (32000-1:2008 Table 169 – Annotation types). |
| 285 | # Some common types are e.g.: "Check", "Text", "Comment", "Note" |
| 286 | pdfjs-text-annotation-type = |
| 287 | .alt = [Anotácia typu { $type }] |
| 288 | |
| 289 | ## Password |
| 290 | |
| 291 | pdfjs-password-label = Ak chcete otvoriť tento súbor PDF, zadajte jeho heslo. |
| 292 | pdfjs-password-invalid = Heslo nie je platné. Skúste to znova. |
| 293 | pdfjs-password-ok-button = OK |
| 294 | pdfjs-password-cancel-button = Zrušiť |
| 295 | pdfjs-web-fonts-disabled = Webové písma sú vypnuté: nie je možné použiť písma vložené do súboru PDF. |
| 296 | |
| 297 | ## Editing |
| 298 | |
| 299 | pdfjs-editor-free-text-button = |
| 300 | .title = Text |
| 301 | pdfjs-editor-free-text-button-label = Text |
| 302 | pdfjs-editor-ink-button = |
| 303 | .title = Kresliť |
| 304 | pdfjs-editor-ink-button-label = Kresliť |
| 305 | pdfjs-editor-stamp-button = |
| 306 | .title = Pridať alebo upraviť obrázky |
| 307 | pdfjs-editor-stamp-button-label = Pridať alebo upraviť obrázky |
| 308 | pdfjs-editor-highlight-button = |
| 309 | .title = Zvýrazniť |
| 310 | pdfjs-editor-highlight-button-label = Zvýrazniť |
| 311 | pdfjs-highlight-floating-button = |
| 312 | .title = Zvýrazniť |
| 313 | pdfjs-highlight-floating-button1 = |
| 314 | .title = Zvýrazniť |
| 315 | .aria-label = Zvýrazniť |
| 316 | pdfjs-highlight-floating-button-label = Zvýrazniť |
| 317 | |
| 318 | ## Remove button for the various kind of editor. |
| 319 | |
| 320 | pdfjs-editor-remove-ink-button = |
| 321 | .title = Odstrániť kresbu |
| 322 | pdfjs-editor-remove-freetext-button = |
| 323 | .title = Odstrániť text |
| 324 | pdfjs-editor-remove-stamp-button = |
| 325 | .title = Odstrániť obrázok |
| 326 | pdfjs-editor-remove-highlight-button = |
| 327 | .title = Odstrániť zvýraznenie |
| 328 | |
| 329 | ## |
| 330 | |
| 331 | # Editor Parameters |
| 332 | pdfjs-editor-free-text-color-input = Farba |
| 333 | pdfjs-editor-free-text-size-input = Veľkosť |
| 334 | pdfjs-editor-ink-color-input = Farba |
| 335 | pdfjs-editor-ink-thickness-input = Hrúbka |
| 336 | pdfjs-editor-ink-opacity-input = Priehľadnosť |
| 337 | pdfjs-editor-stamp-add-image-button = |
| 338 | .title = Pridať obrázok |
| 339 | pdfjs-editor-stamp-add-image-button-label = Pridať obrázok |
| 340 | # This refers to the thickness of the line used for free highlighting (not bound to text) |
| 341 | pdfjs-editor-free-highlight-thickness-input = Hrúbka |
| 342 | pdfjs-editor-free-highlight-thickness-title = |
| 343 | .title = Zmeňte hrúbku pre zvýrazňovanie iných položiek ako textu |
| 344 | pdfjs-free-text = |
| 345 | .aria-label = Textový editor |
| 346 | pdfjs-free-text-default-content = Začnite písať… |
| 347 | pdfjs-ink = |
| 348 | .aria-label = Editor kreslenia |
| 349 | pdfjs-ink-canvas = |
| 350 | .aria-label = Obrázok vytvorený používateľom |
| 351 | |
| 352 | ## Alt-text dialog |
| 353 | |
| 354 | # Alternative text (alt text) helps when people can't see the image. |
| 355 | pdfjs-editor-alt-text-button-label = Alternatívny text |
| 356 | pdfjs-editor-alt-text-edit-button-label = Upraviť alternatívny text |
| 357 | pdfjs-editor-alt-text-dialog-label = Vyberte možnosť |
| 358 | pdfjs-editor-alt-text-dialog-description = Alternatívny text (alt text) pomáha, keď ľudia obrázok nevidia alebo sa nenačítava. |
| 359 | pdfjs-editor-alt-text-add-description-label = Pridať popis |
| 360 | pdfjs-editor-alt-text-add-description-description = Zamerajte sa na 1-2 vety, ktoré popisujú predmet, prostredie alebo akcie. |
| 361 | pdfjs-editor-alt-text-mark-decorative-label = Označiť ako dekoratívny |
| 362 | pdfjs-editor-alt-text-mark-decorative-description = Používa sa na ozdobné obrázky, ako sú okraje alebo vodoznaky. |
| 363 | pdfjs-editor-alt-text-cancel-button = Zrušiť |
| 364 | pdfjs-editor-alt-text-save-button = Uložiť |
| 365 | pdfjs-editor-alt-text-decorative-tooltip = Označený ako dekoratívny |
| 366 | # .placeholder: This is a placeholder for the alt text input area |
| 367 | pdfjs-editor-alt-text-textarea = |
| 368 | .placeholder = Napríklad: „Mladý muž si sadá za stôl, aby sa najedol“ |
| 369 | |
| 370 | ## Editor resizers |
| 371 | ## This is used in an aria label to help to understand the role of the resizer. |
| 372 | |
| 373 | pdfjs-editor-resizer-label-top-left = Ľavý horný roh – zmena veľkosti |
| 374 | pdfjs-editor-resizer-label-top-middle = Horný stred – zmena veľkosti |
| 375 | pdfjs-editor-resizer-label-top-right = Pravý horný roh – zmena veľkosti |
| 376 | pdfjs-editor-resizer-label-middle-right = Vpravo uprostred – zmena veľkosti |
| 377 | pdfjs-editor-resizer-label-bottom-right = Pravý dolný roh – zmena veľkosti |
| 378 | pdfjs-editor-resizer-label-bottom-middle = Stred dole – zmena veľkosti |
| 379 | pdfjs-editor-resizer-label-bottom-left = Ľavý dolný roh – zmena veľkosti |
| 380 | pdfjs-editor-resizer-label-middle-left = Vľavo uprostred – zmena veľkosti |
| 381 | |
| 382 | ## Color picker |
| 383 | |
| 384 | # This means "Color used to highlight text" |
| 385 | pdfjs-editor-highlight-colorpicker-label = Farba zvýraznenia |
| 386 | pdfjs-editor-colorpicker-button = |
| 387 | .title = Zmeniť farbu |
| 388 | pdfjs-editor-colorpicker-dropdown = |
| 389 | .aria-label = Výber farieb |
| 390 | pdfjs-editor-colorpicker-yellow = |
| 391 | .title = Žltá |
| 392 | pdfjs-editor-colorpicker-green = |
| 393 | .title = Zelená |
| 394 | pdfjs-editor-colorpicker-blue = |
| 395 | .title = Modrá |
| 396 | pdfjs-editor-colorpicker-pink = |
| 397 | .title = Ružová |
| 398 | pdfjs-editor-colorpicker-red = |
| 399 | .title = Červená |
| 400 | |
| 401 | ## Show all highlights |
| 402 | ## This is a toggle button to show/hide all the highlights. |
| 403 | |
| 404 | pdfjs-editor-highlight-show-all-button-label = Zobraziť všetko |
| 405 | pdfjs-editor-highlight-show-all-button = |
| 406 | .title = Zobraziť všetko |
| 407 |