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 = Přejde na předchozí stránku |
| 10 | pdfjs-previous-button-label = Předchozí |
| 11 | pdfjs-next-button = |
| 12 | .title = Přejde na následující stránku |
| 13 | pdfjs-next-button-label = Další |
| 14 | # .title: Tooltip for the pageNumber input. |
| 15 | pdfjs-page-input = |
| 16 | .title = Stránka |
| 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ší velikost |
| 27 | pdfjs-zoom-out-button-label = Zmenšit |
| 28 | pdfjs-zoom-in-button = |
| 29 | .title = Zvětší velikost |
| 30 | pdfjs-zoom-in-button-label = Zvětšit |
| 31 | pdfjs-zoom-select = |
| 32 | .title = Nastaví velikost |
| 33 | pdfjs-presentation-mode-button = |
| 34 | .title = Přepne do režimu prezentace |
| 35 | pdfjs-presentation-mode-button-label = Režim prezentace |
| 36 | pdfjs-open-file-button = |
| 37 | .title = Otevře soubor |
| 38 | pdfjs-open-file-button-label = Otevřít |
| 39 | pdfjs-print-button = |
| 40 | .title = Vytiskne dokument |
| 41 | pdfjs-print-button-label = Vytisknout |
| 42 | pdfjs-save-button = |
| 43 | .title = Uložit |
| 44 | pdfjs-save-button-label = Uložit |
| 45 | # Used in Firefox for Android as a tooltip for the download button (“download” is a verb). |
| 46 | pdfjs-download-button = |
| 47 | .title = Stáhnout |
| 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 = Stáhnout |
| 51 | pdfjs-bookmark-button = |
| 52 | .title = Aktuální stránka (zobrazit URL od aktuální stránky) |
| 53 | pdfjs-bookmark-button-label = Aktuální stránka |
| 54 | # Used in Firefox for Android. |
| 55 | pdfjs-open-in-app-button = |
| 56 | .title = Otevřít v aplikaci |
| 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 = Otevřít v aplikaci |
| 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 = Přejde na první stránku |
| 68 | pdfjs-first-page-button-label = Přejít na první stránku |
| 69 | pdfjs-last-page-button = |
| 70 | .title = Přejde na poslední stránku |
| 71 | pdfjs-last-page-button-label = Přejít na poslední stránku |
| 72 | pdfjs-page-rotate-cw-button = |
| 73 | .title = Otočí po směru hodin |
| 74 | pdfjs-page-rotate-cw-button-label = Otočit po směru hodin |
| 75 | pdfjs-page-rotate-ccw-button = |
| 76 | .title = Otočí proti směru hodin |
| 77 | pdfjs-page-rotate-ccw-button-label = Otočit proti směru hodin |
| 78 | pdfjs-cursor-text-select-tool-button = |
| 79 | .title = Povolí výběr textu |
| 80 | pdfjs-cursor-text-select-tool-button-label = Výběr textu |
| 81 | pdfjs-cursor-hand-tool-button = |
| 82 | .title = Povolí nástroj ručička |
| 83 | pdfjs-cursor-hand-tool-button-label = Nástroj ručička |
| 84 | pdfjs-scroll-page-button = |
| 85 | .title = Posouvat po stránkách |
| 86 | pdfjs-scroll-page-button-label = Posouvání po stránkách |
| 87 | pdfjs-scroll-vertical-button = |
| 88 | .title = Použít svislé posouvání |
| 89 | pdfjs-scroll-vertical-button-label = Svislé posouvání |
| 90 | pdfjs-scroll-horizontal-button = |
| 91 | .title = Použít vodorovné posouvání |
| 92 | pdfjs-scroll-horizontal-button-label = Vodorovné posouvání |
| 93 | pdfjs-scroll-wrapped-button = |
| 94 | .title = Použít postupné posouvání |
| 95 | pdfjs-scroll-wrapped-button-label = Postupné posouvání |
| 96 | pdfjs-spread-none-button = |
| 97 | .title = Nesdružovat stránky |
| 98 | pdfjs-spread-none-button-label = Žádné sdružení |
| 99 | pdfjs-spread-odd-button = |
| 100 | .title = Sdruží stránky s umístěním lichých vlevo |
| 101 | pdfjs-spread-odd-button-label = Sdružení stránek (liché vlevo) |
| 102 | pdfjs-spread-even-button = |
| 103 | .title = Sdruží stránky s umístěním sudých vlevo |
| 104 | pdfjs-spread-even-button-label = Sdružení stránek (sudé vlevo) |
| 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ázev souboru: |
| 112 | pdfjs-document-properties-file-size = Velikost souboru: |
| 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 } bajtů) |
| 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 } bajtů) |
| 121 | pdfjs-document-properties-title = Název stránky: |
| 122 | pdfjs-document-properties-author = Autor: |
| 123 | pdfjs-document-properties-subject = Předmět: |
| 124 | pdfjs-document-properties-keywords = Klíčová slova: |
| 125 | pdfjs-document-properties-creation-date = Datum vytvoření: |
| 126 | pdfjs-document-properties-modification-date = Datum ú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 = Vytvořil: |
| 132 | pdfjs-document-properties-producer = Tvůrce PDF: |
| 133 | pdfjs-document-properties-version = Verze PDF: |
| 134 | pdfjs-document-properties-page-count = Počet stránek: |
| 135 | pdfjs-document-properties-page-size = Velikost 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 šířku |
| 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 = Dopis |
| 143 | pdfjs-document-properties-page-size-name-legal = Právní dokument |
| 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 = Rychlé zobrazování z webu: |
| 160 | pdfjs-document-properties-linearized-yes = Ano |
| 161 | pdfjs-document-properties-linearized-no = Ne |
| 162 | pdfjs-document-properties-close-button = Zavřít |
| 163 | |
| 164 | |
| 165 | |
| 166 | pdfjs-print-progress-message = Příprava dokumentu pro tisk… |
| 167 | # Variables: |
| 168 | # $progress (Number) - percent value |
| 169 | pdfjs-print-progress-percent = { $progress } % |
| 170 | pdfjs-print-progress-close-button = Zrušit |
| 171 | pdfjs-printing-not-supported = Upozornění: Tisk není v tomto prohlížeči plně podporován. |
| 172 | pdfjs-printing-not-ready = Upozornění: Dokument PDF není kompletně načten. |
| 173 | |
| 174 | ## Tooltips and alt text for side panel toolbar buttons |
| 175 | |
| 176 | pdfjs-toggle-sidebar-button = |
| 177 | .title = Postranní lišta |
| 178 | pdfjs-toggle-sidebar-notification-button = |
| 179 | .title = Přepnout postranní lištu (dokument obsahuje osnovu/přílohy/vrstvy) |
| 180 | pdfjs-toggle-sidebar-button-label = Postranní lišta |
| 181 | pdfjs-document-outline-button = |
| 182 | .title = Zobrazí osnovu dokumentu (poklepání přepne zobrazení všech položek) |
| 183 | pdfjs-document-outline-button-label = Osnova dokumentu |
| 184 | pdfjs-attachments-button = |
| 185 | .title = Zobrazí přílohy |
| 186 | pdfjs-attachments-button-label = Přílohy |
| 187 | pdfjs-layers-button = |
| 188 | .title = Zobrazit vrstvy (poklepáním obnovíte všechny vrstvy do výchozího stavu) |
| 189 | pdfjs-layers-button-label = Vrstvy |
| 190 | pdfjs-thumbs-button = |
| 191 | .title = Zobrazí náhledy |
| 192 | pdfjs-thumbs-button-label = Náhledy |
| 193 | pdfjs-current-outline-item-button = |
| 194 | .title = Najít aktuální položku v osnově |
| 195 | pdfjs-current-outline-item-button-label = Aktuální položka v osnově |
| 196 | pdfjs-findbar-button = |
| 197 | .title = Najde v dokumentu |
| 198 | pdfjs-findbar-button-label = Najít |
| 199 | pdfjs-additional-layers = Další 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 = Náhled strany { $page } |
| 211 | |
| 212 | ## Find panel button title and messages |
| 213 | |
| 214 | pdfjs-find-input = |
| 215 | .title = Najít |
| 216 | .placeholder = Najít v dokumentu… |
| 217 | pdfjs-find-previous-button = |
| 218 | .title = Najde předchozí výskyt hledaného textu |
| 219 | pdfjs-find-previous-button-label = Předchozí |
| 220 | pdfjs-find-next-button = |
| 221 | .title = Najde další výskyt hledaného textu |
| 222 | pdfjs-find-next-button-label = Další |
| 223 | pdfjs-find-highlight-checkbox = Zvýraznit |
| 224 | pdfjs-find-match-case-checkbox-label = Rozlišovat velikost |
| 225 | pdfjs-find-match-diacritics-checkbox-label = Rozlišovat diakritiku |
| 226 | pdfjs-find-entire-word-checkbox-label = Celá slova |
| 227 | pdfjs-find-reached-top = Dosažen začátek dokumentu, pokračuje se od konce |
| 228 | pdfjs-find-reached-bottom = Dosažen konec dokumentu, pokračuje se od začátku |
| 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] { $current }. z { $total } výskytu |
| 235 | [few] { $current }. z { $total } výskytů |
| 236 | [many] { $current }. z { $total } výskytů |
| 237 | *[other] { $current }. z { $total } výskytů |
| 238 | } |
| 239 | # Variables: |
| 240 | # $limit (Number) - the maximum number of matches |
| 241 | pdfjs-find-match-count-limit = |
| 242 | { $limit -> |
| 243 | [one] Více než { $limit } výskyt |
| 244 | [few] Více než { $limit } výskyty |
| 245 | [many] Více než { $limit } výskytů |
| 246 | *[other] Více než { $limit } výskytů |
| 247 | } |
| 248 | pdfjs-find-not-found = Hledaný text nenalezen |
| 249 | |
| 250 | ## Predefined zoom values |
| 251 | |
| 252 | pdfjs-page-scale-width = Podle šířky |
| 253 | pdfjs-page-scale-fit = Podle výšky |
| 254 | pdfjs-page-scale-auto = Automatická velikost |
| 255 | pdfjs-page-scale-actual = Skutečná velikost |
| 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 = Při nahrávání PDF nastala chyba. |
| 270 | pdfjs-invalid-file-error = Neplatný nebo chybný soubor PDF. |
| 271 | pdfjs-missing-file-error = Chybí soubor PDF. |
| 272 | pdfjs-unexpected-response-error = Neočekávaná odpověď serveru. |
| 273 | pdfjs-rendering-error = Při vykreslování stránky nastala 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 = [Anotace typu { $type }] |
| 288 | |
| 289 | ## Password |
| 290 | |
| 291 | pdfjs-password-label = Pro otevření PDF souboru vložte heslo. |
| 292 | pdfjs-password-invalid = Neplatné heslo. Zkuste to znovu. |
| 293 | pdfjs-password-ok-button = OK |
| 294 | pdfjs-password-cancel-button = Zrušit |
| 295 | pdfjs-web-fonts-disabled = Webová písma jsou zakázána, proto není možné použít vložená písma 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 = Kreslení |
| 304 | pdfjs-editor-ink-button-label = Kreslení |
| 305 | pdfjs-editor-stamp-button = |
| 306 | .title = Přidání či úprava obrázků |
| 307 | pdfjs-editor-stamp-button-label = Přidání či úprava obrázků |
| 308 | pdfjs-editor-highlight-button = |
| 309 | .title = Zvýraznění |
| 310 | pdfjs-editor-highlight-button-label = Zvýraznění |
| 311 | pdfjs-highlight-floating-button = |
| 312 | .title = Zvýraznit |
| 313 | pdfjs-highlight-floating-button1 = |
| 314 | .title = Zvýraznit |
| 315 | .aria-label = Zvýraznit |
| 316 | pdfjs-highlight-floating-button-label = Zvýraznit |
| 317 | |
| 318 | ## Remove button for the various kind of editor. |
| 319 | |
| 320 | pdfjs-editor-remove-ink-button = |
| 321 | .title = Odebrat kresbu |
| 322 | pdfjs-editor-remove-freetext-button = |
| 323 | .title = Odebrat text |
| 324 | pdfjs-editor-remove-stamp-button = |
| 325 | .title = Odebrat obrázek |
| 326 | pdfjs-editor-remove-highlight-button = |
| 327 | .title = Odebrat zvýraznění |
| 328 | |
| 329 | ## |
| 330 | |
| 331 | # Editor Parameters |
| 332 | pdfjs-editor-free-text-color-input = Barva |
| 333 | pdfjs-editor-free-text-size-input = Velikost |
| 334 | pdfjs-editor-ink-color-input = Barva |
| 335 | pdfjs-editor-ink-thickness-input = Tloušťka |
| 336 | pdfjs-editor-ink-opacity-input = Průhlednost |
| 337 | pdfjs-editor-stamp-add-image-button = |
| 338 | .title = Přidat obrázek |
| 339 | pdfjs-editor-stamp-add-image-button-label = Přidat obrázek |
| 340 | # This refers to the thickness of the line used for free highlighting (not bound to text) |
| 341 | pdfjs-editor-free-highlight-thickness-input = Tloušťka |
| 342 | pdfjs-editor-free-highlight-thickness-title = |
| 343 | .title = Změna tloušťky při zvýrazňování jiných položek než textu |
| 344 | pdfjs-free-text = |
| 345 | .aria-label = Textový editor |
| 346 | pdfjs-free-text-default-content = Začněte psát… |
| 347 | pdfjs-ink = |
| 348 | .aria-label = Editor kreslení |
| 349 | pdfjs-ink-canvas = |
| 350 | .aria-label = Uživatelem vytvořený obrázek |
| 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 = Náhradní popis |
| 356 | pdfjs-editor-alt-text-edit-button-label = Upravit náhradní popis |
| 357 | pdfjs-editor-alt-text-dialog-label = Vyberte možnost |
| 358 | pdfjs-editor-alt-text-dialog-description = Náhradní popis pomáhá, když lidé obrázek nevidí nebo když se nenačítá. |
| 359 | pdfjs-editor-alt-text-add-description-label = Přidat popis |
| 360 | pdfjs-editor-alt-text-add-description-description = Snažte se o 1-2 věty, které popisují předmět, prostředí nebo činnosti. |
| 361 | pdfjs-editor-alt-text-mark-decorative-label = Označit jako dekorativní |
| 362 | pdfjs-editor-alt-text-mark-decorative-description = Používá se pro okrasné obrázky, jako jsou rámečky nebo vodoznaky. |
| 363 | pdfjs-editor-alt-text-cancel-button = Zrušit |
| 364 | pdfjs-editor-alt-text-save-button = Uložit |
| 365 | pdfjs-editor-alt-text-decorative-tooltip = Označen jako dekorativní |
| 366 | # .placeholder: This is a placeholder for the alt text input area |
| 367 | pdfjs-editor-alt-text-textarea = |
| 368 | .placeholder = Například: “Mladý muž si sedá ke stolu, aby se najedl.” |
| 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 = Levý horní roh — změna velikosti |
| 374 | pdfjs-editor-resizer-label-top-middle = Horní střed — změna velikosti |
| 375 | pdfjs-editor-resizer-label-top-right = Pravý horní roh — změna velikosti |
| 376 | pdfjs-editor-resizer-label-middle-right = Vpravo uprostřed — změna velikosti |
| 377 | pdfjs-editor-resizer-label-bottom-right = Pravý dolní roh — změna velikosti |
| 378 | pdfjs-editor-resizer-label-bottom-middle = Střed dole — změna velikosti |
| 379 | pdfjs-editor-resizer-label-bottom-left = Levý dolní roh — změna velikosti |
| 380 | pdfjs-editor-resizer-label-middle-left = Vlevo uprostřed — změna velikosti |
| 381 | |
| 382 | ## Color picker |
| 383 | |
| 384 | # This means "Color used to highlight text" |
| 385 | pdfjs-editor-highlight-colorpicker-label = Barva zvýraznění |
| 386 | pdfjs-editor-colorpicker-button = |
| 387 | .title = Změna barvy |
| 388 | pdfjs-editor-colorpicker-dropdown = |
| 389 | .aria-label = Výběr barev |
| 390 | pdfjs-editor-colorpicker-yellow = |
| 391 | .title = Žlutá |
| 392 | pdfjs-editor-colorpicker-green = |
| 393 | .title = Zelená |
| 394 | pdfjs-editor-colorpicker-blue = |
| 395 | .title = Modrá |
| 396 | pdfjs-editor-colorpicker-pink = |
| 397 | .title = Růž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 = Zobrazit vše |
| 405 | pdfjs-editor-highlight-show-all-button = |
| 406 | .title = Zobrazit vše |
| 407 |