]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/specialchar/dialogs/lang/en-gb.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / specialchar / dialogs / lang / en-gb.js
1 /**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 CKEDITOR.plugins.setLang( 'specialchar', 'en-gb', {
7 euro: 'Euro sign',
8 lsquo: 'Left single quotation mark',
9 rsquo: 'Right single quotation mark',
10 ldquo: 'Left double quotation mark',
11 rdquo: 'Right double quotation mark',
12 ndash: 'En dash',
13 mdash: 'Em dash',
14 iexcl: 'Inverted exclamation mark',
15 cent: 'Cent sign',
16 pound: 'Pound sign',
17 curren: 'Currency sign',
18 yen: 'Yen sign',
19 brvbar: 'Broken bar',
20 sect: 'Section sign',
21 uml: 'Diaeresis',
22 copy: 'Copyright sign',
23 ordf: 'Feminine ordinal indicator',
24 laquo: 'Left-pointing double angle quotation mark',
25 not: 'Not sign',
26 reg: 'Registered sign',
27 macr: 'Macron',
28 deg: 'Degree sign',
29 sup2: 'Superscript two',
30 sup3: 'Superscript three',
31 acute: 'Acute accent',
32 micro: 'Micro sign',
33 para: 'Pilcrow sign',
34 middot: 'Middle dot',
35 cedil: 'Cedilla',
36 sup1: 'Superscript one',
37 ordm: 'Masculine ordinal indicator',
38 raquo: 'Right-pointing double angle quotation mark',
39 frac14: 'Vulgar fraction one quarter',
40 frac12: 'Vulgar fraction one half',
41 frac34: 'Vulgar fraction three quarters',
42 iquest: 'Inverted question mark',
43 Agrave: 'Latin capital letter A with grave accent',
44 Aacute: 'Latin capital letter A with acute accent',
45 Acirc: 'Latin capital letter A with circumflex',
46 Atilde: 'Latin capital letter A with tilde',
47 Auml: 'Latin capital letter A with diaeresis',
48 Aring: 'Latin capital letter A with ring above',
49 AElig: 'Latin Capital letter Æ',
50 Ccedil: 'Latin capital letter C with cedilla',
51 Egrave: 'Latin capital letter E with grave accent',
52 Eacute: 'Latin capital letter E with acute accent',
53 Ecirc: 'Latin capital letter E with circumflex',
54 Euml: 'Latin capital letter E with diaeresis',
55 Igrave: 'Latin capital letter I with grave accent',
56 Iacute: 'Latin capital letter I with acute accent',
57 Icirc: 'Latin capital letter I with circumflex',
58 Iuml: 'Latin capital letter I with diaeresis',
59 ETH: 'Latin capital letter Eth',
60 Ntilde: 'Latin capital letter N with tilde',
61 Ograve: 'Latin capital letter O with grave accent',
62 Oacute: 'Latin capital letter O with acute accent',
63 Ocirc: 'Latin capital letter O with circumflex',
64 Otilde: 'Latin capital letter O with tilde',
65 Ouml: 'Latin capital letter O with diaeresis',
66 times: 'Multiplication sign',
67 Oslash: 'Latin capital letter O with stroke',
68 Ugrave: 'Latin capital letter U with grave accent',
69 Uacute: 'Latin capital letter U with acute accent',
70 Ucirc: 'Latin capital letter U with circumflex',
71 Uuml: 'Latin capital letter U with diaeresis',
72 Yacute: 'Latin capital letter Y with acute accent',
73 THORN: 'Latin capital letter Thorn',
74 szlig: 'Latin small letter sharp s',
75 agrave: 'Latin small letter a with grave accent',
76 aacute: 'Latin small letter a with acute accent',
77 acirc: 'Latin small letter a with circumflex',
78 atilde: 'Latin small letter a with tilde',
79 auml: 'Latin small letter a with diaeresis',
80 aring: 'Latin small letter a with ring above',
81 aelig: 'Latin small letter æ',
82 ccedil: 'Latin small letter c with cedilla',
83 egrave: 'Latin small letter e with grave accent',
84 eacute: 'Latin small letter e with acute accent',
85 ecirc: 'Latin small letter e with circumflex',
86 euml: 'Latin small letter e with diaeresis',
87 igrave: 'Latin small letter i with grave accent',
88 iacute: 'Latin small letter i with acute accent',
89 icirc: 'Latin small letter i with circumflex',
90 iuml: 'Latin small letter i with diaeresis',
91 eth: 'Latin small letter eth',
92 ntilde: 'Latin small letter n with tilde',
93 ograve: 'Latin small letter o with grave accent',
94 oacute: 'Latin small letter o with acute accent',
95 ocirc: 'Latin small letter o with circumflex',
96 otilde: 'Latin small letter o with tilde',
97 ouml: 'Latin small letter o with diaeresis',
98 divide: 'Division sign',
99 oslash: 'Latin small letter o with stroke',
100 ugrave: 'Latin small letter u with grave accent',
101 uacute: 'Latin small letter u with acute accent',
102 ucirc: 'Latin small letter u with circumflex',
103 uuml: 'Latin small letter u with diaeresis',
104 yacute: 'Latin small letter y with acute accent',
105 thorn: 'Latin small letter thorn',
106 yuml: 'Latin small letter y with diaeresis',
107 OElig: 'Latin capital ligature OE',
108 oelig: 'Latin small ligature oe',
109 '372': 'Latin capital letter W with circumflex',
110 '374': 'Latin capital letter Y with circumflex',
111 '373': 'Latin small letter w with circumflex',
112 '375': 'Latin small letter y with circumflex',
113 sbquo: 'Single low-9 quotation mark',
114 '8219': 'Single high-reversed-9 quotation mark',
115 bdquo: 'Double low-9 quotation mark',
116 hellip: 'Horizontal ellipsis',
117 trade: 'Trade mark sign',
118 '9658': 'Black right-pointing pointer',
119 bull: 'Bullet',
120 rarr: 'Rightwards arrow',
121 rArr: 'Rightwards double arrow',
122 hArr: 'Left right double arrow',
123 diams: 'Black diamond suit',
124 asymp: 'Almost equal to'
125 } );