forked from netcommons/NetCommons2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlang_common.js
More file actions
240 lines (231 loc) · 7.16 KB
/
lang_common.js
File metadata and controls
240 lines (231 loc) · 7.16 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
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
commonLang = {
printTitle: "打印预览",
print: "打印",
close: "关闭",
separator : " | ",
tabset_summary: "Tab Items",
upload_timeout_confirm:"上传失败或者动作超时。继续进行处理吗?"
};
pagesLang = {
emptyBlockname: "区块",
centercolumnNoexists: "<div><a href='#' onclick='location.href = $("_settingmode").href;return false;'>Setting mode</a> ON to start.</div>"
};
compCalendarLang = {
day_separator : "/",
summary : "日历",
icon_alt : "日历",
icon_title : "显示日历",
year : "年",
month : "月",
week_sun : "星期日",
week_mon : "星期一",
week_tue : "星期二",
week_wed : "星期三",
week_thu : "星期四",
week_fri : "星期五",
week_sat : "星期六",
title_today : "移动到今日",
title_prev_year : "显示前一年",
title_next_year : "显示下一年",
title_prev_month : "显示前一月",
title_next_month : "显示下一月",
move_today : "本月",
btn_prev_year : "«",
btn_next_year : "»",
btn_prev_month : "‹",
btn_next_month : "›",
month_jan : " 1月",
month_feb : " 2月",
month_mar : " 3月",
month_apr : " 4月",
month_may : " 5月",
month_jun : " 6月",
month_jul : " 7月",
month_aug : " 8月",
month_sep : " 9月",
month_oct : "10月",
month_nov : "11月",
month_dec : "12月"
};
/*WYSIWYG用定義ファイル*/
compTextareaLang = {
edit : "编辑",
html : "Html",
preview : "预览",
path : "Path",
icons: {
undo : "后退",
redo : "向前",
bold : "粗体",
italic : "斜体",
underline : "下划线",
strikeThrough : "删除线",
subscript : "下标",
superscript : "上标",
justifyLeft : "左对齐",
justifyCenter : "居中",
justifyRight : "右对齐",
insertOrderedList : "编号列表",
insertUnorderedList : "项目符号列表",
outdent : "减少缩进",
indent : "增加缩进",
removeFormat : "去除格式",
forecolor_arrow : "选择颜色",
hilitecolor_rarrow : "选择颜色",
forecolor : "字体颜色",
hilitecolor : "背景颜色",
insertHorizontalRule : "水平分隔线",
inserttable : "插入表格",
inserttable_rarrow : "表格菜单",
createlink : "插入网页链接",
insertimage : "插入/修改图片",
insertamazon : "插入Amazon链接",
inserttex : "插入TeX格式文本",
insertfile : "插入上传文件",
unlink : "断开网页链接",
insertsmiley : "插入表情",
savezip : "ZIP保存",
insertvideo : "插入动画文件",
blockquote : "引用"
},
fontname: {
'' : "字体",
'arial,helvetica,sans-serif' : "Arial",
'\'times new roman\',times,serif' : "Times New Roman",
'\'courier new\',courier,monospace' : "Courier New",
'georgia,\'times new roman\',times,serif' : "Georgia",
'tahoma,arial,helvetica,sans-serif' : "Tahoma",
'verdana,arial,helvetica,sans-serif' : "Verdana",
'impact' : "Impact",
'wingdings' : "WingDings"
},
fontsize: {
"" : "大小",
"8pt" : "8pt",
"10pt" : "10pt",
"12pt" : "12pt",
"14pt" : "14pt",
"18pt" : "18pt",
"24pt" : "24pt",
"36pt" : "36pt"
},
formatblock: {
"" : "样式",
"h1" : "H1",
"h2" : "H2",
"h3" : "H3",
"h4" : "H4",
"h5" : "H5",
"h6" : "H6",
"p" : "段落",
"address" : "地址",
"pre" : "格式化"
},
dialog : {
ok : "OK",
cancel : "取消",
close : "关闭"
},
mes : {
del_empty : "多余的<%s>元素已删除"
}
};
compInsertLinkLang = {
dialog_title : "插入链接",
url : "URL(href=)",
title : "标题(title=)",
target : "对象(target=)",
target_none : "不指定",
target_blank : "新建窗口(_blank)",
target_other : "其它",
ok : "插入链接",
err_url : "请输入链接的URL"
};
compInsertTableLang = {
dialog_title : "插入表格"
};
compMimeTexLang = {
dialog_title : "插入TeX格式文本",
error_mes : "请输入TeX格式文本"
};
compInsertVideoLang = {
dialog_title : "插入动画文件",
desc : "请输入Youtube的嵌入代码。",
mod_desc : "请输入动画模块或者Youtube的动画嵌入代码。",
error_mes : "请输入拷贝的嵌入代码。"
};
compTableMenuLang = {
table_property : "表格属性",
cell_merge : "单元合并",
row_partition : "分割行",
col_partition : "分割列",
cell_partition : "分割单元",
row_before_insert : "在被选择的行前面插入",
row_after_insert : "在被选择的行后面插入",
row_delete : "删除被选择的行",
col_before_insert : "在被选择的列前面插入",
col_after_insert : "在被选择的列后面插入",
col_delete : "删除被选择的列",
table_delete : "删除被选择的表格"
};
compTablePropertyLang = {
tab_name : {
table : "表格",
row : "行",
col : "列",
cell : "单元"
},
panel : {
separator : ":",
col_sep : "--",
row_sep : ",",
cell_sep : "-",
text_align : "水平对齐",
text_align_left : "左对齐",
text_align_center : "居中",
text_align_right : "右对齐",
vertical_align : "上下对齐",
vertical_align_top : "上对齐",
vertical_align_middle : "居中",
vertical_align_bottom : "下对齐",
width : "宽度",
height : "高度",
margin_width : "横边沿",
margin_height : "竖边沿",
cellpadding : "单元空白",
cellspacing : "单元间隔",
border_pile : "线重叠",
bgcolor : "背景颜色",
fontcolor : "字体颜色",
sel_color : "选择颜色",
nowrap : "禁止折行",
border : "边框",
cell_equality : "平均分配单元宽度",
align_center : "摆在中央表面",
summary : "摘要"
}
};
compTableBorderLang = {
separator : ":",
color : "颜色",
table : "表格",
row : "行",
col : "列",
cell : "单元",
none : "不指定",
outer : "外框",
top : "上划线",
bottom : "下划线",
left : "左边线",
right : "右边线",
border_width: "粗细",
border_style: "样式"
};
compTableMergeLang = {
row : "行",
col : "列",
cell : "单元",
separator : ":",
cell_sep : "-",
merge : "合并表格的单元数"
};