Changeset 56 for trunk/lang/it.js

Show
Ignore:
Timestamp:
04/04/05 02:05:15 (7 years ago)
Author:
niko
Message:

l10n: fr (#88), nl (#55), it (#79), de (#97)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lang/it.js

    r20 r56  
    22 
    33// LANG: "it", ENCODING: UTF-8 | ISO-8859-1 
    4 // Author: Fabio Rotondo <fabio@rotondo.it> 
    5 // Update for 3.0 rc1: Giovanni Premuda <gpremuda@softwerk.it> 
     4// Author: Mattia Landoni, http://www.webpresident.org/ 
    65 
    76HTMLArea.I18N = { 
     
    1817                subscript:      "Pedice", 
    1918                superscript:    "Apice", 
    20                 justifyleft:    "Allinea a sinistra", 
    21                 justifycenter:  "Allinea in centro", 
    22                 justifyright:   "Allinea a destra", 
    23                 justifyfull:    "Giustifica", 
    24                 insertorderedlist:    "Lista ordinata", 
    25                 insertunorderedlist:  "Lista puntata", 
    26                 outdent:        "Decrementa indentazione", 
    27                 indent:         "Incrementa indentazione", 
    28                 forecolor:      "Colore del carattere", 
    29                 hilitecolor:    "Colore di sfondo", 
    30                 inserthorizontalrule: "Linea orizzontale", 
    31                 createlink:     "Inserisci un link", 
    32                 insertimage:    "Inserisci un'immagine", 
    33                 inserttable:    "Inserisci una tabella", 
    34                 htmlmode:       "Visualizzazione HTML", 
    35                 popupeditor:    "Editor a pieno schermo", 
    36                 about:          "Info sull'editor", 
    37                 showhelp:       "Aiuto sull'editor", 
     19                justifyleft:    "Sinistra", 
     20                justifycenter:  "Centrato", 
     21                justifyright:   "Destra", 
     22                justifyfull:    "Giustificato", 
     23                orderedlist:    "Lista numerata", 
     24                unorderedlist:  "Lista non numerata", 
     25                outdent:        "Diminuisci indentazione", 
     26                indent:         "Aumenta indentazione", 
     27                forecolor:      "Colore font", 
     28                hilitecolor:    "Colore sfondo", 
     29                horizontalrule: "Righello orizzontale", 
     30                createlink:     "Inserisci link", 
     31                insertimage:    "Inserisci/modifica Immagine", 
     32                inserttable:    "Inserisci tabella", 
     33                htmlmode:       "Visualizza/nascondi sorgente HTML", 
     34                popupeditor:    "Allarga editor", 
     35                about:          "Informazioni su HTMLArea", 
     36                showhelp:       "Aiuto", 
    3837                textindicator:  "Stile corrente", 
    39                 undo:           "Annulla", 
    40                 redo:           "Ripristina", 
     38                undo:           "Annulla ultima azione", 
     39                redo:           "Ripeti ultima azione", 
    4140                cut:            "Taglia", 
    4241                copy:           "Copia", 
    4342                paste:          "Incolla", 
    44                 lefttoright:    "Scrivi da sinistra a destra", 
    45                 righttoleft:    "Scrivi da destra a sinistra" 
     43                lefttoright:    "Testo da sx a dx", 
     44                righttoleft:    "Testo da dx a sx" 
    4645        }, 
    4746 
     
    5352        msg: { 
    5453                "Path":         "Percorso", 
    55                 "TEXT_MODE":    "Sei in MODALITA' TESTO. Usa il bottone [<>] per tornare alla modalità WYSIWYG.", 
     54                "TEXT_MODE":    "Sei in MODALITA' TESTO.  Usa il bottone [<>] per tornare alla modalita' grafica.", 
     55 
    5656                "IE-sucks-full-screen" : 
    5757                // translate here 
    58                 "The full screen mode is known to cause problems with Internet Explorer, " + 
    59                 "due to browser bugs that we weren't able to workaround.  You might experience garbage " + 
    60                 "display, lack of editor functions and/or random browser crashes.  If your system is Windows 9x " + 
    61                 "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" + 
    62                 "You have been warned.  Please press OK if you still want to try the full screen editor." 
     58                "E' risaputo che la modalita' a schermo intero causi problemi con Internet Explorer, a causa di " + 
     59                "bachi nel browser che non siamo riusciti ad aggirare.  Potresti sperimentare visualizzazione " + 
     60                "malata, disfunzioni dell'editor e/o collasso totale del browser.  Se il tuo sistema e' Windows 9x " + 
     61                "molto probabilmente accadra' un 'Errore di Protezione Generale' e dovrai riavviare.\n\n" + 
     62                "Sei stato avvisato.  Premi OK per vedere l'editor a tutto schermo a tuo rischio e pericolo." 
    6363        }, 
    6464 
    6565        dialogs: { 
    66                 "Annulla"                                            : "Cancel", 
    67                 "Inserisci/modifica Link"                                : "Insert/Modify Link", 
    68                 "Nuova finestra (_blank)"                               : "New window (_blank)", 
    69                 "Nessuno (usa predefinito)"                               : "None (use implicit)", 
     66                "Cancel"                                            : "Annulla", 
     67                "Insert/Modify Link"                                : "Inserisci/modifica link", 
     68                "New window (_blank)"                               : "Nuova finestra (_blank)", 
     69                "None (use implicit)"                               : "Niente (usa implicito)", 
    7070                "OK"                                                : "OK", 
    71                 "Altro"                                             : "Other", 
    72                 "Stessa finestra (_self)"                                : "Same frame (_self)", 
     71                "Other"                                             : "Altro", 
     72                "Same frame (_self)"                                : "Stessa frame (_self)", 
    7373                "Target:"                                           : "Target:", 
    74                 "Title (suggerimento):"                                  : "Title (tooltip):", 
    75                 "Frame principale (_top)"                                  : "Top frame (_top)", 
     74                "Title (tooltip):"                                  : "Title (suggerimento):", 
     75                "Top frame (_top)"                                  : "Pagina intera (_top)", 
    7676                "URL:"                                              : "URL:", 
    77                 "You must enter the URL where this link points to"  : "Devi inserire un indirizzo per questo link" 
     77                "You must enter the URL where this link points to"  : "Devi inserire l'indirizzo a cui punta il link" 
    7878        } 
    7979};