viewer.ftl 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  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 = Prethodna stranica
  7. pdfjs-previous-button-label = Prethodna
  8. pdfjs-next-button =
  9. .title = Sljedeća stranica
  10. pdfjs-next-button-label = Sljedeća
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Stranica
  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 = od { $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 } od { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Umanji
  24. pdfjs-zoom-out-button-label = Umanji
  25. pdfjs-zoom-in-button =
  26. .title = Uvećaj
  27. pdfjs-zoom-in-button-label = Uvećaj
  28. pdfjs-zoom-select =
  29. .title = Zumiranje
  30. pdfjs-presentation-mode-button =
  31. .title = Prebaci u modus prezentacija
  32. pdfjs-presentation-mode-button-label = Modus prezentacija
  33. pdfjs-open-file-button =
  34. .title = Otvori datoteku
  35. pdfjs-open-file-button-label = Otvori
  36. pdfjs-print-button =
  37. .title = Ispiši
  38. pdfjs-print-button-label = Ispiši
  39. pdfjs-save-button =
  40. .title = Spremi
  41. pdfjs-save-button-label = Spremi
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Preuzimanja
  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 = Preuzimanja
  48. pdfjs-bookmark-button =
  49. .title = Trenutna stranica (pogledajte URL s trenutne stranice)
  50. pdfjs-bookmark-button-label = Trenutna stranica
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Alati
  54. pdfjs-tools-button-label = Alati
  55. pdfjs-first-page-button =
  56. .title = Idi na prvu stranicu
  57. pdfjs-first-page-button-label = Idi na prvu stranicu
  58. pdfjs-last-page-button =
  59. .title = Idi na posljednju stranicu
  60. pdfjs-last-page-button-label = Idi na posljednju stranicu
  61. pdfjs-page-rotate-cw-button =
  62. .title = Rotiraj u smjeru kazaljke na satu
  63. pdfjs-page-rotate-cw-button-label = Rotiraj u smjeru kazaljke na satu
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Rotiraj obrnutno od smjera kazaljke na satu
  66. pdfjs-page-rotate-ccw-button-label = Rotiraj obrnutno od smjera kazaljke na satu
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Aktiviraj alat za biranje teksta
  69. pdfjs-cursor-text-select-tool-button-label = Alat za označavanje teksta
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Aktiviraj ručni alat
  72. pdfjs-cursor-hand-tool-button-label = Ručni alat
  73. pdfjs-scroll-page-button =
  74. .title = Koristi klizanje stranice
  75. pdfjs-scroll-page-button-label = Klizanje stranice
  76. pdfjs-scroll-vertical-button =
  77. .title = Koristi okomito pomicanje
  78. pdfjs-scroll-vertical-button-label = Okomito pomicanje
  79. pdfjs-scroll-horizontal-button =
  80. .title = Koristi vodoravno pomicanje
  81. pdfjs-scroll-horizontal-button-label = Vodoravno pomicanje
  82. pdfjs-scroll-wrapped-button =
  83. .title = Koristi kontinuirani raspored stranica
  84. pdfjs-scroll-wrapped-button-label = Kontinuirani raspored stranica
  85. pdfjs-spread-none-button =
  86. .title = Ne izrađuj duplerice
  87. pdfjs-spread-none-button-label = Pojedinačne stranice
  88. pdfjs-spread-odd-button =
  89. .title = Izradi duplerice koje počinju s neparnim stranicama
  90. pdfjs-spread-odd-button-label = Neparne duplerice
  91. pdfjs-spread-even-button =
  92. .title = Izradi duplerice koje počinju s parnim stranicama
  93. pdfjs-spread-even-button-label = Parne duplerice
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Svojstva dokumenta …
  97. pdfjs-document-properties-button-label = Svojstva dokumenta …
  98. pdfjs-document-properties-file-name = Ime datoteke:
  99. pdfjs-document-properties-file-size = Veličina datoteke:
  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 } bajtova)
  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 } bajtova)
  108. pdfjs-document-properties-title = Naslov:
  109. pdfjs-document-properties-author = Autor:
  110. pdfjs-document-properties-subject = Predmet:
  111. pdfjs-document-properties-keywords = Ključne riječi:
  112. pdfjs-document-properties-creation-date = Datum stvaranja:
  113. pdfjs-document-properties-modification-date = Datum promjene:
  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 = Stvaratelj:
  119. pdfjs-document-properties-producer = PDF stvaratelj:
  120. pdfjs-document-properties-version = PDF inačica:
  121. pdfjs-document-properties-page-count = Broj stranica:
  122. pdfjs-document-properties-page-size = Dimenzije stranice:
  123. pdfjs-document-properties-page-size-unit-inches = in
  124. pdfjs-document-properties-page-size-unit-millimeters = mm
  125. pdfjs-document-properties-page-size-orientation-portrait = uspravno
  126. pdfjs-document-properties-page-size-orientation-landscape = položeno
  127. pdfjs-document-properties-page-size-name-a-three = A3
  128. pdfjs-document-properties-page-size-name-a-four = A4
  129. pdfjs-document-properties-page-size-name-letter = Letter
  130. pdfjs-document-properties-page-size-name-legal = 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 = Brzi web pregled:
  143. pdfjs-document-properties-linearized-yes = Da
  144. pdfjs-document-properties-linearized-no = Ne
  145. pdfjs-document-properties-close-button = Zatvori
  146. ## Print
  147. pdfjs-print-progress-message = Pripremanje dokumenta za ispis…
  148. # Variables:
  149. # $progress (Number) - percent value
  150. pdfjs-print-progress-percent = { $progress }%
  151. pdfjs-print-progress-close-button = Odustani
  152. pdfjs-printing-not-supported = Upozorenje: Ovaj preglednik ne podržava u potpunosti ispisivanje.
  153. pdfjs-printing-not-ready = Upozorenje: PDF nije u potpunosti učitan za ispis.
  154. ## Tooltips and alt text for side panel toolbar buttons
  155. pdfjs-toggle-sidebar-button =
  156. .title = Prikaži/sakrij bočnu traku
  157. pdfjs-toggle-sidebar-notification-button =
  158. .title = Prikazivanje i sklanjanje bočne trake (dokument sadrži strukturu/privitke/slojeve)
  159. pdfjs-toggle-sidebar-button-label = Prikaži/sakrij bočnu traku
  160. pdfjs-document-outline-button =
  161. .title = Prikaži strukturu dokumenta (dvostruki klik za rasklapanje/sklapanje svih stavki)
  162. pdfjs-document-outline-button-label = Struktura dokumenta
  163. pdfjs-attachments-button =
  164. .title = Prikaži privitke
  165. pdfjs-attachments-button-label = Privitci
  166. pdfjs-layers-button =
  167. .title = Prikaži slojeve (dvoklik za vraćanje svih slojeva u standardno stanje)
  168. pdfjs-layers-button-label = Slojevi
  169. pdfjs-thumbs-button =
  170. .title = Prikaži minijature
  171. pdfjs-thumbs-button-label = Minijature
  172. pdfjs-current-outline-item-button =
  173. .title = Pronađi trenutačni element strukture
  174. pdfjs-current-outline-item-button-label = Trenutačni element strukture
  175. pdfjs-findbar-button =
  176. .title = Pronađi u dokumentu
  177. pdfjs-findbar-button-label = Pronađi
  178. pdfjs-additional-layers = Dodatni slojevi
  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 = Stranica { $page }
  184. # Variables:
  185. # $page (Number) - the page number
  186. pdfjs-thumb-page-canvas =
  187. .aria-label = Minijatura stranice { $page }
  188. ## Find panel button title and messages
  189. pdfjs-find-input =
  190. .title = Pronađi
  191. .placeholder = Pronađi u dokumentu …
  192. pdfjs-find-previous-button =
  193. .title = Pronađi prethodno pojavljivanje ovog izraza
  194. pdfjs-find-previous-button-label = Prethodno
  195. pdfjs-find-next-button =
  196. .title = Pronađi sljedeće pojavljivanje ovog izraza
  197. pdfjs-find-next-button-label = Dalje
  198. pdfjs-find-highlight-checkbox = Istankni sve
  199. pdfjs-find-match-case-checkbox-label = Razlikovanje velikih i malih slova
  200. pdfjs-find-match-diacritics-checkbox-label = Razlikuj dijakritičke znakove
  201. pdfjs-find-entire-word-checkbox-label = Cijele riječi
  202. pdfjs-find-reached-top = Dosegnut početak dokumenta, nastavak s kraja
  203. pdfjs-find-reached-bottom = Dosegnut kraj dokumenta, nastavak s početka
  204. # Variables:
  205. # $current (Number) - the index of the currently active find result
  206. # $total (Number) - the total number of matches in the document
  207. pdfjs-find-match-count =
  208. { NUMBER($total) ->
  209. [one] { $current } od { $total } rezultata
  210. [few] { $current } od { $total } rezultata
  211. *[other] { $current } od { $total } rezultata
  212. }
  213. # Variables:
  214. # $limit (Number) - the maximum number of matches
  215. pdfjs-find-match-count-limit =
  216. { NUMBER($limit) ->
  217. [one] Više od { $limit } rezultat
  218. [few] Više od { $limit } rezultata
  219. *[other] Više od { $limit } rezultata
  220. }
  221. pdfjs-find-not-found = Izraz nije pronađen
  222. ## Predefined zoom values
  223. pdfjs-page-scale-width = Prilagodi širini prozora
  224. pdfjs-page-scale-fit = Prilagodi veličini prozora
  225. pdfjs-page-scale-auto = Automatsko zumiranje
  226. pdfjs-page-scale-actual = Stvarna veličina
  227. # Variables:
  228. # $scale (Number) - percent value for page scale
  229. pdfjs-page-scale-percent = { $scale } %
  230. ## PDF page
  231. # Variables:
  232. # $page (Number) - the page number
  233. pdfjs-page-landmark =
  234. .aria-label = Stranica { $page }
  235. ## Loading indicator messages
  236. pdfjs-loading-error = Došlo je do greške pri učitavanju PDF-a.
  237. pdfjs-invalid-file-error = Neispravna ili oštećena PDF datoteka.
  238. pdfjs-missing-file-error = Nedostaje PDF datoteka.
  239. pdfjs-unexpected-response-error = Neočekivani odgovor servera.
  240. pdfjs-rendering-error = Došlo je do greške prilikom iscrtavanja stranice.
  241. ## Annotations
  242. # Variables:
  243. # $date (Date) - the modification date of the annotation
  244. # $time (Time) - the modification time of the annotation
  245. pdfjs-annotation-date-string = { $date }, { $time }
  246. # .alt: This is used as a tooltip.
  247. # Variables:
  248. # $type (String) - an annotation type from a list defined in the PDF spec
  249. # (32000-1:2008 Table 169 – Annotation types).
  250. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  251. pdfjs-text-annotation-type =
  252. .alt = [{ $type } Bilješka]
  253. ## Password
  254. pdfjs-password-label = Za otvoranje ove PDF datoteku upiši lozinku.
  255. pdfjs-password-invalid = Neispravna lozinka. Pokušaj ponovo.
  256. pdfjs-password-ok-button = U redu
  257. pdfjs-password-cancel-button = Odustani
  258. pdfjs-web-fonts-disabled = Web fontovi su deaktivirani: nije moguće koristiti ugrađene PDF fontove.
  259. ## Editing
  260. pdfjs-editor-free-text-button =
  261. .title = Tekst
  262. pdfjs-editor-free-text-button-label = Tekst
  263. pdfjs-editor-ink-button =
  264. .title = Crtanje
  265. pdfjs-editor-ink-button-label = Crtanje
  266. pdfjs-editor-stamp-button =
  267. .title = Dodajte ili uredite slike
  268. pdfjs-editor-stamp-button-label = Dodajte ili uredite slike
  269. pdfjs-editor-highlight-button =
  270. .title = Istakni
  271. pdfjs-editor-highlight-button-label = Istakni
  272. pdfjs-highlight-floating-button1 =
  273. .title = Istakni
  274. .aria-label = Istakni
  275. pdfjs-highlight-floating-button-label = Istakni
  276. ## Remove button for the various kind of editor.
  277. pdfjs-editor-remove-ink-button =
  278. .title = Ukloni crtež
  279. pdfjs-editor-remove-freetext-button =
  280. .title = Ukloni tekst
  281. pdfjs-editor-remove-stamp-button =
  282. .title = Ukloni sliku
  283. pdfjs-editor-remove-highlight-button =
  284. .title = Ukloni isticanje
  285. ##
  286. # Editor Parameters
  287. pdfjs-editor-free-text-color-input = Boja
  288. pdfjs-editor-free-text-size-input = Veličina
  289. pdfjs-editor-ink-color-input = Boja
  290. pdfjs-editor-ink-thickness-input = Debljina
  291. pdfjs-editor-ink-opacity-input = Neprozirnost
  292. pdfjs-editor-stamp-add-image-button =
  293. .title = Dodaj sliku
  294. pdfjs-editor-stamp-add-image-button-label = Dodaj sliku
  295. # This refers to the thickness of the line used for free highlighting (not bound to text)
  296. pdfjs-editor-free-highlight-thickness-input = Debljina
  297. pdfjs-editor-free-highlight-thickness-title =
  298. .title = Promjeni debljinu pri isticanju drugih stavki osim teksta
  299. pdfjs-free-text =
  300. .aria-label = Uređivač teksta
  301. pdfjs-free-text-default-content = Počni tipkati …
  302. pdfjs-ink =
  303. .aria-label = Uređivač crteža
  304. pdfjs-ink-canvas =
  305. .aria-label = Slika koju je izradio korisnik
  306. ## Alt-text dialog
  307. # Alternative text (alt text) helps when people can't see the image.
  308. pdfjs-editor-alt-text-button-label = Alternativni tekst
  309. pdfjs-editor-alt-text-edit-button-label = Uredi alternativni tekst
  310. pdfjs-editor-alt-text-dialog-label = Odaberi jednu opciju
  311. pdfjs-editor-alt-text-dialog-description = Alternativni tekst pomaže slijepim osobama ili kada se slika ne učita.
  312. pdfjs-editor-alt-text-add-description-label = Dodaj opis
  313. pdfjs-editor-alt-text-add-description-description = Sažmi sadržaj predmeta, okruženje ili radnje u jednoj ili dvije rečenice.
  314. pdfjs-editor-alt-text-mark-decorative-label = Označi kao ukrasno
  315. pdfjs-editor-alt-text-mark-decorative-description = Ovo se koristi za ukrasne slike, poput rubova ili vodenih žigova.
  316. pdfjs-editor-alt-text-cancel-button = Odustani
  317. pdfjs-editor-alt-text-save-button = Spremi
  318. pdfjs-editor-alt-text-decorative-tooltip = Označeno kao ukrasno
  319. # .placeholder: This is a placeholder for the alt text input area
  320. pdfjs-editor-alt-text-textarea =
  321. .placeholder = Na primjer, „Mladić sjeda za stol kako bi jeo”
  322. ## Editor resizers
  323. ## This is used in an aria label to help to understand the role of the resizer.
  324. pdfjs-editor-resizer-label-top-left = Gornji lijevi kut – promijeni veličinu
  325. pdfjs-editor-resizer-label-top-middle = Sredina gore – promijeni veličinu
  326. pdfjs-editor-resizer-label-top-right = Gornji desni kut – promijeni veličinu
  327. pdfjs-editor-resizer-label-middle-right = Sredina desno – promijeni veličinu
  328. pdfjs-editor-resizer-label-bottom-right = Donji desni kut – promijeni veličinu
  329. pdfjs-editor-resizer-label-bottom-middle = Sredina dolje – promjeni veličinu
  330. pdfjs-editor-resizer-label-bottom-left = Donji lijevi kut – promijeni veličinu
  331. pdfjs-editor-resizer-label-middle-left = Sredina lijevo – promijeni veličinu
  332. pdfjs-editor-resizer-top-left =
  333. .aria-label = Gornji lijevi kut – promijeni veličinu
  334. pdfjs-editor-resizer-top-middle =
  335. .aria-label = Sredina gore – promijeni veličinu
  336. pdfjs-editor-resizer-top-right =
  337. .aria-label = Gornji desni kut – promijeni veličinu
  338. pdfjs-editor-resizer-middle-right =
  339. .aria-label = Sredina desno – promijeni veličinu
  340. pdfjs-editor-resizer-bottom-right =
  341. .aria-label = Donji desni kut – promijeni veličinu
  342. pdfjs-editor-resizer-bottom-middle =
  343. .aria-label = Sredina dolje – promjeni veličinu
  344. pdfjs-editor-resizer-bottom-left =
  345. .aria-label = Donji lijevi kut – promijeni veličinu
  346. pdfjs-editor-resizer-middle-left =
  347. .aria-label = Sredina lijevo – promijeni veličinu
  348. ## Color picker
  349. # This means "Color used to highlight text"
  350. pdfjs-editor-highlight-colorpicker-label = Boja isticanja
  351. pdfjs-editor-colorpicker-button =
  352. .title = Promjeni boju
  353. pdfjs-editor-colorpicker-dropdown =
  354. .aria-label = Izbor boja
  355. pdfjs-editor-colorpicker-yellow =
  356. .title = Žuta
  357. pdfjs-editor-colorpicker-green =
  358. .title = Zelena
  359. pdfjs-editor-colorpicker-blue =
  360. .title = Plava
  361. pdfjs-editor-colorpicker-pink =
  362. .title = Ružičasta
  363. pdfjs-editor-colorpicker-red =
  364. .title = Crvena
  365. ## Show all highlights
  366. ## This is a toggle button to show/hide all the highlights.
  367. pdfjs-editor-highlight-show-all-button-label = Prikaži sve
  368. pdfjs-editor-highlight-show-all-button =
  369. .title = Prikaži sve
  370. ## New alt-text dialog
  371. ## 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.
  372. pdfjs-editor-new-alt-text-textarea =
  373. .placeholder = Ovdje upiši tvoj opis …
  374. # 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.
  375. pdfjs-editor-new-alt-text-disclaimer1 = Ovaj je alternativni tekst stvoren automatski i može biti netočan.
  376. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Saznaj više
  377. pdfjs-editor-new-alt-text-create-automatically-button-label = Automatski stvori alternativni tekst
  378. pdfjs-editor-new-alt-text-error-title = Nije bilo moguće automatski izraditi alternativni tekst
  379. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  380. # Variables:
  381. # $generatedAltText (String) - the generated alt-text.
  382. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Stvoreno automatski: { $generatedAltText }
  383. ## Image alt-text settings
  384. pdfjs-image-alt-text-settings-button =
  385. .title = Postavke alternativnog teksta slike
  386. pdfjs-image-alt-text-settings-button-label = Postavke alternativnog teksta slike
  387. pdfjs-editor-alt-text-settings-dialog-label = Postavke alternativnog teksta slike
  388. pdfjs-editor-alt-text-settings-automatic-title = Automatski alternativni tekst
  389. pdfjs-editor-alt-text-settings-create-model-button-label = Stvori alternativni tekst automatski
  390. pdfjs-editor-alt-text-settings-ai-model-description = Radi lokalno na tvom uređaju kako bi tvoji podaci ostali privatni. Potrebno za automatski alternativni tekst.
  391. pdfjs-editor-alt-text-settings-delete-model-button = Izbriši
  392. pdfjs-editor-alt-text-settings-download-model-button = Preuzmi
  393. pdfjs-editor-alt-text-settings-downloading-model-button = Preuzimanje …
  394. pdfjs-editor-alt-text-settings-editor-title = Uređivač alternativnog teksta
  395. pdfjs-editor-alt-text-settings-show-dialog-button-label = Prikaži uređivač alternativnog teksta odmah pri dodavanju slike
  396. pdfjs-editor-alt-text-settings-show-dialog-description = Pomaže osigurati da sve tvoje slike imaju alternativni tekst.
  397. pdfjs-editor-alt-text-settings-close-button = Zatvori