C:\xampp\htdocs\kptv2\admin\spaw2\plugins\core\lib\lang\zh-gb2312.lang.inc.php


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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<?php
// ================================================
// SPAW PHP WYSIWYG editor control
// ================================================
// Chinese utf-8 language file 
// ================================================
// Developed: Alan Mendelevich, alan@solmetra.lt
// Chinese translation: aman@wealthgrp.com.tw;aman@516888.com;aman77@pchome.com.tw
// Copyright: Solmetra (c)2003 All rights reserved.
// ------------------------------------------------
//                                www.solmetra.com
// ================================================
// v.1.0, 2003-03-20
// ================================================

// charset to be used in dialogs
$spaw_lang_charset 'utf-8';

// language text data array
// first dimension - block, second - exact phrase
// alternative text for toolbar buttons and title for dropdowns - 'title'

$spaw_lang_data = array(
  
'cut' => array(
    
'title' => '剪切'
  
),
  
'copy' => array(
    
'title' => '复制'
  
),
  
'paste' => array(
    
'title' => '粘贴'
  
),
  
'undo' => array(
    
'title' => '恢复'
  
),
  
'redo' => array(
    
'title' => '重做'
  
),
  
'hyperlink' => array(
    
'title' => '超连结'
  
),
  
'image_insert' => array(
    
'title' => '插入图片',
    
'select' => '选取',
    
'delete' => '删除'// new 1.0.5
    
'cancel' => '取消',
    
'library' => '资料夹',
    
'preview' => '预览',
    
'images' => '图片',
    
'upload' => '上传图片',
    
'upload_button' => '上传',
    
'error' => '错误',
    
'error_no_image' => '请选定图片',
    
'error_uploading' => '文件上传发生错误. 请稍后重传',
    
'error_wrong_type' => '文件格式不符',
    
'error_no_dir' => '找不到资料夹',
    
'error_cant_delete' => '删除失败'// new 1.0.5
  
),
  
'image_prop' => array(
    
'title' => '图片属性',
    
'ok' => '   确定   ',
    
'cancel' => '取消',
    
'source' => '来源',
    
'alt' => '文字提示',
    
'align' => '对齐',
    
'justifyleft' => '左',
    
'justifyright' => '右',
    
'top' => '上',
    
'middle' => '中',
    
'bottom' => '下',
    
'absmiddle' => '绝对中央',
    
'texttop' => '文字顶端',
    
'baseline' => '基准线',
    
'width' => '宽度',
    
'height' => '高度',
    
'border' => '边框宽度',
    
'hspace' => '水平间距',
    
'vspace' => '垂直间距',
    
'error' => '错误',
    
'error_width_nan' => '宽度不是数字',
    
'error_height_nan' => '高度不是数字',
    
'error_border_nan' => '边框宽度不是数字',
    
'error_hspace_nan' => '水平间距不是数字',
    
'error_vspace_nan' => '垂直间距不是数字',
  ),
  
'inserthorizontalrule' => array(
    
'title' => '水平规线'
  
),
  
'table_create' => array(
    
'title' => '新增表格'
  
),
  
'table_prop' => array(
    
'title' => '表格属性',
    
'ok' => '   确定   ',
    
'cancel' => '取消',
    
'rows' => '列数',
    
'columns' => '行数',
    
'css_class' => 'CSS class'// <=== new 1.0.6
    
'width' => '宽度',
    
'height' => '高度',
    
'border' => '边框宽度',
    
'pixels' => 'px',
    
'cellpadding' => '文框间距',
    
'cellspacing' => '框线间距',
    
'bg_color' => '背景颜色',
    
'background' => '背景图像'// <=== new 1.0.6
    
'error' => '错误',
    
'error_rows_nan' => '列数不是数字',
    
'error_columns_nan' => '行数不是数字',
    
'error_width_nan' => '宽度不是数字',
    
'error_height_nan' => '高度不是数字',
    
'error_border_nan' => '边框宽度不是数字',
    
'error_cellpadding_nan' => '文框间距不是数字',
    
'error_cellspacing_nan' => '框线间距不是数字',
  ),
  
'table_cell_prop' => array(
    
'title' => '储存格属性',
    
'horizontal_align' => '水平对齐',
    
'vertical_align' => '垂直对齐',
    
'width' => '宽度',
    
'height' => '高度',
    
'css_class' => 'CSS class',
    
'no_wrap' => '文字不换行',
    
'bg_color' => '背景颜色',
    
'background' => '背景图像'// <=== new 1.0.6
    
'ok' => '   确定   ',
    
'cancel' => '取消',
    
'justifyleft' => '左',
    
'justifycenter' => '中',
    
'justifyright' => '右',
    
'top' => '顶',
    
'middle' => '中央',
    
'bottom' => '底',
    
'baseline' => '基准线',
    
'error' => '错误',
    
'error_width_nan' => '宽度不是数字',
    
'error_height_nan' => '高度不是数字',
    
  ),
  
'table_row_insert' => array(
    
'title' => '插入横列'
  
),
  
'table_column_insert' => array(
    
'title' => '插入直行'
  
),
  
'table_row_delete' => array(
    
'title' => '删除横列'
  
),
  
'table_column_delete' => array(
    
'title' => '删除直行'
  
),
  
'table_cell_merge_right' => array(
    
'title' => '合并右侧'
  
),
  
'table_cell_merge_down' => array(
    
'title' => '合并下方'
  
),
  
'table_cell_split_horizontal' => array(
    
'title' => '水平分割'
  
),
  
'table_cell_split_vertical' => array(
    
'title' => '垂直分割'
  
),
  
'style' => array(
    
'title' => 'Style'
  
),
  
'fontname' => array(
    
'title' => '字体'
  
),
  
'fontsize' => array(
    
'title' => '字号'
  
),
  
'formatBlock' => array(
    
'title' => 'Paragraph'
  
),
  
'bold' => array(
    
'title' => '粗体'
  
),
  
'italic' => array(
    
'title' => '斜体'
  
),
  
'underline' => array(
    
'title' => '加底线'
  
),
  
'insertorderedlist' => array(
    
'title' => '序号表列'
  
),
  
'insertunorderedlist' => array(
    
'title' => '点号表列'
  
),
  
'indent' => array(
    
'title' => '增加缩排'
  
),
  
'outdent' => array(
    
'title' => '减少缩排'
  
),
  
'justifyleft' => array(
    
'title' => '靠左切齐'
  
),
  
'justifycenter' => array(
    
'title' => '置中对齐'
  
),
  
'justifyright' => array(
    
'title' => '靠右切齐'
  
),
  
'fore_color' => array(
    
'title' => '字体颜色'
  
),
  
'bg_color' => array(
    
'title' => '背景颜色'
  
),
  
'design' => array(
    
'title' => '切换 WYSIWYG (直观) 模式'
  
),
  
'html' => array(
    
'title' => '切换 HTML (源码) 模式'
  
),
  
'colorpicker' => array(
    
'title' => '调色盘',
    
'ok' => '   确定   ',
    
'cancel' => '取消',
  ),
  
// <<<<<<<<< NEW >>>>>>>>>
  
'cleanup' => array(
    
'title' => '清除HTML (移除网页格式)',
    
'confirm' => '这个操作将会清除所有的网页格式,请注意.',
    
'ok' => '   确定   ',
    
'cancel' => '取消',
  ),
  
'toggle_borders' => array(
    
'title' => '切换边线',
  ),
  
'hyperlink' => array(
    
'title' => '超链接',
    
'url' => '网址',
    
'name' => '名称',
    
'target' => '目标',
    
'title_attr' => '主题',
    
'a_type' => '类型'// <=== new 1.0.6
    
'type_link' => '链接'// <=== new 1.0.6
    
'type_anchor' => '锚点'// <=== new 1.0.6
    
'type_link2anchor' => '锚点链接'// <=== new 1.0.6
    
'anchors' => '锚点'// <=== new 1.0.6
    
'ok' => '   确定   ',
    
'cancel' => '取消',
  ),
  
'hyperlink_targets' => array( // <=== new 1.0.5
      
'_self' => '同一框架 (_self)',
    
'_blank' => '新建窗口 (_blank)',
    
'_top' => '整体框架 (_top)',
    
'_parent' => '父框架 (_parent)'
  
),
  
'table_row_prop' => array(
    
'title' => '横列属性',
    
'horizontal_align' => '水平对齐',
    
'vertical_align' => '垂直对齐',
    
'css_class' => 'CSS class',
    
'no_wrap' => '不换行',
    
'bg_color' => '背景颜色',
    
'ok' => '   确定   ',
    
'cancel' => '取消',
    
'justifyleft' => '左',
    
'justifycenter' => '中',
    
'justifyright' => '右',
    
'top' => '顶',
    
'middle' => '中央',
    
'bottom' => '底部',
    
'baseline' => '基线',
  ),
  
'symbols' => array(
    
'title' => '特殊符号',
    
'ok' => '   确定   ',
    
'cancel' => '取消',
  ),
  
'symbols' => array(
    
'title' => '特殊符号',
    
'ok' => '   确定   ',
    
'cancel' => '取消',
  ),
  
'templates' => array(
    
'title' => '模板',
  ),
  
'page_prop' => array(
    
'title' => '网页属性',
    
'title_tag' => '主题',
    
'charset' => '文字编码',
    
'background' => '背景图片',
    
'bgcolor' => '背景颜色',
    
'text' => '文字颜色',
    
'link' => '连结颜色',
    
'vlink' => '参观过的连结颜色',
    
'alink' => '正在执行的连结颜色',
    
'leftmargin' => '左边界',
    
'topmargin' => '上方边界',
    
'css_class' => 'CSS class',
    
'ok' => '   确定   ',
    
'cancel' => '取消',
  ),
  
'preview' => array(
    
'title' => '预览',
  ),
  
'image_popup' => array(
    
'title' => '图片弹出',
  ),
  
'zoom' => array(
    
'title' => 'Zoom',
  ),
  
'subscript' => array( // <=== new 1.0.7
    
'title' => 'Subscript',
  ),
  
'superscript' => array( // <=== new 1.0.7
    
'title' => 'Superscript',
  ),
);
?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586