Update lang.it.js
parent
97f27fa706
commit
97f0ff959b
|
@ -79,7 +79,7 @@ svgEditor.readLang({
|
||||||
"fit_to_sel": "Adatta alla selezione",
|
"fit_to_sel": "Adatta alla selezione",
|
||||||
"align_relative_to": "Allineati a ...",
|
"align_relative_to": "Allineati a ...",
|
||||||
"relativeTo": "Rispetto a:",
|
"relativeTo": "Rispetto a:",
|
||||||
"Pagina": "Pagina",
|
"page": "Pagina",
|
||||||
"largest_object": "Oggetto più grande",
|
"largest_object": "Oggetto più grande",
|
||||||
"selected_objects": "Oggetti selezionati",
|
"selected_objects": "Oggetti selezionati",
|
||||||
"smallest_object": "Oggetto più piccolo",
|
"smallest_object": "Oggetto più piccolo",
|
||||||
|
@ -139,7 +139,7 @@ svgEditor.readLang({
|
||||||
"copy": "Copy",
|
"copy": "Copy",
|
||||||
"paste": "Paste",
|
"paste": "Paste",
|
||||||
"paste_in_place": "Paste in Place",
|
"paste_in_place": "Paste in Place",
|
||||||
"Canc": "Delete",
|
"delete": "Delete",
|
||||||
"group": "Group",
|
"group": "Group",
|
||||||
"move_front": "Bring to Front",
|
"move_front": "Bring to Front",
|
||||||
"move_up": "Bring Forward",
|
"move_up": "Bring Forward",
|
||||||
|
@ -247,4 +247,4 @@ svgEditor.readLang({
|
||||||
rememberLabel: "Remember this choice?",
|
rememberLabel: "Remember this choice?",
|
||||||
rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again."
|
rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again."
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue