diff options
Diffstat (limited to 'plugins/specialchar/dialogs/lang/fr-ca.js')
| -rw-r--r-- | plugins/specialchar/dialogs/lang/fr-ca.js | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/plugins/specialchar/dialogs/lang/fr-ca.js b/plugins/specialchar/dialogs/lang/fr-ca.js new file mode 100644 index 0000000..2a19842 --- /dev/null +++ b/plugins/specialchar/dialogs/lang/fr-ca.js @@ -0,0 +1,125 @@ +/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+ */
+
+CKEDITOR.plugins.setLang( 'specialchar', 'fr-ca', {
+ euro: 'Symbole Euro',
+ lsquo: 'Guillemet simple ouvrant',
+ rsquo: 'Guillemet simple fermant',
+ ldquo: 'Guillemet double ouvrant',
+ rdquo: 'Guillemet double fermant',
+ ndash: 'Tiret haut',
+ mdash: 'Tiret',
+ iexcl: 'Point d\'exclamation inversé',
+ cent: 'Symbole de cent',
+ pound: 'Symbole de Livre Sterling',
+ curren: 'Symbole monétaire',
+ yen: 'Symbole du Yen',
+ brvbar: 'Barre scindée',
+ sect: 'Symbole de section',
+ uml: 'Tréma',
+ copy: 'Symbole de copyright',
+ ordf: 'Indicateur ordinal féminin',
+ laquo: 'Guillemet français ouvrant',
+ not: 'Indicateur de négation',
+ reg: 'Symbole de marque déposée',
+ macr: 'Macron',
+ deg: 'Degré',
+ sup2: 'Exposant 2',
+ sup3: 'Exposant 3',
+ acute: 'Accent aigüe',
+ micro: 'Symbole micro',
+ para: 'Paragraphe',
+ middot: 'Point médian',
+ cedil: 'Cédille',
+ sup1: 'Exposant 1',
+ ordm: 'Indicateur ordinal masculin',
+ raquo: 'Guillemet français fermant',
+ frac14: 'Un quart',
+ frac12: 'Une demi',
+ frac34: 'Trois quart',
+ iquest: 'Point d\'interrogation inversé',
+ Agrave: 'A accent grave',
+ Aacute: 'A accent aigüe',
+ Acirc: 'A circonflexe',
+ Atilde: 'A tilde',
+ Auml: 'A tréma',
+ Aring: 'A avec un rond au dessus',
+ AElig: 'Æ majuscule',
+ Ccedil: 'C cédille',
+ Egrave: 'E accent grave',
+ Eacute: 'E accent aigüe',
+ Ecirc: 'E accent circonflexe',
+ Euml: 'E tréma',
+ Igrave: 'I accent grave',
+ Iacute: 'I accent aigüe',
+ Icirc: 'I accent circonflexe',
+ Iuml: 'I tréma',
+ ETH: 'Lettre majuscule islandaise ED',
+ Ntilde: 'N tilde',
+ Ograve: 'O accent grave',
+ Oacute: 'O accent aigüe',
+ Ocirc: 'O accent circonflexe',
+ Otilde: 'O tilde',
+ Ouml: 'O tréma',
+ times: 'Symbole de multiplication',
+ Oslash: 'O barré',
+ Ugrave: 'U accent grave',
+ Uacute: 'U accent aigüe',
+ Ucirc: 'U accent circonflexe',
+ Uuml: 'U tréma',
+ Yacute: 'Y accent aigüe',
+ THORN: 'Lettre islandaise Thorn majuscule',
+ szlig: 'Lettre minuscule allemande s dur',
+ agrave: 'a accent grave',
+ aacute: 'a accent aigüe',
+ acirc: 'a accent circonflexe',
+ atilde: 'a tilde',
+ auml: 'a tréma',
+ aring: 'a avec un cercle au dessus',
+ aelig: 'æ',
+ ccedil: 'c cédille',
+ egrave: 'e accent grave',
+ eacute: 'e accent aigüe',
+ ecirc: 'e accent circonflexe',
+ euml: 'e tréma',
+ igrave: 'i accent grave',
+ iacute: 'i accent aigüe',
+ icirc: 'i accent circonflexe',
+ iuml: 'i tréma',
+ eth: 'Lettre minuscule islandaise ED',
+ ntilde: 'n tilde',
+ ograve: 'o accent grave',
+ oacute: 'o accent aigüe',
+ ocirc: 'O accent circonflexe',
+ otilde: 'O tilde',
+ ouml: 'O tréma',
+ divide: 'Symbole de division',
+ oslash: 'o barré',
+ ugrave: 'u accent grave',
+ uacute: 'u accent aigüe',
+ ucirc: 'u accent circonflexe',
+ uuml: 'u tréma',
+ yacute: 'y accent aigüe',
+ thorn: 'Lettre islandaise thorn minuscule',
+ yuml: 'y tréma',
+ OElig: 'ligature majuscule latine Œ',
+ oelig: 'ligature minuscule latine œ',
+ '372': 'W accent circonflexe',
+ '374': 'Y accent circonflexe',
+ '373': 'w accent circonflexe',
+ '375': 'y accent circonflexe',
+ sbquo: 'Guillemet simple fermant',
+ '8219': 'Guillemet-virgule supérieur culbuté',
+ bdquo: 'Guillemet-virgule double inférieur',
+ hellip: 'Points de suspension',
+ trade: 'Symbole de marque déposée',
+ '9658': 'Flèche noire pointant vers la droite',
+ bull: 'Puce',
+ rarr: 'Flèche vers la droite',
+ rArr: 'Flèche double vers la droite',
+ hArr: 'Flèche double vers la gauche',
+ diams: 'Carreau',
+ asymp: 'Presque égal'
+});
|
