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. pdfjs-bookmark-button =
  43. .title = Тренутна страница (погледајте URL са тренутне странице)
  44. pdfjs-bookmark-button-label = Тренутна страница
  45. ## Secondary toolbar and context menu
  46. pdfjs-tools-button =
  47. .title = Алатке
  48. pdfjs-tools-button-label = Алатке
  49. pdfjs-first-page-button =
  50. .title = Иди на прву страницу
  51. pdfjs-first-page-button-label = Иди на прву страницу
  52. pdfjs-last-page-button =
  53. .title = Иди на последњу страницу
  54. pdfjs-last-page-button-label = Иди на последњу страницу
  55. pdfjs-page-rotate-cw-button =
  56. .title = Ротирај у смеру казаљке на сату
  57. pdfjs-page-rotate-cw-button-label = Ротирај у смеру казаљке на сату
  58. pdfjs-page-rotate-ccw-button =
  59. .title = Ротирај у смеру супротном од казаљке на сату
  60. pdfjs-page-rotate-ccw-button-label = Ротирај у смеру супротном од казаљке на сату
  61. pdfjs-cursor-text-select-tool-button =
  62. .title = Омогући алат за селектовање текста
  63. pdfjs-cursor-text-select-tool-button-label = Алат за селектовање текста
  64. pdfjs-cursor-hand-tool-button =
  65. .title = Омогући алат за померање
  66. pdfjs-cursor-hand-tool-button-label = Алат за померање
  67. pdfjs-scroll-page-button =
  68. .title = Користи скроловање по омоту
  69. pdfjs-scroll-page-button-label = Скроловање странице
  70. pdfjs-scroll-vertical-button =
  71. .title = Користи вертикално скроловање
  72. pdfjs-scroll-vertical-button-label = Вертикално скроловање
  73. pdfjs-scroll-horizontal-button =
  74. .title = Користи хоризонтално скроловање
  75. pdfjs-scroll-horizontal-button-label = Хоризонтално скроловање
  76. pdfjs-scroll-wrapped-button =
  77. .title = Користи скроловање по омоту
  78. pdfjs-scroll-wrapped-button-label = Скроловање по омоту
  79. pdfjs-spread-none-button =
  80. .title = Немој спајати ширења страница
  81. pdfjs-spread-none-button-label = Без распростирања
  82. pdfjs-spread-odd-button =
  83. .title = Споји ширења страница које почињу непарним бројем
  84. pdfjs-spread-odd-button-label = Непарна распростирања
  85. pdfjs-spread-even-button =
  86. .title = Споји ширења страница које почињу парним бројем
  87. pdfjs-spread-even-button-label = Парна распростирања
  88. ## Document properties dialog
  89. pdfjs-document-properties-button =
  90. .title = Параметри документа…
  91. pdfjs-document-properties-button-label = Параметри документа…
  92. pdfjs-document-properties-file-name = Име датотеке:
  93. pdfjs-document-properties-file-size = Величина датотеке:
  94. # Variables:
  95. # $size_kb (Number) - the PDF file size in kilobytes
  96. # $size_b (Number) - the PDF file size in bytes
  97. pdfjs-document-properties-kb = { $size_kb } KB ({ $size_b } B)
  98. # Variables:
  99. # $size_mb (Number) - the PDF file size in megabytes
  100. # $size_b (Number) - the PDF file size in bytes
  101. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } B)
  102. pdfjs-document-properties-title = Наслов:
  103. pdfjs-document-properties-author = Аутор:
  104. pdfjs-document-properties-subject = Тема:
  105. pdfjs-document-properties-keywords = Кључне речи:
  106. pdfjs-document-properties-creation-date = Датум креирања:
  107. pdfjs-document-properties-modification-date = Датум модификације:
  108. # Variables:
  109. # $dateObj (Date) - the creation/modification date and time of the PDF file
  110. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  111. # Variables:
  112. # $date (Date) - the creation/modification date of the PDF file
  113. # $time (Time) - the creation/modification time of the PDF file
  114. pdfjs-document-properties-date-string = { $date }, { $time }
  115. pdfjs-document-properties-creator = Стваралац:
  116. pdfjs-document-properties-producer = PDF произвођач:
  117. pdfjs-document-properties-version = PDF верзија:
  118. pdfjs-document-properties-page-count = Број страница:
  119. pdfjs-document-properties-page-size = Величина странице:
  120. pdfjs-document-properties-page-size-unit-inches = ин
  121. pdfjs-document-properties-page-size-unit-millimeters = мм
  122. pdfjs-document-properties-page-size-orientation-portrait = усправно
  123. pdfjs-document-properties-page-size-orientation-landscape = водоравно
  124. pdfjs-document-properties-page-size-name-a-three = А3
  125. pdfjs-document-properties-page-size-name-a-four = А4
  126. pdfjs-document-properties-page-size-name-letter = Слово
  127. pdfjs-document-properties-page-size-name-legal = Права
  128. ## Variables:
  129. ## $width (Number) - the width of the (current) page
  130. ## $height (Number) - the height of the (current) page
  131. ## $unit (String) - the unit of measurement of the (current) page
  132. ## $name (String) - the name of the (current) page
  133. ## $orientation (String) - the orientation of the (current) page
  134. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  135. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  136. ##
  137. # The linearization status of the document; usually called "Fast Web View" in
  138. # English locales of Adobe software.
  139. pdfjs-document-properties-linearized = Брз веб приказ:
  140. pdfjs-document-properties-linearized-yes = Да
  141. pdfjs-document-properties-linearized-no = Не
  142. pdfjs-document-properties-close-button = Затвори
  143. ## Print
  144. pdfjs-print-progress-message = Припремам документ за штампање…
  145. # Variables:
  146. # $progress (Number) - percent value
  147. pdfjs-print-progress-percent = { $progress }%
  148. pdfjs-print-progress-close-button = Откажи
  149. pdfjs-printing-not-supported = Упозорење: Штампање није у потпуности подржано у овом прегледачу.
  150. pdfjs-printing-not-ready = Упозорење: PDF није у потпуности учитан за штампу.
  151. ## Tooltips and alt text for side panel toolbar buttons
  152. pdfjs-toggle-sidebar-button =
  153. .title = Прикажи/сакриј бочни панел
  154. pdfjs-toggle-sidebar-notification-button =
  155. .title = Прикажи/сакриј бочни панел (документ садржи контуру/прилоге/слојеве)
  156. pdfjs-toggle-sidebar-button-label = Прикажи/сакриј бочни панел
  157. pdfjs-document-outline-button =
  158. .title = Прикажи структуру документа (двоструким кликом проширујете/скупљате све ставке)
  159. pdfjs-document-outline-button-label = Контура документа
  160. pdfjs-attachments-button =
  161. .title = Прикажи прилоге
  162. pdfjs-attachments-button-label = Прилози
  163. pdfjs-layers-button =
  164. .title = Прикажи слојеве (дупли клик за враћање свих слојева у подразумевано стање)
  165. pdfjs-layers-button-label = Слојеви
  166. pdfjs-thumbs-button =
  167. .title = Прикажи сличице
  168. pdfjs-thumbs-button-label = Сличице
  169. pdfjs-current-outline-item-button =
  170. .title = Пронађите тренутни елемент структуре
  171. pdfjs-current-outline-item-button-label = Тренутна контура
  172. pdfjs-findbar-button =
  173. .title = Пронађи у документу
  174. pdfjs-findbar-button-label = Пронађи
  175. pdfjs-additional-layers = Додатни слојеви
  176. ## Thumbnails panel item (tooltip and alt text for images)
  177. # Variables:
  178. # $page (Number) - the page number
  179. pdfjs-thumb-page-title =
  180. .title = Страница { $page }
  181. # Variables:
  182. # $page (Number) - the page number
  183. pdfjs-thumb-page-canvas =
  184. .aria-label = Сличица од странице { $page }
  185. ## Find panel button title and messages
  186. pdfjs-find-input =
  187. .title = Пронађи
  188. .placeholder = Пронађи у документу…
  189. pdfjs-find-previous-button =
  190. .title = Пронађи претходно појављивање фразе
  191. pdfjs-find-previous-button-label = Претходна
  192. pdfjs-find-next-button =
  193. .title = Пронађи следеће појављивање фразе
  194. pdfjs-find-next-button-label = Следећа
  195. pdfjs-find-highlight-checkbox = Истакнути све
  196. pdfjs-find-match-case-checkbox-label = Подударања
  197. pdfjs-find-match-diacritics-checkbox-label = Дијакритика
  198. pdfjs-find-entire-word-checkbox-label = Целе речи
  199. pdfjs-find-reached-top = Достигнут врх документа, наставио са дна
  200. pdfjs-find-reached-bottom = Достигнуто дно документа, наставио са врха
  201. pdfjs-find-not-found = Фраза није пронађена
  202. ## Predefined zoom values
  203. pdfjs-page-scale-width = Ширина странице
  204. pdfjs-page-scale-fit = Прилагоди страницу
  205. pdfjs-page-scale-auto = Аутоматско увеличавање
  206. pdfjs-page-scale-actual = Стварна величина
  207. # Variables:
  208. # $scale (Number) - percent value for page scale
  209. pdfjs-page-scale-percent = { $scale }%
  210. ## PDF page
  211. # Variables:
  212. # $page (Number) - the page number
  213. pdfjs-page-landmark =
  214. .aria-label = Страница { $page }
  215. ## Loading indicator messages
  216. pdfjs-loading-error = Дошло је до грешке приликом учитавања PDF-а.
  217. pdfjs-invalid-file-error = PDF датотека је неважећа или је оштећена.
  218. pdfjs-missing-file-error = Недостаје PDF датотека.
  219. pdfjs-unexpected-response-error = Неочекиван одговор од сервера.
  220. pdfjs-rendering-error = Дошло је до грешке приликом рендеровања ове странице.
  221. ## Annotations
  222. # Variables:
  223. # $date (Date) - the modification date of the annotation
  224. # $time (Time) - the modification time of the annotation
  225. pdfjs-annotation-date-string = { $date }, { $time }
  226. # .alt: This is used as a tooltip.
  227. # Variables:
  228. # $type (String) - an annotation type from a list defined in the PDF spec
  229. # (32000-1:2008 Table 169 – Annotation types).
  230. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  231. pdfjs-text-annotation-type =
  232. .alt = [{ $type } коментар]
  233. # Variables:
  234. # $dateObj (Date) - the modification date and time of the annotation
  235. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  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. pdfjs-editor-stamp-button =
  250. .title = Додај или уреди слике
  251. pdfjs-editor-stamp-button-label = Додај или уреди слике
  252. pdfjs-editor-highlight-button =
  253. .title = Означи
  254. pdfjs-editor-highlight-button-label = Означи
  255. pdfjs-highlight-floating-button1 =
  256. .title = Означи
  257. .aria-label = Означи
  258. pdfjs-highlight-floating-button-label = Означи
  259. ## Default editor aria labels
  260. ## Remove button for the various kind of editor.
  261. pdfjs-editor-remove-ink-button =
  262. .title = Уклони цртеж
  263. pdfjs-editor-remove-freetext-button =
  264. .title = Уклони текст
  265. pdfjs-editor-remove-stamp-button =
  266. .title = Уклони слику
  267. pdfjs-editor-remove-highlight-button =
  268. .title = Уклони ознаку
  269. ##
  270. # Editor Parameters
  271. pdfjs-editor-free-text-color-input = Боја
  272. pdfjs-editor-free-text-size-input = Величина
  273. pdfjs-editor-ink-color-input = Боја
  274. pdfjs-editor-ink-thickness-input = Дебљина
  275. pdfjs-editor-ink-opacity-input = Опацитет
  276. pdfjs-editor-stamp-add-image-button =
  277. .title = Додај слику
  278. pdfjs-editor-stamp-add-image-button-label = Додај слику
  279. pdfjs-editor-free-highlight-thickness-title =
  280. .title = Промени дебљину при означавању других ставки сем текста
  281. # .default-content is used as a placeholder in an empty text editor.
  282. pdfjs-free-text2 =
  283. .aria-label = Уређивач текста
  284. .default-content = Почни куцати…
  285. pdfjs-free-text =
  286. .aria-label = Уређивач текста
  287. pdfjs-free-text-default-content = Почни куцање…
  288. pdfjs-ink =
  289. .aria-label = Уређивач цртежа
  290. pdfjs-ink-canvas =
  291. .aria-label = Кориснички направљена слика
  292. ## Alt-text dialog
  293. pdfjs-editor-alt-text-button-label = Алтернативни текст
  294. pdfjs-editor-alt-text-edit-button =
  295. .aria-label = Уреди алтернативни текст
  296. pdfjs-editor-alt-text-edit-button-label = Уреди алтернативни текст
  297. pdfjs-editor-alt-text-dialog-label = Одабери опцију
  298. pdfjs-editor-alt-text-dialog-description = Алтернативни текст помаже слепим и слабовидим особама или када се слика не учита.
  299. pdfjs-editor-alt-text-add-description-label = Додај опис
  300. pdfjs-editor-alt-text-add-description-description = Сажмите у 1-2 реченице које описују предмет, окружење или радње.
  301. pdfjs-editor-alt-text-mark-decorative-label = Означи као украсно
  302. pdfjs-editor-alt-text-mark-decorative-description = Ово је за украсне слике, као што су ивице или водени печати.
  303. pdfjs-editor-alt-text-cancel-button = Откажи
  304. pdfjs-editor-alt-text-save-button = Сачувај
  305. pdfjs-editor-alt-text-decorative-tooltip = Означено као украсно
  306. # .placeholder: This is a placeholder for the alt text input area
  307. pdfjs-editor-alt-text-textarea =
  308. .placeholder = На пример: „Младић седа за сто да једе“
  309. # Alternative text (alt text) helps when people can't see the image.
  310. pdfjs-editor-alt-text-button =
  311. .aria-label = Алтернативни текст
  312. ## Editor resizers
  313. ## This is used in an aria label to help to understand the role of the resizer.
  314. pdfjs-editor-resizer-label-top-left = Горњи леви угао — промени величину
  315. pdfjs-editor-resizer-label-top-middle = Средина горе — промени величину
  316. pdfjs-editor-resizer-label-top-right = Горњи десни угао — промени величину
  317. pdfjs-editor-resizer-label-middle-right = Средина десно — промени величину
  318. pdfjs-editor-resizer-label-bottom-right = Доњи десни угао — промени величину
  319. pdfjs-editor-resizer-label-bottom-middle = Средина доле — промени величину
  320. pdfjs-editor-resizer-label-bottom-left = Доњи леви угао — промени величину
  321. pdfjs-editor-resizer-label-middle-left = Средина лево — промени величину
  322. pdfjs-editor-resizer-top-left =
  323. .aria-label = Горњи леви угао — промени величину
  324. pdfjs-editor-resizer-top-middle =
  325. .aria-label = Средина горе — промени величину
  326. pdfjs-editor-resizer-top-right =
  327. .aria-label = Горњи десни угао — промени величину
  328. pdfjs-editor-resizer-middle-right =
  329. .aria-label = Средина десно — промени величину
  330. pdfjs-editor-resizer-bottom-right =
  331. .aria-label = Доњи десни угао — промени величину
  332. pdfjs-editor-resizer-bottom-middle =
  333. .aria-label = Средина доле — промени величину
  334. pdfjs-editor-resizer-bottom-left =
  335. .aria-label = Доњи леви угао — промени величину
  336. pdfjs-editor-resizer-middle-left =
  337. .aria-label = Средина лево — промени величину
  338. ## Color picker
  339. # This means "Color used to highlight text"
  340. pdfjs-editor-highlight-colorpicker-label = Боја означавања
  341. pdfjs-editor-colorpicker-button =
  342. .title = Промени боју
  343. pdfjs-editor-colorpicker-dropdown =
  344. .aria-label = Избор боја
  345. pdfjs-editor-colorpicker-yellow =
  346. .title = Жута
  347. pdfjs-editor-colorpicker-green =
  348. .title = Зелена
  349. pdfjs-editor-colorpicker-blue =
  350. .title = Плава
  351. pdfjs-editor-colorpicker-pink =
  352. .title = Розе
  353. pdfjs-editor-colorpicker-red =
  354. .title = Црвена
  355. ## Show all highlights
  356. ## This is a toggle button to show/hide all the highlights.
  357. pdfjs-editor-highlight-show-all-button-label = Прикажи све
  358. pdfjs-editor-highlight-show-all-button =
  359. .title = Прикажи све
  360. ## New alt-text dialog
  361. ## 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.
  362. # Modal header positioned above a text box where users can edit the alt text.
  363. pdfjs-editor-new-alt-text-dialog-edit-label = Уреди алтернативни текст (опис слике)
  364. # Modal header positioned above a text box where users can add the alt text.
  365. pdfjs-editor-new-alt-text-dialog-add-label = Додај алтернативни текст (опис слике)
  366. pdfjs-editor-new-alt-text-textarea =
  367. .placeholder = Напиши опис овде…
  368. # This text refers to the alt text box above this description. It offers a definition of alt text.
  369. pdfjs-editor-new-alt-text-description = Кратак опис за слепе и слабовиде људе или када се слика не успе учитати.
  370. # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
  371. pdfjs-editor-new-alt-text-disclaimer1 = Овај алтернативни текст је направљен аутоматски и може бити нетачан.
  372. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Сазнајте више
  373. pdfjs-editor-new-alt-text-create-automatically-button-label = Прави алтернативни текст аутоматски
  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