Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

399 строки
19KB

  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 = Попередня сторінка
  7. pdfjs-previous-button-label = Попередня
  8. pdfjs-next-button =
  9. .title = Наступна сторінка
  10. pdfjs-next-button-label = Наступна
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Сторінка
  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 = із { $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 } із { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Зменшити
  24. pdfjs-zoom-out-button-label = Зменшити
  25. pdfjs-zoom-in-button =
  26. .title = Збільшити
  27. pdfjs-zoom-in-button-label = Збільшити
  28. pdfjs-zoom-select =
  29. .title = Масштаб
  30. pdfjs-presentation-mode-button =
  31. .title = Перейти в режим презентації
  32. pdfjs-presentation-mode-button-label = Режим презентації
  33. pdfjs-open-file-button =
  34. .title = Відкрити файл
  35. pdfjs-open-file-button-label = Відкрити
  36. pdfjs-print-button =
  37. .title = Друк
  38. pdfjs-print-button-label = Друк
  39. pdfjs-save-button =
  40. .title = Зберегти
  41. pdfjs-save-button-label = Зберегти
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Завантажити
  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 = Завантажити
  48. pdfjs-bookmark-button =
  49. .title = Поточна сторінка (перегляд URL-адреси з поточної сторінки)
  50. pdfjs-bookmark-button-label = Поточна сторінка
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Інструменти
  54. pdfjs-tools-button-label = Інструменти
  55. pdfjs-first-page-button =
  56. .title = На першу сторінку
  57. pdfjs-first-page-button-label = На першу сторінку
  58. pdfjs-last-page-button =
  59. .title = На останню сторінку
  60. pdfjs-last-page-button-label = На останню сторінку
  61. pdfjs-page-rotate-cw-button =
  62. .title = Повернути за годинниковою стрілкою
  63. pdfjs-page-rotate-cw-button-label = Повернути за годинниковою стрілкою
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Повернути проти годинникової стрілки
  66. pdfjs-page-rotate-ccw-button-label = Повернути проти годинникової стрілки
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Увімкнути інструмент вибору тексту
  69. pdfjs-cursor-text-select-tool-button-label = Інструмент вибору тексту
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Увімкнути інструмент "Рука"
  72. pdfjs-cursor-hand-tool-button-label = Інструмент "Рука"
  73. pdfjs-scroll-page-button =
  74. .title = Використовувати прокручування сторінки
  75. pdfjs-scroll-page-button-label = Прокручування сторінки
  76. pdfjs-scroll-vertical-button =
  77. .title = Використовувати вертикальне прокручування
  78. pdfjs-scroll-vertical-button-label = Вертикальне прокручування
  79. pdfjs-scroll-horizontal-button =
  80. .title = Використовувати горизонтальне прокручування
  81. pdfjs-scroll-horizontal-button-label = Горизонтальне прокручування
  82. pdfjs-scroll-wrapped-button =
  83. .title = Використовувати масштабоване прокручування
  84. pdfjs-scroll-wrapped-button-label = Масштабоване прокручування
  85. pdfjs-spread-none-button =
  86. .title = Не використовувати розгорнуті сторінки
  87. pdfjs-spread-none-button-label = Без розгорнутих сторінок
  88. pdfjs-spread-odd-button =
  89. .title = Розгорнуті сторінки починаються з непарних номерів
  90. pdfjs-spread-odd-button-label = Непарні сторінки зліва
  91. pdfjs-spread-even-button =
  92. .title = Розгорнуті сторінки починаються з парних номерів
  93. pdfjs-spread-even-button-label = Парні сторінки зліва
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Властивості документа…
  97. pdfjs-document-properties-button-label = Властивості документа…
  98. pdfjs-document-properties-file-name = Назва файлу:
  99. pdfjs-document-properties-file-size = Розмір файлу:
  100. # Variables:
  101. # $size_kb (Number) - the PDF file size in kilobytes
  102. # $size_b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b } байтів)
  104. # Variables:
  105. # $size_mb (Number) - the PDF file size in megabytes
  106. # $size_b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-mb = { $size_mb } МБ ({ $size_b } байтів)
  108. pdfjs-document-properties-title = Заголовок:
  109. pdfjs-document-properties-author = Автор:
  110. pdfjs-document-properties-subject = Тема:
  111. pdfjs-document-properties-keywords = Ключові слова:
  112. pdfjs-document-properties-creation-date = Дата створення:
  113. pdfjs-document-properties-modification-date = Дата зміни:
  114. # Variables:
  115. # $date (Date) - the creation/modification date of the PDF file
  116. # $time (Time) - the creation/modification time of the PDF file
  117. pdfjs-document-properties-date-string = { $date }, { $time }
  118. pdfjs-document-properties-creator = Створено:
  119. pdfjs-document-properties-producer = Виробник PDF:
  120. pdfjs-document-properties-version = Версія PDF:
  121. pdfjs-document-properties-page-count = Кількість сторінок:
  122. pdfjs-document-properties-page-size = Розмір сторінки:
  123. pdfjs-document-properties-page-size-unit-inches = дюймів
  124. pdfjs-document-properties-page-size-unit-millimeters = мм
  125. pdfjs-document-properties-page-size-orientation-portrait = книжкова
  126. pdfjs-document-properties-page-size-orientation-landscape = альбомна
  127. pdfjs-document-properties-page-size-name-a-three = A3
  128. pdfjs-document-properties-page-size-name-a-four = A4
  129. pdfjs-document-properties-page-size-name-letter = Letter
  130. pdfjs-document-properties-page-size-name-legal = Legal
  131. ## Variables:
  132. ## $width (Number) - the width of the (current) page
  133. ## $height (Number) - the height of the (current) page
  134. ## $unit (String) - the unit of measurement of the (current) page
  135. ## $name (String) - the name of the (current) page
  136. ## $orientation (String) - the orientation of the (current) page
  137. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  138. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  139. ##
  140. # The linearization status of the document; usually called "Fast Web View" in
  141. # English locales of Adobe software.
  142. pdfjs-document-properties-linearized = Швидкий перегляд в Інтернеті:
  143. pdfjs-document-properties-linearized-yes = Так
  144. pdfjs-document-properties-linearized-no = Ні
  145. pdfjs-document-properties-close-button = Закрити
  146. ## Print
  147. pdfjs-print-progress-message = Підготовка документу до друку…
  148. # Variables:
  149. # $progress (Number) - percent value
  150. pdfjs-print-progress-percent = { $progress }%
  151. pdfjs-print-progress-close-button = Скасувати
  152. pdfjs-printing-not-supported = Попередження: Цей браузер не повністю підтримує друк.
  153. pdfjs-printing-not-ready = Попередження: PDF не повністю завантажений для друку.
  154. ## Tooltips and alt text for side panel toolbar buttons
  155. pdfjs-toggle-sidebar-button =
  156. .title = Бічна панель
  157. pdfjs-toggle-sidebar-notification-button =
  158. .title = Перемкнути бічну панель (документ містить ескіз/вкладення/шари)
  159. pdfjs-toggle-sidebar-button-label = Перемкнути бічну панель
  160. pdfjs-document-outline-button =
  161. .title = Показати схему документу (подвійний клік для розгортання/згортання елементів)
  162. pdfjs-document-outline-button-label = Схема документа
  163. pdfjs-attachments-button =
  164. .title = Показати вкладення
  165. pdfjs-attachments-button-label = Вкладення
  166. pdfjs-layers-button =
  167. .title = Показати шари (двічі клацніть, щоб скинути всі шари до типового стану)
  168. pdfjs-layers-button-label = Шари
  169. pdfjs-thumbs-button =
  170. .title = Показати мініатюри
  171. pdfjs-thumbs-button-label = Мініатюри
  172. pdfjs-current-outline-item-button =
  173. .title = Знайти поточний елемент змісту
  174. pdfjs-current-outline-item-button-label = Поточний елемент змісту
  175. pdfjs-findbar-button =
  176. .title = Знайти в документі
  177. pdfjs-findbar-button-label = Знайти
  178. pdfjs-additional-layers = Додаткові шари
  179. ## Thumbnails panel item (tooltip and alt text for images)
  180. # Variables:
  181. # $page (Number) - the page number
  182. pdfjs-thumb-page-title =
  183. .title = Сторінка { $page }
  184. # Variables:
  185. # $page (Number) - the page number
  186. pdfjs-thumb-page-canvas =
  187. .aria-label = Ескіз сторінки { $page }
  188. ## Find panel button title and messages
  189. pdfjs-find-input =
  190. .title = Знайти
  191. .placeholder = Знайти в документі…
  192. pdfjs-find-previous-button =
  193. .title = Знайти попереднє входження фрази
  194. pdfjs-find-previous-button-label = Попереднє
  195. pdfjs-find-next-button =
  196. .title = Знайти наступне входження фрази
  197. pdfjs-find-next-button-label = Наступне
  198. pdfjs-find-highlight-checkbox = Підсвітити все
  199. pdfjs-find-match-case-checkbox-label = З урахуванням регістру
  200. pdfjs-find-match-diacritics-checkbox-label = Відповідність діакритичних знаків
  201. pdfjs-find-entire-word-checkbox-label = Цілі слова
  202. pdfjs-find-reached-top = Досягнуто початку документу, продовжено з кінця
  203. pdfjs-find-reached-bottom = Досягнуто кінця документу, продовжено з початку
  204. # Variables:
  205. # $current (Number) - the index of the currently active find result
  206. # $total (Number) - the total number of matches in the document
  207. pdfjs-find-match-count =
  208. { $total ->
  209. [one] { $current } збіг з { $total }
  210. [few] { $current } збіги з { $total }
  211. *[many] { $current } збігів з { $total }
  212. }
  213. # Variables:
  214. # $limit (Number) - the maximum number of matches
  215. pdfjs-find-match-count-limit =
  216. { $limit ->
  217. [one] Понад { $limit } збіг
  218. [few] Понад { $limit } збіги
  219. *[many] Понад { $limit } збігів
  220. }
  221. pdfjs-find-not-found = Фразу не знайдено
  222. ## Predefined zoom values
  223. pdfjs-page-scale-width = За шириною
  224. pdfjs-page-scale-fit = Вмістити
  225. pdfjs-page-scale-auto = Автомасштаб
  226. pdfjs-page-scale-actual = Дійсний розмір
  227. # Variables:
  228. # $scale (Number) - percent value for page scale
  229. pdfjs-page-scale-percent = { $scale }%
  230. ## PDF page
  231. # Variables:
  232. # $page (Number) - the page number
  233. pdfjs-page-landmark =
  234. .aria-label = Сторінка { $page }
  235. ## Loading indicator messages
  236. pdfjs-loading-error = Під час завантаження PDF сталася помилка.
  237. pdfjs-invalid-file-error = Недійсний або пошкоджений PDF-файл.
  238. pdfjs-missing-file-error = Відсутній PDF-файл.
  239. pdfjs-unexpected-response-error = Неочікувана відповідь сервера.
  240. pdfjs-rendering-error = Під час виведення сторінки сталася помилка.
  241. ## Annotations
  242. # Variables:
  243. # $date (Date) - the modification date of the annotation
  244. # $time (Time) - the modification time of the annotation
  245. pdfjs-annotation-date-string = { $date }, { $time }
  246. # .alt: This is used as a tooltip.
  247. # Variables:
  248. # $type (String) - an annotation type from a list defined in the PDF spec
  249. # (32000-1:2008 Table 169 – Annotation types).
  250. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  251. pdfjs-text-annotation-type =
  252. .alt = [{ $type }-анотація]
  253. ## Password
  254. pdfjs-password-label = Введіть пароль для відкриття цього PDF-файлу.
  255. pdfjs-password-invalid = Неправильний пароль. Спробуйте ще раз.
  256. pdfjs-password-ok-button = OK
  257. pdfjs-password-cancel-button = Скасувати
  258. pdfjs-web-fonts-disabled = Веб-шрифти вимкнено: неможливо використати вбудовані у PDF шрифти.
  259. ## Editing
  260. pdfjs-editor-free-text-button =
  261. .title = Текст
  262. pdfjs-editor-free-text-button-label = Текст
  263. pdfjs-editor-ink-button =
  264. .title = Малювати
  265. pdfjs-editor-ink-button-label = Малювати
  266. pdfjs-editor-stamp-button =
  267. .title = Додати чи редагувати зображення
  268. pdfjs-editor-stamp-button-label = Додати чи редагувати зображення
  269. pdfjs-editor-highlight-button =
  270. .title = Підсвітити
  271. pdfjs-editor-highlight-button-label = Підсвітити
  272. pdfjs-highlight-floating-button =
  273. .title = Підсвітити
  274. pdfjs-highlight-floating-button1 =
  275. .title = Підсвітити
  276. .aria-label = Підсвітити
  277. pdfjs-highlight-floating-button-label = Підсвітити
  278. ## Remove button for the various kind of editor.
  279. pdfjs-editor-remove-ink-button =
  280. .title = Вилучити малюнок
  281. pdfjs-editor-remove-freetext-button =
  282. .title = Вилучити текст
  283. pdfjs-editor-remove-stamp-button =
  284. .title = Вилучити зображення
  285. pdfjs-editor-remove-highlight-button =
  286. .title = Вилучити підсвічування
  287. ##
  288. # Editor Parameters
  289. pdfjs-editor-free-text-color-input = Колір
  290. pdfjs-editor-free-text-size-input = Розмір
  291. pdfjs-editor-ink-color-input = Колір
  292. pdfjs-editor-ink-thickness-input = Товщина
  293. pdfjs-editor-ink-opacity-input = Прозорість
  294. pdfjs-editor-stamp-add-image-button =
  295. .title = Додати зображення
  296. pdfjs-editor-stamp-add-image-button-label = Додати зображення
  297. # This refers to the thickness of the line used for free highlighting (not bound to text)
  298. pdfjs-editor-free-highlight-thickness-input = Товщина
  299. pdfjs-editor-free-highlight-thickness-title =
  300. .title = Змінюйте товщину під час підсвічування елементів, крім тексту
  301. pdfjs-free-text =
  302. .aria-label = Текстовий редактор
  303. pdfjs-free-text-default-content = Почніть вводити…
  304. pdfjs-ink =
  305. .aria-label = Графічний редактор
  306. pdfjs-ink-canvas =
  307. .aria-label = Зображення, створене користувачем
  308. ## Alt-text dialog
  309. # Alternative text (alt text) helps when people can't see the image.
  310. pdfjs-editor-alt-text-button-label = Альтернативний текст
  311. pdfjs-editor-alt-text-edit-button-label = Змінити альтернативний текст
  312. pdfjs-editor-alt-text-dialog-label = Вибрати варіант
  313. pdfjs-editor-alt-text-dialog-description = Альтернативний текст допомагає, коли зображення не видно або коли воно не завантажується.
  314. pdfjs-editor-alt-text-add-description-label = Додати опис
  315. pdfjs-editor-alt-text-add-description-description = Намагайтеся створити 1-2 речення, які описують тему, обставини або дії.
  316. pdfjs-editor-alt-text-mark-decorative-label = Позначити декоративним
  317. pdfjs-editor-alt-text-mark-decorative-description = Використовується для декоративних зображень, наприклад рамок або водяних знаків.
  318. pdfjs-editor-alt-text-cancel-button = Скасувати
  319. pdfjs-editor-alt-text-save-button = Зберегти
  320. pdfjs-editor-alt-text-decorative-tooltip = Позначено декоративним
  321. # .placeholder: This is a placeholder for the alt text input area
  322. pdfjs-editor-alt-text-textarea =
  323. .placeholder = Наприклад, “Молодий чоловік сідає за стіл їсти”
  324. ## Editor resizers
  325. ## This is used in an aria label to help to understand the role of the resizer.
  326. pdfjs-editor-resizer-label-top-left = Верхній лівий кут – зміна розміру
  327. pdfjs-editor-resizer-label-top-middle = Вгорі посередині – зміна розміру
  328. pdfjs-editor-resizer-label-top-right = Верхній правий кут – зміна розміру
  329. pdfjs-editor-resizer-label-middle-right = Праворуч посередині – зміна розміру
  330. pdfjs-editor-resizer-label-bottom-right = Нижній правий кут – зміна розміру
  331. pdfjs-editor-resizer-label-bottom-middle = Внизу посередині – зміна розміру
  332. pdfjs-editor-resizer-label-bottom-left = Нижній лівий кут – зміна розміру
  333. pdfjs-editor-resizer-label-middle-left = Ліворуч посередині – зміна розміру
  334. ## Color picker
  335. # This means "Color used to highlight text"
  336. pdfjs-editor-highlight-colorpicker-label = Колір підсвічування
  337. pdfjs-editor-colorpicker-button =
  338. .title = Змінити колір
  339. pdfjs-editor-colorpicker-dropdown =
  340. .aria-label = Вибір кольору
  341. pdfjs-editor-colorpicker-yellow =
  342. .title = Жовтий
  343. pdfjs-editor-colorpicker-green =
  344. .title = Зелений
  345. pdfjs-editor-colorpicker-blue =
  346. .title = Блакитний
  347. pdfjs-editor-colorpicker-pink =
  348. .title = Рожевий
  349. pdfjs-editor-colorpicker-red =
  350. .title = Червоний
  351. ## Show all highlights
  352. ## This is a toggle button to show/hide all the highlights.
  353. pdfjs-editor-highlight-show-all-button-label = Показати все
  354. pdfjs-editor-highlight-show-all-button =
  355. .title = Показати все