Changeset 2057

Show
Ignore:
Timestamp:
2008-06-12 11:45:54 (21 months ago)
Author:
w.olchawa
Message:

Added missing entries in Italian language file.

Location:
FCKeditor/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/lang/it.js

    r1565 r2057  
    4646RemoveLink                      : "Elimina collegamento", 
    4747Anchor                          : "Inserisci/Modifica Ancora", 
    48 AnchorDelete            : "Remove Anchor",      //MISSING 
     48AnchorDelete            : "Rimuovi Ancora", 
    4949InsertImageLbl          : "Immagine", 
    5050InsertImage                     : "Inserisci/Modifica immagine", 
     
    106106 
    107107FitWindow               : "Massimizza l'area dell'editor", 
    108 ShowBlocks              : "Show Blocks",        //MISSING 
     108ShowBlocks              : "Visualizza Blocchi", 
    109109 
    110110// Context Menu 
     
    113113RowCM                           : "Riga", 
    114114ColumnCM                        : "Colonna", 
    115 InsertRowAfter          : "Insert Row After",   //MISSING 
    116 InsertRowBefore         : "Insert Row Before",  //MISSING 
     115InsertRowAfter          : "Inserisci Riga Dopo", 
     116InsertRowBefore         : "Inserisci Riga Prima", 
    117117DeleteRows                      : "Elimina righe", 
    118 InsertColumnAfter       : "Insert Column After",        //MISSING 
    119 InsertColumnBefore      : "Insert Column Before",       //MISSING 
     118InsertColumnAfter       : "Inserisci Colonna Dopo", 
     119InsertColumnBefore      : "Inserisci Colonna Prima", 
    120120DeleteColumns           : "Elimina colonne", 
    121 InsertCellAfter         : "Insert Cell After",  //MISSING 
    122 InsertCellBefore        : "Insert Cell Before", //MISSING 
     121InsertCellAfter         : "Inserisci Cella Dopo", 
     122InsertCellBefore        : "Inserisci Cella Prima", 
    123123DeleteCells                     : "Elimina celle", 
    124124MergeCells                      : "Unisce celle", 
    125 MergeRight                      : "Merge Right",        //MISSING 
    126 MergeDown                       : "Merge Down", //MISSING 
    127 HorizontalSplitCell     : "Split Cell Horizontally",    //MISSING 
    128 VerticalSplitCell       : "Split Cell Vertically",      //MISSING 
     125MergeRight                      : "Unisci a Destra", 
     126MergeDown                       : "Unisci in Basso", 
     127HorizontalSplitCell     : "Dividi Cella Orizzontalmente", 
     128VerticalSplitCell       : "Dividi Cella Verticalmente", 
    129129TableDelete                     : "Cancella Tabella", 
    130130CellProperties          : "Proprietà cella", 
     
    333333 
    334334// Find and Replace Dialog 
    335 DlgFindAndReplaceTitle  : "Find and Replace",   //MISSING 
     335DlgFindAndReplaceTitle  : "Cerca e Sostituisci", 
    336336 
    337337// Find Dialog 
     
    357357 
    358358DlgPasteMsg2    : "Incolla il testo all'interno dell'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl+V</STRONG>) e premi <STRONG>OK</STRONG>.", 
    359 DlgPasteSec             : "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.",       //MISSING 
     359DlgPasteSec             : "A causa delle impostazioni di sicurezza del browser,l'editor non è in grado di accedere direttamente agli appunti. E' pertanto necessario incollarli di nuovo in questa finestra.", 
    360360DlgPasteIgnoreFont              : "Ignora le definizioni di Font", 
    361361DlgPasteRemoveStyles    : "Rimuovi le definizioni di Stile", 
  • FCKeditor/trunk/editor/lang/_translationstatus.txt

    r2003 r2057  
    5050hr.js      Found: 411   Missing: 0 
    5151hu.js      Found: 411   Missing: 0 
    52 it.js      Found: 396   Missing: 15 
     52it.js      Found: 410   Missing: 1 
    5353ja.js      Found: 411   Missing: 0 
    5454km.js      Found: 370   Missing: 41 
  • FCKeditor/trunk/_whatsnew.html

    r2056 r2057  
    245245                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/662">#662</a>] In the 
    246246                        Perl sample files, the GetServerPath function will now calculate the path properly.</li> 
     247                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2208">#2208</a>] Added missing 
     248                        translations in Italian language file.</li> 
    247249        </ul> 
    248250        <h3>