viewer.ftl 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602
  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 = Prejšnja stran
  7. pdfjs-previous-button-label = Nazaj
  8. pdfjs-next-button =
  9. .title = Naslednja stran
  10. pdfjs-next-button-label = Naprej
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Stran
  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 = Pomanjšaj
  24. pdfjs-zoom-out-button-label = Pomanjšaj
  25. pdfjs-zoom-in-button =
  26. .title = Povečaj
  27. pdfjs-zoom-in-button-label = Povečaj
  28. pdfjs-zoom-select =
  29. .title = Povečava
  30. pdfjs-presentation-mode-button =
  31. .title = Preklopi v način predstavitve
  32. pdfjs-presentation-mode-button-label = Način predstavitve
  33. pdfjs-open-file-button =
  34. .title = Odpri datoteko
  35. pdfjs-open-file-button-label = Odpri
  36. pdfjs-print-button =
  37. .title = Natisni
  38. pdfjs-print-button-label = Natisni
  39. pdfjs-save-button =
  40. .title = Shrani
  41. pdfjs-save-button-label = Shrani
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Prenesi
  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 = Prenesi
  48. pdfjs-bookmark-button =
  49. .title = Trenutna stran (prikaži URL, ki vodi do trenutne strani)
  50. pdfjs-bookmark-button-label = Na trenutno stran
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Orodja
  54. pdfjs-tools-button-label = Orodja
  55. pdfjs-first-page-button =
  56. .title = Pojdi na prvo stran
  57. pdfjs-first-page-button-label = Pojdi na prvo stran
  58. pdfjs-last-page-button =
  59. .title = Pojdi na zadnjo stran
  60. pdfjs-last-page-button-label = Pojdi na zadnjo stran
  61. pdfjs-page-rotate-cw-button =
  62. .title = Zavrti v smeri urnega kazalca
  63. pdfjs-page-rotate-cw-button-label = Zavrti v smeri urnega kazalca
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Zavrti v nasprotni smeri urnega kazalca
  66. pdfjs-page-rotate-ccw-button-label = Zavrti v nasprotni smeri urnega kazalca
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Omogoči orodje za izbor besedila
  69. pdfjs-cursor-text-select-tool-button-label = Orodje za izbor besedila
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Omogoči roko
  72. pdfjs-cursor-hand-tool-button-label = Roka
  73. pdfjs-scroll-page-button =
  74. .title = Uporabi drsenje po strani
  75. pdfjs-scroll-page-button-label = Drsenje po strani
  76. pdfjs-scroll-vertical-button =
  77. .title = Uporabi navpično drsenje
  78. pdfjs-scroll-vertical-button-label = Navpično drsenje
  79. pdfjs-scroll-horizontal-button =
  80. .title = Uporabi vodoravno drsenje
  81. pdfjs-scroll-horizontal-button-label = Vodoravno drsenje
  82. pdfjs-scroll-wrapped-button =
  83. .title = Uporabi ovito drsenje
  84. pdfjs-scroll-wrapped-button-label = Ovito drsenje
  85. pdfjs-spread-none-button =
  86. .title = Ne združuj razponov strani
  87. pdfjs-spread-none-button-label = Brez razponov
  88. pdfjs-spread-odd-button =
  89. .title = Združuj razpone strani z začetkom pri lihih straneh
  90. pdfjs-spread-odd-button-label = Lihi razponi
  91. pdfjs-spread-even-button =
  92. .title = Združuj razpone strani z začetkom pri sodih straneh
  93. pdfjs-spread-even-button-label = Sodi razponi
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Lastnosti dokumenta …
  97. pdfjs-document-properties-button-label = Lastnosti dokumenta …
  98. pdfjs-document-properties-file-name = Ime datoteke:
  99. pdfjs-document-properties-file-size = Velikost datoteke:
  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) } KB ({ $b } bajtov)
  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) } MB ({ $b } bajtov)
  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 } KB ({ $size_b } bajtov)
  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 } MB ({ $size_b } bajtov)
  116. pdfjs-document-properties-title = Ime:
  117. pdfjs-document-properties-author = Avtor:
  118. pdfjs-document-properties-subject = Tema:
  119. pdfjs-document-properties-keywords = Ključne besede:
  120. pdfjs-document-properties-creation-date = Datum nastanka:
  121. pdfjs-document-properties-modification-date = Datum spremembe:
  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 = Ustvaril:
  130. pdfjs-document-properties-producer = Izdelovalec PDF:
  131. pdfjs-document-properties-version = Različica PDF:
  132. pdfjs-document-properties-page-count = Število strani:
  133. pdfjs-document-properties-page-size = Velikost strani:
  134. pdfjs-document-properties-page-size-unit-inches = palcev
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = pokončno
  137. pdfjs-document-properties-page-size-orientation-landscape = ležeče
  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 = Pismo
  141. pdfjs-document-properties-page-size-name-legal = Pravno
  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 = Hitri spletni ogled:
  154. pdfjs-document-properties-linearized-yes = Da
  155. pdfjs-document-properties-linearized-no = Ne
  156. pdfjs-document-properties-close-button = Zapri
  157. ## Print
  158. pdfjs-print-progress-message = Priprava dokumenta na tiskanje …
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress } %
  162. pdfjs-print-progress-close-button = Prekliči
  163. pdfjs-printing-not-supported = Opozorilo: ta brskalnik ne podpira vseh možnosti tiskanja.
  164. pdfjs-printing-not-ready = Opozorilo: PDF ni v celoti naložen za tiskanje.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Preklopi stransko vrstico
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Preklopi stransko vrstico (dokument vsebuje oris/priponke/plasti)
  170. pdfjs-toggle-sidebar-button-label = Preklopi stransko vrstico
  171. pdfjs-document-outline-button =
  172. .title = Prikaži oris dokumenta (dvokliknite za razširitev/strnitev vseh predmetov)
  173. pdfjs-document-outline-button-label = Oris dokumenta
  174. pdfjs-attachments-button =
  175. .title = Prikaži priponke
  176. pdfjs-attachments-button-label = Priponke
  177. pdfjs-layers-button =
  178. .title = Prikaži plasti (dvokliknite za ponastavitev vseh plasti na privzeto stanje)
  179. pdfjs-layers-button-label = Plasti
  180. pdfjs-thumbs-button =
  181. .title = Prikaži sličice
  182. pdfjs-thumbs-button-label = Sličice
  183. pdfjs-current-outline-item-button =
  184. .title = Najdi trenutni predmet orisa
  185. pdfjs-current-outline-item-button-label = Trenutni predmet orisa
  186. pdfjs-findbar-button =
  187. .title = Iskanje po dokumentu
  188. pdfjs-findbar-button-label = Najdi
  189. pdfjs-additional-layers = Dodatne plasti
  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 = Stran { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Sličica strani { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Najdi
  202. .placeholder = Najdi v dokumentu …
  203. pdfjs-find-previous-button =
  204. .title = Najdi prejšnjo ponovitev iskanega
  205. pdfjs-find-previous-button-label = Najdi nazaj
  206. pdfjs-find-next-button =
  207. .title = Najdi naslednjo ponovitev iskanega
  208. pdfjs-find-next-button-label = Najdi naprej
  209. pdfjs-find-highlight-checkbox = Označi vse
  210. pdfjs-find-match-case-checkbox-label = Razlikuj velike/male črke
  211. pdfjs-find-match-diacritics-checkbox-label = Razlikuj diakritične znake
  212. pdfjs-find-entire-word-checkbox-label = Cele besede
  213. pdfjs-find-reached-top = Dosežen začetek dokumenta iz smeri konca
  214. pdfjs-find-reached-bottom = Doseženo konec dokumenta iz smeri začetka
  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] Zadetek { $current } od { $total }
  221. [two] Zadetek { $current } od { $total }
  222. [few] Zadetek { $current } od { $total }
  223. *[other] Zadetek { $current } od { $total }
  224. }
  225. # Variables:
  226. # $limit (Number) - the maximum number of matches
  227. pdfjs-find-match-count-limit =
  228. { $limit ->
  229. [one] Več kot { $limit } zadetek
  230. [two] Več kot { $limit } zadetka
  231. [few] Več kot { $limit } zadetki
  232. *[other] Več kot { $limit } zadetkov
  233. }
  234. pdfjs-find-not-found = Iskanega ni mogoče najti
  235. ## Predefined zoom values
  236. pdfjs-page-scale-width = Širina strani
  237. pdfjs-page-scale-fit = Prilagodi stran
  238. pdfjs-page-scale-auto = Samodejno
  239. pdfjs-page-scale-actual = Dejanska velikost
  240. # Variables:
  241. # $scale (Number) - percent value for page scale
  242. pdfjs-page-scale-percent = { $scale } %
  243. ## PDF page
  244. # Variables:
  245. # $page (Number) - the page number
  246. pdfjs-page-landmark =
  247. .aria-label = Stran { $page }
  248. ## Loading indicator messages
  249. pdfjs-loading-error = Med nalaganjem datoteke PDF je prišlo do napake.
  250. pdfjs-invalid-file-error = Neveljavna ali pokvarjena datoteka PDF.
  251. pdfjs-missing-file-error = Ni datoteke PDF.
  252. pdfjs-unexpected-response-error = Nepričakovan odgovor strežnika.
  253. pdfjs-rendering-error = Med pripravljanjem strani je prišlo do napake!
  254. ## Annotations
  255. # Variables:
  256. # $date (Date) - the modification date of the annotation
  257. # $time (Time) - the modification time of the annotation
  258. pdfjs-annotation-date-string = { $date }, { $time }
  259. # .alt: This is used as a tooltip.
  260. # Variables:
  261. # $type (String) - an annotation type from a list defined in the PDF spec
  262. # (32000-1:2008 Table 169 – Annotation types).
  263. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  264. pdfjs-text-annotation-type =
  265. .alt = [Opomba vrste { $type }]
  266. # Variables:
  267. # $dateObj (Date) - the modification date and time of the annotation
  268. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  269. ## Password
  270. pdfjs-password-label = Vnesite geslo za odpiranje te datoteke PDF.
  271. pdfjs-password-invalid = Neveljavno geslo. Poskusite znova.
  272. pdfjs-password-ok-button = V redu
  273. pdfjs-password-cancel-button = Prekliči
  274. pdfjs-web-fonts-disabled = Spletne pisave so onemogočene: vgradnih pisav za PDF ni mogoče uporabiti.
  275. ## Editing
  276. pdfjs-editor-free-text-button =
  277. .title = Besedilo
  278. pdfjs-editor-free-text-button-label = Besedilo
  279. pdfjs-editor-ink-button =
  280. .title = Riši
  281. pdfjs-editor-ink-button-label = Riši
  282. pdfjs-editor-stamp-button =
  283. .title = Dodajanje ali urejanje slik
  284. pdfjs-editor-stamp-button-label = Dodajanje ali urejanje slik
  285. pdfjs-editor-highlight-button =
  286. .title = Označevalnik
  287. pdfjs-editor-highlight-button-label = Označevalnik
  288. pdfjs-highlight-floating-button1 =
  289. .title = Označi
  290. .aria-label = Označi
  291. pdfjs-highlight-floating-button-label = Označi
  292. pdfjs-editor-signature-button =
  293. .title = Dodaj podpis
  294. pdfjs-editor-signature-button-label = Dodaj podpis
  295. ## Default editor aria labels
  296. ## Remove button for the various kind of editor.
  297. pdfjs-editor-remove-ink-button =
  298. .title = Odstrani risbo
  299. pdfjs-editor-remove-freetext-button =
  300. .title = Odstrani besedilo
  301. pdfjs-editor-remove-stamp-button =
  302. .title = Odstrani sliko
  303. pdfjs-editor-remove-highlight-button =
  304. .title = Odstrani označbo
  305. pdfjs-editor-remove-signature-button =
  306. .title = Odstrani podpis
  307. ##
  308. # Editor Parameters
  309. pdfjs-editor-free-text-color-input = Barva
  310. pdfjs-editor-free-text-size-input = Velikost
  311. pdfjs-editor-ink-color-input = Barva
  312. pdfjs-editor-ink-thickness-input = Debelina
  313. pdfjs-editor-ink-opacity-input = Neprosojnost
  314. pdfjs-editor-stamp-add-image-button =
  315. .title = Dodaj sliko
  316. pdfjs-editor-stamp-add-image-button-label = Dodaj sliko
  317. # This refers to the thickness of the line used for free highlighting (not bound to text)
  318. pdfjs-editor-free-highlight-thickness-input = Debelina
  319. pdfjs-editor-free-highlight-thickness-title =
  320. .title = Spremeni debelino pri označevanju nebesedilnih elementov
  321. pdfjs-editor-signature-add-signature-button =
  322. .title = Dodaj nov podpis
  323. pdfjs-editor-signature-add-signature-button-label = Dodaj nov podpis
  324. # .default-content is used as a placeholder in an empty text editor.
  325. pdfjs-free-text2 =
  326. .aria-label = Urejevalnik besedila
  327. .default-content = Začnite tipkati …
  328. pdfjs-free-text =
  329. .aria-label = Urejevalnik besedila
  330. pdfjs-free-text-default-content = Začnite tipkati …
  331. pdfjs-ink =
  332. .aria-label = Urejevalnik risanja
  333. pdfjs-ink-canvas =
  334. .aria-label = Uporabnikova slika
  335. ## Alt-text dialog
  336. pdfjs-editor-alt-text-button-label = Nadomestno besedilo
  337. pdfjs-editor-alt-text-edit-button =
  338. .aria-label = Uredi nadomestno besedilo
  339. pdfjs-editor-alt-text-edit-button-label = Uredi nadomestno besedilo
  340. pdfjs-editor-alt-text-dialog-label = Izberite možnost
  341. pdfjs-editor-alt-text-dialog-description = Nadomestno besedilo se prikaže tistim, ki ne vidijo slike, ali če se ta ne naloži.
  342. pdfjs-editor-alt-text-add-description-label = Dodaj opis
  343. pdfjs-editor-alt-text-add-description-description = Poskušajte v enem ali dveh stavkih opisati motiv, okolje ali dejanja.
  344. pdfjs-editor-alt-text-mark-decorative-label = Označi kot okrasno
  345. pdfjs-editor-alt-text-mark-decorative-description = Uporablja se za slike, ki služijo samo okrasu, na primer obrobe ali vodne žige.
  346. pdfjs-editor-alt-text-cancel-button = Prekliči
  347. pdfjs-editor-alt-text-save-button = Shrani
  348. pdfjs-editor-alt-text-decorative-tooltip = Označeno kot okrasno
  349. # .placeholder: This is a placeholder for the alt text input area
  350. pdfjs-editor-alt-text-textarea =
  351. .placeholder = Na primer: "Mladenič sedi za mizo pri jedi"
  352. # Alternative text (alt text) helps when people can't see the image.
  353. pdfjs-editor-alt-text-button =
  354. .aria-label = Nadomestno besedilo
  355. ## Editor resizers
  356. ## This is used in an aria label to help to understand the role of the resizer.
  357. pdfjs-editor-resizer-label-top-left = Zgornji levi kot – spremeni velikost
  358. pdfjs-editor-resizer-label-top-middle = Zgoraj na sredini – spremeni velikost
  359. pdfjs-editor-resizer-label-top-right = Zgornji desni kot – spremeni velikost
  360. pdfjs-editor-resizer-label-middle-right = Desno na sredini – spremeni velikost
  361. pdfjs-editor-resizer-label-bottom-right = Spodnji desni kot – spremeni velikost
  362. pdfjs-editor-resizer-label-bottom-middle = Spodaj na sredini – spremeni velikost
  363. pdfjs-editor-resizer-label-bottom-left = Spodnji levi kot – spremeni velikost
  364. pdfjs-editor-resizer-label-middle-left = Levo na sredini – spremeni velikost
  365. pdfjs-editor-resizer-top-left =
  366. .aria-label = Zgornji levi kot – spremeni velikost
  367. pdfjs-editor-resizer-top-middle =
  368. .aria-label = Zgoraj na sredini – spremeni velikost
  369. pdfjs-editor-resizer-top-right =
  370. .aria-label = Zgornji desni kot – spremeni velikost
  371. pdfjs-editor-resizer-middle-right =
  372. .aria-label = Desno na sredini – spremeni velikost
  373. pdfjs-editor-resizer-bottom-right =
  374. .aria-label = Spodnji desni kot – spremeni velikost
  375. pdfjs-editor-resizer-bottom-middle =
  376. .aria-label = Spodaj na sredini – spremeni velikost
  377. pdfjs-editor-resizer-bottom-left =
  378. .aria-label = Spodnji levi kot – spremeni velikost
  379. pdfjs-editor-resizer-middle-left =
  380. .aria-label = Levo na sredini – spremeni velikost
  381. ## Color picker
  382. # This means "Color used to highlight text"
  383. pdfjs-editor-highlight-colorpicker-label = Barva označbe
  384. pdfjs-editor-colorpicker-button =
  385. .title = Spremeni barvo
  386. pdfjs-editor-colorpicker-dropdown =
  387. .aria-label = Izbira barve
  388. pdfjs-editor-colorpicker-yellow =
  389. .title = Rumena
  390. pdfjs-editor-colorpicker-green =
  391. .title = Zelena
  392. pdfjs-editor-colorpicker-blue =
  393. .title = Modra
  394. pdfjs-editor-colorpicker-pink =
  395. .title = Roza
  396. pdfjs-editor-colorpicker-red =
  397. .title = Rdeča
  398. ## Show all highlights
  399. ## This is a toggle button to show/hide all the highlights.
  400. pdfjs-editor-highlight-show-all-button-label = Prikaži vse
  401. pdfjs-editor-highlight-show-all-button =
  402. .title = Prikaži vse
  403. ## New alt-text dialog
  404. ## 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.
  405. # Modal header positioned above a text box where users can edit the alt text.
  406. pdfjs-editor-new-alt-text-dialog-edit-label = Uredi nadomestno besedilo (opis slike)
  407. # Modal header positioned above a text box where users can add the alt text.
  408. pdfjs-editor-new-alt-text-dialog-add-label = Dodaj nadomestno besedilo (opis slike)
  409. pdfjs-editor-new-alt-text-textarea =
  410. .placeholder = Tukaj napišite svoj opis …
  411. # This text refers to the alt text box above this description. It offers a definition of alt text.
  412. pdfjs-editor-new-alt-text-description = Kratek opis za ljudi, ki ne morejo videti slike, ali za primer, ko se slika ne naloži.
  413. # 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.
  414. pdfjs-editor-new-alt-text-disclaimer1 = To nadomestno besedilo je bilo ustvarjeno samodejno in je lahko netočno.
  415. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Več o tem
  416. pdfjs-editor-new-alt-text-create-automatically-button-label = Samodejno ustvari nadomestno besedilo
  417. pdfjs-editor-new-alt-text-not-now-button = Ne zdaj
  418. pdfjs-editor-new-alt-text-error-title = Nadomestnega besedila ni bilo mogoče samodejno ustvariti
  419. pdfjs-editor-new-alt-text-error-description = Sestavite svoje nadomestno besedilo ali poskusite znova pozneje.
  420. pdfjs-editor-new-alt-text-error-close-button = Zapri
  421. # Variables:
  422. # $totalSize (Number) - the total size (in MB) of the AI model.
  423. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  424. # $percent (Number) - the percentage of the downloaded size.
  425. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Prenašanje modela UI za nadomestno besedilo ({ $downloadedSize } od { $totalSize } MB)
  426. .aria-valuetext = Prenašanje modela UI za nadomestno besedilo ({ $downloadedSize } od { $totalSize } MB)
  427. # This is a button that users can click to edit the alt text they have already added.
  428. pdfjs-editor-new-alt-text-added-button =
  429. .aria-label = Nadomestno besedilo dodano
  430. pdfjs-editor-new-alt-text-added-button-label = Nadomestno besedilo dodano
  431. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  432. pdfjs-editor-new-alt-text-missing-button =
  433. .aria-label = Nadomestno besedilo manjka
  434. pdfjs-editor-new-alt-text-missing-button-label = Nadomestno besedilo manjka
  435. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  436. pdfjs-editor-new-alt-text-to-review-button =
  437. .aria-label = Oceni nadomestno besedilo
  438. pdfjs-editor-new-alt-text-to-review-button-label = Oceni nadomestno besedilo
  439. # "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.
  440. # Variables:
  441. # $generatedAltText (String) - the generated alt-text.
  442. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Samodejno ustvarjeno: { $generatedAltText }
  443. ## Image alt-text settings
  444. pdfjs-image-alt-text-settings-button =
  445. .title = Nastavitve nadomestnega besedila slike
  446. pdfjs-image-alt-text-settings-button-label = Nastavitve nadomestnega besedila slike
  447. pdfjs-editor-alt-text-settings-dialog-label = Nastavitve nadomestnega besedila slike
  448. pdfjs-editor-alt-text-settings-automatic-title = Samodejno nadomestno besedilo
  449. pdfjs-editor-alt-text-settings-create-model-button-label = Samodejno ustvari nadomestno besedilo
  450. pdfjs-editor-alt-text-settings-create-model-description = Predlaga opise za pomoč ljudem, ki ne morejo videti slike, ali za primer, ko se slika ne naloži.
  451. # Variables:
  452. # $totalSize (Number) - the total size (in MB) of the AI model.
  453. pdfjs-editor-alt-text-settings-download-model-label = Model UI za nadomestno besedilo ({ $totalSize } MB)
  454. pdfjs-editor-alt-text-settings-ai-model-description = Izvaja se lokalno na vaši napravi, tako da vaši podatki ostajajo zasebni. Zahtevano za samodejno nadomestno besedilo.
  455. pdfjs-editor-alt-text-settings-delete-model-button = Izbriši
  456. pdfjs-editor-alt-text-settings-download-model-button = Prenesi
  457. pdfjs-editor-alt-text-settings-downloading-model-button = Prenašanje ...
  458. pdfjs-editor-alt-text-settings-editor-title = Urejevalnik nadomestnega besedila
  459. pdfjs-editor-alt-text-settings-show-dialog-button-label = Ob dodajanju slike takoj prikaži urejevalnik nadomestnega besedila
  460. pdfjs-editor-alt-text-settings-show-dialog-description = Pomaga vam zagotoviti, da imajo vse vaše slike nadomestno besedilo.
  461. pdfjs-editor-alt-text-settings-close-button = Zapri
  462. ## "Annotations removed" bar
  463. pdfjs-editor-undo-bar-message-highlight = Označba odstranjena
  464. pdfjs-editor-undo-bar-message-freetext = Besedilo odstranjeno
  465. pdfjs-editor-undo-bar-message-ink = Risba odstranjena
  466. pdfjs-editor-undo-bar-message-stamp = Slika odstranjena
  467. pdfjs-editor-undo-bar-message-signature = Podpis odstranjen
  468. # Variables:
  469. # $count (Number) - the number of removed annotations.
  470. pdfjs-editor-undo-bar-message-multiple =
  471. { $count ->
  472. [one] { $count } označba odstranjena
  473. [two] { $count } označbi odstranjeni
  474. [few] { $count } označbe odstranjene
  475. *[other] { $count } označb odstranjenih
  476. }
  477. pdfjs-editor-undo-bar-undo-button =
  478. .title = Razveljavi
  479. pdfjs-editor-undo-bar-undo-button-label = Razveljavi
  480. pdfjs-editor-undo-bar-close-button =
  481. .title = Zapri
  482. pdfjs-editor-undo-bar-close-button-label = Zapri
  483. ## Add a signature dialog
  484. pdfjs-editor-add-signature-dialog-label = Ta način omogoča uporabniku ustvariti podpis, ki ga želi dodati dokumentu PDF. Uporabnik lahko uredi ime (ki se uporablja tudi kot nadomestno besedilo) in podpis po želji shrani za ponovno uporabo.
  485. pdfjs-editor-add-signature-dialog-title = Dodaj podpis
  486. ## Tab names
  487. # Type is a verb (you can type your name as signature)
  488. pdfjs-editor-add-signature-type-button = Natipkaj
  489. .title = Natipkaj
  490. # Draw is a verb (you can draw your signature)
  491. pdfjs-editor-add-signature-draw-button = Nariši
  492. .title = Nariši
  493. pdfjs-editor-add-signature-image-button = Slika
  494. .title = Slika
  495. ## Tab panels
  496. pdfjs-editor-add-signature-type-input =
  497. .aria-label = Natipkajte svoj podpis
  498. .placeholder = Natipkajte svoj podpis
  499. pdfjs-editor-add-signature-draw-placeholder = Narišite svoj podpis
  500. pdfjs-editor-add-signature-draw-thickness-range-label = Debelina
  501. # Variables:
  502. # $thickness (Number) - the thickness (in pixels) of the line used to draw a signature.
  503. pdfjs-editor-add-signature-draw-thickness-range =
  504. .title = Debelina peresa: { $thickness }
  505. pdfjs-editor-add-signature-image-placeholder = Povlecite datoteko sem za nalaganje
  506. pdfjs-editor-add-signature-image-browse-link =
  507. { PLATFORM() ->
  508. [macos] Ali prebrskajte slikovne datoteke
  509. *[other] Ali prebrskajte slikovne datoteke
  510. }
  511. ## Controls
  512. pdfjs-editor-add-signature-description-label = Opis (nadomestno besedilo)
  513. pdfjs-editor-add-signature-description-input =
  514. .title = Opis (nadomestno besedilo)
  515. pdfjs-editor-add-signature-description-default-when-drawing = Podpis
  516. pdfjs-editor-add-signature-clear-button-label = Pobriši podpis
  517. pdfjs-editor-add-signature-clear-button =
  518. .title = Pobriši podpis
  519. pdfjs-editor-add-signature-save-checkbox = Shrani podpis
  520. pdfjs-editor-add-signature-save-warning-message = Dosegli ste omejitev 5 shranjenih podpisov. Če želite shraniti novega, enega odstranite.
  521. pdfjs-editor-add-signature-image-upload-error-title = Slike ni bilo mogoče naložiti
  522. pdfjs-editor-add-signature-image-upload-error-description = Preverite svojo povezavo z omrežjem ali poskusite z drugo sliko.
  523. pdfjs-editor-add-signature-error-close-button = Zapri
  524. ## Dialog buttons
  525. pdfjs-editor-add-signature-cancel-button = Prekliči
  526. pdfjs-editor-add-signature-add-button = Dodaj
  527. pdfjs-editor-edit-signature-update-button = Spremeni
  528. ## Main menu for adding/removing signatures
  529. pdfjs-editor-delete-signature-button =
  530. .title = Odstrani podpis
  531. pdfjs-editor-delete-signature-button-label = Odstrani podpis
  532. ## Editor toolbar
  533. pdfjs-editor-add-signature-edit-button-label = Uredi opis
  534. ## Edit signature description dialog
  535. pdfjs-editor-edit-signature-dialog-title = Uredi opis