viewer.ftl 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  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 = Poprzednia strona
  7. pdfjs-previous-button-label = Poprzednia
  8. pdfjs-next-button =
  9. .title = Następna strona
  10. pdfjs-next-button-label = Następna
  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 = Pomniejsz
  24. pdfjs-zoom-out-button-label = Pomniejsz
  25. pdfjs-zoom-in-button =
  26. .title = Powiększ
  27. pdfjs-zoom-in-button-label = Powiększ
  28. pdfjs-zoom-select =
  29. .title = Skala
  30. pdfjs-presentation-mode-button =
  31. .title = Przełącz na tryb prezentacji
  32. pdfjs-presentation-mode-button-label = Tryb prezentacji
  33. pdfjs-open-file-button =
  34. .title = Otwórz plik
  35. pdfjs-open-file-button-label = Otwórz
  36. pdfjs-print-button =
  37. .title = Drukuj
  38. pdfjs-print-button-label = Drukuj
  39. pdfjs-save-button =
  40. .title = Zapisz
  41. pdfjs-save-button-label = Zapisz
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Pobierz
  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 = Pobierz
  48. pdfjs-bookmark-button =
  49. .title = Bieżąca strona (adres do otwarcia na bieżącej stronie)
  50. pdfjs-bookmark-button-label = Bieżąca strona
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Narzędzia
  54. pdfjs-tools-button-label = Narzędzia
  55. pdfjs-first-page-button =
  56. .title = Przejdź do pierwszej strony
  57. pdfjs-first-page-button-label = Przejdź do pierwszej strony
  58. pdfjs-last-page-button =
  59. .title = Przejdź do ostatniej strony
  60. pdfjs-last-page-button-label = Przejdź do ostatniej strony
  61. pdfjs-page-rotate-cw-button =
  62. .title = Obróć zgodnie z ruchem wskazówek zegara
  63. pdfjs-page-rotate-cw-button-label = Obróć zgodnie z ruchem wskazówek zegara
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Obróć przeciwnie do ruchu wskazówek zegara
  66. pdfjs-page-rotate-ccw-button-label = Obróć przeciwnie do ruchu wskazówek zegara
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Włącz narzędzie zaznaczania tekstu
  69. pdfjs-cursor-text-select-tool-button-label = Narzędzie zaznaczania tekstu
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Włącz narzędzie rączka
  72. pdfjs-cursor-hand-tool-button-label = Narzędzie rączka
  73. pdfjs-scroll-page-button =
  74. .title = Przewijaj strony
  75. pdfjs-scroll-page-button-label = Przewijanie stron
  76. pdfjs-scroll-vertical-button =
  77. .title = Przewijaj dokument w pionie
  78. pdfjs-scroll-vertical-button-label = Przewijanie pionowe
  79. pdfjs-scroll-horizontal-button =
  80. .title = Przewijaj dokument w poziomie
  81. pdfjs-scroll-horizontal-button-label = Przewijanie poziome
  82. pdfjs-scroll-wrapped-button =
  83. .title = Strony dokumentu wyświetlaj i przewijaj w kolumnach
  84. pdfjs-scroll-wrapped-button-label = Widok dwóch stron
  85. pdfjs-spread-none-button =
  86. .title = Nie ustawiaj stron obok siebie
  87. pdfjs-spread-none-button-label = Brak kolumn
  88. pdfjs-spread-odd-button =
  89. .title = Strony nieparzyste ustawiaj na lewo od parzystych
  90. pdfjs-spread-odd-button-label = Nieparzyste po lewej
  91. pdfjs-spread-even-button =
  92. .title = Strony parzyste ustawiaj na lewo od nieparzystych
  93. pdfjs-spread-even-button-label = Parzyste po lewej
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Właściwości dokumentu…
  97. pdfjs-document-properties-button-label = Właściwości dokumentu…
  98. pdfjs-document-properties-file-name = Nazwa pliku:
  99. pdfjs-document-properties-file-size = Rozmiar pliku:
  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 } B)
  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 } B)
  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 } B)
  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 } B)
  116. pdfjs-document-properties-title = Tytuł:
  117. pdfjs-document-properties-author = Autor:
  118. pdfjs-document-properties-subject = Temat:
  119. pdfjs-document-properties-keywords = Słowa kluczowe:
  120. pdfjs-document-properties-creation-date = Data utworzenia:
  121. pdfjs-document-properties-modification-date = Data modyfikacji:
  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 = Utworzony przez:
  130. pdfjs-document-properties-producer = PDF wyprodukowany przez:
  131. pdfjs-document-properties-version = Wersja PDF:
  132. pdfjs-document-properties-page-count = Liczba stron:
  133. pdfjs-document-properties-page-size = Wymiary strony:
  134. pdfjs-document-properties-page-size-unit-inches = in
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = pionowa
  137. pdfjs-document-properties-page-size-orientation-landscape = pozioma
  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 = US Letter
  141. pdfjs-document-properties-page-size-name-legal = US 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 } (orientacja { $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width }×{ $height } { $unit } ({ $name }, orientacja { $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 = Szybki podgląd w Internecie:
  154. pdfjs-document-properties-linearized-yes = tak
  155. pdfjs-document-properties-linearized-no = nie
  156. pdfjs-document-properties-close-button = Zamknij
  157. ## Print
  158. pdfjs-print-progress-message = Przygotowywanie dokumentu do druku…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = Anuluj
  163. pdfjs-printing-not-supported = Ostrzeżenie: drukowanie nie jest w pełni obsługiwane przez tę przeglądarkę.
  164. pdfjs-printing-not-ready = Ostrzeżenie: dokument PDF nie jest całkowicie wczytany, więc nie można go wydrukować.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Przełącz panel boczny
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Przełącz panel boczny (dokument zawiera konspekt/załączniki/warstwy)
  170. pdfjs-toggle-sidebar-button-label = Przełącz panel boczny
  171. pdfjs-document-outline-button =
  172. .title = Konspekt dokumentu (podwójne kliknięcie rozwija lub zwija wszystkie pozycje)
  173. pdfjs-document-outline-button-label = Konspekt dokumentu
  174. pdfjs-attachments-button =
  175. .title = Załączniki
  176. pdfjs-attachments-button-label = Załączniki
  177. pdfjs-layers-button =
  178. .title = Warstwy (podwójne kliknięcie przywraca wszystkie warstwy do stanu domyślnego)
  179. pdfjs-layers-button-label = Warstwy
  180. pdfjs-thumbs-button =
  181. .title = Miniatury
  182. pdfjs-thumbs-button-label = Miniatury
  183. pdfjs-current-outline-item-button =
  184. .title = Znajdź bieżący element konspektu
  185. pdfjs-current-outline-item-button-label = Bieżący element konspektu
  186. pdfjs-findbar-button =
  187. .title = Znajdź w dokumencie
  188. pdfjs-findbar-button-label = Znajdź
  189. pdfjs-additional-layers = Dodatkowe warstwy
  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 = { $page }. strona
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Miniatura { $page }. strony
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Znajdź
  202. .placeholder = Znajdź w dokumencie…
  203. pdfjs-find-previous-button =
  204. .title = Znajdź poprzednie wystąpienie tekstu
  205. pdfjs-find-previous-button-label = Poprzednie
  206. pdfjs-find-next-button =
  207. .title = Znajdź następne wystąpienie tekstu
  208. pdfjs-find-next-button-label = Następne
  209. pdfjs-find-highlight-checkbox = Wyróżnianie wszystkich
  210. pdfjs-find-match-case-checkbox-label = Rozróżnianie wielkości liter
  211. pdfjs-find-match-diacritics-checkbox-label = Rozróżnianie liter diakrytyzowanych
  212. pdfjs-find-entire-word-checkbox-label = Całe słowa
  213. pdfjs-find-reached-top = Początek dokumentu. Wyszukiwanie od końca.
  214. pdfjs-find-reached-bottom = Koniec dokumentu. Wyszukiwanie od początku.
  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 } trafienia
  221. [few] { $current }. z { $total } trafień
  222. *[many] { $current }. z { $total } trafień
  223. }
  224. # Variables:
  225. # $limit (Number) - the maximum number of matches
  226. pdfjs-find-match-count-limit =
  227. { $limit ->
  228. [one] Więcej niż { $limit } trafienie
  229. [few] Więcej niż { $limit } trafienia
  230. *[many] Więcej niż { $limit } trafień
  231. }
  232. pdfjs-find-not-found = Nie znaleziono tekstu
  233. ## Predefined zoom values
  234. pdfjs-page-scale-width = Szerokość strony
  235. pdfjs-page-scale-fit = Dopasowanie strony
  236. pdfjs-page-scale-auto = Skala automatyczna
  237. pdfjs-page-scale-actual = Rozmiar oryginalny
  238. # Variables:
  239. # $scale (Number) - percent value for page scale
  240. pdfjs-page-scale-percent = { $scale }%
  241. ## PDF page
  242. # Variables:
  243. # $page (Number) - the page number
  244. pdfjs-page-landmark =
  245. .aria-label = { $page }. strona
  246. ## Loading indicator messages
  247. pdfjs-loading-error = Podczas wczytywania dokumentu PDF wystąpił błąd.
  248. pdfjs-invalid-file-error = Nieprawidłowy lub uszkodzony plik PDF.
  249. pdfjs-missing-file-error = Brak pliku PDF.
  250. pdfjs-unexpected-response-error = Nieoczekiwana odpowiedź serwera.
  251. pdfjs-rendering-error = Podczas renderowania strony wystąpił błąd.
  252. ## Annotations
  253. # Variables:
  254. # $date (Date) - the modification date of the annotation
  255. # $time (Time) - the modification time of the annotation
  256. pdfjs-annotation-date-string = { $date }, { $time }
  257. # .alt: This is used as a tooltip.
  258. # Variables:
  259. # $type (String) - an annotation type from a list defined in the PDF spec
  260. # (32000-1:2008 Table 169 – Annotation types).
  261. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  262. pdfjs-text-annotation-type =
  263. .alt = [Przypis: { $type }]
  264. # Variables:
  265. # $dateObj (Date) - the modification date and time of the annotation
  266. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  267. ## Password
  268. pdfjs-password-label = Wprowadź hasło, aby otworzyć ten dokument PDF.
  269. pdfjs-password-invalid = Nieprawidłowe hasło. Proszę spróbować ponownie.
  270. pdfjs-password-ok-button = OK
  271. pdfjs-password-cancel-button = Anuluj
  272. pdfjs-web-fonts-disabled = Czcionki sieciowe są wyłączone: nie można użyć osadzonych czcionek PDF.
  273. ## Editing
  274. pdfjs-editor-free-text-button =
  275. .title = Tekst
  276. pdfjs-editor-free-text-button-label = Tekst
  277. pdfjs-editor-ink-button =
  278. .title = Rysunek
  279. pdfjs-editor-ink-button-label = Rysunek
  280. pdfjs-editor-stamp-button =
  281. .title = Dodaj lub edytuj obrazy
  282. pdfjs-editor-stamp-button-label = Dodaj lub edytuj obrazy
  283. pdfjs-editor-highlight-button =
  284. .title = Wyróżnij
  285. pdfjs-editor-highlight-button-label = Wyróżnij
  286. pdfjs-highlight-floating-button1 =
  287. .title = Wyróżnij
  288. .aria-label = Wyróżnij
  289. pdfjs-highlight-floating-button-label = Wyróżnij
  290. pdfjs-editor-signature-button =
  291. .title = Dodaj podpis
  292. pdfjs-editor-signature-button-label = Dodaj podpis
  293. ## Default editor aria labels
  294. # “Highlight” is a noun, the string is used on the editor for highlights.
  295. pdfjs-editor-highlight-editor =
  296. .aria-label = Edytor wyróżnienia
  297. # “Drawing” is a noun, the string is used on the editor for drawings.
  298. pdfjs-editor-ink-editor =
  299. .aria-label = Edytor rysunku
  300. # Used when a signature editor is selected/hovered.
  301. # Variables:
  302. # $description (String) - a string describing/labeling the signature.
  303. pdfjs-editor-signature-editor1 =
  304. .aria-description = Edytor podpisu: { $description }
  305. pdfjs-editor-stamp-editor =
  306. .aria-label = Edytor obrazu
  307. ## Remove button for the various kind of editor.
  308. pdfjs-editor-remove-ink-button =
  309. .title = Usuń rysunek
  310. pdfjs-editor-remove-freetext-button =
  311. .title = Usuń tekst
  312. pdfjs-editor-remove-stamp-button =
  313. .title = Usuń obraz
  314. pdfjs-editor-remove-highlight-button =
  315. .title = Usuń wyróżnienie
  316. pdfjs-editor-remove-signature-button =
  317. .title = Usuń podpis
  318. ##
  319. # Editor Parameters
  320. pdfjs-editor-free-text-color-input = Kolor
  321. pdfjs-editor-free-text-size-input = Rozmiar
  322. pdfjs-editor-ink-color-input = Kolor
  323. pdfjs-editor-ink-thickness-input = Grubość
  324. pdfjs-editor-ink-opacity-input = Nieprzezroczystość
  325. pdfjs-editor-stamp-add-image-button =
  326. .title = Dodaj obraz
  327. pdfjs-editor-stamp-add-image-button-label = Dodaj obraz
  328. # This refers to the thickness of the line used for free highlighting (not bound to text)
  329. pdfjs-editor-free-highlight-thickness-input = Grubość
  330. pdfjs-editor-free-highlight-thickness-title =
  331. .title = Zmień grubość podczas wyróżniania elementów innych niż tekst
  332. pdfjs-editor-add-signature-container =
  333. .aria-label = Sterowanie podpisami i zachowane podpisy
  334. pdfjs-editor-signature-add-signature-button =
  335. .title = Dodaj nowy podpis
  336. pdfjs-editor-signature-add-signature-button-label = Dodaj nowy podpis
  337. # Used on the button to use an already saved signature.
  338. # Variables:
  339. # $description (String) - a string describing/labeling the signature.
  340. pdfjs-editor-add-saved-signature-button =
  341. .title = Zachowany podpis: { $description }
  342. # .default-content is used as a placeholder in an empty text editor.
  343. pdfjs-free-text2 =
  344. .aria-label = Edytor tekstu
  345. .default-content = Zacznij pisać…
  346. pdfjs-free-text =
  347. .aria-label = Edytor tekstu
  348. pdfjs-free-text-default-content = Zacznij pisać…
  349. pdfjs-ink =
  350. .aria-label = Edytor rysunku
  351. pdfjs-ink-canvas =
  352. .aria-label = Obraz utworzony przez użytkownika
  353. ## Alt-text dialog
  354. pdfjs-editor-alt-text-button-label = Tekst alternatywny
  355. pdfjs-editor-alt-text-edit-button =
  356. .aria-label = Edytuj tekst alternatywny
  357. pdfjs-editor-alt-text-edit-button-label = Edytuj tekst alternatywny
  358. pdfjs-editor-alt-text-dialog-label = Wybierz opcję
  359. pdfjs-editor-alt-text-dialog-description = Tekst alternatywny pomaga, kiedy ktoś nie może zobaczyć obrazu lub gdy się nie wczytuje.
  360. pdfjs-editor-alt-text-add-description-label = Dodaj opis
  361. pdfjs-editor-alt-text-add-description-description = Staraj się napisać 1-2 zdania opisujące temat, miejsce lub działania.
  362. pdfjs-editor-alt-text-mark-decorative-label = Oznacz jako dekoracyjne
  363. pdfjs-editor-alt-text-mark-decorative-description = Używane w przypadku obrazów ozdobnych, takich jak obramowania lub znaki wodne.
  364. pdfjs-editor-alt-text-cancel-button = Anuluj
  365. pdfjs-editor-alt-text-save-button = Zapisz
  366. pdfjs-editor-alt-text-decorative-tooltip = Oznaczone jako dekoracyjne
  367. # .placeholder: This is a placeholder for the alt text input area
  368. pdfjs-editor-alt-text-textarea =
  369. .placeholder = Na przykład: „Młody człowiek siada przy stole, aby zjeść posiłek”
  370. # Alternative text (alt text) helps when people can't see the image.
  371. pdfjs-editor-alt-text-button =
  372. .aria-label = Tekst alternatywny
  373. ## Editor resizers
  374. ## This is used in an aria label to help to understand the role of the resizer.
  375. pdfjs-editor-resizer-label-top-left = Lewy górny róg — zmień rozmiar
  376. pdfjs-editor-resizer-label-top-middle = Górny środkowy — zmień rozmiar
  377. pdfjs-editor-resizer-label-top-right = Prawy górny róg — zmień rozmiar
  378. pdfjs-editor-resizer-label-middle-right = Prawy środkowy — zmień rozmiar
  379. pdfjs-editor-resizer-label-bottom-right = Prawy dolny róg — zmień rozmiar
  380. pdfjs-editor-resizer-label-bottom-middle = Dolny środkowy — zmień rozmiar
  381. pdfjs-editor-resizer-label-bottom-left = Lewy dolny róg — zmień rozmiar
  382. pdfjs-editor-resizer-label-middle-left = Lewy środkowy — zmień rozmiar
  383. pdfjs-editor-resizer-top-left =
  384. .aria-label = Lewy górny róg — zmień rozmiar
  385. pdfjs-editor-resizer-top-middle =
  386. .aria-label = Górny środkowy — zmień rozmiar
  387. pdfjs-editor-resizer-top-right =
  388. .aria-label = Prawy górny róg — zmień rozmiar
  389. pdfjs-editor-resizer-middle-right =
  390. .aria-label = Prawy środkowy — zmień rozmiar
  391. pdfjs-editor-resizer-bottom-right =
  392. .aria-label = Prawy dolny róg — zmień rozmiar
  393. pdfjs-editor-resizer-bottom-middle =
  394. .aria-label = Dolny środkowy — zmień rozmiar
  395. pdfjs-editor-resizer-bottom-left =
  396. .aria-label = Lewy dolny róg — zmień rozmiar
  397. pdfjs-editor-resizer-middle-left =
  398. .aria-label = Lewy środkowy — zmień rozmiar
  399. ## Color picker
  400. # This means "Color used to highlight text"
  401. pdfjs-editor-highlight-colorpicker-label = Kolor wyróżnienia
  402. pdfjs-editor-colorpicker-button =
  403. .title = Zmień kolor
  404. pdfjs-editor-colorpicker-dropdown =
  405. .aria-label = Wybór kolorów
  406. pdfjs-editor-colorpicker-yellow =
  407. .title = Żółty
  408. pdfjs-editor-colorpicker-green =
  409. .title = Zielony
  410. pdfjs-editor-colorpicker-blue =
  411. .title = Niebieski
  412. pdfjs-editor-colorpicker-pink =
  413. .title = Różowy
  414. pdfjs-editor-colorpicker-red =
  415. .title = Czerwony
  416. ## Show all highlights
  417. ## This is a toggle button to show/hide all the highlights.
  418. pdfjs-editor-highlight-show-all-button-label = Pokaż wszystkie
  419. pdfjs-editor-highlight-show-all-button =
  420. .title = Pokaż wszystkie
  421. ## New alt-text dialog
  422. ## 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.
  423. # Modal header positioned above a text box where users can edit the alt text.
  424. pdfjs-editor-new-alt-text-dialog-edit-label = Edytuj tekst alternatywny (opis obrazu)
  425. # Modal header positioned above a text box where users can add the alt text.
  426. pdfjs-editor-new-alt-text-dialog-add-label = Dodaj tekst alternatywny (opis obrazu)
  427. pdfjs-editor-new-alt-text-textarea =
  428. .placeholder = Napisz tutaj opis…
  429. # This text refers to the alt text box above this description. It offers a definition of alt text.
  430. pdfjs-editor-new-alt-text-description = Krótki opis dla osób, które nie widzą obrazu lub kiedy obraz się nie wczytuje.
  431. # 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.
  432. pdfjs-editor-new-alt-text-disclaimer1 = Ten tekst alternatywny został utworzony automatycznie i może być niepoprawny.
  433. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Więcej informacji
  434. pdfjs-editor-new-alt-text-create-automatically-button-label = Automatycznie utwórz tekst alternatywny
  435. pdfjs-editor-new-alt-text-not-now-button = Nie teraz
  436. pdfjs-editor-new-alt-text-error-title = Nie można automatycznie utworzyć tekstu alternatywnego
  437. pdfjs-editor-new-alt-text-error-description = Proszę napisać własny tekst alternatywny lub spróbować ponownie później.
  438. pdfjs-editor-new-alt-text-error-close-button = Zamknij
  439. # Variables:
  440. # $totalSize (Number) - the total size (in MB) of the AI model.
  441. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  442. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Pobieranie modelu SI tekstu alternatywnego ({ $downloadedSize } z { $totalSize } MB)
  443. .aria-valuetext = Pobieranie modelu SI tekstu alternatywnego ({ $downloadedSize } z { $totalSize } MB)
  444. # This is a button that users can click to edit the alt text they have already added.
  445. pdfjs-editor-new-alt-text-added-button =
  446. .aria-label = Dodano tekst alternatywny
  447. pdfjs-editor-new-alt-text-added-button-label = Dodano tekst alternatywny
  448. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  449. pdfjs-editor-new-alt-text-missing-button =
  450. .aria-label = Brak tekstu alternatywnego
  451. pdfjs-editor-new-alt-text-missing-button-label = Brak tekstu alternatywnego
  452. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  453. pdfjs-editor-new-alt-text-to-review-button =
  454. .aria-label = Przejrzyj tekst alternatywny
  455. pdfjs-editor-new-alt-text-to-review-button-label = Przejrzyj tekst alternatywny
  456. # "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.
  457. # Variables:
  458. # $generatedAltText (String) - the generated alt-text.
  459. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Utworzono automatycznie: { $generatedAltText }
  460. ## Image alt-text settings
  461. pdfjs-image-alt-text-settings-button =
  462. .title = Ustawienia tekstu alternatywnego obrazów
  463. pdfjs-image-alt-text-settings-button-label = Ustawienia tekstu alternatywnego obrazów
  464. pdfjs-editor-alt-text-settings-dialog-label = Ustawienia tekstu alternatywnego obrazów
  465. pdfjs-editor-alt-text-settings-automatic-title = Automatyczny tekst alternatywny
  466. pdfjs-editor-alt-text-settings-create-model-button-label = Automatyczne tworzenie tekstu alternatywnego
  467. pdfjs-editor-alt-text-settings-create-model-description = Podpowiada opisy, które mogą pomóc osobom, które nie widzą obrazu lub kiedy obraz się nie wczytuje.
  468. # Variables:
  469. # $totalSize (Number) - the total size (in MB) of the AI model.
  470. pdfjs-editor-alt-text-settings-download-model-label = Model SI tekstu alternatywnego ({ $totalSize } MB)
  471. pdfjs-editor-alt-text-settings-ai-model-description = Działa lokalnie na urządzeniu użytkownika, więc Twoje dane pozostają prywatne. Wymagane do funkcji automatycznego tekstu alternatywnego.
  472. pdfjs-editor-alt-text-settings-delete-model-button = Usuń
  473. pdfjs-editor-alt-text-settings-download-model-button = Pobierz
  474. pdfjs-editor-alt-text-settings-downloading-model-button = Pobieranie…
  475. pdfjs-editor-alt-text-settings-editor-title = Edytor tekstu alternatywnego
  476. pdfjs-editor-alt-text-settings-show-dialog-button-label = Wyświetlanie edytora tekstu alternatywnego od razu po dodaniu obrazu
  477. pdfjs-editor-alt-text-settings-show-dialog-description = Pomaga upewnić się, że wszystkie obrazy mają tekst alternatywny.
  478. pdfjs-editor-alt-text-settings-close-button = Zamknij
  479. ## "Annotations removed" bar
  480. pdfjs-editor-undo-bar-message-highlight = Usunięto wyróżnienie
  481. pdfjs-editor-undo-bar-message-freetext = Usunięto tekst
  482. pdfjs-editor-undo-bar-message-ink = Usunięto rysunek
  483. pdfjs-editor-undo-bar-message-stamp = Usunięto obraz
  484. pdfjs-editor-undo-bar-message-signature = Usunięto podpis
  485. # Variables:
  486. # $count (Number) - the number of removed annotations.
  487. pdfjs-editor-undo-bar-message-multiple =
  488. { $count ->
  489. [one] Usunięto przypis
  490. [few] Usunięto { $count } przypisy
  491. *[many] Usunięto { $count } przypisów
  492. }
  493. pdfjs-editor-undo-bar-undo-button =
  494. .title = Cofnij
  495. pdfjs-editor-undo-bar-undo-button-label = Cofnij
  496. pdfjs-editor-undo-bar-close-button =
  497. .title = Zamknij
  498. pdfjs-editor-undo-bar-close-button-label = Zamknij
  499. ## Add a signature dialog
  500. pdfjs-editor-add-signature-dialog-label = To okno umożliwia utworzenie podpisu, który można dodać do dokumentu PDF. Można zmienić nazwę (która służy także jako tekst alternatywny) i opcjonalnie zachować podpis do ponownego użycia.
  501. pdfjs-editor-add-signature-dialog-title = Dodanie podpisu
  502. ## Tab names
  503. # Type is a verb (you can type your name as signature)
  504. pdfjs-editor-add-signature-type-button = Wpisz
  505. .title = Wpisz
  506. # Draw is a verb (you can draw your signature)
  507. pdfjs-editor-add-signature-draw-button = Narysuj
  508. .title = Narysuj
  509. pdfjs-editor-add-signature-image-button = Obraz
  510. .title = Obraz
  511. ## Tab panels
  512. pdfjs-editor-add-signature-type-input =
  513. .aria-label = Wpisz swój podpis
  514. .placeholder = Wpisz swój podpis
  515. pdfjs-editor-add-signature-draw-placeholder = Narysuj swój podpis
  516. pdfjs-editor-add-signature-draw-thickness-range-label = Grubość
  517. # Variables:
  518. # $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
  519. pdfjs-editor-add-signature-draw-thickness-range =
  520. .title = Grubość kreski: { $thickness }
  521. pdfjs-editor-add-signature-image-placeholder = Przeciągnij tutaj plik, aby go przesłać
  522. pdfjs-editor-add-signature-image-browse-link =
  523. { PLATFORM() ->
  524. [macos] Lub wybierz plik obrazu
  525. *[other] Lub przeglądaj pliki obrazów
  526. }
  527. ## Controls
  528. pdfjs-editor-add-signature-description-label = Opis (tekst alternatywny)
  529. pdfjs-editor-add-signature-description-input =
  530. .title = Opis (tekst alternatywny)
  531. pdfjs-editor-add-signature-description-default-when-drawing = Podpis
  532. pdfjs-editor-add-signature-clear-button-label = Usuń podpis
  533. pdfjs-editor-add-signature-clear-button =
  534. .title = Usuń podpis
  535. pdfjs-editor-add-signature-save-checkbox = Zachowaj podpis
  536. pdfjs-editor-add-signature-save-warning-message = Osiągnięto ograniczenie wynoszące pięć zachowanych podpisów. Usuń jeden, aby zachować więcej.
  537. pdfjs-editor-add-signature-image-upload-error-title = Nie można przesłać obrazu
  538. pdfjs-editor-add-signature-image-upload-error-description = Sprawdź połączenie sieciowe lub spróbuj przesłać inny obraz.
  539. pdfjs-editor-add-signature-error-close-button = Zamknij
  540. ## Dialog buttons
  541. pdfjs-editor-add-signature-cancel-button = Anuluj
  542. pdfjs-editor-add-signature-add-button = Dodaj
  543. pdfjs-editor-edit-signature-update-button = Aktualizuj
  544. ## Main menu for adding/removing signatures
  545. pdfjs-editor-delete-signature-button1 =
  546. .title = Usuń zachowany podpis
  547. pdfjs-editor-delete-signature-button-label1 = Usuń zachowany podpis
  548. ## Editor toolbar
  549. pdfjs-editor-add-signature-edit-button-label = Edytuj opis
  550. ## Edit signature description dialog
  551. pdfjs-editor-edit-signature-dialog-title = Edycja opisu