JavaScript UI component library, includes the latest Fancybox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
833 B

import { it as PANZOOM_IT } from "../Panzoom/it";
export const it = {
...PANZOOM_IT,
CLOSE: "Chiudi",
NEXT: "Successivo",
PREV: "Precedente",
MODAL: "Puoi chiudere questo contenuto modale con il tasto ESC",
ERROR: "Qualcosa è andato storto, riprova più tardi",
IMAGE_ERROR: "Immagine non trovata",
ELEMENT_NOT_FOUND: "Elemento HTML non trovato",
AJAX_NOT_FOUND: "Errore durante il caricamento di AJAX: Non trovato",
AJAX_FORBIDDEN: "Errore durante il caricamento di AJAX: Vietato",
IFRAME_ERROR: "Errore durante il caricamento della pagina",
TOGGLE_ZOOM: "Attiva/disattiva livello di zoom",
TOGGLE_THUMBS: "Attiva/disattiva miniature",
TOGGLE_SLIDESHOW: "Attiva/disattiva presentazione",
TOGGLE_FULLSCREEN: "Attiva/disattiva modalità a schermo intero",
DOWNLOAD: "Scarica",
};