viewer.ftl 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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. ## Document properties dialog
  59. pdfjs-document-properties-button =
  60. .title = Својства на документот…
  61. pdfjs-document-properties-button-label = Својства на документот…
  62. pdfjs-document-properties-file-name = Име на датотека:
  63. pdfjs-document-properties-file-size = Големина на датотеката:
  64. # Variables:
  65. # $size_kb (Number) - the PDF file size in kilobytes
  66. # $size_b (Number) - the PDF file size in bytes
  67. pdfjs-document-properties-kb = { $size_kb } КБ ({ $size_b } бајти)
  68. # Variables:
  69. # $size_mb (Number) - the PDF file size in megabytes
  70. # $size_b (Number) - the PDF file size in bytes
  71. pdfjs-document-properties-mb = { $size_mb } МБ ({ $size_b } бајти)
  72. pdfjs-document-properties-title = Наслов:
  73. pdfjs-document-properties-author = Автор:
  74. pdfjs-document-properties-subject = Тема:
  75. pdfjs-document-properties-keywords = Клучни зборови:
  76. pdfjs-document-properties-creation-date = Датум на создавање:
  77. pdfjs-document-properties-modification-date = Датум на промена:
  78. # Variables:
  79. # $date (Date) - the creation/modification date of the PDF file
  80. # $time (Time) - the creation/modification time of the PDF file
  81. pdfjs-document-properties-date-string = { $date }, { $time }
  82. pdfjs-document-properties-creator = Креатор:
  83. pdfjs-document-properties-version = Верзија на PDF:
  84. pdfjs-document-properties-page-count = Број на страници:
  85. pdfjs-document-properties-page-size = Големина на страница:
  86. pdfjs-document-properties-page-size-unit-inches = инч
  87. pdfjs-document-properties-page-size-unit-millimeters = мм
  88. pdfjs-document-properties-page-size-orientation-portrait = портрет
  89. pdfjs-document-properties-page-size-orientation-landscape = пејзаж
  90. pdfjs-document-properties-page-size-name-a-three = A3
  91. pdfjs-document-properties-page-size-name-a-four = A4
  92. pdfjs-document-properties-page-size-name-letter = Писмо
  93. ## Variables:
  94. ## $width (Number) - the width of the (current) page
  95. ## $height (Number) - the height of the (current) page
  96. ## $unit (String) - the unit of measurement of the (current) page
  97. ## $name (String) - the name of the (current) page
  98. ## $orientation (String) - the orientation of the (current) page
  99. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  100. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  101. ##
  102. pdfjs-document-properties-linearized-yes = Да
  103. pdfjs-document-properties-linearized-no = Не
  104. pdfjs-document-properties-close-button = Затвори
  105. ## Print
  106. pdfjs-print-progress-message = Документ се подготвува за печатење…
  107. # Variables:
  108. # $progress (Number) - percent value
  109. pdfjs-print-progress-percent = { $progress }%
  110. pdfjs-print-progress-close-button = Откажи
  111. pdfjs-printing-not-supported = Предупредување: Печатењето не е целосно поддржано во овој прелистувач.
  112. pdfjs-printing-not-ready = Предупредување: PDF документот не е целосно вчитан за печатење.
  113. ## Tooltips and alt text for side panel toolbar buttons
  114. pdfjs-toggle-sidebar-button =
  115. .title = Вклучи странична лента
  116. pdfjs-toggle-sidebar-button-label = Вклучи странична лента
  117. pdfjs-document-outline-button-label = Содржина на документот
  118. pdfjs-attachments-button =
  119. .title = Прикажи додатоци
  120. pdfjs-thumbs-button =
  121. .title = Прикажување на икони
  122. pdfjs-thumbs-button-label = Икони
  123. pdfjs-findbar-button =
  124. .title = Најди во документот
  125. pdfjs-findbar-button-label = Најди
  126. ## Thumbnails panel item (tooltip and alt text for images)
  127. # Variables:
  128. # $page (Number) - the page number
  129. pdfjs-thumb-page-title =
  130. .title = Страница { $page }
  131. # Variables:
  132. # $page (Number) - the page number
  133. pdfjs-thumb-page-canvas =
  134. .aria-label = Икона од страница { $page }
  135. ## Find panel button title and messages
  136. pdfjs-find-input =
  137. .title = Пронајди
  138. .placeholder = Пронајди во документот…
  139. pdfjs-find-previous-button =
  140. .title = Најди ја предходната појава на фразата
  141. pdfjs-find-previous-button-label = Претходно
  142. pdfjs-find-next-button =
  143. .title = Најди ја следната појава на фразата
  144. pdfjs-find-next-button-label = Следно
  145. pdfjs-find-highlight-checkbox = Означи сѐ
  146. pdfjs-find-match-case-checkbox-label = Токму така
  147. pdfjs-find-entire-word-checkbox-label = Цели зборови
  148. pdfjs-find-reached-top = Барањето стигна до почетокот на документот и почнува од крајот
  149. pdfjs-find-reached-bottom = Барањето стигна до крајот на документот и почнува од почеток
  150. pdfjs-find-not-found = Фразата не е пронајдена
  151. ## Predefined zoom values
  152. pdfjs-page-scale-width = Ширина на страница
  153. pdfjs-page-scale-fit = Цела страница
  154. pdfjs-page-scale-auto = Автоматска големина
  155. pdfjs-page-scale-actual = Вистинска големина
  156. # Variables:
  157. # $scale (Number) - percent value for page scale
  158. pdfjs-page-scale-percent = { $scale }%
  159. ## PDF page
  160. ## Loading indicator messages
  161. pdfjs-loading-error = Настана грешка при вчитувањето на PDF-от.
  162. pdfjs-invalid-file-error = Невалидна или корумпирана PDF датотека.
  163. pdfjs-missing-file-error = Недостасува PDF документ.
  164. pdfjs-unexpected-response-error = Неочекуван одговор од серверот.
  165. pdfjs-rendering-error = Настана грешка при прикажувањето на страницата.
  166. ## Annotations
  167. # Variables:
  168. # $date (Date) - the modification date of the annotation
  169. # $time (Time) - the modification time of the annotation
  170. pdfjs-annotation-date-string = { $date }, { $time }
  171. ## Password
  172. pdfjs-password-label = Внесете ја лозинката за да ја отворите оваа датотека.
  173. pdfjs-password-invalid = Невалидна лозинка. Обидете се повторно.
  174. pdfjs-password-ok-button = Во ред
  175. pdfjs-password-cancel-button = Откажи
  176. pdfjs-web-fonts-disabled = Интернет фонтовите се оневозможени: не може да се користат вградените PDF фонтови.
  177. ## Editing
  178. ## Alt-text dialog
  179. ## Editor resizers
  180. ## This is used in an aria label to help to understand the role of the resizer.