Ticket #2428: 2428.patch

File 2428.patch, 4.6 KB (added by martinkou, 20 months ago)
  • _whatsnew.html

     
    6868                        language file has been updated.</li> 
    6969                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2426">#2426</a>] Fixed the issue 
    7070                        where it has become impossible to switch between editor areas with a single click.</li> 
     71                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2428">#2428</a>] French  
     72                        language file has been updated.</li> 
    7173        </ul> 
    7274        <h3> 
    7375                Version 2.6.3 Beta</h3> 
  • editor/lang/_translationstatus.txt

     
    4242fi.js      Found: 411   Missing: 9 
    4343fo.js      Found: 420   Missing: 0 
    4444fr-ca.js   Found: 411   Missing: 9 
    45 fr.js      Found: 411   Missing: 9 
     45fr.js      Found: 420   Missing: 0 
    4646gl.js      Found: 381   Missing: 39 
    4747gu.js      Found: 411   Missing: 9 
    4848he.js      Found: 411   Missing: 9 
  • editor/lang/fr.js

     
    1 /* 
    2  * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
    3  * Copyright (C) 2003-2008 Frederico Caldeira Knabben 
    4  * 
    5  * == BEGIN LICENSE == 
    6  * 
    7  * Licensed under the terms of any of the following licenses at your 
    8  * choice: 
    9  * 
    10  *  - GNU General Public License Version 2 or later (the "GPL") 
    11  *    http://www.gnu.org/licenses/gpl.html 
    12  * 
    13  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
    14  *    http://www.gnu.org/licenses/lgpl.html 
    15  * 
    16  *  - Mozilla Public License Version 1.1 or later (the "MPL") 
    17  *    http://www.mozilla.org/MPL/MPL-1.1.html 
    18  * 
    19  * == END LICENSE == 
    20  * 
    21  * French language file. 
     1/* 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2008 Frederico Caldeira Knabben 
     4 * 
     5 * == BEGIN LICENSE == 
     6 * 
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 * 
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 * 
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 * 
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 * 
     19 * == END LICENSE == 
     20 * 
     21 * French language file. 
    2222 */ 
    2323 
    2424var FCKLang = 
     
    4444InsertLinkLbl           : "Lien", 
    4545InsertLink                      : "Insérer/modifier le lien", 
    4646RemoveLink                      : "Supprimer le lien", 
    47 VisitLink                       : "Open Link",  //MISSING 
     47VisitLink                       : "Suivre le lien", 
    4848Anchor                          : "Insérer/modifier l'ancre", 
    4949AnchorDelete            : "Supprimer l'ancre", 
    5050InsertImageLbl          : "Image", 
     
    7373DecreaseIndent          : "Diminuer le retrait", 
    7474IncreaseIndent          : "Augmenter le retrait", 
    7575Blockquote                      : "Citation", 
    76 CreateDiv                       : "Create Div Container",       //MISSING 
    77 EditDiv                         : "Edit Div Container", //MISSING 
    78 DeleteDiv                       : "Remove Div Container",       //MISSING 
     76CreateDiv                       : "Créer Balise Div", 
     77EditDiv                         : "Modifier Balise Div", 
     78DeleteDiv                       : "Supprimer Balise Div", 
    7979Undo                            : "Annuler", 
    8080Redo                            : "Refaire", 
    8181NumberedListLbl         : "Liste numérotée", 
     
    161161NoActiveX                       : "Les paramètres de sécurité de votre navigateur peuvent limiter quelques fonctionnalités de l'éditeur. Veuillez activer l'option \"Exécuter les contrôles ActiveX et les plug-ins\". Il se peut que vous rencontriez des erreurs et remarquiez quelques limitations.", 
    162162BrowseServerBlocked : "Le navigateur n'a pas pu être ouvert. Assurez-vous que les bloqueurs de popups soient désactivés.", 
    163163DialogBlocked           : "La fenêtre de dialogue n'a pas pu s'ouvrir. Assurez-vous que les bloqueurs de popups soient désactivés.", 
    164 VisitLinkBlocked        : "It was not possible to open a new window. Make sure all popup blockers are disabled.",       //MISSING 
     164VisitLinkBlocked        : "Impossible d'ouvrir une nouvelle fenêtre. Assurez-vous que les bloqueurs de popups soient désactivés.", 
    165165 
    166166// Dialogs 
    167167DlgBtnOK                        : "OK", 
     
    519519DlgAboutInfo            : "Pour plus d'informations, aller à", 
    520520 
    521521// Div Dialog 
    522 DlgDivGeneralTab        : "General",    //MISSING 
    523 DlgDivAdvancedTab       : "Advanced",   //MISSING 
    524 DlgDivStyle             : "Style",      //MISSING 
    525 DlgDivInlineStyle       : "Inline Style"        //MISSING 
     522DlgDivGeneralTab        : "Général", 
     523DlgDivAdvancedTab       : "Avancé", 
     524DlgDivStyle             : "Style", 
     525DlgDivInlineStyle       : "Attribut Style" 
    526526};