From 46f7b7096450939fe03c95aa81ce06ae4bfca89d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 28 Mar 2016 06:51:43 -0400 Subject: [PATCH] Enable reply/reply-all/forward buttons also in preview frame of message/rfc822 --- program/js/tinymce/langs/it.js | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 45 insertions(+), 2 deletions(-) diff --git a/program/js/tinymce/langs/it.js b/program/js/tinymce/langs/it.js index 29377ba..c6e7077 100644 --- a/program/js/tinymce/langs/it.js +++ b/program/js/tinymce/langs/it.js @@ -1,8 +1,11 @@ tinymce.addI18n('it',{ "Cut": "Taglia", +"Heading 5": "Intestazione 5", "Header 2": "Header 2", "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Il tuo browser non supporta l'accesso diretto negli Appunti. Per favore usa i tasti di scelta rapida Ctrl+X\/C\/V.", +"Heading 4": "Intestazione 4", "Div": "Div", +"Heading 2": "Intestazione 2", "Paste": "Incolla", "Close": "Chiudi", "Font Family": "Famiglia font", @@ -11,6 +14,8 @@ "New document": "Nuovo Documento", "Blockquote": "Blockquote", "Numbered list": "Elenchi Numerati", +"Heading 1": "Intestazione 1", +"Headings": "Intestazioni", "Increase indent": "Aumenta Rientro", "Formats": "Formattazioni", "Headers": "Intestazioni", @@ -34,6 +39,8 @@ "Italic": "Corsivo", "Align center": "Allinea al Cento", "Header 5": "Intestazione 5", +"Heading 6": "Intestazione 6", +"Heading 3": "Intestazione 3", "Decrease indent": "Riduci Rientro", "Header 4": "Intestazione 4", "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Incolla \u00e8 in modalit\u00e0 testo normale. I contenuti sono incollati come testo normale se non disattivi l'opzione.", @@ -59,6 +66,10 @@ "Restore last draft": "Ripristina l'ultima bozza.", "Special character": "Carattere Speciale", "Source code": "Codice Sorgente", +"B": "B", +"R": "R", +"G": "G", +"Color": "Colore", "Right to left": "Da Destra a Sinistra", "Left to right": "Da Sinistra a Destra", "Emoticons": "Emoction", @@ -83,6 +94,25 @@ "Style": "Stile", "Dimensions": "Dimenzioni", "Insert image": "Inserisci immagine", +"Zoom in": "Ingrandisci", +"Contrast": "Contrasto", +"Back": "Indietro", +"Gamma": "Gamma", +"Flip horizontally": "Rifletti orizzontalmente", +"Resize": "Ridimensiona", +"Sharpen": "Contrasta", +"Zoom out": "Rimpicciolisci", +"Image options": "Opzioni immagine", +"Apply": "Applica", +"Brightness": "Luminosit\u00e0", +"Rotate clockwise": "Ruota in senso orario", +"Rotate counterclockwise": "Ruota in senso antiorario", +"Edit image": "Modifica immagine", +"Color levels": "Livelli colore", +"Crop": "Taglia", +"Orientation": "Orientamento", +"Flip vertically": "Rifletti verticalmente", +"Invert": "Inverti", "Insert date\/time": "Inserisci Data\/Ora", "Remove link": "Rimuovi link", "Url": "Url", @@ -91,7 +121,9 @@ "Insert link": "Inserisci il Link", "New window": "Nuova Finestra", "None": "No", +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "L'URL inserito sembra essere un collegamento esterno. Vuoi aggiungere il prefisso necessario http:\/\/?", "Target": "Target", +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL inserito sembra essere un indirizzo email. Vuoi aggiungere il prefisso necessario mailto:?", "Insert\/edit link": "Inserisci\/Modifica Link", "Insert\/edit video": "Inserisci\/Modifica Video", "Poster": "Anteprima", @@ -100,6 +132,7 @@ "Insert video": "Inserisci Video", "Embed": "Incorporare", "Nonbreaking space": "Spazio unificatore", +"Page break": "Interruzione di pagina", "Paste as text": "incolla come testo", "Preview": "Anteprima", "Print": "Stampa", @@ -118,11 +151,13 @@ "Finish": "Termina", "Ignore all": "Ignora Tutto", "Ignore": "Ignora", +"Add to Dictionary": "Aggiungi al Dizionario", "Insert row before": "Inserisci una Riga Prima", "Rows": "Righe", "Height": "Altezza", "Paste row after": "Incolla una Riga Dopo", "Alignment": "Allineamento", +"Border color": "Colore bordo", "Column group": "Gruppo di Colonne", "Row": "Riga", "Insert column before": "Inserisci una Colonna Prima", @@ -138,15 +173,20 @@ "Paste row before": "Incolla una Riga Prima", "Scope": "Campo", "Delete table": "Cancella Tabella", +"H Align": "Allineamento H", +"Top": "In alto", "Header cell": "cella d'intestazione", "Column": "Colonna", +"Row group": "Gruppo di Righe", "Cell": "Cella", -"Header": "Header", +"Middle": "In mezzo", "Cell type": "Tipo di Cella", "Copy row": "Copia Riga", "Row properties": "Propriet\u00e0 della Riga", "Table properties": "Propiet\u00e0 della Tabella", -"Row group": "Gruppo di Righe", +"Bottom": "In fondo", +"V Align": "Allineamento V", +"Header": "Header", "Right": "Destra", "Insert column after": "Inserisci una Colonna Dopo", "Cols": "Colonne", @@ -161,6 +201,9 @@ "Insert template": "Inserisci Template", "Templates": "Template", "Background color": "Colore Background", +"Custom...": "Personalizzato...", +"Custom color": "Colore personalizzato", +"No color": "Nessun colore", "Text color": "Colore Testo", "Show blocks": "Mostra Blocchi", "Show invisible characters": "Mostra Caratteri Invisibili", -- Gitblit v1.9.1