viewer.properties 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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_label, page_of):
  20. # These strings are concatenated to form the "Page: X of Y" string.
  21. # Do not translate "{{pageCount}}", it will be substituted with a number
  22. # representing the total number of pages.
  23. page_label=Сторінка:
  24. page_of=з {{pageCount}}
  25. zoom_out.title=Зменшити
  26. zoom_out_label=Зменшити
  27. zoom_in.title=Збільшити
  28. zoom_in_label=Збільшити
  29. zoom.title=Масштаб
  30. presentation_mode.title=Перейти в режим презентації
  31. presentation_mode_label=Режим презентації
  32. open_file.title=Відкрити файл
  33. open_file_label=Відкрити
  34. print.title=Друк
  35. print_label=Друк
  36. download.title=Завантажити
  37. download_label=Завантажити
  38. bookmark.title=Поточний вигляд (копіювати чи відкрити у новому вікні)
  39. bookmark_label=Поточний вигляд
  40. # Secondary toolbar and context menu
  41. tools.title=Інструменти
  42. tools_label=Інструменти
  43. first_page.title=На першу сторінку
  44. first_page.label=На першу сторінку
  45. first_page_label=На першу сторінку
  46. last_page.title=На останню сторінку
  47. last_page.label=На останню сторінку
  48. last_page_label=На останню сторінку
  49. page_rotate_cw.title=Повернути за годинниковою стрілкою
  50. page_rotate_cw.label=Повернути за годинниковою стрілкою
  51. page_rotate_cw_label=Повернути за годинниковою стрілкою
  52. page_rotate_ccw.title=Повернути проти годинникової стрілки
  53. page_rotate_ccw.label=Повернути проти годинникової стрілки
  54. page_rotate_ccw_label=Повернути проти годинникової стрілки
  55. hand_tool_enable.title=Увімкнути інструмент «Рука»
  56. hand_tool_enable_label=Увімкнути інструмент «Рука»
  57. hand_tool_disable.title=Вимкнути інструмент «Рука»
  58. hand_tool_disable_label=Вимкнути інструмент «Рука»
  59. # Document properties dialog box
  60. document_properties.title=Властивості документа…
  61. document_properties_label=Властивості документа…
  62. document_properties_file_name=Назва файла:
  63. document_properties_file_size=Розмір файла:
  64. # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
  65. # will be replaced by the PDF file size in kilobytes, respectively in bytes.
  66. document_properties_kb={{size_kb}} КБ ({{size_b}} bytes)
  67. # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
  68. # will be replaced by the PDF file size in megabytes, respectively in bytes.
  69. document_properties_mb={{size_mb}} МБ ({{size_b}} bytes)
  70. document_properties_title=Заголовок:
  71. document_properties_author=Автор:
  72. document_properties_subject=Тема:
  73. document_properties_keywords=Ключові слова:
  74. document_properties_creation_date=Дата створення:
  75. document_properties_modification_date=Дата зміни:
  76. # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
  77. # will be replaced by the creation/modification date, and time, of the PDF file.
  78. document_properties_date_string={{date}}, {{time}}
  79. document_properties_creator=Створено:
  80. document_properties_producer=Виробник PDF:
  81. document_properties_version=Версія PDF:
  82. document_properties_page_count=Кількість сторінок:
  83. document_properties_close=Закрити
  84. # Tooltips and alt text for side panel toolbar buttons
  85. # (the _label strings are alt text for the buttons, the .title strings are
  86. # tooltips)
  87. toggle_sidebar.title=Бічна панель
  88. toggle_sidebar_label=Перемкнути бічну панель
  89. outline.title=Показувати схему документа
  90. outline_label=Схема документа
  91. attachments.title=Показати прикріплення
  92. attachments_label=Прикріплення
  93. thumbs.title=Показувати ескізи
  94. thumbs_label=Ескізи
  95. findbar.title=Шукати в документі
  96. findbar_label=Пошук
  97. # Thumbnails panel item (tooltip and alt text for images)
  98. # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
  99. # number.
  100. thumb_page_title=Сторінка {{page}}
  101. # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
  102. # number.
  103. thumb_page_canvas=Ескіз сторінки {{page}}
  104. # Find panel button title and messages
  105. find_label=Знайти:
  106. find_previous.title=Знайти попереднє входження фрази
  107. find_previous_label=Попереднє
  108. find_next.title=Знайти наступне входження фрази
  109. find_next_label=Наступне
  110. find_highlight=Підсвітити все
  111. find_match_case_label=З урахуванням регістру
  112. find_reached_top=Досягнуто початку документу, продовжено з кінця
  113. find_reached_bottom=Досягнуто кінця документу, продовжено з початку
  114. find_not_found=Фразу не знайдено
  115. # Error panel labels
  116. error_more_info=Більше інформації
  117. error_less_info=Менше інформації
  118. error_close=Закрити
  119. # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
  120. # replaced by the PDF.JS version and build ID.
  121. error_version_info=PDF.js v{{version}} (build: {{build}})
  122. # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
  123. # english string describing the error.
  124. error_message=Повідомлення: {{message}}
  125. # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
  126. # trace.
  127. error_stack=Стек: {{stack}}
  128. # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
  129. error_file=Файл: {{file}}
  130. # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
  131. error_line=Рядок: {{line}}
  132. rendering_error=Під час виведення сторінки сталася помилка.
  133. # Predefined zoom values
  134. page_scale_width=За шириною
  135. page_scale_fit=Умістити
  136. page_scale_auto=Авто-масштаб
  137. page_scale_actual=Дійсний розмір
  138. # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
  139. # numerical scale value.
  140. page_scale_percent={{scale}}%
  141. # Loading indicator messages
  142. loading_error_indicator=Помилка
  143. loading_error=Під час завантаження PDF сталася помилка.
  144. invalid_file_error=Недійсний або пошкоджений PDF-файл.
  145. missing_file_error=Відсутній PDF-файл.
  146. unexpected_response_error=Неочікувана відповідь сервера.
  147. # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
  148. # "{{type}}" will be replaced with an annotation type from a list defined in
  149. # the PDF spec (32000-1:2008 Table 169 – Annotation types).
  150. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  151. text_annotation_type.alt=[{{type}}-аннотація]
  152. password_label=Введіть пароль для відкриття цього PDF-файла.
  153. password_invalid=Невірний пароль. Спробуйте ще.
  154. password_ok=Гаразд
  155. password_cancel=Скасувати
  156. printing_not_supported=Попередження: Цей браузер не повністю підтримує друк.
  157. printing_not_ready=Попередження: PDF не повністю завантажений для друку.
  158. web_fonts_disabled=Веб-шрифти вимкнено: неможливо використати вбудовані у PDF шрифти.
  159. document_colors_not_allowed=PDF-документам не дозволено використовувати власні кольори: в браузері вимкнено параметр «Дозволити сторінкам використовувати власні кольори».