diff options
Diffstat (limited to 'plugins/specialchar/dialogs/lang/fr.js')
| -rwxr-xr-x | plugins/specialchar/dialogs/lang/fr.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/specialchar/dialogs/lang/fr.js b/plugins/specialchar/dialogs/lang/fr.js new file mode 100755 index 0000000..9362970 --- /dev/null +++ b/plugins/specialchar/dialogs/lang/fr.js @@ -0,0 +1,14 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("specialchar", "fr", { + euro: "Symbole euro", lsquo: "Guillemet simple ouvrant", rsquo: "Guillemet simple fermant", ldquo: "Guillemet double ouvrant", rdquo: "Guillemet double fermant", ndash: "Tiret demi-cadratin", mdash: "Tiret cadratin", iexcl: "Point d'exclamation inversé", cent: "Symbole cent", pound: "Symbole Livre sterling", curren: "Symbole monétaire", yen: "Symbole yen", brvbar: "Barre verticale scindée", sect: "Signe de section", uml: "Tréma", copy: "Symbole Copyright", ordf: "Indicateur ordinal féminin", + laquo: "Guillemet français ouvrant", not: "Crochet de négation", reg: "Symbole de marque déposée", macr: "Macron", deg: "Symbole degré", sup2: "Exposant 2", sup3: "Exposant 3", acute: "Accent aigu", micro: "Symbole micro", para: "Symbole pied-de-mouche", middot: "Point médian", cedil: "Cédille", sup1: "Exposant 1", ordm: "Indicateur ordinal masculin", raquo: "Guillemet français fermant", frac14: "Fraction un quart", frac12: "Fraction un demi", frac34: "Fraction trois quarts", iquest: "Point d'interrogation inversé", Agrave: "A accent grave majuscule", + Aacute: "A accent aigu majuscule", Acirc: "A accent circonflexe majuscule", Atilde: "A caron majuscule", Auml: "A tréma majuscule", Aring: "A rond majuscule", AElig: "Ligature Æ majuscule", Ccedil: "C cédille majuscule", Egrave: "E accent grave majuscule", Eacute: "E accent aigu majuscule", Ecirc: "E accent circonflexe majuscule", Euml: "E tréma majuscule", Igrave: "I accent grave majuscule", Iacute: "I accent aigu majuscule", Icirc: "I accent circonflexe majuscule", Iuml: "I tréma majuscule", ETH: "Lettre majuscule islandaise ED", + Ntilde: "N caron majuscule", Ograve: "O accent grave majuscule", Oacute: "O accent aigu majuscule", Ocirc: "O accent circonflexe majuscule", Otilde: "O caron majuscule", Ouml: "O tréma majuscule", times: "Symbole de multiplication", Oslash: "O barré majuscule", Ugrave: "U accent grave majuscule", Uacute: "U accent aigu majuscule", Ucirc: "U accent circonflexe majuscule", Uuml: "U tréma majuscule", Yacute: "Y accent aigu majuscule", THORN: "Lettre islandaise thorn majuscule", szlig: "Lettre minuscule allemande S dur", agrave: "A accent grave minuscule", + aacute: "A accent aigu minuscule", acirc: "A accent circonflexe minuscule", atilde: "A tilde minuscule", auml: "A tréma minuscule", aring: "A rond minuscule", aelig: "Ligature Æ minuscule", ccedil: "C cédille minuscule", egrave: "E accent grave minuscule", eacute: "E accent aigu minuscule", ecirc: "E accent circonflexe minuscule", euml: "E tréma minuscule", igrave: "I accent grave minuscule", iacute: "I accent aigu minuscule", icirc: "I accent circonflexe minuscule", iuml: "i minuscule tréma", eth: "Lettre minuscule islandaise ED", + ntilde: "N caron minuscule", ograve: "O minuscule accent grave", oacute: "O accent aigu minuscule", ocirc: "O accent circonflexe minuscule", otilde: "O tilde minuscule", ouml: "O tréma minuscule", divide: "Symbole de division", oslash: "O barré minuscule", ugrave: "U accent grave minuscule", uacute: "U accent aigu minuscule", ucirc: "U accent circonflexe minuscule", uuml: "U tréma minuscule", yacute: "Y accent aigu minuscule", thorn: "Lettre islandaise thorn minuscule", yuml: "Y tréma minuscule", OElig: "Ligature Œ majuscule", + oelig: "Ligature Œ minuscule", 372: "W accent circonflexe majuscule", 374: "Y accent circonflexe majuscule", 373: "W accent circonflexe minuscule", 375: "Y accent circonflexe minuscule", sbquo: "Guillemet simple fermant inférieur", 8219: "Guillemet-virgule supérieur culbuté", bdquo: "Guillemet-virgule double inférieur", hellip: "Points de suspension", trade: "Symbole de marque commerciale", 9658: "Flèche noire pointant vers la droite", bull: "Gros point médian", rarr: "Flèche vers la droite", rArr: "Double flèche vers la droite", + hArr: "Double flèche vers la gauche", diams: "Losange noir", asymp: "Environ égal" +});
\ No newline at end of file |
