diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dijit/_editor/nls/it | |
Diffstat (limited to 'js/dojo-1.7.2/dijit/_editor/nls/it')
| -rw-r--r-- | js/dojo-1.7.2/dijit/_editor/nls/it/FontChoice.js | 32 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/_editor/nls/it/LinkDialog.js | 18 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/_editor/nls/it/commands.js | 53 |
3 files changed, 103 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/_editor/nls/it/FontChoice.js b/js/dojo-1.7.2/dijit/_editor/nls/it/FontChoice.js new file mode 100644 index 0000000..b73dced --- /dev/null +++ b/js/dojo-1.7.2/dijit/_editor/nls/it/FontChoice.js @@ -0,0 +1,32 @@ +//>>built +define( +"dijit/_editor/nls/it/FontChoice", //begin v1.x content +({ + fontSize: "Dimensione", + fontName: "Carattere", + formatBlock: "Formato", + + serif: "serif", + "sans-serif": "sans-serif", + monospace: "spaziatura fissa", + cursive: "corsivo", + fantasy: "fantasy", + + noFormat: "Nessuna", + p: "Paragrafo", + h1: "Intestazione", + h2: "Sottointestazione", + h3: "Sottointestazione secondaria", + pre: "Preformattato", + + 1: "xx-small", + 2: "x-small", + 3: "small", + 4: "medium", + 5: "large", + 6: "x-large", + 7: "xx-large" +}) + +//end v1.x content +); diff --git a/js/dojo-1.7.2/dijit/_editor/nls/it/LinkDialog.js b/js/dojo-1.7.2/dijit/_editor/nls/it/LinkDialog.js new file mode 100644 index 0000000..a2ddf0b --- /dev/null +++ b/js/dojo-1.7.2/dijit/_editor/nls/it/LinkDialog.js @@ -0,0 +1,18 @@ +//>>built +define( +"dijit/_editor/nls/it/LinkDialog", //begin v1.x content +({ + createLinkTitle: "Proprietà collegamento", + insertImageTitle: "Proprietà immagine", + url: "URL:", + text: "Descrizione:", + target: "Destinazione:", + set: "Imposta", + currentWindow: "Finestra corrente", + parentWindow: "Finestra parent", + topWindow: "Finestra in primo piano", + newWindow: "Nuova finestra" +}) + +//end v1.x content +); diff --git a/js/dojo-1.7.2/dijit/_editor/nls/it/commands.js b/js/dojo-1.7.2/dijit/_editor/nls/it/commands.js new file mode 100644 index 0000000..2050c30 --- /dev/null +++ b/js/dojo-1.7.2/dijit/_editor/nls/it/commands.js @@ -0,0 +1,53 @@ +//>>built +define( +"dijit/_editor/nls/it/commands", //begin v1.x content +({ + 'bold': 'Grassetto', + 'copy': 'Copia', + 'cut': 'Taglia', + 'delete': 'Elimina', + 'indent': 'Rientra', + 'insertHorizontalRule': 'Righello orizzontale', + 'insertOrderedList': 'Elenco numerato', + 'insertUnorderedList': 'Elenco puntato', + 'italic': 'Corsivo', + 'justifyCenter': 'Allinea al centro', + 'justifyFull': 'Giustifica', + 'justifyLeft': 'Allinea a sinistra', + 'justifyRight': 'Allinea a destra', + 'outdent': 'Rimuovi rientro', + 'paste': 'Incolla', + 'redo': 'Ripristina', + 'removeFormat': 'Rimuovi formato', + 'selectAll': 'Seleziona tutto', + 'strikethrough': 'Barrato', + 'subscript': 'Pedice', + 'superscript': 'Apice', + 'underline': 'Sottolineato', + 'undo': 'Annulla', + 'unlink': 'Rimuovi collegamento', + 'createLink': 'Crea collegamento', + 'toggleDir': 'Inverti direzione', + 'insertImage': 'Inserisci immagine', + 'insertTable': 'Inserisci/Modifica tabella', + 'toggleTableBorder': 'Mostra/Nascondi margine tabella', + 'deleteTable': 'Elimina tabella', + 'tableProp': 'Proprietà tabella', + 'htmlToggle': 'Origine HTML', + 'foreColor': 'Colore primo piano', + 'hiliteColor': 'Colore sfondo', + 'plainFormatBlock': 'Stile paragrafo', + 'formatBlock': 'Stile paragrafo', + 'fontSize': 'Dimensione carattere', + 'fontName': 'Nome carattere', + 'tabIndent': 'Rientranza tabulazione', + "fullScreen": "Attiva/Disattiva schermo intero", + "viewSource": "Visualizza origine HTML", + "print": "Stampa", + "newPage": "Nuova pagina", + /* Error messages */ + 'systemShortcut': 'Azione "${0}" disponibile sul proprio browser solo mediante i tasti di scelta rapida della tastiera. Utilizzare ${1}.' +}) + +//end v1.x content +); |
