viewer.ftl 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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. ## Secondary toolbar and context menu
  40. pdfjs-tools-button =
  41. .title = Инструменти
  42. pdfjs-tools-button-label = Инструменти
  43. pdfjs-first-page-button =
  44. .title = Към първата страница
  45. pdfjs-first-page-button-label = Към първата страница
  46. pdfjs-last-page-button =
  47. .title = Към последната страница
  48. pdfjs-last-page-button-label = Към последната страница
  49. pdfjs-page-rotate-cw-button =
  50. .title = Завъртане по час. стрелка
  51. pdfjs-page-rotate-cw-button-label = Завъртане по часовниковата стрелка
  52. pdfjs-page-rotate-ccw-button =
  53. .title = Завъртане обратно на час. стрелка
  54. pdfjs-page-rotate-ccw-button-label = Завъртане обратно на часовниковата стрелка
  55. pdfjs-cursor-text-select-tool-button =
  56. .title = Включване на инструмента за избор на текст
  57. pdfjs-cursor-text-select-tool-button-label = Инструмент за избор на текст
  58. pdfjs-cursor-hand-tool-button =
  59. .title = Включване на инструмента ръка
  60. pdfjs-cursor-hand-tool-button-label = Инструмент ръка
  61. pdfjs-scroll-vertical-button =
  62. .title = Използване на вертикално плъзгане
  63. pdfjs-scroll-vertical-button-label = Вертикално плъзгане
  64. pdfjs-scroll-horizontal-button =
  65. .title = Използване на хоризонтално
  66. pdfjs-scroll-horizontal-button-label = Хоризонтално плъзгане
  67. pdfjs-scroll-wrapped-button =
  68. .title = Използване на мащабируемо плъзгане
  69. pdfjs-scroll-wrapped-button-label = Мащабируемо плъзгане
  70. pdfjs-spread-none-button =
  71. .title = Режимът на сдвояване е изключен
  72. pdfjs-spread-none-button-label = Без сдвояване
  73. pdfjs-spread-odd-button =
  74. .title = Сдвояване, започвайки от нечетните страници
  75. pdfjs-spread-odd-button-label = Нечетните отляво
  76. pdfjs-spread-even-button =
  77. .title = Сдвояване, започвайки от четните страници
  78. pdfjs-spread-even-button-label = Четните отляво
  79. ## Document properties dialog
  80. pdfjs-document-properties-button =
  81. .title = Свойства на документа…
  82. pdfjs-document-properties-button-label = Свойства на документа…
  83. pdfjs-document-properties-file-name = Име на файл:
  84. pdfjs-document-properties-file-size = Големина на файл:
  85. # Variables:
  86. # $size_kb (Number) - the PDF file size in kilobytes
  87. # $size_b (Number) - the PDF file size in bytes
  88. pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b } байта)
  89. # Variables:
  90. # $size_mb (Number) - the PDF file size in megabytes
  91. # $size_b (Number) - the PDF file size in bytes
  92. pdfjs-document-properties-mb = { $size_mb } МБ ({ $size_b } байта)
  93. pdfjs-document-properties-title = Заглавие:
  94. pdfjs-document-properties-author = Автор:
  95. pdfjs-document-properties-subject = Тема:
  96. pdfjs-document-properties-keywords = Ключови думи:
  97. pdfjs-document-properties-creation-date = Дата на създаване:
  98. pdfjs-document-properties-modification-date = Дата на промяна:
  99. # Variables:
  100. # $date (Date) - the creation/modification date of the PDF file
  101. # $time (Time) - the creation/modification time of the PDF file
  102. pdfjs-document-properties-date-string = { $date }, { $time }
  103. pdfjs-document-properties-creator = Създател:
  104. pdfjs-document-properties-producer = PDF произведен от:
  105. pdfjs-document-properties-version = Издание на PDF:
  106. pdfjs-document-properties-page-count = Брой страници:
  107. pdfjs-document-properties-page-size = Размер на страницата:
  108. pdfjs-document-properties-page-size-unit-inches = инч
  109. pdfjs-document-properties-page-size-unit-millimeters = мм
  110. pdfjs-document-properties-page-size-orientation-portrait = портрет
  111. pdfjs-document-properties-page-size-orientation-landscape = пейзаж
  112. pdfjs-document-properties-page-size-name-a-three = A3
  113. pdfjs-document-properties-page-size-name-a-four = A4
  114. pdfjs-document-properties-page-size-name-letter = Letter
  115. pdfjs-document-properties-page-size-name-legal = Правни въпроси
  116. ## Variables:
  117. ## $width (Number) - the width of the (current) page
  118. ## $height (Number) - the height of the (current) page
  119. ## $unit (String) - the unit of measurement of the (current) page
  120. ## $name (String) - the name of the (current) page
  121. ## $orientation (String) - the orientation of the (current) page
  122. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  123. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  124. ##
  125. # The linearization status of the document; usually called "Fast Web View" in
  126. # English locales of Adobe software.
  127. pdfjs-document-properties-linearized = Бърз преглед:
  128. pdfjs-document-properties-linearized-yes = Да
  129. pdfjs-document-properties-linearized-no = Не
  130. pdfjs-document-properties-close-button = Затваряне
  131. ## Print
  132. pdfjs-print-progress-message = Подготвяне на документа за отпечатване…
  133. # Variables:
  134. # $progress (Number) - percent value
  135. pdfjs-print-progress-percent = { $progress }%
  136. pdfjs-print-progress-close-button = Отказ
  137. pdfjs-printing-not-supported = Внимание: Този четец няма пълна поддръжка на отпечатване.
  138. pdfjs-printing-not-ready = Внимание: Този PDF файл не е напълно зареден за печат.
  139. ## Tooltips and alt text for side panel toolbar buttons
  140. pdfjs-toggle-sidebar-button =
  141. .title = Превключване на страничната лента
  142. pdfjs-toggle-sidebar-button-label = Превключване на страничната лента
  143. pdfjs-document-outline-button =
  144. .title = Показване на структурата на документа (двукратно щракване за свиване/разгъване на всичко)
  145. pdfjs-document-outline-button-label = Структура на документа
  146. pdfjs-attachments-button =
  147. .title = Показване на притурките
  148. pdfjs-attachments-button-label = Притурки
  149. pdfjs-thumbs-button =
  150. .title = Показване на миниатюрите
  151. pdfjs-thumbs-button-label = Миниатюри
  152. pdfjs-findbar-button =
  153. .title = Намиране в документа
  154. pdfjs-findbar-button-label = Търсене
  155. ## Thumbnails panel item (tooltip and alt text for images)
  156. # Variables:
  157. # $page (Number) - the page number
  158. pdfjs-thumb-page-title =
  159. .title = Страница { $page }
  160. # Variables:
  161. # $page (Number) - the page number
  162. pdfjs-thumb-page-canvas =
  163. .aria-label = Миниатюра на страница { $page }
  164. ## Find panel button title and messages
  165. pdfjs-find-input =
  166. .title = Търсене
  167. .placeholder = Търсене в документа…
  168. pdfjs-find-previous-button =
  169. .title = Намиране на предишно съвпадение на фразата
  170. pdfjs-find-previous-button-label = Предишна
  171. pdfjs-find-next-button =
  172. .title = Намиране на следващо съвпадение на фразата
  173. pdfjs-find-next-button-label = Следваща
  174. pdfjs-find-highlight-checkbox = Открояване на всички
  175. pdfjs-find-match-case-checkbox-label = Съвпадение на регистъра
  176. pdfjs-find-entire-word-checkbox-label = Цели думи
  177. pdfjs-find-reached-top = Достигнато е началото на документа, продължаване от края
  178. pdfjs-find-reached-bottom = Достигнат е краят на документа, продължаване от началото
  179. pdfjs-find-not-found = Фразата не е намерена
  180. ## Predefined zoom values
  181. pdfjs-page-scale-width = Ширина на страницата
  182. pdfjs-page-scale-fit = Вместване в страницата
  183. pdfjs-page-scale-auto = Автоматично мащабиране
  184. pdfjs-page-scale-actual = Действителен размер
  185. # Variables:
  186. # $scale (Number) - percent value for page scale
  187. pdfjs-page-scale-percent = { $scale }%
  188. ## PDF page
  189. ## Loading indicator messages
  190. pdfjs-loading-error = Получи се грешка при зареждане на PDF-а.
  191. pdfjs-invalid-file-error = Невалиден или повреден PDF файл.
  192. pdfjs-missing-file-error = Липсващ PDF файл.
  193. pdfjs-unexpected-response-error = Неочакван отговор от сървъра.
  194. pdfjs-rendering-error = Грешка при изчертаване на страницата.
  195. ## Annotations
  196. # .alt: This is used as a tooltip.
  197. # Variables:
  198. # $type (String) - an annotation type from a list defined in the PDF spec
  199. # (32000-1:2008 Table 169 – Annotation types).
  200. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  201. pdfjs-text-annotation-type =
  202. .alt = [Анотация { $type }]
  203. ## Password
  204. pdfjs-password-label = Въведете парола за отваряне на този PDF файл.
  205. pdfjs-password-invalid = Невалидна парола. Моля, опитайте отново.
  206. pdfjs-password-ok-button = Добре
  207. pdfjs-password-cancel-button = Отказ
  208. pdfjs-web-fonts-disabled = Уеб-шрифтовете са забранени: разрешаване на използването на вградените PDF шрифтове.
  209. ## Editing
  210. ## Alt-text dialog
  211. ## Editor resizers
  212. ## This is used in an aria label to help to understand the role of the resizer.