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