viewer.ftl 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  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 = Текуща страница (преглед на адреса на страницата)
  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. # $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) } КБ ({ $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) } МБ ({ $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 } КБ ({ $size_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 } МБ ({ $size_b } байта)
  116. pdfjs-document-properties-title = Заглавие:
  117. pdfjs-document-properties-author = Автор:
  118. pdfjs-document-properties-subject = Тема:
  119. pdfjs-document-properties-keywords = Ключови думи:
  120. pdfjs-document-properties-creation-date = Дата на създаване:
  121. pdfjs-document-properties-modification-date = Дата на промяна:
  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 = Създател:
  130. pdfjs-document-properties-producer = PDF произведен от:
  131. pdfjs-document-properties-version = Издание на PDF:
  132. pdfjs-document-properties-page-count = Брой страници:
  133. pdfjs-document-properties-page-size = Размер на страницата:
  134. pdfjs-document-properties-page-size-unit-inches = инч
  135. pdfjs-document-properties-page-size-unit-millimeters = мм
  136. pdfjs-document-properties-page-size-orientation-portrait = портрет
  137. pdfjs-document-properties-page-size-orientation-landscape = пейзаж
  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 = Letter
  141. pdfjs-document-properties-page-size-name-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 } ({ $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $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 = Бърз преглед:
  154. pdfjs-document-properties-linearized-yes = Да
  155. pdfjs-document-properties-linearized-no = Не
  156. pdfjs-document-properties-close-button = Затваряне
  157. ## Print
  158. pdfjs-print-progress-message = Подготвяне на документа за отпечатване…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = Отказ
  163. pdfjs-printing-not-supported = Внимание: Този четец няма пълна поддръжка на отпечатване.
  164. pdfjs-printing-not-ready = Внимание: Този PDF файл не е напълно зареден за печат.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Превключване на страничната лента
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Превключване на страничната лента (документът има структура/прикачени файлове/слоеве)
  170. pdfjs-toggle-sidebar-button-label = Превключване на страничната лента
  171. pdfjs-document-outline-button =
  172. .title = Показване на структурата на документа (двукратно щракване за свиване/разгъване на всичко)
  173. pdfjs-document-outline-button-label = Структура на документа
  174. pdfjs-attachments-button =
  175. .title = Показване на притурките
  176. pdfjs-attachments-button-label = Притурки
  177. pdfjs-layers-button =
  178. .title = Показване на слоевете (двукратно щракване за възстановяване на всички слоеве към състоянието по подразбиране)
  179. pdfjs-layers-button-label = Слоеве
  180. pdfjs-thumbs-button =
  181. .title = Показване на миниатюрите
  182. pdfjs-thumbs-button-label = Миниатюри
  183. pdfjs-current-outline-item-button =
  184. .title = Намиране на текущия елемент от структурата
  185. pdfjs-current-outline-item-button-label = Текущ елемент от структурата
  186. pdfjs-findbar-button =
  187. .title = Намиране в документа
  188. pdfjs-findbar-button-label = Търсене
  189. pdfjs-additional-layers = Допълнителни слоеве
  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 }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Миниатюра на страница { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Търсене
  202. .placeholder = Търсене в документа…
  203. pdfjs-find-previous-button =
  204. .title = Намиране на предишно съвпадение на фразата
  205. pdfjs-find-previous-button-label = Предишна
  206. pdfjs-find-next-button =
  207. .title = Намиране на следващо съвпадение на фразата
  208. pdfjs-find-next-button-label = Следваща
  209. pdfjs-find-highlight-checkbox = Открояване на всички
  210. pdfjs-find-match-case-checkbox-label = Съвпадение на регистъра
  211. pdfjs-find-match-diacritics-checkbox-label = Без производни букви
  212. pdfjs-find-entire-word-checkbox-label = Цели думи
  213. pdfjs-find-reached-top = Достигнато е началото на документа, продължаване от края
  214. pdfjs-find-reached-bottom = Достигнат е краят на документа, продължаване от началото
  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 } от { $total } съвпадение
  221. *[other] { $current } от { $total } съвпадения
  222. }
  223. # Variables:
  224. # $limit (Number) - the maximum number of matches
  225. pdfjs-find-match-count-limit =
  226. { $limit ->
  227. [one] Повече от { $limit } съвпадение
  228. *[other] Повече от { $limit } съвпадения
  229. }
  230. pdfjs-find-not-found = Фразата не е намерена
  231. ## Predefined zoom values
  232. pdfjs-page-scale-width = Ширина на страницата
  233. pdfjs-page-scale-fit = Вместване в страницата
  234. pdfjs-page-scale-auto = Автоматично мащабиране
  235. pdfjs-page-scale-actual = Действителен размер
  236. # Variables:
  237. # $scale (Number) - percent value for page scale
  238. pdfjs-page-scale-percent = { $scale }%
  239. ## PDF page
  240. # Variables:
  241. # $page (Number) - the page number
  242. pdfjs-page-landmark =
  243. .aria-label = Страница { $page }
  244. ## Loading indicator messages
  245. pdfjs-loading-error = Получи се грешка при зареждане на PDF-а.
  246. pdfjs-invalid-file-error = Невалиден или повреден PDF файл.
  247. pdfjs-missing-file-error = Липсващ PDF файл.
  248. pdfjs-unexpected-response-error = Неочакван отговор от сървъра.
  249. pdfjs-rendering-error = Грешка при изчертаване на страницата.
  250. ## Annotations
  251. # Variables:
  252. # $date (Date) - the modification date of the annotation
  253. # $time (Time) - the modification time of the annotation
  254. pdfjs-annotation-date-string = { $date }, { $time }
  255. # .alt: This is used as a tooltip.
  256. # Variables:
  257. # $type (String) - an annotation type from a list defined in the PDF spec
  258. # (32000-1:2008 Table 169 – Annotation types).
  259. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  260. pdfjs-text-annotation-type =
  261. .alt = [Анотация { $type }]
  262. # Variables:
  263. # $dateObj (Date) - the modification date and time of the annotation
  264. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  265. ## Password
  266. pdfjs-password-label = Въведете парола за отваряне на този PDF файл.
  267. pdfjs-password-invalid = Невалидна парола. Моля, опитайте отново.
  268. pdfjs-password-ok-button = Добре
  269. pdfjs-password-cancel-button = Отказ
  270. pdfjs-web-fonts-disabled = Уеб-шрифтовете са забранени: разрешаване на използването на вградените PDF шрифтове.
  271. ## Editing
  272. pdfjs-editor-free-text-button =
  273. .title = Текст
  274. pdfjs-editor-free-text-button-label = Текст
  275. pdfjs-editor-ink-button =
  276. .title = Рисуване
  277. pdfjs-editor-ink-button-label = Рисуване
  278. pdfjs-editor-stamp-button =
  279. .title = Добавяне или променяне на изображения
  280. pdfjs-editor-stamp-button-label = Добавяне или променяне на изображения
  281. ## Default editor aria labels
  282. ## Remove button for the various kind of editor.
  283. pdfjs-editor-remove-ink-button =
  284. .title = Премахване на рисунката
  285. pdfjs-editor-remove-freetext-button =
  286. .title = Премахване на текста
  287. pdfjs-editor-remove-stamp-button =
  288. .title = Пермахване на изображението
  289. pdfjs-editor-remove-highlight-button =
  290. .title = Премахване на открояването
  291. ##
  292. # Editor Parameters
  293. pdfjs-editor-free-text-color-input = Цвят
  294. pdfjs-editor-free-text-size-input = Размер
  295. pdfjs-editor-ink-color-input = Цвят
  296. pdfjs-editor-ink-thickness-input = Дебелина
  297. pdfjs-editor-ink-opacity-input = Прозрачност
  298. pdfjs-editor-stamp-add-image-button =
  299. .title = Добавяне на изображение
  300. pdfjs-editor-stamp-add-image-button-label = Добавяне на изображение
  301. # .default-content is used as a placeholder in an empty text editor.
  302. pdfjs-free-text2 =
  303. .aria-label = Текстов редактор
  304. .default-content = Започнете да пишете…
  305. pdfjs-free-text =
  306. .aria-label = Текстов редактор
  307. pdfjs-free-text-default-content = Започнете да пишете…
  308. pdfjs-ink =
  309. .aria-label = Промяна на рисунка
  310. pdfjs-ink-canvas =
  311. .aria-label = Изображение, създадено от потребител
  312. ## Alt-text dialog
  313. pdfjs-editor-alt-text-button-label = Алтернативен текст
  314. pdfjs-editor-alt-text-edit-button-label = Промяна на алтернативния текст
  315. pdfjs-editor-alt-text-dialog-label = Изберете от възможностите
  316. pdfjs-editor-alt-text-dialog-description = Алтернативният текст помага на потребителите, когато не могат да видят изображението или то не се зарежда.
  317. pdfjs-editor-alt-text-add-description-label = Добавяне на описание
  318. pdfjs-editor-alt-text-add-description-description = Стремете се към 1-2 изречения, описващи предмета, настройката или действията.
  319. pdfjs-editor-alt-text-mark-decorative-label = Отбелязване като декоративно
  320. pdfjs-editor-alt-text-mark-decorative-description = Използва се за орнаменти или декоративни изображения, като контури и водни знаци.
  321. pdfjs-editor-alt-text-cancel-button = Отказ
  322. pdfjs-editor-alt-text-save-button = Запазване
  323. pdfjs-editor-alt-text-decorative-tooltip = Отбелязване като декоративно
  324. # .placeholder: This is a placeholder for the alt text input area
  325. pdfjs-editor-alt-text-textarea =
  326. .placeholder = Например, „Млад мъж седи на маса и се храни“
  327. ## Editor resizers
  328. ## This is used in an aria label to help to understand the role of the resizer.
  329. pdfjs-editor-resizer-label-top-left = Горен ляв ъгъл — преоразмеряване
  330. pdfjs-editor-resizer-label-top-middle = Горе в средата — преоразмеряване
  331. pdfjs-editor-resizer-label-top-right = Горен десен ъгъл — преоразмеряване
  332. pdfjs-editor-resizer-label-middle-right = Дясно в средата — преоразмеряване
  333. pdfjs-editor-resizer-label-bottom-right = Долен десен ъгъл — преоразмеряване
  334. pdfjs-editor-resizer-label-bottom-middle = Долу в средата — преоразмеряване
  335. pdfjs-editor-resizer-label-bottom-left = Долен ляв ъгъл — преоразмеряване
  336. pdfjs-editor-resizer-label-middle-left = Ляво в средата — преоразмеряване
  337. pdfjs-editor-resizer-top-left =
  338. .aria-label = Горен ляв ъгъл — преоразмеряване
  339. pdfjs-editor-resizer-top-middle =
  340. .aria-label = Горе в средата — преоразмеряване
  341. pdfjs-editor-resizer-top-right =
  342. .aria-label = Горен десен ъгъл — преоразмеряване
  343. pdfjs-editor-resizer-middle-right =
  344. .aria-label = Дясно в средата — преоразмеряване
  345. pdfjs-editor-resizer-bottom-right =
  346. .aria-label = Долен десен ъгъл — преоразмеряване
  347. pdfjs-editor-resizer-bottom-middle =
  348. .aria-label = Долу в средата — преоразмеряване
  349. pdfjs-editor-resizer-bottom-left =
  350. .aria-label = Долен ляв ъгъл — преоразмеряване
  351. pdfjs-editor-resizer-middle-left =
  352. .aria-label = Ляво в средата — преоразмеряване
  353. ## Color picker
  354. # This means "Color used to highlight text"
  355. pdfjs-editor-highlight-colorpicker-label = Цвят на открояване
  356. pdfjs-editor-colorpicker-button =
  357. .title = Промяна на цвят
  358. pdfjs-editor-colorpicker-dropdown =
  359. .aria-label = Избор на цвят
  360. pdfjs-editor-colorpicker-yellow =
  361. .title = Жълто
  362. pdfjs-editor-colorpicker-green =
  363. .title = Зелено
  364. pdfjs-editor-colorpicker-blue =
  365. .title = Синьо
  366. pdfjs-editor-colorpicker-pink =
  367. .title = Розово
  368. pdfjs-editor-colorpicker-red =
  369. .title = Червено
  370. ## Show all highlights
  371. ## This is a toggle button to show/hide all the highlights.
  372. ## New alt-text dialog
  373. ## 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.
  374. pdfjs-editor-new-alt-text-not-now-button = Не сега
  375. ## Image alt-text settings
  376. ## "Annotations removed" bar
  377. ## Add a signature dialog
  378. ## Tab names
  379. ## Tab panels
  380. ## Controls
  381. ## Dialog buttons
  382. ## Main menu for adding/removing signatures
  383. ## Editor toolbar
  384. ## Edit signature description dialog