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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
| /**
| * @license Copyright (c) 2009-2013, xhEditor.com. All rights reserved.
| * For licensing, see LGPL-LICENSE.txt or http://xheditor.com/license/lgpl.txt
| */
| XHEDITOR.setLang({
| 'default': 'Default',
| 'none': 'None',
| 'defaultReadTip': 'WYSIWYG Editor,press alt+1-9,toogle to tool area,press tab,select button,press esc,return editor',
|
| 'Cut': 'Cut (Ctrl+X)',
| 'Copy': 'Copy (Ctrl+C)',
| 'Paste': 'Paste (Ctrl+V)',
| 'Pastetext': 'Paste as plain text',
| 'PastetextTip': 'Use Ctrl+V on your keyboard to paste the text.',
| 'Blocktag': 'Block tag',
| 'Fontface': 'Font family',
| 'FontSize': 'Font size',
| 'Bold': 'Bold (Ctrl+B)',
| 'Italic': 'Italic (Ctrl+I)',
| 'Underline': 'Underline (Ctrl+U)',
| 'Strikethrough': 'Strikethrough',
| 'FontColor': 'Select text color',
| 'BackColor': 'Select background color',
| 'SelectAll': 'SelectAll (Ctrl+A)',
| 'Removeformat': 'Remove formatting',
| 'Align': 'Align',
| 'List': 'List',
| 'Outdent': 'Outdent',
| 'Indent': 'Indent',
| 'Link': 'Insert/edit link (Ctrl+L)',
| 'Unlink': 'Unlink',
| 'Anchor': 'Anchor',
| 'Img': 'Insert/edit image',
| 'Flash': 'Insert/edit flash',
| 'Media': 'Insert/edit media',
| 'Hr': 'Horizontal rule',
| 'Emot': 'Emotions',
| 'Table': 'Insert a new table',
| 'Source': 'Edit source code',
| 'WYSIWYG': 'WYSIWYG mode',
| 'Preview': 'Preview',
| 'Print': 'Print (Ctrl+P)',
| 'Fullscreen': 'Toggle fullscreen (Esc)',
| 'About': 'About xhEditor',
|
| 'dialogOk': 'Ok',
| 'dialogCancel': 'Cancel',
| 'cutDisabledTip': 'Currently not supported by your browser, use keyboard shortcuts(Ctrl+X) instead.',
| 'copyDisabledTip': 'Currently not supported by your browser, use keyboard shortcuts(Ctrl+C) instead.',
| 'pasteDisabledTip': 'Currently not supported by your browser, use keyboard shortcuts(Ctrl+V) instead.',
| 'close': 'Close',
|
| 'listFontname': [{n:'Arial'},{n:'Arial Black'},{n:'Comic Sans MS'},{n:'Courier New'},{n:'System'},{n:'Times New Roman'},{n:'Tahoma'},{n:'Verdana'}],
|
| 'listBlocktag': {
| 'p': 'Paragraph',
| 'h1': 'Heading 1',
| 'h2': 'Heading 2',
| 'h3': 'Heading 3',
| 'h4': 'Heading 4',
| 'h5': 'Heading 5',
| 'h6': 'Heading 6',
| 'pre': 'Preformatted',
| 'address': 'Address'
| },
|
| 'fontsize': {
| 'x-small': '1',
| 'small': '2',
| 'medium': '3',
| 'large': '4',
| 'x-large': '5',
| 'xx-large': '6',
| '-webkit-xxx-large': '7'
| },
|
| 'align': {
| 'justifyleft': 'Align left',
| 'justifycenter': 'Align center',
| 'justifyright': 'Align right',
| 'justifyfull': 'Align full'
| },
|
| 'list': {
| 'insertOrderedList': 'Ordered list',
| 'insertUnorderedList': 'Unordered list'
| },
|
| 'link': {
| 'url': 'Link URL: ',
| 'target': 'Target: ',
| 'targetBlank': 'New window',
| 'targetSelf': 'Same window',
| 'targetParent': 'Parent window',
| 'linkText': 'Link Text:',
| 'defText': 'Click here',
| 'anchor': 'Anchor: ',
| 'anchorNone': 'None selected'
| },
|
| 'anchor': {
| 'name': 'Anchor name: '
| },
|
| 'img': {
| 'url': 'Img URL: ',
| 'alt': 'Alt text: ',
| 'align': 'Alignment:',
| 'alignLeft': 'Left',
| 'alignRight': 'Right',
| 'alignTop': 'Top',
| 'alignMiddle': 'Middle',
| 'alignBaseline': 'Baseline',
| 'alignBottom': 'Bottom',
| 'width': 'Width: ',
| 'height': 'Height: ',
| 'border': 'Border: ',
| 'hspace': 'Hspace: ',
| 'vspace': 'Vspace: '
| },
|
| 'flash': {
| 'url': 'Flash URL:',
| 'width': 'Width: ',
| 'height': 'Height: '
| },
|
| 'media': {
| 'url': 'Media URL:',
| 'width': 'Width: ',
| 'height': 'Height: '
| },
|
| 'emot.default': {
| 'smile': 'Smile',
| 'tongue': 'Tongue',
| 'titter': 'Titter',
| 'laugh': 'Laugh',
| 'sad': 'Sad',
| 'wronged': 'Wronged',
| 'fastcry': 'Fast cry',
| 'cry': 'Cry',
| 'wail': 'Wail',
| 'mad': 'Mad',
| 'knock': 'Knock',
| 'curse': 'Curse',
| 'crazy': 'Crazy',
| 'angry': 'Angry',
| 'ohmy': 'Oh my',
| 'awkward': 'Awkward',
| 'panic': 'Panic',
| 'shy': 'Shy',
| 'cute': 'Cute',
| 'envy': 'Envy',
| 'proud': 'Proud',
| 'struggle': 'Struggle',
| 'quiet': 'Quiet',
| 'shutup': 'Shut up',
| 'doubt': 'Doubt',
| 'despise': 'Despise',
| 'sleep': 'Sleep',
| 'bye': 'Bye'
| },
|
| 'table': {
| 'rows': 'Rows: ',
| 'columns': 'Cols: ',
| 'headers': 'Headers: ',
| 'headersRow': 'First row',
| 'headersCol': 'First column',
| 'headersBoth': 'Both',
| 'width': 'Width: ',
| 'height': 'Height: ',
| 'border': 'Border: ',
| 'cellSpacing': 'CellSpacing:',
| 'cellPadding': 'CellPadding:',
| 'align': 'Align: ',
| 'alignLeft': 'Left',
| 'alignCenter': 'Center',
| 'alignRight': 'Right',
| 'caption': 'Caption: '
| },
|
| 'upload': {
| 'btnText' : 'Upload',
| 'browserTitle': 'Browser file',
| 'progressTitle': 'File uploading(Esc cancel)',
| 'progressTip': 'File uploading,please wait...',
| 'countLimit': 'Please do not upload more then {$0} files.',
| 'extLimit': 'Upload file extension required for this: {$0}',
| 'typeLimit': 'You can only drag and drop the same type of files.',
| 'apiError': '{$0} upload interface error!\r\n\r\nreturn error:\r\n\r\n{$1}'
| },
|
| 'aboutXheditor': 'xhEditor is a platform independent WYSWYG XHTML editor based by jQuery,released as Open Source under <a href="http://www.gnu.org/licenses/lgpl.html" target="_blank">LGPL</a>.'
| });
|
|