1
0

viewer.ftl 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  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. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = Předchadna strona
  7. pdfjs-previous-button-label = Wróćo
  8. pdfjs-next-button =
  9. .title = Přichodna strona
  10. pdfjs-next-button-label = Dale
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Strona
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = z { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } z { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Pomjeńšić
  24. pdfjs-zoom-out-button-label = Pomjeńšić
  25. pdfjs-zoom-in-button =
  26. .title = Powjetšić
  27. pdfjs-zoom-in-button-label = Powjetšić
  28. pdfjs-zoom-select =
  29. .title = Skalowanje
  30. pdfjs-presentation-mode-button =
  31. .title = Do prezentaciskeho modusa přeńć
  32. pdfjs-presentation-mode-button-label = Prezentaciski modus
  33. pdfjs-open-file-button =
  34. .title = Dataju wočinić
  35. pdfjs-open-file-button-label = Wočinić
  36. pdfjs-print-button =
  37. .title = Ćišćeć
  38. pdfjs-print-button-label = Ćišćeć
  39. pdfjs-save-button =
  40. .title = Składować
  41. pdfjs-save-button-label = Składować
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Sćahnyć
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = Sćahnyć
  48. pdfjs-bookmark-button =
  49. .title = Aktualna strona (URL z aktualneje strony pokazać)
  50. pdfjs-bookmark-button-label = Aktualna strona
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Nastroje
  54. pdfjs-tools-button-label = Nastroje
  55. pdfjs-first-page-button =
  56. .title = K prěnjej stronje
  57. pdfjs-first-page-button-label = K prěnjej stronje
  58. pdfjs-last-page-button =
  59. .title = K poslednjej stronje
  60. pdfjs-last-page-button-label = K poslednjej stronje
  61. pdfjs-page-rotate-cw-button =
  62. .title = K směrej časnika wjerćeć
  63. pdfjs-page-rotate-cw-button-label = K směrej časnika wjerćeć
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Přećiwo směrej časnika wjerćeć
  66. pdfjs-page-rotate-ccw-button-label = Přećiwo směrej časnika wjerćeć
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Nastroj za wuběranje teksta zmóžnić
  69. pdfjs-cursor-text-select-tool-button-label = Nastroj za wuběranje teksta
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Ručny nastroj zmóžnić
  72. pdfjs-cursor-hand-tool-button-label = Ručny nastroj
  73. pdfjs-scroll-page-button =
  74. .title = Kulenje strony wužiwać
  75. pdfjs-scroll-page-button-label = Kulenje strony
  76. pdfjs-scroll-vertical-button =
  77. .title = Wertikalne suwanje wužiwać
  78. pdfjs-scroll-vertical-button-label = Wertikalne suwanje
  79. pdfjs-scroll-horizontal-button =
  80. .title = Horicontalne suwanje wužiwać
  81. pdfjs-scroll-horizontal-button-label = Horicontalne suwanje
  82. pdfjs-scroll-wrapped-button =
  83. .title = Postupne suwanje wužiwać
  84. pdfjs-scroll-wrapped-button-label = Postupne suwanje
  85. pdfjs-spread-none-button =
  86. .title = Strony njezwjazać
  87. pdfjs-spread-none-button-label = Žana dwójna strona
  88. pdfjs-spread-odd-button =
  89. .title = Strony započinajo z njerunymi stronami zwjazać
  90. pdfjs-spread-odd-button-label = Njerune strony
  91. pdfjs-spread-even-button =
  92. .title = Strony započinajo z runymi stronami zwjazać
  93. pdfjs-spread-even-button-label = Rune strony
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Dokumentowe kajkosće…
  97. pdfjs-document-properties-button-label = Dokumentowe kajkosće…
  98. pdfjs-document-properties-file-name = Mjeno dataje:
  99. pdfjs-document-properties-file-size = Wulkosć dataje:
  100. # Variables:
  101. # $kb (Number) - the PDF file size in kilobytes
  102. # $b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } bajtow)
  104. # Variables:
  105. # $mb (Number) - the PDF file size in megabytes
  106. # $b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } bajtow)
  108. # Variables:
  109. # $size_kb (Number) - the PDF file size in kilobytes
  110. # $size_b (Number) - the PDF file size in bytes
  111. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } bajtow)
  112. # Variables:
  113. # $size_mb (Number) - the PDF file size in megabytes
  114. # $size_b (Number) - the PDF file size in bytes
  115. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } bajtow)
  116. pdfjs-document-properties-title = Titul:
  117. pdfjs-document-properties-author = Awtor:
  118. pdfjs-document-properties-subject = Předmjet:
  119. pdfjs-document-properties-keywords = Klučowe słowa:
  120. pdfjs-document-properties-creation-date = Datum wutworjenja:
  121. pdfjs-document-properties-modification-date = Datum změny:
  122. # Variables:
  123. # $dateObj (Date) - the creation/modification date and time of the PDF file
  124. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  125. # Variables:
  126. # $date (Date) - the creation/modification date of the PDF file
  127. # $time (Time) - the creation/modification time of the PDF file
  128. pdfjs-document-properties-date-string = { $date }, { $time }
  129. pdfjs-document-properties-creator = Awtor:
  130. pdfjs-document-properties-producer = PDF-zhotowjer:
  131. pdfjs-document-properties-version = PDF-wersija:
  132. pdfjs-document-properties-page-count = Ličba stronow:
  133. pdfjs-document-properties-page-size = Wulkosć strony:
  134. pdfjs-document-properties-page-size-unit-inches = cól
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = wysoki format
  137. pdfjs-document-properties-page-size-orientation-landscape = prěčny format
  138. pdfjs-document-properties-page-size-name-a-three = A3
  139. pdfjs-document-properties-page-size-name-a-four = A4
  140. pdfjs-document-properties-page-size-name-letter = Letter
  141. pdfjs-document-properties-page-size-name-legal = Legal
  142. ## Variables:
  143. ## $width (Number) - the width of the (current) page
  144. ## $height (Number) - the height of the (current) page
  145. ## $unit (String) - the unit of measurement of the (current) page
  146. ## $name (String) - the name of the (current) page
  147. ## $orientation (String) - the orientation of the (current) page
  148. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  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 = Fast Web View:
  154. pdfjs-document-properties-linearized-yes = Haj
  155. pdfjs-document-properties-linearized-no = Ně
  156. pdfjs-document-properties-close-button = Začinić
  157. ## Print
  158. pdfjs-print-progress-message = Dokument so za ćišćenje přihotuje…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = Přetorhnyć
  163. pdfjs-printing-not-supported = Warnowanje: Ćišćenje so přez tutón wobhladowak połnje njepodpěruje.
  164. pdfjs-printing-not-ready = Warnowanje: PDF njeje so za ćišćenje dospołnje začitał.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Bóčnicu pokazać/schować
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Bóčnicu přepinać (dokument rozrjad/přiwěški/woršty wobsahuje)
  170. pdfjs-toggle-sidebar-button-label = Bóčnicu pokazać/schować
  171. pdfjs-document-outline-button =
  172. .title = Dokumentowy naćisk pokazać (dwójne kliknjenje, zo bychu so wšě zapiski pokazali/schowali)
  173. pdfjs-document-outline-button-label = Dokumentowa struktura
  174. pdfjs-attachments-button =
  175. .title = Přiwěški pokazać
  176. pdfjs-attachments-button-label = Přiwěški
  177. pdfjs-layers-button =
  178. .title = Woršty pokazać (klikńće dwójce, zo byšće wšě woršty na standardny staw wróćo stajił)
  179. pdfjs-layers-button-label = Woršty
  180. pdfjs-thumbs-button =
  181. .title = Miniatury pokazać
  182. pdfjs-thumbs-button-label = Miniatury
  183. pdfjs-current-outline-item-button =
  184. .title = Aktualny rozrjadowy zapisk pytać
  185. pdfjs-current-outline-item-button-label = Aktualny rozrjadowy zapisk
  186. pdfjs-findbar-button =
  187. .title = W dokumenće pytać
  188. pdfjs-findbar-button-label = Pytać
  189. pdfjs-additional-layers = Dalše woršty
  190. ## Thumbnails panel item (tooltip and alt text for images)
  191. # Variables:
  192. # $page (Number) - the page number
  193. pdfjs-thumb-page-title =
  194. .title = Strona { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Miniatura strony { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Pytać
  202. .placeholder = W dokumenće pytać…
  203. pdfjs-find-previous-button =
  204. .title = Předchadne wustupowanje pytanskeho wuraza pytać
  205. pdfjs-find-previous-button-label = Wróćo
  206. pdfjs-find-next-button =
  207. .title = Přichodne wustupowanje pytanskeho wuraza pytać
  208. pdfjs-find-next-button-label = Dale
  209. pdfjs-find-highlight-checkbox = Wšě wuzběhnyć
  210. pdfjs-find-match-case-checkbox-label = Wulkopisanje wobkedźbować
  211. pdfjs-find-match-diacritics-checkbox-label = Diakritiske znamješka wužiwać
  212. pdfjs-find-entire-word-checkbox-label = Cyłe słowa
  213. pdfjs-find-reached-top = Spočatk dokumenta docpěty, pokročuje so z kóncom
  214. pdfjs-find-reached-bottom = Kónc dokument docpěty, pokročuje so ze spočatkom
  215. # Variables:
  216. # $current (Number) - the index of the currently active find result
  217. # $total (Number) - the total number of matches in the document
  218. pdfjs-find-match-count =
  219. { $total ->
  220. [one] { $current } z { $total } wotpowědnika
  221. [two] { $current } z { $total } wotpowědnikow
  222. [few] { $current } z { $total } wotpowědnikow
  223. *[other] { $current } z { $total } wotpowědnikow
  224. }
  225. # Variables:
  226. # $limit (Number) - the maximum number of matches
  227. pdfjs-find-match-count-limit =
  228. { $limit ->
  229. [one] Wyše { $limit } wotpowědnik
  230. [two] Wyše { $limit } wotpowědnikaj
  231. [few] Wyše { $limit } wotpowědniki
  232. *[other] Wyše { $limit } wotpowědnikow
  233. }
  234. pdfjs-find-not-found = Pytanski wuraz njeje so namakał
  235. ## Predefined zoom values
  236. pdfjs-page-scale-width = Šěrokosć strony
  237. pdfjs-page-scale-fit = Wulkosć strony
  238. pdfjs-page-scale-auto = Awtomatiske skalowanje
  239. pdfjs-page-scale-actual = Aktualna wulkosć
  240. # Variables:
  241. # $scale (Number) - percent value for page scale
  242. pdfjs-page-scale-percent = { $scale }%
  243. ## PDF page
  244. # Variables:
  245. # $page (Number) - the page number
  246. pdfjs-page-landmark =
  247. .aria-label = Strona { $page }
  248. ## Loading indicator messages
  249. pdfjs-loading-error = Při začitowanju PDF je zmylk wustupił.
  250. pdfjs-invalid-file-error = Njepłaćiwa abo wobškodźena PDF-dataja.
  251. pdfjs-missing-file-error = Falowaca PDF-dataja.
  252. pdfjs-unexpected-response-error = Njewočakowana serwerowa wotmołwa.
  253. pdfjs-rendering-error = Při zwobraznjenju strony je zmylk wustupił.
  254. ## Annotations
  255. # Variables:
  256. # $date (Date) - the modification date of the annotation
  257. # $time (Time) - the modification time of the annotation
  258. pdfjs-annotation-date-string = { $date }, { $time }
  259. # .alt: This is used as a tooltip.
  260. # Variables:
  261. # $type (String) - an annotation type from a list defined in the PDF spec
  262. # (32000-1:2008 Table 169 – Annotation types).
  263. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  264. pdfjs-text-annotation-type =
  265. .alt = [Typ přispomnjenki: { $type }]
  266. # Variables:
  267. # $dateObj (Date) - the modification date and time of the annotation
  268. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  269. ## Password
  270. pdfjs-password-label = Zapodajće hesło, zo byšće PDF-dataju wočinił.
  271. pdfjs-password-invalid = Njepłaćiwe hesło. Prošu spytajće hišće raz.
  272. pdfjs-password-ok-button = W porjadku
  273. pdfjs-password-cancel-button = Přetorhnyć
  274. pdfjs-web-fonts-disabled = Webpisma su znjemóžnjene: njeje móžno, zasadźene PDF-pisma wužiwać.
  275. ## Editing
  276. pdfjs-editor-free-text-button =
  277. .title = Tekst
  278. pdfjs-editor-free-text-button-label = Tekst
  279. pdfjs-editor-ink-button =
  280. .title = Rysować
  281. pdfjs-editor-ink-button-label = Rysować
  282. pdfjs-editor-stamp-button =
  283. .title = Wobrazy přidać abo wobdźěłać
  284. pdfjs-editor-stamp-button-label = Wobrazy přidać abo wobdźěłać
  285. pdfjs-editor-highlight-button =
  286. .title = Wuzběhnyć
  287. pdfjs-editor-highlight-button-label = Wuzběhnyć
  288. pdfjs-highlight-floating-button1 =
  289. .title = Wuzběhnjenje
  290. .aria-label = Wuzběhnjenje
  291. pdfjs-highlight-floating-button-label = Wuzběhnjenje
  292. pdfjs-editor-signature-button =
  293. .title = Signaturu přidać
  294. pdfjs-editor-signature-button-label = Signaturu přidać
  295. ## Default editor aria labels
  296. # “Highlight” is a noun, the string is used on the editor for highlights.
  297. pdfjs-editor-highlight-editor =
  298. .aria-label = Wuzběhowanski editor
  299. # “Drawing” is a noun, the string is used on the editor for drawings.
  300. pdfjs-editor-ink-editor =
  301. .aria-label = Rysowanski editor
  302. # Used when a signature editor is selected/hovered.
  303. # Variables:
  304. # $description (String) - a string describing/labeling the signature.
  305. pdfjs-editor-signature-editor1 =
  306. .aria-description = Signaturowy editor: { $description }
  307. pdfjs-editor-stamp-editor =
  308. .aria-label = Wobrazowy editor
  309. ## Remove button for the various kind of editor.
  310. pdfjs-editor-remove-ink-button =
  311. .title = Rysowanku wotstronić
  312. pdfjs-editor-remove-freetext-button =
  313. .title = Tekst wotstronić
  314. pdfjs-editor-remove-stamp-button =
  315. .title = Wobraz wotstronić
  316. pdfjs-editor-remove-highlight-button =
  317. .title = Wuzběhnjenje wotstronić
  318. pdfjs-editor-remove-signature-button =
  319. .title = Signaturu wotstronić
  320. ##
  321. # Editor Parameters
  322. pdfjs-editor-free-text-color-input = Barba
  323. pdfjs-editor-free-text-size-input = Wulkosć
  324. pdfjs-editor-ink-color-input = Barba
  325. pdfjs-editor-ink-thickness-input = Tołstosć
  326. pdfjs-editor-ink-opacity-input = Opacita
  327. pdfjs-editor-stamp-add-image-button =
  328. .title = Wobraz přidać
  329. pdfjs-editor-stamp-add-image-button-label = Wobraz přidać
  330. # This refers to the thickness of the line used for free highlighting (not bound to text)
  331. pdfjs-editor-free-highlight-thickness-input = Tołstosć
  332. pdfjs-editor-free-highlight-thickness-title =
  333. .title = Tołstosć změnić, hdyž so zapiski wuzběhuja, kotrež tekst njejsu
  334. pdfjs-editor-add-signature-container =
  335. .aria-label = Wodźenske elementy signaturow a składowane signatury
  336. pdfjs-editor-signature-add-signature-button =
  337. .title = Nowu signaturu přidać
  338. pdfjs-editor-signature-add-signature-button-label = Nowu signaturu přidać
  339. # Used on the button to use an already saved signature.
  340. # Variables:
  341. # $description (String) - a string describing/labeling the signature.
  342. pdfjs-editor-add-saved-signature-button =
  343. .title = Składowana signatura: { $description }
  344. # .default-content is used as a placeholder in an empty text editor.
  345. pdfjs-free-text2 =
  346. .aria-label = Tekstowy editor
  347. .default-content = Započńće pisać …
  348. pdfjs-free-text =
  349. .aria-label = Tekstowy editor
  350. pdfjs-free-text-default-content = Započńće pisać…
  351. pdfjs-ink =
  352. .aria-label = Rysowanski editor
  353. pdfjs-ink-canvas =
  354. .aria-label = Wobraz wutworjeny wot wužiwarja
  355. ## Alt-text dialog
  356. pdfjs-editor-alt-text-button-label = Alternatiwny tekst
  357. pdfjs-editor-alt-text-edit-button =
  358. .aria-label = Alternatiwny tekst wobdźěłać
  359. pdfjs-editor-alt-text-edit-button-label = Alternatiwny tekst wobdźěłać
  360. pdfjs-editor-alt-text-dialog-label = Nastajenje wubrać
  361. pdfjs-editor-alt-text-dialog-description = Alternatiwny tekst pomha, hdyž ludźo njemóža wobraz widźeć abo hdyž so wobraz njezačita.
  362. pdfjs-editor-alt-text-add-description-label = Wopisanje přidać
  363. pdfjs-editor-alt-text-add-description-description = Pisajće 1 sadu abo 2 sadźe, kotrejž temu, nastajenje abo akcije wopisujetej.
  364. pdfjs-editor-alt-text-mark-decorative-label = Jako dekoratiwny markěrować
  365. pdfjs-editor-alt-text-mark-decorative-description = To so za pyšace wobrazy wužiwa, na přikład ramiki abo wodowe znamjenja.
  366. pdfjs-editor-alt-text-cancel-button = Přetorhnyć
  367. pdfjs-editor-alt-text-save-button = Składować
  368. pdfjs-editor-alt-text-decorative-tooltip = Jako dekoratiwny markěrowany
  369. # .placeholder: This is a placeholder for the alt text input area
  370. pdfjs-editor-alt-text-textarea =
  371. .placeholder = Na přikład, „Młody muž za blidom sedźi, zo by jědź jědł“
  372. # Alternative text (alt text) helps when people can't see the image.
  373. pdfjs-editor-alt-text-button =
  374. .aria-label = Alternatiwny tekst
  375. ## Editor resizers
  376. ## This is used in an aria label to help to understand the role of the resizer.
  377. pdfjs-editor-resizer-label-top-left = Horjeka nalěwo – wulkosć změnić
  378. pdfjs-editor-resizer-label-top-middle = Horjeka wosrjedź – wulkosć změnić
  379. pdfjs-editor-resizer-label-top-right = Horjeka naprawo – wulkosć změnić
  380. pdfjs-editor-resizer-label-middle-right = Wosrjedź naprawo – wulkosć změnić
  381. pdfjs-editor-resizer-label-bottom-right = Deleka naprawo – wulkosć změnić
  382. pdfjs-editor-resizer-label-bottom-middle = Deleka wosrjedź – wulkosć změnić
  383. pdfjs-editor-resizer-label-bottom-left = Deleka nalěwo – wulkosć změnić
  384. pdfjs-editor-resizer-label-middle-left = Wosrjedź nalěwo – wulkosć změnić
  385. pdfjs-editor-resizer-top-left =
  386. .aria-label = Horjeka nalěwo – wulkosć změnić
  387. pdfjs-editor-resizer-top-middle =
  388. .aria-label = Horjeka wosrjedź – wulkosć změnić
  389. pdfjs-editor-resizer-top-right =
  390. .aria-label = Horjeka naprawo – wulkosć změnić
  391. pdfjs-editor-resizer-middle-right =
  392. .aria-label = Wosrjedź naprawo – wulkosć změnić
  393. pdfjs-editor-resizer-bottom-right =
  394. .aria-label = Deleka naprawo – wulkosć změnić
  395. pdfjs-editor-resizer-bottom-middle =
  396. .aria-label = Deleka wosrjedź – wulkosć změnić
  397. pdfjs-editor-resizer-bottom-left =
  398. .aria-label = Deleka nalěwo – wulkosć změnić
  399. pdfjs-editor-resizer-middle-left =
  400. .aria-label = Wosrjedź nalěwo – wulkosć změnić
  401. ## Color picker
  402. # This means "Color used to highlight text"
  403. pdfjs-editor-highlight-colorpicker-label = Barba wuzběhnjenja
  404. pdfjs-editor-colorpicker-button =
  405. .title = Barbu změnić
  406. pdfjs-editor-colorpicker-dropdown =
  407. .aria-label = Wuběr barbow
  408. pdfjs-editor-colorpicker-yellow =
  409. .title = Žołty
  410. pdfjs-editor-colorpicker-green =
  411. .title = Zeleny
  412. pdfjs-editor-colorpicker-blue =
  413. .title = Módry
  414. pdfjs-editor-colorpicker-pink =
  415. .title = Pink
  416. pdfjs-editor-colorpicker-red =
  417. .title = Čerwjeny
  418. ## Show all highlights
  419. ## This is a toggle button to show/hide all the highlights.
  420. pdfjs-editor-highlight-show-all-button-label = Wšě pokazać
  421. pdfjs-editor-highlight-show-all-button =
  422. .title = Wšě pokazać
  423. ## New alt-text dialog
  424. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  425. # Modal header positioned above a text box where users can edit the alt text.
  426. pdfjs-editor-new-alt-text-dialog-edit-label = Alternatiwny tekst wobdźěłać (wobrazowe wopisanje)
  427. # Modal header positioned above a text box where users can add the alt text.
  428. pdfjs-editor-new-alt-text-dialog-add-label = Alternatiwny tekst přidać (wobrazowe wopisanje)
  429. pdfjs-editor-new-alt-text-textarea =
  430. .placeholder = Pisajće tu swoje wopisanje…
  431. # This text refers to the alt text box above this description. It offers a definition of alt text.
  432. pdfjs-editor-new-alt-text-description = Krótke wopisanje za ludźi, kotřiž njemóžeće wobraz widźeć abo hdyž so wobraz njezačita.
  433. # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
  434. pdfjs-editor-new-alt-text-disclaimer1 = Tutón alternatiwny tekst je so awtomatisce wutworił a je snano njedokładny.
  435. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Dalše informacije
  436. pdfjs-editor-new-alt-text-create-automatically-button-label = Alternatiwny tekst awtomatisce wutworić
  437. pdfjs-editor-new-alt-text-not-now-button = Nic nětko
  438. pdfjs-editor-new-alt-text-error-title = Alternatiwny tekst njeda so awtomatisce wutworić
  439. pdfjs-editor-new-alt-text-error-description = Prošu pisajće swój alternatiwny tekst abo spytajće pozdźišo hišće raz.
  440. pdfjs-editor-new-alt-text-error-close-button = Začinić
  441. # Variables:
  442. # $totalSize (Number) - the total size (in MB) of the AI model.
  443. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  444. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Model KI za alternatiwny tekst so sćahuje ({ $downloadedSize } z { $totalSize } MB)
  445. .aria-valuetext = Model KI za alternatiwny tekst so sćahuje ({ $downloadedSize } z { $totalSize } MB)
  446. # This is a button that users can click to edit the alt text they have already added.
  447. pdfjs-editor-new-alt-text-added-button =
  448. .aria-label = Alternatiwny tekst je so přidał
  449. pdfjs-editor-new-alt-text-added-button-label = Alternatiwny tekst je so přidał
  450. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  451. pdfjs-editor-new-alt-text-missing-button =
  452. .aria-label = Alternatiwny tekst faluje
  453. pdfjs-editor-new-alt-text-missing-button-label = Alternatiwny tekst faluje
  454. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  455. pdfjs-editor-new-alt-text-to-review-button =
  456. .aria-label = Alternatiwny tekst přepruwować
  457. pdfjs-editor-new-alt-text-to-review-button-label = Alternatiwny tekst přepruwować
  458. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  459. # Variables:
  460. # $generatedAltText (String) - the generated alt-text.
  461. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Awtomatisce wutworjeny: { $generatedAltText }
  462. ## Image alt-text settings
  463. pdfjs-image-alt-text-settings-button =
  464. .title = Nastajenja alternatiwneho wobrazoweho teksta
  465. pdfjs-image-alt-text-settings-button-label = Nastajenja alternatiwneho wobrazoweho teksta
  466. pdfjs-editor-alt-text-settings-dialog-label = Nastajenja alternatiwneho wobrazoweho teksta
  467. pdfjs-editor-alt-text-settings-automatic-title = Awtomatiski alternatiwny tekst
  468. pdfjs-editor-alt-text-settings-create-model-button-label = Alternatiwny tekst awtomatisce wutworić
  469. pdfjs-editor-alt-text-settings-create-model-description = Namjetuje wopisanja, zo by ludźom pomhał, kotřiž njemóžeće wobraz widźeć abo hdyž so wobraz njezačita.
  470. # Variables:
  471. # $totalSize (Number) - the total size (in MB) of the AI model.
  472. pdfjs-editor-alt-text-settings-download-model-label = Model KI alternatiwneho teksta ({ $totalSize } MB)
  473. pdfjs-editor-alt-text-settings-ai-model-description = Běži lokalnje na wašim graće, zo bychu waše daty priwatne wostali. Za awtomatiski alternatiwny tekst trěbny.
  474. pdfjs-editor-alt-text-settings-delete-model-button = Zhašeć
  475. pdfjs-editor-alt-text-settings-download-model-button = Sćahnyć
  476. pdfjs-editor-alt-text-settings-downloading-model-button = Sćahuje so…
  477. pdfjs-editor-alt-text-settings-editor-title = Editor za alternatiwny tekst
  478. pdfjs-editor-alt-text-settings-show-dialog-button-label = Editor alternatiwneho teksta hnydom pokazać, hdyž so wobraz přidawa
  479. pdfjs-editor-alt-text-settings-show-dialog-description = Pomha, wam wšěm swojim wobrazam alternatiwny tekst přidać.
  480. pdfjs-editor-alt-text-settings-close-button = Začinić
  481. ## "Annotations removed" bar
  482. pdfjs-editor-undo-bar-message-highlight = Wotstronjene wuzběhnyć
  483. pdfjs-editor-undo-bar-message-freetext = Tekst je so wotstronił
  484. pdfjs-editor-undo-bar-message-ink = Rysowanka je so wotstroniła
  485. pdfjs-editor-undo-bar-message-stamp = Wobraz je so wotstronił
  486. pdfjs-editor-undo-bar-message-signature = Signatura je so wotstroniła
  487. # Variables:
  488. # $count (Number) - the number of removed annotations.
  489. pdfjs-editor-undo-bar-message-multiple =
  490. { $count ->
  491. [one] { $count } přispomnjenka je so wotstroniła
  492. [two] { $count } přispomnjence stej so wotstroniłoj
  493. [few] { $count } přispomnjenki su so wotstronili
  494. *[other] { $count } přispomnjenkow je so wotstroniło
  495. }
  496. pdfjs-editor-undo-bar-undo-button =
  497. .title = Cofnyć
  498. pdfjs-editor-undo-bar-undo-button-label = Cofnyć
  499. pdfjs-editor-undo-bar-close-button =
  500. .title = Začinić
  501. pdfjs-editor-undo-bar-close-button-label = Začinić
  502. ## Add a signature dialog
  503. pdfjs-editor-add-signature-dialog-label = Tutón modalny dialog wužiwarjej zmóžnja, signaturu wutworić, zo by PDF-dokument přidał. Wužiwar móže mjeno wobdźěłać (kotrež tež jako alternatiwny tekst słuži) a po přeću signaturu za wospjetne wužiwanje składować.
  504. pdfjs-editor-add-signature-dialog-title = Signaturu přidać
  505. ## Tab names
  506. # Type is a verb (you can type your name as signature)
  507. pdfjs-editor-add-signature-type-button = Typ
  508. .title = Typ
  509. # Draw is a verb (you can draw your signature)
  510. pdfjs-editor-add-signature-draw-button = Rysować
  511. .title = Rysować
  512. pdfjs-editor-add-signature-image-button = Wobraz
  513. .title = Wobraz
  514. ## Tab panels
  515. pdfjs-editor-add-signature-type-input =
  516. .aria-label = Zapodajće swoju signaturu
  517. .placeholder = Zapodajće swoju signaturu
  518. pdfjs-editor-add-signature-draw-placeholder = Rysujće swoju signaturu
  519. pdfjs-editor-add-signature-draw-thickness-range-label = Tołstosć
  520. # Variables:
  521. # $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
  522. pdfjs-editor-add-signature-draw-thickness-range =
  523. .title = Tołstosć rysowanki: { $thickness }
  524. pdfjs-editor-add-signature-image-placeholder = Ćehńće dataju sem, zo byšće ju nahrał
  525. pdfjs-editor-add-signature-image-browse-link =
  526. { PLATFORM() ->
  527. [macos] Abo přepytajće wobrazowe dataje
  528. *[other] Abo přepytajće wobrazowe dataje
  529. }
  530. ## Controls
  531. pdfjs-editor-add-signature-description-label = Wopisanje (alternatiwny tekst)
  532. pdfjs-editor-add-signature-description-input =
  533. .title = Wopisanje (alternatiwny tekst)
  534. pdfjs-editor-add-signature-description-default-when-drawing = Signatura
  535. pdfjs-editor-add-signature-clear-button-label = Signaturu zhašeć
  536. pdfjs-editor-add-signature-clear-button =
  537. .title = Signaturu zhašeć
  538. pdfjs-editor-add-signature-save-checkbox = Signaturu składować
  539. pdfjs-editor-add-signature-save-warning-message = Sće limit 5 składowanych signaturow docpěł. Wotstrońće jednu, zo byšće wjace składował.
  540. pdfjs-editor-add-signature-image-upload-error-title = Wobraz njeda so nahrać
  541. pdfjs-editor-add-signature-image-upload-error-description = Přepruwujće swój syćowy zwisk abo spytajće druhi wobraz.
  542. pdfjs-editor-add-signature-error-close-button = Začinić
  543. ## Dialog buttons
  544. pdfjs-editor-add-signature-cancel-button = Přetorhnyć
  545. pdfjs-editor-add-signature-add-button = Přidać
  546. pdfjs-editor-edit-signature-update-button = Aktualizować
  547. ## Main menu for adding/removing signatures
  548. pdfjs-editor-delete-signature-button1 =
  549. .title = Składowanu signaturu wotstronić
  550. pdfjs-editor-delete-signature-button-label1 = Składowanu signaturu wotstronić
  551. ## Editor toolbar
  552. pdfjs-editor-add-signature-edit-button-label = Wopisanje wobdźěłać
  553. ## Edit signature description dialog
  554. pdfjs-editor-edit-signature-dialog-title = Wopisanje wobdźěłać