viewer.ftl 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  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 = Pagina precedente
  7. pdfjs-previous-button-label = Precedente
  8. pdfjs-next-button =
  9. .title = Pagina successiva
  10. pdfjs-next-button-label = Successiva
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Pagina
  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 = di { $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 } di { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Riduci zoom
  24. pdfjs-zoom-out-button-label = Riduci zoom
  25. pdfjs-zoom-in-button =
  26. .title = Aumenta zoom
  27. pdfjs-zoom-in-button-label = Aumenta zoom
  28. pdfjs-zoom-select =
  29. .title = Zoom
  30. pdfjs-presentation-mode-button =
  31. .title = Passa alla modalità presentazione
  32. pdfjs-presentation-mode-button-label = Modalità presentazione
  33. pdfjs-open-file-button =
  34. .title = Apri file
  35. pdfjs-open-file-button-label = Apri
  36. pdfjs-print-button =
  37. .title = Stampa
  38. pdfjs-print-button-label = Stampa
  39. pdfjs-save-button =
  40. .title = Salva
  41. pdfjs-save-button-label = Salva
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Scarica
  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 = Scarica
  48. pdfjs-bookmark-button =
  49. .title = Pagina corrente (mostra URL della pagina corrente)
  50. pdfjs-bookmark-button-label = Pagina corrente
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Strumenti
  54. pdfjs-tools-button-label = Strumenti
  55. pdfjs-first-page-button =
  56. .title = Vai alla prima pagina
  57. pdfjs-first-page-button-label = Vai alla prima pagina
  58. pdfjs-last-page-button =
  59. .title = Vai all’ultima pagina
  60. pdfjs-last-page-button-label = Vai all’ultima pagina
  61. pdfjs-page-rotate-cw-button =
  62. .title = Ruota in senso orario
  63. pdfjs-page-rotate-cw-button-label = Ruota in senso orario
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Ruota in senso antiorario
  66. pdfjs-page-rotate-ccw-button-label = Ruota in senso antiorario
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Attiva strumento di selezione testo
  69. pdfjs-cursor-text-select-tool-button-label = Strumento di selezione testo
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Attiva strumento mano
  72. pdfjs-cursor-hand-tool-button-label = Strumento mano
  73. pdfjs-scroll-page-button =
  74. .title = Utilizza scorrimento pagine
  75. pdfjs-scroll-page-button-label = Scorrimento pagine
  76. pdfjs-scroll-vertical-button =
  77. .title = Scorri le pagine in verticale
  78. pdfjs-scroll-vertical-button-label = Scorrimento verticale
  79. pdfjs-scroll-horizontal-button =
  80. .title = Scorri le pagine in orizzontale
  81. pdfjs-scroll-horizontal-button-label = Scorrimento orizzontale
  82. pdfjs-scroll-wrapped-button =
  83. .title = Scorri le pagine in verticale, disponendole da sinistra a destra e andando a capo automaticamente
  84. pdfjs-scroll-wrapped-button-label = Scorrimento con a capo automatico
  85. pdfjs-spread-none-button =
  86. .title = Non raggruppare pagine
  87. pdfjs-spread-none-button-label = Nessun raggruppamento
  88. pdfjs-spread-odd-button =
  89. .title = Crea gruppi di pagine che iniziano con numeri di pagina dispari
  90. pdfjs-spread-odd-button-label = Raggruppamento dispari
  91. pdfjs-spread-even-button =
  92. .title = Crea gruppi di pagine che iniziano con numeri di pagina pari
  93. pdfjs-spread-even-button-label = Raggruppamento pari
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Proprietà del documento…
  97. pdfjs-document-properties-button-label = Proprietà del documento…
  98. pdfjs-document-properties-file-name = Nome file:
  99. pdfjs-document-properties-file-size = Dimensione file:
  100. # $kb (Number) - the PDF file size in kilobytes
  101. # $b (Number) - the PDF file size in bytes
  102. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } byte)
  103. # $mb (Number) - the PDF file size in megabytes
  104. # $b (Number) - the PDF file size in bytes
  105. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } byte)
  106. # Variables:
  107. # $size_kb (Number) - the PDF file size in kilobytes
  108. # $size_b (Number) - the PDF file size in bytes
  109. pdfjs-document-properties-kb = { $size_kb } kB ({ $size_b } byte)
  110. # Variables:
  111. # $size_mb (Number) - the PDF file size in megabytes
  112. # $size_b (Number) - the PDF file size in bytes
  113. pdfjs-document-properties-mb = { $size_mb } MB ({ $size_b } byte)
  114. pdfjs-document-properties-title = Titolo:
  115. pdfjs-document-properties-author = Autore:
  116. pdfjs-document-properties-subject = Oggetto:
  117. pdfjs-document-properties-keywords = Parole chiave:
  118. pdfjs-document-properties-creation-date = Data creazione:
  119. pdfjs-document-properties-modification-date = Data modifica:
  120. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  121. # Variables:
  122. # $date (Date) - the creation/modification date of the PDF file
  123. # $time (Time) - the creation/modification time of the PDF file
  124. pdfjs-document-properties-date-string = { $date }, { $time }
  125. pdfjs-document-properties-creator = Autore originale:
  126. pdfjs-document-properties-producer = Produttore PDF:
  127. pdfjs-document-properties-version = Versione PDF:
  128. pdfjs-document-properties-page-count = Conteggio pagine:
  129. pdfjs-document-properties-page-size = Dimensioni pagina:
  130. pdfjs-document-properties-page-size-unit-inches = in
  131. pdfjs-document-properties-page-size-unit-millimeters = mm
  132. pdfjs-document-properties-page-size-orientation-portrait = verticale
  133. pdfjs-document-properties-page-size-orientation-landscape = orizzontale
  134. pdfjs-document-properties-page-size-name-a-three = A3
  135. pdfjs-document-properties-page-size-name-a-four = A4
  136. pdfjs-document-properties-page-size-name-letter = Lettera
  137. pdfjs-document-properties-page-size-name-legal = Legale
  138. ## Variables:
  139. ## $width (Number) - the width of the (current) page
  140. ## $height (Number) - the height of the (current) page
  141. ## $unit (String) - the unit of measurement of the (current) page
  142. ## $name (String) - the name of the (current) page
  143. ## $orientation (String) - the orientation of the (current) page
  144. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  145. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  146. ##
  147. # The linearization status of the document; usually called "Fast Web View" in
  148. # English locales of Adobe software.
  149. pdfjs-document-properties-linearized = Visualizzazione web veloce:
  150. pdfjs-document-properties-linearized-yes = Sì
  151. pdfjs-document-properties-linearized-no = No
  152. pdfjs-document-properties-close-button = Chiudi
  153. ## Print
  154. pdfjs-print-progress-message = Preparazione documento per la stampa…
  155. # Variables:
  156. # $progress (Number) - percent value
  157. pdfjs-print-progress-percent = { $progress }%
  158. pdfjs-print-progress-close-button = Annulla
  159. pdfjs-printing-not-supported = Attenzione: la stampa non è completamente supportata da questo browser.
  160. pdfjs-printing-not-ready = Attenzione: il PDF non è ancora stato caricato completamente per la stampa.
  161. ## Tooltips and alt text for side panel toolbar buttons
  162. pdfjs-toggle-sidebar-button =
  163. .title = Attiva/disattiva barra laterale
  164. pdfjs-toggle-sidebar-notification-button =
  165. .title = Attiva/disattiva barra laterale (il documento contiene struttura/allegati/livelli)
  166. pdfjs-toggle-sidebar-button-label = Attiva/disattiva barra laterale
  167. pdfjs-document-outline-button =
  168. .title = Visualizza la struttura del documento (doppio clic per visualizzare/comprimere tutti gli elementi)
  169. pdfjs-document-outline-button-label = Struttura documento
  170. pdfjs-attachments-button =
  171. .title = Visualizza allegati
  172. pdfjs-attachments-button-label = Allegati
  173. pdfjs-layers-button =
  174. .title = Visualizza livelli (doppio clic per ripristinare tutti i livelli allo stato predefinito)
  175. pdfjs-layers-button-label = Livelli
  176. pdfjs-thumbs-button =
  177. .title = Mostra le miniature
  178. pdfjs-thumbs-button-label = Miniature
  179. pdfjs-current-outline-item-button =
  180. .title = Trova elemento struttura corrente
  181. pdfjs-current-outline-item-button-label = Elemento struttura corrente
  182. pdfjs-findbar-button =
  183. .title = Trova nel documento
  184. pdfjs-findbar-button-label = Trova
  185. pdfjs-additional-layers = Livelli aggiuntivi
  186. ## Thumbnails panel item (tooltip and alt text for images)
  187. # Variables:
  188. # $page (Number) - the page number
  189. pdfjs-thumb-page-title =
  190. .title = Pagina { $page }
  191. # Variables:
  192. # $page (Number) - the page number
  193. pdfjs-thumb-page-canvas =
  194. .aria-label = Miniatura della pagina { $page }
  195. ## Find panel button title and messages
  196. pdfjs-find-input =
  197. .title = Trova
  198. .placeholder = Trova nel documento…
  199. pdfjs-find-previous-button =
  200. .title = Trova l’occorrenza precedente del testo da cercare
  201. pdfjs-find-previous-button-label = Precedente
  202. pdfjs-find-next-button =
  203. .title = Trova l’occorrenza successiva del testo da cercare
  204. pdfjs-find-next-button-label = Successivo
  205. pdfjs-find-highlight-checkbox = Evidenzia
  206. pdfjs-find-match-case-checkbox-label = Maiuscole/minuscole
  207. pdfjs-find-match-diacritics-checkbox-label = Segni diacritici
  208. pdfjs-find-entire-word-checkbox-label = Parole intere
  209. pdfjs-find-reached-top = Raggiunto l’inizio della pagina, continua dalla fine
  210. pdfjs-find-reached-bottom = Raggiunta la fine della pagina, continua dall’inizio
  211. # Variables:
  212. # $current (Number) - the index of the currently active find result
  213. # $total (Number) - the total number of matches in the document
  214. pdfjs-find-match-count =
  215. { $total ->
  216. [one] { $current } di { $total } corrispondenza
  217. *[other] { $current } di { $total } corrispondenze
  218. }
  219. # Variables:
  220. # $limit (Number) - the maximum number of matches
  221. pdfjs-find-match-count-limit =
  222. { $limit ->
  223. [one] Più di una { $limit } corrispondenza
  224. *[other] Più di { $limit } corrispondenze
  225. }
  226. pdfjs-find-not-found = Testo non trovato
  227. ## Predefined zoom values
  228. pdfjs-page-scale-width = Larghezza pagina
  229. pdfjs-page-scale-fit = Adatta a una pagina
  230. pdfjs-page-scale-auto = Zoom automatico
  231. pdfjs-page-scale-actual = Dimensioni effettive
  232. # Variables:
  233. # $scale (Number) - percent value for page scale
  234. pdfjs-page-scale-percent = { $scale }%
  235. ## PDF page
  236. # Variables:
  237. # $page (Number) - the page number
  238. pdfjs-page-landmark =
  239. .aria-label = Pagina { $page }
  240. ## Loading indicator messages
  241. pdfjs-loading-error = Si è verificato un errore durante il caricamento del PDF.
  242. pdfjs-invalid-file-error = File PDF non valido o danneggiato.
  243. pdfjs-missing-file-error = File PDF non disponibile.
  244. pdfjs-unexpected-response-error = Risposta imprevista del server
  245. pdfjs-rendering-error = Si è verificato un errore durante il rendering della pagina.
  246. ## Annotations
  247. # Variables:
  248. # $date (Date) - the modification date of the annotation
  249. # $time (Time) - the modification time of the annotation
  250. pdfjs-annotation-date-string = { $date }, { $time }
  251. # .alt: This is used as a tooltip.
  252. # Variables:
  253. # $type (String) - an annotation type from a list defined in the PDF spec
  254. # (32000-1:2008 Table 169 – Annotation types).
  255. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  256. pdfjs-text-annotation-type =
  257. .alt = [Annotazione: { $type }]
  258. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  259. ## Password
  260. pdfjs-password-label = Inserire la password per aprire questo file PDF.
  261. pdfjs-password-invalid = Password non corretta. Riprovare.
  262. pdfjs-password-ok-button = OK
  263. pdfjs-password-cancel-button = Annulla
  264. pdfjs-web-fonts-disabled = I web font risultano disattivati: impossibile utilizzare i caratteri incorporati nel PDF.
  265. ## Editing
  266. pdfjs-editor-free-text-button =
  267. .title = Testo
  268. pdfjs-editor-free-text-button-label = Testo
  269. pdfjs-editor-ink-button =
  270. .title = Disegno
  271. pdfjs-editor-ink-button-label = Disegno
  272. pdfjs-editor-stamp-button =
  273. .title = Aggiungi o rimuovi immagine
  274. pdfjs-editor-stamp-button-label = Aggiungi o rimuovi immagine
  275. pdfjs-editor-highlight-button =
  276. .title = Evidenzia
  277. pdfjs-editor-highlight-button-label = Evidenzia
  278. pdfjs-highlight-floating-button1 =
  279. .title = Evidenzia
  280. .aria-label = Evidenzia
  281. pdfjs-highlight-floating-button-label = Evidenzia
  282. ## Remove button for the various kind of editor.
  283. pdfjs-editor-remove-ink-button =
  284. .title = Rimuovi disegno
  285. pdfjs-editor-remove-freetext-button =
  286. .title = Rimuovi testo
  287. pdfjs-editor-remove-stamp-button =
  288. .title = Rimuovi immagine
  289. pdfjs-editor-remove-highlight-button =
  290. .title = Rimuovi evidenziazione
  291. ##
  292. # Editor Parameters
  293. pdfjs-editor-free-text-color-input = Colore
  294. pdfjs-editor-free-text-size-input = Dimensione
  295. pdfjs-editor-ink-color-input = Colore
  296. pdfjs-editor-ink-thickness-input = Spessore
  297. pdfjs-editor-ink-opacity-input = Opacità
  298. pdfjs-editor-stamp-add-image-button =
  299. .title = Aggiungi immagine
  300. pdfjs-editor-stamp-add-image-button-label = Aggiungi immagine
  301. # This refers to the thickness of the line used for free highlighting (not bound to text)
  302. pdfjs-editor-free-highlight-thickness-input = Spessore
  303. pdfjs-editor-free-highlight-thickness-title =
  304. .title = Modifica lo spessore della selezione per elementi non testuali
  305. pdfjs-free-text =
  306. .aria-label = Editor di testo
  307. pdfjs-free-text-default-content = Inizia a digitare…
  308. pdfjs-ink =
  309. .aria-label = Editor disegni
  310. pdfjs-ink-canvas =
  311. .aria-label = Immagine creata dall’utente
  312. ## Alt-text dialog
  313. # Alternative text (alt text) helps when people can't see the image.
  314. pdfjs-editor-alt-text-button-label = Testo alternativo
  315. pdfjs-editor-alt-text-edit-button-label = Modifica testo alternativo
  316. pdfjs-editor-alt-text-dialog-label = Scegli un’opzione
  317. pdfjs-editor-alt-text-dialog-description = Il testo alternativo (“alt text”) aiuta quando le persone non possono vedere l’immagine o quando l’immagine non viene caricata.
  318. pdfjs-editor-alt-text-add-description-label = Aggiungi una descrizione
  319. pdfjs-editor-alt-text-add-description-description = Punta a una o due frasi che descrivono l’argomento, l’ambientazione o le azioni.
  320. pdfjs-editor-alt-text-mark-decorative-label = Contrassegna come decorativa
  321. pdfjs-editor-alt-text-mark-decorative-description = Viene utilizzato per immagini ornamentali, come bordi o filigrane.
  322. pdfjs-editor-alt-text-cancel-button = Annulla
  323. pdfjs-editor-alt-text-save-button = Salva
  324. pdfjs-editor-alt-text-decorative-tooltip = Contrassegnata come decorativa
  325. # .placeholder: This is a placeholder for the alt text input area
  326. pdfjs-editor-alt-text-textarea =
  327. .placeholder = Ad esempio, “Un giovane si siede a tavola per mangiare”
  328. ## Editor resizers
  329. ## This is used in an aria label to help to understand the role of the resizer.
  330. pdfjs-editor-resizer-label-top-left = Angolo in alto a sinistra — ridimensiona
  331. pdfjs-editor-resizer-label-top-middle = Lato superiore nel mezzo — ridimensiona
  332. pdfjs-editor-resizer-label-top-right = Angolo in alto a destra — ridimensiona
  333. pdfjs-editor-resizer-label-middle-right = Lato destro nel mezzo — ridimensiona
  334. pdfjs-editor-resizer-label-bottom-right = Angolo in basso a destra — ridimensiona
  335. pdfjs-editor-resizer-label-bottom-middle = Lato inferiore nel mezzo — ridimensiona
  336. pdfjs-editor-resizer-label-bottom-left = Angolo in basso a sinistra — ridimensiona
  337. pdfjs-editor-resizer-label-middle-left = Lato sinistro nel mezzo — ridimensiona
  338. pdfjs-editor-resizer-top-left =
  339. .aria-label = Angolo in alto a sinistra — ridimensiona
  340. pdfjs-editor-resizer-top-middle =
  341. .aria-label = Lato superiore nel mezzo — ridimensiona
  342. pdfjs-editor-resizer-top-right =
  343. .aria-label = Angolo in alto a destra — ridimensiona
  344. pdfjs-editor-resizer-middle-right =
  345. .aria-label = Lato destro nel mezzo — ridimensiona
  346. pdfjs-editor-resizer-bottom-right =
  347. .aria-label = Angolo in basso a destra — ridimensiona
  348. pdfjs-editor-resizer-bottom-middle =
  349. .aria-label = Lato inferiore nel mezzo — ridimensiona
  350. pdfjs-editor-resizer-bottom-left =
  351. .aria-label = Angolo in basso a sinistra — ridimensiona
  352. pdfjs-editor-resizer-middle-left =
  353. .aria-label = Lato sinistro nel mezzo — ridimensiona
  354. ## Color picker
  355. # This means "Color used to highlight text"
  356. pdfjs-editor-highlight-colorpicker-label = Colore evidenziatore
  357. pdfjs-editor-colorpicker-button =
  358. .title = Cambia colore
  359. pdfjs-editor-colorpicker-dropdown =
  360. .aria-label = Colori disponibili
  361. pdfjs-editor-colorpicker-yellow =
  362. .title = Giallo
  363. pdfjs-editor-colorpicker-green =
  364. .title = Verde
  365. pdfjs-editor-colorpicker-blue =
  366. .title = Blu
  367. pdfjs-editor-colorpicker-pink =
  368. .title = Rosa
  369. pdfjs-editor-colorpicker-red =
  370. .title = Rosso
  371. ## Show all highlights
  372. ## This is a toggle button to show/hide all the highlights.
  373. pdfjs-editor-highlight-show-all-button-label = Mostra tutto
  374. pdfjs-editor-highlight-show-all-button =
  375. .title = Mostra tutto
  376. ## New alt-text dialog
  377. ## 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.
  378. # Modal header positioned above a text box where users can edit the alt text.
  379. pdfjs-editor-new-alt-text-dialog-edit-label = Modifica testo alternativo (descrizione dell’immagine)
  380. # Modal header positioned above a text box where users can add the alt text.
  381. pdfjs-editor-new-alt-text-dialog-add-label = Aggiungi testo alternativo (descrizione dell’immagine)
  382. pdfjs-editor-new-alt-text-textarea =
  383. .placeholder = Scrivi qui la tua descrizione…
  384. # This text refers to the alt text box above this description. It offers a definition of alt text.
  385. pdfjs-editor-new-alt-text-description = Breve descrizione per le persone che non possono vedere l’immagine, o mostrata quando l’immagine non si carica.
  386. # 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.
  387. pdfjs-editor-new-alt-text-disclaimer1 = Questo testo alternativo è stato creato automaticamente e potrebbe non essere accurato.
  388. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Ulteriori informazioni
  389. pdfjs-editor-new-alt-text-create-automatically-button-label = Crea automaticamente testo alternativo
  390. pdfjs-editor-new-alt-text-not-now-button = Non adesso
  391. pdfjs-editor-new-alt-text-error-title = Impossibile creare automaticamente il testo alternativo
  392. pdfjs-editor-new-alt-text-error-description = Scrivi il testo alternativo o riprova più tardi.
  393. pdfjs-editor-new-alt-text-error-close-button = Chiudi
  394. # Variables:
  395. # $totalSize (Number) - the total size (in MB) of the AI model.
  396. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  397. # $percent (Number) - the percentage of the downloaded size.
  398. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Download in corso del modello IA per il testo alternativo ({ $downloadedSize } di { $totalSize } MB)
  399. .aria-valuetext = Download in corso del modello IA per il testo alternativo ({ $downloadedSize } di { $totalSize } MB)
  400. # This is a button that users can click to edit the alt text they have already added.
  401. pdfjs-editor-new-alt-text-added-button-label = Aggiunto testo alternativo
  402. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  403. pdfjs-editor-new-alt-text-missing-button-label = Testo alternativo mancante
  404. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  405. pdfjs-editor-new-alt-text-to-review-button-label = Verifica testo alternativo
  406. # "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.
  407. # Variables:
  408. # $generatedAltText (String) - the generated alt-text.
  409. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Creato automaticamente: { $generatedAltText }
  410. ## Image alt-text settings
  411. pdfjs-image-alt-text-settings-button =
  412. .title = Impostazioni testo alternativo per le immagini
  413. pdfjs-image-alt-text-settings-button-label = Impostazioni testo alternativo per le immagini
  414. pdfjs-editor-alt-text-settings-dialog-label = Impostazioni testo alternativo per le immagini
  415. pdfjs-editor-alt-text-settings-automatic-title = Testo alternativo automatico
  416. pdfjs-editor-alt-text-settings-create-model-button-label = Crea testo alternativo automaticamente
  417. pdfjs-editor-alt-text-settings-create-model-description = Suggerisce una descrizione per le persone che non possono vedere l’immagine, o mostrata quando l’immagine non si carica.
  418. # Variables:
  419. # $totalSize (Number) - the total size (in MB) of the AI model.
  420. pdfjs-editor-alt-text-settings-download-model-label = Modello IA per il testo alternativo ({ $totalSize } MB)
  421. pdfjs-editor-alt-text-settings-ai-model-description = Viene eseguito localmente sul tuo dispositivo in modo che i tuoi dati rimangano riservati. È richiesto per la generazione automatica del testo alternativo.
  422. pdfjs-editor-alt-text-settings-delete-model-button = Elimina
  423. pdfjs-editor-alt-text-settings-download-model-button = Scarica
  424. pdfjs-editor-alt-text-settings-downloading-model-button = Download…
  425. pdfjs-editor-alt-text-settings-editor-title = Modifica testo alternativo
  426. pdfjs-editor-alt-text-settings-show-dialog-button-label = Mostra l’editor del testo alternativo non appena si aggiunge un’immagine
  427. pdfjs-editor-alt-text-settings-show-dialog-description = Ti aiuta ad assicurarti che tutte le tue immagini abbiano il testo alternativo.
  428. pdfjs-editor-alt-text-settings-close-button = Chiudi