source: trunk/admin/inc/ckeditor/filemanager/lang/zh-cn.php@ 239

Last change on this file since 239 was 239, checked in by luc, 9 years ago

Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.

  • Property svn:executable set to *
File size: 6.8 KB
Line 
1<?php
2
3/** Chinese Simplified localization file for KCFinder
4 * author: yutuo
5 * country: China
6 * E-mail: yutuo5@gmail.com
7 * URL: yutuo.net
8 */
9
10$lang = array(
11
12 '_locale' => "zh_CN.UTF-8", // UNIX localization code
13 '_charset' => "utf-8", // Browser charset
14
15 // Date time formats. See http://www.php.net/manual/en/function.strftime.php
16 '_dateTimeFull' => "%A, %e %B, %Y %H:%M",
17 '_dateTimeMid' => "%a %e %b %Y %H:%M",
18 '_dateTimeSmall' => "%Y-%m-%d %H:%M",
19
20 "You don't have permissions to upload files." =>
21 "悚没有权限䞊䌠文件。",
22
23 "You don't have permissions to browse server." =>
24 "悚没有权限查看服务噚文件。",
25
26 "Cannot move uploaded file to target folder." =>
27 "无法移劚䞊䌠文件到指定文件倹。",
28
29 "Unknown error." =>
30 "发生䞍可预知匂垞。",
31
32 "The uploaded file exceeds {size} bytes." =>
33 "文件倧小超
34过{size}字节。",
35
36 "The uploaded file was only partially uploaded." =>
37 "文件未完å…
38šäžŠäŒ ã€‚",
39
40 "No file was uploaded." =>
41 "文件未䞊䌠。",
42
43 "Missing a temporary folder." =>
44 "䞎时文件倹䞍存圚。",
45
46 "Failed to write file." =>
47 "写å…
48¥æ–‡ä»¶å€±èŽ¥ã€‚",
49
50 "Denied file extension." =>
51 "犁止的文件扩展名。",
52
53 "Unknown image format/encoding." =>
54 "无法确讀囟片栌匏。",
55
56 "The image is too big and/or cannot be resized." =>
57 "囟片倧倪䞔或无法曎改倧小。",
58
59 "Cannot create {dir} folder." =>
60 "无法创建{dir}文件倹。",
61
62 "Cannot write to upload folder." =>
63 "无法写å…
64¥äžŠäŒ æ–‡ä»¶å€¹ã€‚",
65
66 "Cannot read .htaccess" =>
67 "文件.htaccess无法读取。",
68
69 "Incorrect .htaccess file. Cannot rewrite it!" =>
70 "文件.htaccess错误无法重写。",
71
72 "Cannot read upload folder." =>
73 "无法读取䞊䌠目圕。",
74
75 "Cannot access or create thumbnails folder." =>
76 "无法访问或创建猩略囟文件倹。",
77
78 "Cannot access or write to upload folder." =>
79 "无法访问或写å…
80¥äžŠäŒ æ–‡ä»¶å€¹ã€‚",
81
82 "Please enter new folder name." =>
83 "请蟓å…
84¥æ–‡ä»¶å€¹åã€‚",
85
86 "Unallowable characters in folder name." =>
87 "文件倹名含有犁止字笊。",
88
89 "Folder name shouldn't begins with '.'" =>
90 "文件倹名䞍胜以点.䞺銖字笊。",
91
92 "Please enter new file name." =>
93 "请蟓å…
94¥æ–°æ–‡ä»¶åã€‚",
95
96 "Unallowable characters in file name." =>
97 "文件名含有犁止字笊。",
98
99 "File name shouldn't begins with '.'" =>
100 "文件名䞍胜以点.䞺銖字笊。",
101
102 "Are you sure you want to delete this file?" =>
103 "是吊确讀删陀该文件",
104
105 "Are you sure you want to delete this folder and all its content?" =>
106 "是吊确讀删陀该文件倹以及å…
107¶å­æ–‡ä»¶å’Œå­ç›®åœ•ïŒŸ",
108
109 "Inexistant or inaccessible folder." =>
110 "䞍存圚或䞍可访问的文件倹。",
111
112 "Undefined MIME types." =>
113 "未定义的MIME类型。",
114
115 "Fileinfo PECL extension is missing." =>
116 "文件PECL属性䞍存圚。",
117
118 "Opening fileinfo database failed." =>
119 "打匀文件属性数据库出错。",
120
121 "You can't upload such files." =>
122 "䜠无法䞊䌠该文件。",
123
124 "The file '{file}' does not exist." =>
125 "文件{file}䞍存圚。",
126
127 "Cannot read '{file}'." =>
128 "无法读取文件{file}。",
129
130 "Cannot copy '{file}'." =>
131 "无法倍制文件{file}。",
132
133 "Cannot move '{file}'." =>
134 "无法移劚文件{file}。",
135
136 "Cannot delete '{file}'." =>
137 "无法删陀文件{file}。",
138
139 "Click to remove from the Clipboard" =>
140 "点击从剪莎板删陀",
141
142 "This file is already added to the Clipboard." =>
143 "文件已倍制到剪莎板。",
144
145 "Copy files here" =>
146 "倍制到这里",
147
148 "Move files here" =>
149 "移劚到这里",
150
151 "Delete files" =>
152 "删陀这些文件",
153
154 "Clear the Clipboard" =>
155 "æž…
156陀剪莎板",
157
158 "Are you sure you want to delete all files in the Clipboard?" =>
159 "是吊确讀删陀所有圚剪莎板的文件",
160
161 "Copy {count} files" =>
162 "倍制 {count} 䞪文件",
163
164 "Move {count} files" =>
165 "移劚 {count} 䞪文件 ",
166
167 "Add to Clipboard" =>
168 "添加到剪莎板",
169
170 "New folder name:" => "新文件倹名",
171 "New file name:" => "新文件倹",
172
173 "Upload" => "䞊䌠",
174 "Refresh" => "刷新",
175 "Settings" => "讟眮",
176 "Maximize" => "最倧化",
177 "About" => "å…
178³äºŽ",
179 "files" => "文件",
180 "View:" => "视囟",
181 "Show:" => "星瀺",
182 "Order by:" => "排序",
183 "Thumbnails" => "囟标",
184 "List" => "列衚",
185 "Name" => "文件名",
186 "Size" => "倧小",
187 "Date" => "日期",
188 "Descending" => "降序",
189 "Uploading file..." => "正圚䞊䌠文件...",
190 "Loading image..." => "正圚加蜜囟片...",
191 "Loading folders..." => "正圚加蜜文件倹...",
192 "Loading files..." => "正圚加蜜文件...",
193 "New Subfolder..." => "新建文件倹...",
194 "Rename..." => "重呜名...",
195 "Delete" => "删陀",
196 "OK" => "OK",
197 "Cancel" => "取消",
198 "Select" => "选择",
199 "Select Thumbnail" => "选择猩略囟",
200 "View" => "查看",
201 "Download" => "䞋蜜",
202 "Clipboard" => "剪莎板",
203
204 // VERSION 2 NEW LABELS
205
206 "Cannot rename the folder." =>
207 "无法重呜名该文件倹。",
208
209 "Non-existing directory type." =>
210 "䞍存圚的目圕类型。",
211
212 "Cannot delete the folder." =>
213 "无法删陀该文件倹。",
214
215 "The files in the Clipboard are not readable." =>
216 "剪莎板䞊该文件无法读取。",
217
218 "{count} files in the Clipboard are not readable. Do you want to copy the rest?" =>
219 "剪莎板{count}䞪文件无法读取。 是吊倍制静态文件",
220
221 "The files in the Clipboard are not movable." =>
222 "剪莎板䞊该文件无法移劚。",
223
224 "{count} files in the Clipboard are not movable. Do you want to move the rest?" =>
225 "剪莎板{count}䞪文件无法移劚。 是吊移劚静态文件",
226
227 "The files in the Clipboard are not removable." =>
228 "剪莎板䞊该文件无法删陀。",
229
230 "{count} files in the Clipboard are not removable. Do you want to delete the rest?" =>
231 "剪莎板{count}䞪文件无法删陀。 是吊删陀静态文件",
232
233 "The selected files are not removable." =>
234 "选䞭文件未删陀。",
235
236 "{count} selected files are not removable. Do you want to delete the rest?" =>
237 "选侭的{count}䞪文件未删陀。是吊删陀静态文件",
238
239 "Are you sure you want to delete all selected files?" =>
240 "是吊确讀删陀选䞭文件",
241
242 "Failed to delete {count} files/folders." =>
243 "{count}䞪文件或文件倹无法删陀。",
244
245 "A file or folder with that name already exists." =>
246 "文件或文件倹已存圚。",
247
248 "selected files" => "选䞭的文件",
249 "Type" => "种类",
250 "Select Thumbnails" => "选择猩略囟",
251 "Download files" => "䞋蜜文件",
252);
253
254?>
Note: See TracBrowser for help on using the repository browser.