Ticket #118: fr.11.js

File fr.11.js, 2.0 kB (added by mokhet, 7 years ago)

xinha/plugins/SpellChecker/lang/fr.js

Line 
1// I18N constants
2
3// LANG: "fr", ENCODING: UTF-8
4// Author: Laurent Vilday, mokhet@mokhet.com
5
6// FOR TRANSLATORS:
7//
8//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
9//      (at least a valid email address)
10//
11//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
12//      (if this is not possible, please include a comment
13//       that states what encoding is necessary.)
14
15SpellChecker.I18N = {
16  "CONFIRM_LINK_CLICK"                    : "Veuillez confirmer l'ouverture de ce lien",
17  "Cancel"                                : "Annuler",
18  "Dictionary"                            : "Dictionnaire",
19  "Finished list of mispelled words"      : "Liste des mots mal orthographiés",
20  "I will open it in a new page."         : "Ouverture dans une nouvelle fenêtre",
21  "Ignore all"                            : "Tout ignorer",
22  "Ignore"                                : "Ignorer",
23  "NO_ERRORS"                             : "Aucune erreur orthographique avec le dictionnaire sélectionné.",
24  "NO_ERRORS_CLOSING"                     : "Vérification terminée, aucune erreur orthographique détectée.  Fermeture en cours...",
25  "OK"                                    : "OK",
26  "Original word"                         : "Mot original",
27  "Please wait.  Calling spell checker."  : "Veuillez patienter.  Appel du correcteur.",
28  "Please wait: changing dictionary to"   : "Veuillez patienter. Changement du dictionnaire vers",
29  "QUIT_CONFIRMATION"                     : "Ceci fermera la fenêtre et annulera les modifications. Veuillez confirmer.",
30  "Re-check"                              : "Vérifier encore",
31  "Replace all"                           : "Tout remplacer",
32  "Replace with"                          : "Remplacer par",
33  "Replace"                               : "Remplacer",
34  "Revert"                                : "Annuler",
35  "SC-spell-check"                        : "Correction",
36  "Suggestions"                           : "Suggestions",
37  "pliz weit ;-)"                         : "Veuillez patienter"
38};