1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | /* |
---|
24 | Language Name: 简体中文 [CN] |
---|
25 | Version: 2.3.0 |
---|
26 | Language URI: http://piwigo.org/ext/extension_view.php?eid=438 |
---|
27 | Author: Piwigo team |
---|
28 | Author URI: http://piwigo.org |
---|
29 | */ |
---|
30 | |
---|
31 | // Langage informations |
---|
32 | $lang_info['language_name'] = "简体中文"; |
---|
33 | $lang_info['country'] = "中国"; |
---|
34 | $lang_info['direction'] = "ltr"; |
---|
35 | $lang_info['code'] = "zh_CN"; |
---|
36 | $lang_info['zero_plural'] = "1"; |
---|
37 | |
---|
38 | |
---|
39 | $lang['%.2f (rated %d times)'] = "%.2f (已投票 %d 次)"; |
---|
40 | $lang['%d Kb'] = "%d Kb"; |
---|
41 | $lang['%d album updated'] = "%d 个相册已更新"; |
---|
42 | $lang['%d albums updated'] = "%d 个相册已更新"; |
---|
43 | $lang['%d comment to validate'] = "%d 个意见等待审核"; |
---|
44 | $lang['%d comments to validate'] = "%d 个意见等待审核"; |
---|
45 | $lang['%d new comment'] = "%d 个新意见"; |
---|
46 | $lang['%d new comments'] = "%d 个新意见"; |
---|
47 | $lang['%d comment'] = "%d 个意见"; |
---|
48 | $lang['%d comments'] = "%d 个意见"; |
---|
49 | $lang['%d hit'] = "%d 次点击"; |
---|
50 | $lang['%d hits'] = "%d 次点击"; |
---|
51 | $lang['%d new photo'] = "%d 张新图片"; |
---|
52 | $lang['%d new photos'] = "%d 张新图片"; |
---|
53 | $lang['%d new user'] = "%d 个新用户"; |
---|
54 | $lang['%d new users'] = "%d 个新用户"; |
---|
55 | $lang['About'] = "关于"; |
---|
56 | $lang['All tags'] = "所有标签"; |
---|
57 | $lang['Any tag'] = "任何标签"; |
---|
58 | $lang['At least one listed rule must be satisfied.'] = "至少要有一个已列出的规则被满足。"; |
---|
59 | $lang['At least one tag must match'] = "必须至少匹配一个标签。"; |
---|
60 | $lang['Author'] = "作者"; |
---|
61 | $lang['Average rate'] = "平均分"; |
---|
62 | $lang['Albums'] = "相册"; |
---|
63 | $lang['Album'] = "相册"; |
---|
64 | $lang['Close this window'] = "关闭此窗口"; |
---|
65 | $lang['Complete RSS feed (photos, comments)'] = "完整的 RSS feed (图片,意见)"; |
---|
66 | $lang['Confirm Password'] = "确认密码"; |
---|
67 | $lang['Connection settings'] = "连接设定"; |
---|
68 | $lang['Login'] = "登入"; |
---|
69 | $lang['Contact webmaster'] = "联系网管"; |
---|
70 | $lang['Create a new account'] = "创建新账户"; |
---|
71 | $lang['Created on'] = "创建于"; |
---|
72 | $lang['Creation date'] = "创建日期"; |
---|
73 | $lang['Current password is wrong'] = "目前的密码有误"; |
---|
74 | $lang['Dimensions'] = "尺寸"; |
---|
75 | $lang['Display'] = "显示"; |
---|
76 | $lang['Each listed rule must be satisfied.'] = "每个已列出的准则必须符合"; |
---|
77 | $lang['Email address'] = "电子邮件地址"; |
---|
78 | $lang['Enter your personnal informations'] = "输入你的个人资料"; |
---|
79 | $lang['Error sending email'] = "发送电子邮件时出错"; |
---|
80 | $lang['File name'] = "文件名"; |
---|
81 | $lang['File'] = "文件"; |
---|
82 | $lang['Filesize'] = "文件大小"; |
---|
83 | $lang['Filter and display'] = "过滤和显示"; |
---|
84 | $lang['Filter'] = "过滤"; |
---|
85 | $lang['Forgot your password?'] = "忘记了你自己的密码?"; |
---|
86 | $lang['Go through the gallery as a visitor'] = "作为来访者浏览你的画廊"; |
---|
87 | $lang['Help'] = "帮助"; |
---|
88 | $lang['Identification'] = "确认身份"; |
---|
89 | $lang['Photos only RSS feed'] = "图片只在 RSS feed"; |
---|
90 | $lang['Keyword'] = "关键字"; |
---|
91 | $lang['Links'] = "链接"; |
---|
92 | $lang['N/A'] = '不存在'; |
---|
93 | $lang['New on %s'] = "有新的在 %s"; |
---|
94 | $lang['New password confirmation does not correspond'] = "新密码确认时不匹配"; |
---|
95 | $lang['New password sent by email'] = "新密码已通过电子邮件发送"; |
---|
96 | $lang['No email address'] = "没有电子邮件地址"; |
---|
97 | $lang['No classic user matches this email address'] = "没有用户对应此电子邮件"; |
---|
98 | $lang['Notification'] = "提醒"; |
---|
99 | $lang['Number of items'] = "项目数量"; |
---|
100 | $lang['Original dimensions'] = "原创尺寸"; |
---|
101 | $lang['Password forgotten'] = "忘记密码"; |
---|
102 | $lang['Password'] = "密码"; |
---|
103 | $lang['Post date'] = "发布日期"; |
---|
104 | $lang['Posted on'] = "发布于"; |
---|
105 | $lang['Profile'] = "档案"; |
---|
106 | $lang['Quick connect'] = "快速链接"; |
---|
107 | $lang['RSS feed'] = 'RSS流'; |
---|
108 | $lang['Rate'] = "比率"; |
---|
109 | $lang['Register'] = "注册"; |
---|
110 | $lang['Registration'] = "注册"; |
---|
111 | $lang['Related tags'] = "相关标签"; |
---|
112 | $lang['Reset'] = "重置"; |
---|
113 | $lang['Retrieve password'] = "取回密码"; |
---|
114 | $lang['Search rules'] = "搜索条件"; |
---|
115 | $lang['Search tags'] = "搜索标签"; |
---|
116 | $lang['Search'] = "搜索"; |
---|
117 | $lang['display available tags'] = "显示可用标签"; |
---|
118 | $lang['Send new password'] = "发送新密码"; |
---|
119 | $lang['Since'] = "从"; |
---|
120 | $lang['Sort by'] = "分类参考"; |
---|
121 | $lang['Sort order'] = "分类顺序"; |
---|
122 | $lang['Tag'] = "标签"; |
---|
123 | $lang['Tags'] = "标签"; |
---|
124 | $lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = "RSS提醒功能提醒你这个网站的新消息:新图片、更新过的相片集、新意见。使用一个RSS feed阅读器"; |
---|
125 | $lang['Unknown feed identifier'] = "未知的 feed identifier"; |
---|
126 | $lang['User comments'] = "用户意见"; |
---|
127 | $lang['Username'] = "用户名"; |
---|
128 | $lang['Visits'] = "观看"; |
---|
129 | $lang['Webmaster'] = "网站管理员"; |
---|
130 | $lang['Week %d'] = "周 %d"; |
---|
131 | $lang['About Piwigo'] = "关于 Piwigo"; |
---|
132 | $lang['You are not authorized to access the requested page'] = "你无权浏览此页面"; |
---|
133 | $lang['add to caddie'] = "加入购物车"; |
---|
134 | $lang['add this photo to your favorites'] = "将图片加入到你的收藏里"; |
---|
135 | $lang['Administration'] = "管理"; |
---|
136 | $lang['all'] = "全部"; |
---|
137 | $lang['ascending'] = "递增"; |
---|
138 | $lang['author(s) : %s'] = "作者 : %s"; |
---|
139 | $lang['Expand all albums'] = "展开所有相册"; |
---|
140 | $lang['posted after %s (%s)'] = "在此之后发布 %s (%s)"; |
---|
141 | $lang['posted before %s (%s)'] = "在此之前发布 %s (%s)"; |
---|
142 | $lang['posted between %s (%s) and %s (%s)'] = "发布在 %s (%s) 和 %s (%s)之间"; |
---|
143 | $lang['posted on %s'] = "发布在 %s"; |
---|
144 | $lang['Best rated'] = "最高评分"; |
---|
145 | $lang['display best rated photos'] = "显示最高评分图片"; |
---|
146 | $lang['caddie'] = "购物车"; |
---|
147 | $lang['Calendar'] = "日历"; |
---|
148 | $lang['All'] = "全部"; |
---|
149 | $lang['display each day with photos, month per month'] = "显示每天的图片,逐月计算"; |
---|
150 | $lang['View'] = "查看"; |
---|
151 | $lang['chronology_monthly_calendar'] = "月历"; |
---|
152 | $lang['chronology_monthly_list'] = "月度列表"; |
---|
153 | $lang['chronology_weekly_list'] = "周度列表"; |
---|
154 | $lang['Click here if your browser does not automatically forward you'] = "如果你的浏览器未有自动跳转,请点这里"; |
---|
155 | $lang['comment date'] = "意见日期"; |
---|
156 | $lang['Comment'] = "意见"; |
---|
157 | $lang['Your comment has been registered'] = "你的意见已记录"; |
---|
158 | $lang['Anti-flood system : please wait for a moment before trying to post another comment'] = "反灌水机制:请等会再发表另一意见"; |
---|
159 | $lang['Your comment has NOT been registered because it did not pass the validation rules'] = "你的意见未能发表因为它并未符合确认规则"; |
---|
160 | $lang['An administrator must authorize your comment before it is visible.'] = "你的意见必须经过管理员审核方能可见"; |
---|
161 | $lang['This login is already used by another user'] = "这个登录已经被另一用户使用"; |
---|
162 | $lang['Comments'] = "意见"; |
---|
163 | $lang['Add a comment'] = "增加一项新意见"; |
---|
164 | $lang['created after %s (%s)'] = "创建于 %s (%s)以后"; |
---|
165 | $lang['created before %s (%s)'] = "创建于 %s (%s)以前"; |
---|
166 | $lang['created between %s (%s) and %s (%s)'] = "创建于 %s (%s) 和 %s (%s)之间"; |
---|
167 | $lang['created on %s'] = "创建于 %s"; |
---|
168 | $lang['Customize'] = "定制"; |
---|
169 | $lang['Your Gallery Customization'] = "你的画廊定制"; |
---|
170 | $lang['day'][0] = "星期天"; |
---|
171 | $lang['day'][1] = "星期一"; |
---|
172 | $lang['day'][2] = "星期二"; |
---|
173 | $lang['day'][3] = "星期三"; |
---|
174 | $lang['day'][4] = "星期四"; |
---|
175 | $lang['day'][5] = "星期五"; |
---|
176 | $lang['day'][6] = "星期六"; |
---|
177 | $lang['Default'] = "默认"; |
---|
178 | $lang['delete this photo from your favorites'] = "将此图片从你的收藏里删除"; |
---|
179 | $lang['Delete'] = "删除"; |
---|
180 | $lang['descending'] = "降序"; |
---|
181 | $lang['download'] = "下载"; |
---|
182 | $lang['download this file'] = "下载此文件"; |
---|
183 | $lang['edit'] = "编辑"; |
---|
184 | $lang['wrong date'] = "错误日期"; |
---|
185 | $lang['excluded'] = "已执行"; |
---|
186 | $lang['Your favorites'] = "你的收藏"; |
---|
187 | $lang['display your favorites photos'] = "显示你的收藏图片"; |
---|
188 | $lang['Favorites'] = "收藏"; |
---|
189 | $lang['First'] = "第一"; |
---|
190 | $lang['The gallery is locked for maintenance. Please, come back later.'] = "此画廊因正在维护而被封锁,请晚些时候再来"; |
---|
191 | $lang['Page generated in'] = "页面创建于"; |
---|
192 | $lang['guest'] = "访客"; |
---|
193 | $lang['Hello'] = '你好'; |
---|
194 | $lang['available for administrators only'] = "仅管理员可用"; |
---|
195 | $lang['display this album'] = "显示此相册"; |
---|
196 | $lang['display last user comments'] = "显示最近的用户意见"; |
---|
197 | $lang['customize the appareance of the gallery'] = "设定画廊外观"; |
---|
198 | $lang['search'] = "搜索"; |
---|
199 | $lang['Home'] = "主页"; |
---|
200 | $lang['in this album'] = "在这个相册里"; |
---|
201 | $lang['in %d sub-album'] = "在 %d 子相册"; |
---|
202 | $lang['in %d sub-albums'] = '在 %d 子相册里'; |
---|
203 | $lang['included'] = "包括"; |
---|
204 | $lang['Invalid password!'] = "密码不正确!"; |
---|
205 | $lang['Language'] = "语言"; |
---|
206 | $lang['last %d days'] = "最近 %d 天"; |
---|
207 | $lang['Last'] = "最近"; |
---|
208 | $lang['Logout'] = "登出"; |
---|
209 | $lang['E-mail address'] = "电子邮件地址"; |
---|
210 | $lang['obligatory'] = "代理者"; |
---|
211 | $lang['Maximum photo height'] = "最大图片高度"; |
---|
212 | $lang['Maximum height must be a number superior to 50'] = "最大图片高度数必须大于50"; |
---|
213 | $lang['Maximum photo width'] = "最大图片宽度"; |
---|
214 | $lang['Maximum width must be a number superior to 50'] = "最大图片宽度数必须大于50"; |
---|
215 | $lang['display a calendar by creation date'] = "以创建日期显示日历"; |
---|
216 | $lang['display all photos in all sub-albums'] = "显示所有子相册中的图片"; |
---|
217 | $lang['return to normal view mode'] = "回到默认显示模式"; |
---|
218 | $lang['display a calendar by posted date'] = "以提交日期日期显示日历"; |
---|
219 | $lang['month'][10] = "10月"; |
---|
220 | $lang['month'][11] = "11月"; |
---|
221 | $lang['month'][12] = "12月"; |
---|
222 | $lang['month'][1] = "1月"; |
---|
223 | $lang['month'][2] = "2月"; |
---|
224 | $lang['month'][3] = "3月"; |
---|
225 | $lang['month'][4] = "4月"; |
---|
226 | $lang['month'][5] = "5月"; |
---|
227 | $lang['month'][6] = "6月"; |
---|
228 | $lang['month'][7] = "7月"; |
---|
229 | $lang['month'][8] = "8月"; |
---|
230 | $lang['month'][9] = "9月"; |
---|
231 | $lang['Most visited'] = "最多观看"; |
---|
232 | $lang['display most visited photos'] = "显示最多观看的图片"; |
---|
233 | $lang['Unknown identifier'] = "未知标识符"; |
---|
234 | $lang['New password'] = "新密码"; |
---|
235 | $lang['Rate this photo'] = "给这张图片评分"; |
---|
236 | $lang['Next'] = "下一个"; |
---|
237 | $lang['no rate'] = "没有评分"; |
---|
238 | $lang['Photos posted within the last %d day.'] = "仅最近 %d 天上传的图片。"; |
---|
239 | $lang['Photos posted within the last %d days.'] = "仅最近 %d 天上传的图片。"; |
---|
240 | $lang['password updated'] = "密码已更新"; |
---|
241 | $lang['Recent period must be a positive integer value'] = "最近时间必须是一个绝对整数值"; |
---|
242 | $lang['photo'] = "图片"; |
---|
243 | $lang['Click on the photo to see it in high definition'] = "点击图片以在高分辨率下查看"; |
---|
244 | $lang['Show file metadata'] = "显示文件元数据"; |
---|
245 | $lang['Powered by'] = "技术支持"; |
---|
246 | $lang['Preferences'] = "偏好设定"; |
---|
247 | $lang['Previous'] = "上一个"; |
---|
248 | $lang['Random photos'] = "随机图片"; |
---|
249 | $lang['display a set of random photos'] = "显示一系列随机图片"; |
---|
250 | $lang['Recent albums'] = "最近图集"; |
---|
251 | $lang['display recently updated albums'] = "显示最近更新的图片集"; |
---|
252 | $lang['Recent period'] = "最近时期"; |
---|
253 | $lang['Recent photos'] = "最近图片"; |
---|
254 | $lang['display most recent photos'] = "显示最近的图片"; |
---|
255 | $lang['Redirection...'] = "转向中..."; |
---|
256 | $lang['Please, enter a login'] = "请输入一个登录名称"; |
---|
257 | $lang['login mustn\'t end with a space character'] = "登录名称不能以空格做结尾"; |
---|
258 | $lang['login mustn\'t start with a space character'] = "登录名称不能以空格做开头"; |
---|
259 | $lang['this login is already used'] = "此登录名称已被使用"; |
---|
260 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "电邮地址必须像 xxx@yyy.eee 这样(例如 : jack@altern.org)"; |
---|
261 | $lang['please enter your password again'] = "请再输入你的密码"; |
---|
262 | $lang['Auto login'] = "自动登录"; |
---|
263 | $lang['remove this tag from the list'] = "从列表上删除这个标签"; |
---|
264 | $lang['representative'] = "代表图片"; |
---|
265 | $lang['Search for Author'] = "搜索一个作者"; |
---|
266 | $lang['Search in albums'] = "在图片集里搜索"; |
---|
267 | $lang['Search by Date'] = "由日期搜索"; |
---|
268 | $lang['Date'] = "日期"; |
---|
269 | $lang['End-Date'] = "结束日期"; |
---|
270 | $lang['Kind of date'] = "日期类型"; |
---|
271 | $lang['Search for words'] = "搜索关键字"; |
---|
272 | $lang['Search for all terms'] = "搜索所有规则"; |
---|
273 | $lang['Search for any terms'] = "搜索任何规则"; |
---|
274 | $lang['Empty query. No criteria has been entered.'] = "空白查询。没有输入条件。"; |
---|
275 | $lang['Search Options'] = "搜索选项"; |
---|
276 | $lang['Search results'] = "搜索结果"; |
---|
277 | $lang['Search in sub-albums'] = "在子图集里搜索"; |
---|
278 | $lang['searched words : %s'] = "搜索字 : %s"; |
---|
279 | $lang['Contact'] = "联系"; |
---|
280 | $lang['set as album representative'] = "设置为图片集的代表图片"; |
---|
281 | $lang['Show number of comments'] = "显示意见数"; |
---|
282 | $lang['Show number of hits'] = "显示点击数"; |
---|
283 | $lang['slideshow'] = "幻灯播放"; |
---|
284 | $lang['stop the slideshow'] = "停止幻灯播放"; |
---|
285 | $lang['Specials'] = "特定分类"; |
---|
286 | $lang['SQL queries in'] = "SQL查询于"; |
---|
287 | $lang['display only recently posted photos'] = "只显示最近上传图片"; |
---|
288 | $lang['return to the display of all photos'] = "回到显示全部图片"; |
---|
289 | $lang['the beginning'] = "开始"; |
---|
290 | $lang['Interface theme'] = "界面主题"; |
---|
291 | $lang['Thumbnails'] = "预览图"; |
---|
292 | $lang['Menu'] = "菜单"; |
---|
293 | $lang['A comment on your site'] = "你的网站有一个新意见"; |
---|
294 | $lang['today'] = "今天"; |
---|
295 | $lang['Update your rating'] = "更新你的打分"; |
---|
296 | $lang['wrong filename'] = "错误文件名"; |
---|
297 | $lang['the username must be given'] = "需要用户名"; |
---|
298 | $lang['useful when password forgotten'] = "当你忘记密码时将很有用"; |
---|
299 | $lang['Quick search'] = "快速搜素"; |
---|
300 | $lang['Connected user: %s'] = "已连接用户: %s"; |
---|
301 | $lang['IP: %s'] = "IP地址: %s"; |
---|
302 | $lang['Browser: %s'] = "浏览器: %s"; |
---|
303 | $lang['Author: %s'] = "作者: %s"; |
---|
304 | $lang['Comment: %s'] = "意见: %s"; |
---|
305 | $lang['Comment by %s'] = "由 %s 提出的意见"; |
---|
306 | $lang['User: %s'] = "用户: %s"; |
---|
307 | $lang['Email: %s'] = "电子邮件: %s"; |
---|
308 | $lang['Admin: %s'] = "管理员: %s"; |
---|
309 | $lang['Registration of %s'] = " %s 的注册"; |
---|
310 | $lang['Album: %s'] = "图片集: %s"; |
---|
311 | $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "“访客”账户出现问题,正在使用默认设置,请提醒管理员。"; |
---|
312 | $lang['Administrator, webmaster and special user cannot use this method'] = "管理员,网管和特殊用户不能使用此手段。"; |
---|
313 | $lang['this email address is already in use'] = "这个电子邮件地址已经被占用了"; |
---|
314 | $lang['Album results for'] = "相册结果对应"; |
---|
315 | $lang['Tag results for'] = "标签结果对应"; |
---|
316 | $lang['from %s to %s'] = "从 %s 到 %s"; |
---|
317 | $lang['Play of slideshow'] = "播放幻灯片"; |
---|
318 | $lang['Pause of slideshow'] = "暂停幻灯片"; |
---|
319 | $lang['Repeat the slideshow'] = "重复幻灯片"; |
---|
320 | $lang['Not repeat the slideshow'] = "不要重复幻灯片"; |
---|
321 | $lang['Reduce diaporama speed'] = "减慢幻灯片播放速度"; |
---|
322 | $lang['Accelerate diaporama speed'] = "加快幻灯片播放速度"; |
---|
323 | $lang['Submit'] = "提交"; |
---|
324 | $lang['Yes'] = "是"; |
---|
325 | $lang['No'] = "否"; |
---|
326 | $lang['%d photo'] = "%d 图片"; |
---|
327 | $lang['%d photos'] = "%d 图片"; |
---|
328 | $lang['%d photo is also linked to current tags'] = "%d 张图片也与此标签对应"; |
---|
329 | $lang['%d photos are also linked to current tags'] = "%d 张图片也与此标签对应"; |
---|
330 | $lang['%d photo']='%d 张图片'; |
---|
331 | $lang['photos posted during the last %d days'] = "最近 %d 天上传的图片"; |
---|
332 | $lang['Piwigo Help'] = "Piwigo帮助"; |
---|
333 | $lang['Rank'] = "评分"; |
---|
334 | $lang['group by letters'] = "以字母编组"; |
---|
335 | $lang['letters'] = "字母"; |
---|
336 | $lang['show tag cloud'] = "显示标签云"; |
---|
337 | $lang['cloud'] = "云"; |
---|
338 | $lang['Reset to default values'] = "恢复默认值"; |
---|
339 | $lang['delete all photos from your favorites'] = "从你的收藏中删除所有照片"; |
---|
340 | $lang['Sent by'] = "发送者"; |
---|
341 | $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Cookies被阻止或你的浏览器不支持Cookies,你必须启动Cookies以连接"; |
---|
342 | $lang['edit this comment'] = "编辑这个意见"; |
---|
343 | $lang['Edit a comment'] = "编辑一个意见"; |
---|
344 | $lang['Are you sure?'] = "你确定?"; |
---|
345 | $lang['(!) This comment requires validation'] = '(!) 这个意见需审核'; |
---|
346 | $lang['Welcome'] = '欢迎'; |
---|
347 | $lang['Welcome to your Piwigo photo gallery!'] = '欢迎来到你的Piwigo照片画廊!'; |
---|
348 | $lang['... or browse your empty gallery'] = '... 或者浏览你的空的画廊'; |
---|
349 | $lang['... or please deactivate this message, I will find my way by myself'] = '... 或者请忽视此消息,我会自己搞定。'; |
---|
350 | $lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Hello %s,你的照片画廊现在是空的!'; |
---|
351 | $lang['I want to add photos'] = '我想添加图片'; |
---|
352 | $lang['Manage this user comment: %s'] = '管理这个用户意见: %s'; |
---|
353 | $lang['Email address is missing. Please specify an email address.'] = "没有电子邮件地址,请确定一个电子邮件地址。"; |
---|
354 | $lang['This author modified following comment:'] = '这个作者修改了以下意见:'; |
---|
355 | $lang['This author removed the comment with id %d'] = '这个作者以 id %d 删除了意见'; |
---|
356 | $lang['delete this comment'] = "删除这个意见"; |
---|
357 | $lang['validate this comment'] = '确认这个意见'; |
---|
358 | $lang['html tags are not allowed in login'] = '登录名中不允许使用html标签'; |
---|
359 | ?> |
---|