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.
53 lines
1.3 KiB
53 lines
1.3 KiB
3 years ago
|
/**
|
||
|
* Italian translation for bootstrap-wysihtml5
|
||
|
*/
|
||
|
(function($){
|
||
|
$.fn.wysihtml5.locale["it-IT"] = {
|
||
|
font_styles: {
|
||
|
normal: "Testo normale",
|
||
|
h1: "Titolo 1",
|
||
|
h2: "Titolo 2",
|
||
|
h3: "Titolo 3",
|
||
|
h4: "Titolo 4",
|
||
|
h5: "Titolo 5",
|
||
|
h6: "Titolo 6"
|
||
|
},
|
||
|
emphasis: {
|
||
|
bold: "Grassetto",
|
||
|
italic: "Corsivo",
|
||
|
underline: "Sottolineato"
|
||
|
},
|
||
|
lists: {
|
||
|
unordered: "Lista non ordinata",
|
||
|
ordered: "Lista ordinata",
|
||
|
outdent: "Elimina rientro",
|
||
|
indent: "Aggiungi rientro"
|
||
|
},
|
||
|
link: {
|
||
|
insert: "Inserisci link",
|
||
|
cancel: "Annulla"
|
||
|
},
|
||
|
image: {
|
||
|
insert: "Inserisci immagine",
|
||
|
cancel: "Annulla",
|
||
|
target: "Apri il link in una nuova finestra"
|
||
|
},
|
||
|
html: {
|
||
|
edit: "Modifica HTML"
|
||
|
},
|
||
|
colours: {
|
||
|
black: "Nero",
|
||
|
silver: "Argento",
|
||
|
gray: "Grigio",
|
||
|
maroon: "Marrone",
|
||
|
red: "Rosso",
|
||
|
purple: "Viola",
|
||
|
green: "Verde",
|
||
|
olive: "Oliva",
|
||
|
navy: "Blu Marino",
|
||
|
blue: "Blu",
|
||
|
orange: "Arancio"
|
||
|
}
|
||
|
};
|
||
|
}(jQuery));
|