viewer.ftl 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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. pdfjs-bookmark-button =
  43. .title = Тренутна страница (погледајте URL са тренутне странице)
  44. pdfjs-bookmark-button-label = Тренутна страница
  45. # Used in Firefox for Android.
  46. pdfjs-open-in-app-button =
  47. .title = Отвори у апликацији
  48. # Used in Firefox for Android.
  49. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  50. pdfjs-open-in-app-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. # $size_kb (Number) - the PDF file size in kilobytes
  102. # $size_b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } B)
  104. # Variables:
  105. # $size_mb (Number) - the PDF file size in megabytes
  106. # $size_b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } B)
  108. pdfjs-document-properties-title = Наслов:
  109. pdfjs-document-properties-author = Аутор:
  110. pdfjs-document-properties-subject = Тема:
  111. pdfjs-document-properties-keywords = Кључне речи:
  112. pdfjs-document-properties-creation-date = Датум креирања:
  113. pdfjs-document-properties-modification-date = Датум модификације:
  114. # Variables:
  115. # $date (Date) - the creation/modification date of the PDF file
  116. # $time (Time) - the creation/modification time of the PDF file
  117. pdfjs-document-properties-date-string = { $date }, { $time }
  118. pdfjs-document-properties-creator = Стваралац:
  119. pdfjs-document-properties-producer = PDF произвођач:
  120. pdfjs-document-properties-version = PDF верзија:
  121. pdfjs-document-properties-page-count = Број страница:
  122. pdfjs-document-properties-page-size = Величина странице:
  123. pdfjs-document-properties-page-size-unit-inches = ин
  124. pdfjs-document-properties-page-size-unit-millimeters = мм
  125. pdfjs-document-properties-page-size-orientation-portrait = усправно
  126. pdfjs-document-properties-page-size-orientation-landscape = водоравно
  127. pdfjs-document-properties-page-size-name-a-three = А3
  128. pdfjs-document-properties-page-size-name-a-four = А4
  129. pdfjs-document-properties-page-size-name-letter = Слово
  130. pdfjs-document-properties-page-size-name-legal = Права
  131. ## Variables:
  132. ## $width (Number) - the width of the (current) page
  133. ## $height (Number) - the height of the (current) page
  134. ## $unit (String) - the unit of measurement of the (current) page
  135. ## $name (String) - the name of the (current) page
  136. ## $orientation (String) - the orientation of the (current) page
  137. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  138. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  139. ##
  140. # The linearization status of the document; usually called "Fast Web View" in
  141. # English locales of Adobe software.
  142. pdfjs-document-properties-linearized = Брз веб приказ:
  143. pdfjs-document-properties-linearized-yes = Да
  144. pdfjs-document-properties-linearized-no = Не
  145. pdfjs-document-properties-close-button = Затвори
  146. ## Print
  147. pdfjs-print-progress-message = Припремам документ за штампање…
  148. # Variables:
  149. # $progress (Number) - percent value
  150. pdfjs-print-progress-percent = { $progress }%
  151. pdfjs-print-progress-close-button = Откажи
  152. pdfjs-printing-not-supported = Упозорење: Штампање није у потпуности подржано у овом прегледачу.
  153. pdfjs-printing-not-ready = Упозорење: PDF није у потпуности учитан за штампу.
  154. ## Tooltips and alt text for side panel toolbar buttons
  155. pdfjs-toggle-sidebar-button =
  156. .title = Прикажи додатну палету
  157. pdfjs-toggle-sidebar-notification-button =
  158. .title = Прикажи/сакриј бочну траку (документ садржи контуру/прилоге/слојеве)
  159. pdfjs-toggle-sidebar-button-label = Прикажи додатну палету
  160. pdfjs-document-outline-button =
  161. .title = Прикажи структуру документа (двоструким кликом проширујете/скупљате све ставке)
  162. pdfjs-document-outline-button-label = Контура документа
  163. pdfjs-attachments-button =
  164. .title = Прикажи прилоге
  165. pdfjs-attachments-button-label = Прилози
  166. pdfjs-layers-button =
  167. .title = Прикажи слојеве (дупли клик за враћање свих слојева у подразумевано стање)
  168. pdfjs-layers-button-label = Слојеви
  169. pdfjs-thumbs-button =
  170. .title = Прикажи сличице
  171. pdfjs-thumbs-button-label = Сличице
  172. pdfjs-current-outline-item-button =
  173. .title = Пронађите тренутни елемент структуре
  174. pdfjs-current-outline-item-button-label = Тренутна контура
  175. pdfjs-findbar-button =
  176. .title = Пронађи у документу
  177. pdfjs-findbar-button-label = Пронађи
  178. pdfjs-additional-layers = Додатни слојеви
  179. ## Thumbnails panel item (tooltip and alt text for images)
  180. # Variables:
  181. # $page (Number) - the page number
  182. pdfjs-thumb-page-title =
  183. .title = Страница { $page }
  184. # Variables:
  185. # $page (Number) - the page number
  186. pdfjs-thumb-page-canvas =
  187. .aria-label = Сличица од странице { $page }
  188. ## Find panel button title and messages
  189. pdfjs-find-input =
  190. .title = Пронађи
  191. .placeholder = Пронађи у документу…
  192. pdfjs-find-previous-button =
  193. .title = Пронађи претходно појављивање фразе
  194. pdfjs-find-previous-button-label = Претходна
  195. pdfjs-find-next-button =
  196. .title = Пронађи следеће појављивање фразе
  197. pdfjs-find-next-button-label = Следећа
  198. pdfjs-find-highlight-checkbox = Истакнути све
  199. pdfjs-find-match-case-checkbox-label = Подударања
  200. pdfjs-find-match-diacritics-checkbox-label = Дијакритика
  201. pdfjs-find-entire-word-checkbox-label = Целе речи
  202. pdfjs-find-reached-top = Достигнут врх документа, наставио са дна
  203. pdfjs-find-reached-bottom = Достигнуто дно документа, наставио са врха
  204. pdfjs-find-not-found = Фраза није пронађена
  205. ## Predefined zoom values
  206. pdfjs-page-scale-width = Ширина странице
  207. pdfjs-page-scale-fit = Прилагоди страницу
  208. pdfjs-page-scale-auto = Аутоматско увеличавање
  209. pdfjs-page-scale-actual = Стварна величина
  210. # Variables:
  211. # $scale (Number) - percent value for page scale
  212. pdfjs-page-scale-percent = { $scale }%
  213. ## PDF page
  214. # Variables:
  215. # $page (Number) - the page number
  216. pdfjs-page-landmark =
  217. .aria-label = Страница { $page }
  218. ## Loading indicator messages
  219. pdfjs-loading-error = Дошло је до грешке приликом учитавања PDF-а.
  220. pdfjs-invalid-file-error = PDF датотека је неважећа или је оштећена.
  221. pdfjs-missing-file-error = Недостаје PDF датотека.
  222. pdfjs-unexpected-response-error = Неочекиван одговор од сервера.
  223. pdfjs-rendering-error = Дошло је до грешке приликом рендеровања ове странице.
  224. ## Annotations
  225. # Variables:
  226. # $date (Date) - the modification date of the annotation
  227. # $time (Time) - the modification time of the annotation
  228. pdfjs-annotation-date-string = { $date }, { $time }
  229. # .alt: This is used as a tooltip.
  230. # Variables:
  231. # $type (String) - an annotation type from a list defined in the PDF spec
  232. # (32000-1:2008 Table 169 – Annotation types).
  233. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  234. pdfjs-text-annotation-type =
  235. .alt = [{ $type } коментар]
  236. ## Password
  237. pdfjs-password-label = Унесите лозинку да бисте отворили овај PDF докуменат.
  238. pdfjs-password-invalid = Неисправна лозинка. Покушајте поново.
  239. pdfjs-password-ok-button = У реду
  240. pdfjs-password-cancel-button = Откажи
  241. pdfjs-web-fonts-disabled = Веб фонтови су онемогућени: не могу користити уграђене PDF фонтове.
  242. ## Editing
  243. pdfjs-editor-free-text-button =
  244. .title = Текст
  245. pdfjs-editor-free-text-button-label = Текст
  246. pdfjs-editor-ink-button =
  247. .title = Цртај
  248. pdfjs-editor-ink-button-label = Цртај
  249. # Editor Parameters
  250. pdfjs-editor-free-text-color-input = Боја
  251. pdfjs-editor-free-text-size-input = Величина
  252. pdfjs-editor-ink-color-input = Боја
  253. pdfjs-editor-ink-thickness-input = Дебљина
  254. pdfjs-editor-ink-opacity-input = Опацитет
  255. pdfjs-free-text =
  256. .aria-label = Уређивач текста
  257. pdfjs-free-text-default-content = Почни куцање…
  258. pdfjs-ink =
  259. .aria-label = Уређивач цртежа
  260. pdfjs-ink-canvas =
  261. .aria-label = Кориснички направљена слика
  262. ## Alt-text dialog
  263. ## Editor resizers
  264. ## This is used in an aria label to help to understand the role of the resizer.