You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

182 lines
9.3 KiB

7 years ago
  1. # Copyright 2012 Mozilla Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # Main toolbar buttons (tooltips and alt text for images)
  15. previous.title=Попередня сторінка
  16. previous_label=Попередня
  17. next.title=Наступна сторінка
  18. next_label=Наступна
  19. # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
  20. page.title=Сторінка
  21. # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
  22. # representing the total number of pages in the document.
  23. of_pages=із {{pagesCount}}
  24. # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
  25. # will be replaced by a number representing the currently visible page,
  26. # respectively a number representing the total number of pages in the document.
  27. page_of_pages=({{pageNumber}} із {{pagesCount}})
  28. zoom_out.title=Зменшити
  29. zoom_out_label=Зменшити
  30. zoom_in.title=Збільшити
  31. zoom_in_label=Збільшити
  32. zoom.title=Масштаб
  33. presentation_mode.title=Перейти в режим презентації
  34. presentation_mode_label=Режим презентації
  35. open_file.title=Відкрити файл
  36. open_file_label=Відкрити
  37. print.title=Друк
  38. print_label=Друк
  39. download.title=Завантажити
  40. download_label=Завантажити
  41. bookmark.title=Поточний вигляд (копіювати чи відкрити у новому вікні)
  42. bookmark_label=Поточний вигляд
  43. # Secondary toolbar and context menu
  44. tools.title=Інструменти
  45. tools_label=Інструменти
  46. first_page.title=На першу сторінку
  47. first_page.label=На першу сторінку
  48. first_page_label=На першу сторінку
  49. last_page.title=На останню сторінку
  50. last_page.label=На останню сторінку
  51. last_page_label=На останню сторінку
  52. page_rotate_cw.title=Повернути за годинниковою стрілкою
  53. page_rotate_cw.label=Повернути за годинниковою стрілкою
  54. page_rotate_cw_label=Повернути за годинниковою стрілкою
  55. page_rotate_ccw.title=Повернути проти годинникової стрілки
  56. page_rotate_ccw.label=Повернути проти годинникової стрілки
  57. page_rotate_ccw_label=Повернути проти годинникової стрілки
  58. hand_tool_enable.title=Увімкнути інструмент «Рука»
  59. hand_tool_enable_label=Увімкнути інструмент «Рука»
  60. hand_tool_disable.title=Вимкнути інструмент «Рука»
  61. hand_tool_disable_label=Вимкнути інструмент «Рука»
  62. # Document properties dialog box
  63. document_properties.title=Властивості документа…
  64. document_properties_label=Властивості документа…
  65. document_properties_file_name=Назва файла:
  66. document_properties_file_size=Розмір файла:
  67. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  68. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  69. document_properties_kb={{size_kb}} КБ ({{size_b}} bytes)
  70. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  71. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  72. document_properties_mb={{size_mb}} МБ ({{size_b}} bytes)
  73. document_properties_title=Заголовок:
  74. document_properties_author=Автор:
  75. document_properties_subject=Тема:
  76. document_properties_keywords=Ключові слова:
  77. document_properties_creation_date=Дата створення:
  78. document_properties_modification_date=Дата зміни:
  79. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  80. # will be replaced by the creation/modification date, and time, of the PDF file.
  81. document_properties_date_string={{date}}, {{time}}
  82. document_properties_creator=Створено:
  83. document_properties_producer=Виробник PDF:
  84. document_properties_version=Версія PDF:
  85. document_properties_page_count=Кількість сторінок:
  86. document_properties_close=Закрити
  87. print_progress_message=Підготовка документу до друку…
  88. # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
  89. # a numerical per cent value.
  90. print_progress_percent={{progress}}%
  91. print_progress_close=Скасувати
  92. # Tooltips and alt text for side panel toolbar buttons
  93. # (the _label strings are alt text for the buttons, the .title strings are
  94. # tooltips)
  95. toggle_sidebar.title=Бічна панель
  96. toggle_sidebar_label=Перемкнути бічну панель
  97. document_outline.title=Показати схему документу (подвійний клік для розгортання/згортання елементів)
  98. document_outline_label=Схема документа
  99. attachments.title=Показати прикріплення
  100. attachments_label=Прикріплення
  101. thumbs.title=Показувати ескізи
  102. thumbs_label=Ескізи
  103. findbar.title=Шукати в документі
  104. findbar_label=Пошук
  105. # Thumbnails panel item (tooltip and alt text for images)
  106. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  107. # number.
  108. thumb_page_title=Сторінка {{page}}
  109. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  110. # number.
  111. thumb_page_canvas=Ескіз сторінки {{page}}
  112. # Find panel button title and messages
  113. find_label=Знайти:
  114. find_previous.title=Знайти попереднє входження фрази
  115. find_previous_label=Попереднє
  116. find_next.title=Знайти наступне входження фрази
  117. find_next_label=Наступне
  118. find_highlight=Підсвітити все
  119. find_match_case_label=З урахуванням регістру
  120. find_reached_top=Досягнуто початку документу, продовжено з кінця
  121. find_reached_bottom=Досягнуто кінця документу, продовжено з початку
  122. find_not_found=Фразу не знайдено
  123. # Error panel labels
  124. error_more_info=Більше інформації
  125. error_less_info=Менше інформації
  126. error_close=Закрити
  127. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  128. # replaced by the PDF.JS version and build ID.
  129. error_version_info=PDF.js v{{version}} (build: {{build}})
  130. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  131. # english string describing the error.
  132. error_message=Повідомлення: {{message}}
  133. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  134. # trace.
  135. error_stack=Стек: {{stack}}
  136. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  137. error_file=Файл: {{file}}
  138. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  139. error_line=Рядок: {{line}}
  140. rendering_error=Під час виведення сторінки сталася помилка.
  141. # Predefined zoom values
  142. page_scale_width=За шириною
  143. page_scale_fit=Умістити
  144. page_scale_auto=Авто-масштаб
  145. page_scale_actual=Дійсний розмір
  146. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  147. # numerical scale value.
  148. page_scale_percent={{scale}}%
  149. # Loading indicator messages
  150. loading_error_indicator=Помилка
  151. loading_error=Під час завантаження PDF сталася помилка.
  152. invalid_file_error=Недійсний або пошкоджений PDF-файл.
  153. missing_file_error=Відсутній PDF-файл.
  154. unexpected_response_error=Неочікувана відповідь сервера.
  155. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  156. # "{{type}}" will be replaced with an annotation type from a list defined in
  157. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  158. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  159. text_annotation_type.alt=[{{type}}-аннотація]
  160. password_label=Введіть пароль для відкриття цього PDF-файла.
  161. password_invalid=Невірний пароль. Спробуйте ще.
  162. password_ok=Гаразд
  163. password_cancel=Скасувати
  164. printing_not_supported=Попередження: Цей браузер не повністю підтримує друк.
  165. printing_not_ready=Попередження: PDF не повністю завантажений для друку.
  166. web_fonts_disabled=Веб-шрифти вимкнено: неможливо використати вбудовані у PDF шрифти.
  167. document_colors_not_allowed=PDF-документам не дозволено використовувати власні кольори: в браузері вимкнено параметр «Дозволити сторінкам використовувати власні кольори».