Ticket #2208: 2208.patch

File 2208.patch, 4.1 KB (added by w.olchawa, 22 months ago)
  • _whatsnew.html

     
    9595                        pressing backspace may merge a hyperlink on the previous line with the text on the current line.</li>  
    9696                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1691">#1691</a>] Creation of links in Safari 
    9797                        failed if there was no selection.</li> 
     98                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2208">#2208</a>] Added the missing translations 
     99                        to Italian language file..</li> 
    98100        </ul> 
    99101        <h3> 
    100102                Version 2.6</h3> 
  • editor/lang/_translationstatus.txt

     
    4949hi.js      Found: 411   Missing: 0 
    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 
    5555ko.js      Found: 390   Missing: 21 
  • editor/lang/it.js

     
    4545InsertLink                      : "Inserisci/Modifica collegamento", 
    4646RemoveLink                      : "Elimina collegamento", 
    4747Anchor                          : "Inserisci/Modifica Ancora", 
    48 AnchorDelete            : "Remove Anchor",      //MISSING 
     48AnchorDelete            : "Rimuovi Ancora", 
    4949InsertImageLbl          : "Immagine", 
    5050InsertImage                     : "Inserisci/Modifica immagine", 
    5151InsertFlashLbl          : "Oggetto Flash", 
     
    105105ImageButton             : "Bottone immagine", 
    106106 
    107107FitWindow               : "Massimizza l'area dell'editor", 
    108 ShowBlocks              : "Show Blocks",        //MISSING 
     108ShowBlocks              : "Visualizza Blocchi", 
    109109 
    110110// Context Menu 
    111111EditLink                        : "Modifica collegamento", 
    112112CellCM                          : "Cella", 
    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", 
    131131TableProperties         : "Proprietà tabella", 
     
    332332DlgCellBtnSelect        : "Scegli...", 
    333333 
    334334// Find and Replace Dialog 
    335 DlgFindAndReplaceTitle  : "Find and Replace",   //MISSING 
     335DlgFindAndReplaceTitle  : "Cerca e Sostituisci", 
    336336 
    337337// Find Dialog 
    338338DlgFindTitle            : "Trova", 
     
    356356PasteFromWord   : "Incolla da Word", 
    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", 
    362362