[5316] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
| 3 | // | Piwigo - a PHP based picture gallery | |
---|
| 4 | // +-----------------------------------------------------------------------+ |
---|
[5430] | 5 | // | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | |
---|
[5316] | 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 | // Langage informations |
---|
| 25 | $lang_info['language_name'] = '中文'; |
---|
| 26 | $lang_info['country'] = '中国'; |
---|
| 27 | $lang_info['direction'] = 'ltr'; |
---|
| 28 | $lang_info['code'] = 'cn'; |
---|
| 29 | $lang_info['zero_plural'] = false; |
---|
| 30 | |
---|
[5500] | 31 | $lang['%.2f (rated %d times)'] = '%.2f (标注 %d 次)'; |
---|
[5316] | 32 | $lang['%d Kb'] = '%d KB'; |
---|
| 33 | $lang['%d category updated'] = '%d 类已更新'; |
---|
| 34 | $lang['%d categories updated'] = '%d 等多类已更新'; |
---|
| 35 | $lang['%d comment to validate'] = '%d 条用户评论被确认'; |
---|
| 36 | $lang['%d comments to validate'] = '%d 条用户评论被确认'; |
---|
| 37 | $lang['%d new comment'] = '%d 新评论'; |
---|
| 38 | $lang['%d new comments'] = '%d 新评论'; |
---|
| 39 | $lang['%d comment'] = '%d 评论'; |
---|
| 40 | $lang['%d comments'] = '%d 评论'; |
---|
| 41 | $lang['%d hit'] = '查看 %d 次'; |
---|
| 42 | $lang['%d hits'] = '查看 %d 次'; |
---|
| 43 | $lang['%d new image'] = '%d 新图片'; |
---|
| 44 | $lang['%d new images'] = '%d 新图片'; |
---|
| 45 | $lang['%d new user'] = '%d 新用户'; |
---|
| 46 | $lang['%d new users'] = '%d 新用户'; |
---|
| 47 | $lang['%d waiting element'] = '%d 等待项'; |
---|
| 48 | $lang['%d waiting elements'] = '%d 等待项'; |
---|
| 49 | $lang['About'] = '关于'; |
---|
| 50 | $lang['All tags'] = '所有标签'; |
---|
| 51 | $lang['Any tag'] = '任何标签'; |
---|
| 52 | $lang['At least one listed rule must be satisfied.'] = '至少符合一项标准.'; |
---|
| 53 | $lang['At least one tag must match'] = '至少匹配一个标签'; |
---|
| 54 | $lang['Author'] = '拥有者'; |
---|
| 55 | $lang['Average rate'] = '评分'; |
---|
| 56 | $lang['Categories'] = '类'; |
---|
| 57 | $lang['Category'] = '类'; |
---|
| 58 | $lang['Close this window'] = '关闭窗口'; |
---|
| 59 | $lang['Complete RSS feed (images, comments)'] = '完整RSS回馈(图片, 评论等)'; |
---|
| 60 | $lang['Confirm Password'] = '重复输入密码'; |
---|
| 61 | $lang['Connection settings'] = '连接设置'; |
---|
| 62 | $lang['Login'] = '连接'; |
---|
| 63 | $lang['Contact webmaster'] = '联系网管'; |
---|
| 64 | $lang['Create a new account'] = '新建帐号'; |
---|
| 65 | $lang['Created on'] = '创建于'; |
---|
| 66 | $lang['Creation date'] = '创建日期'; |
---|
| 67 | $lang['Current password is wrong'] = '密码错误'; |
---|
| 68 | $lang['Dimensions'] = '尺寸'; |
---|
| 69 | $lang['Display'] = '显示'; |
---|
| 70 | $lang['Each listed rule must be satisfied.'] = '必须符合每项标准'; |
---|
| 71 | $lang['Email address is missing. Please specify an email address.'] = '缺少邮箱地址'; |
---|
| 72 | $lang['Email address'] = '邮箱地址'; |
---|
| 73 | $lang['Enter your personnal informations'] = '输入您的个人信息'; |
---|
| 74 | $lang['Error sending email'] = '发送邮件出错'; |
---|
| 75 | $lang['File name'] = '文件名'; |
---|
| 76 | $lang['File'] = '文件'; |
---|
| 77 | $lang['Filesize'] = '文件大小'; |
---|
| 78 | $lang['Filter and display'] = '过滤并显示'; |
---|
| 79 | $lang['Filter'] = '过滤'; |
---|
| 80 | $lang['Forgot your password?'] = '忘记密码?'; |
---|
| 81 | $lang['Go through the gallery as a visitor'] = '以游客身份浏览图库'; |
---|
| 82 | $lang['Help'] = '帮助'; |
---|
| 83 | $lang['Identification'] = '身份鉴别'; |
---|
| 84 | $lang['Image only RSS feed'] = '图片RSS'; |
---|
| 85 | $lang['Keyword'] = '关键字'; |
---|
| 86 | $lang['Links'] = '链接'; |
---|
| 87 | $lang['Mail address'] = $lang['Email address']; |
---|
| 88 | $lang['N/A'] = '不存在'; |
---|
| 89 | $lang['New on %s'] = '新创于 %s'; |
---|
| 90 | $lang['New password confirmation does not correspond'] = '前后密码不一致'; |
---|
| 91 | $lang['New password sent by email'] = '新密码已发送'; |
---|
| 92 | $lang['No email address'] = '没有邮箱地址'; |
---|
| 93 | $lang['No classic user matches this email address'] = '此邮箱地址不存在'; |
---|
| 94 | $lang['Notification'] = '通知'; |
---|
| 95 | $lang['Number of items'] = '总数'; |
---|
| 96 | $lang['Original dimensions'] = '原始大小'; |
---|
| 97 | $lang['Password forgotten'] = '忘记密码'; |
---|
| 98 | $lang['Password'] = '密码'; |
---|
| 99 | $lang['Post date'] = '上传日期'; |
---|
| 100 | $lang['Posted on'] = '上传于'; |
---|
| 101 | $lang['Profile'] = '用户信息'; |
---|
| 102 | $lang['Quick connect'] = '快速连接'; |
---|
| 103 | $lang['RSS feed'] = 'RSS流'; |
---|
| 104 | $lang['Rate'] = '评分'; |
---|
| 105 | $lang['Register'] = '注册'; |
---|
| 106 | $lang['Registration'] = '注册'; |
---|
| 107 | $lang['Related tags'] = '关联标签'; |
---|
| 108 | $lang['Reset'] = '重新设置'; |
---|
| 109 | $lang['Retrieve password'] = '重新取得密码'; |
---|
| 110 | $lang['Search rules'] = '搜索规则'; |
---|
| 111 | $lang['Search tags'] = '搜索标签'; |
---|
| 112 | $lang['Search'] = '搜索'; |
---|
| 113 | $lang['See available tags'] = '查看现有标签'; |
---|
| 114 | $lang['Send new password'] = '发送新密码'; |
---|
| 115 | $lang['Since'] = '自从'; |
---|
| 116 | $lang['Sort by'] = '排序'; |
---|
| 117 | $lang['Sort order'] = '排序规则'; |
---|
| 118 | $lang['Tag'] = '标签'; |
---|
| 119 | $lang['Tags'] = '标签簇'; |
---|
| 120 | $lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'RSS提供通知更新事件功能 : 加入新图片, 更新图类, 新的用户评论. 请使用相关软件来获得RSS.'; |
---|
| 121 | $lang['Unknown feed identifier'] = '未知流标识'; |
---|
| 122 | $lang['User comments'] = '用户评论'; |
---|
| 123 | $lang['Username'] = '用户名'; |
---|
| 124 | $lang['Visits'] = '访问'; |
---|
| 125 | $lang['Webmaster'] = '网管'; |
---|
| 126 | $lang['Week %d'] = '星期 %d'; |
---|
| 127 | $lang['About Piwigo'] = '关于Piwigo'; |
---|
| 128 | $lang['You are not authorized to access the requested page'] = '你无权访问此页'; |
---|
| 129 | $lang['add to caddie'] = '放入购物篮'; |
---|
| 130 | $lang['add this image to your favorites'] = '把图片放到收藏夹'; |
---|
| 131 | $lang['Administration'] = '管理员'; |
---|
| 132 | $lang['Adviser mode enabled'] = '激活建议模式'; |
---|
| 133 | $lang['all'] = '所有'; |
---|
| 134 | $lang['ascending'] = '升序'; |
---|
| 135 | $lang['author(s) : %s'] = '拥有者 : %s'; |
---|
| 136 | $lang['Expand all categories'] = '展开所有类'; |
---|
| 137 | $lang['posted after %s (%s)'] = '插入到 %s (%s) 之后'; |
---|
| 138 | $lang['posted before %s (%s)'] = '插入到 %s (%s) 之前'; |
---|
| 139 | $lang['posted between %s (%s) and %s (%s)'] = '插入到 %s (%s) 和 le %s (%s) 之间'; |
---|
| 140 | $lang['posted on %s'] = '插入 %s'; |
---|
| 141 | $lang['Best rated'] = '得票最高'; |
---|
| 142 | $lang['display best rated items'] = '显示得票最高的图片'; |
---|
| 143 | $lang['caddie'] = '购物篮'; |
---|
| 144 | $lang['Calendar'] = '日历'; |
---|
| 145 | $lang['All'] = '所有'; |
---|
| 146 | $lang['display each day with pictures, month per month'] = '按时间顺序来显示'; |
---|
| 147 | $lang['View'] = '视图'; |
---|
| 148 | $lang['chronology_monthly_calendar'] = '月历'; |
---|
| 149 | $lang['chronology_monthly_list'] = '月清单'; |
---|
| 150 | $lang['chronology_weekly_list'] = '周清单'; |
---|
| 151 | $lang['Click here if your browser does not automatically forward you'] = '如果你的浏览器不支持自动转页,请按这里。'; |
---|
| 152 | $lang['comment date'] = '评论日期'; |
---|
| 153 | $lang['Comment'] = '评论'; |
---|
| 154 | $lang['Your comment has been registered'] = '评论已保存'; |
---|
| 155 | $lang['Anti-flood system : please wait for a moment before trying to post another comment'] = '反灌水系统 : 请稍候再加评论'; |
---|
| 156 | $lang['Your comment has NOT been registered because it did not pass the validation rules'] = '由于不符合格式规定,你的评论不能被保存'; |
---|
| 157 | $lang['An administrator must authorize your comment before it is visible.'] = '评论需经管理员确认才能显示在页面里。'; |
---|
| 158 | $lang['This login is already used by another user'] = '用户名已存在'; |
---|
| 159 | $lang['Comments'] = '评论'; |
---|
| 160 | $lang['Add a comment'] = '加评论'; |
---|
| 161 | $lang['created after %s (%s)'] = '创建于 %s (%s) 之后'; |
---|
| 162 | $lang['created before %s (%s)'] = '创建于 %s (%s) 之前'; |
---|
| 163 | $lang['created between %s (%s) and %s (%s)'] = '创建于 %s (%s) 和 le %s (%s) 之间'; |
---|
| 164 | $lang['created on %s'] = '创建于 %s'; |
---|
| 165 | $lang['Customize'] = '自定义'; |
---|
| 166 | $lang['Your Gallery Customization'] = '自定义页标题'; |
---|
| 167 | $lang['day'][0] = '星期日'; |
---|
| 168 | $lang['day'][1] = '星期一'; |
---|
| 169 | $lang['day'][2] = '星期二'; |
---|
| 170 | $lang['day'][3] = '星期三'; |
---|
| 171 | $lang['day'][4] = '星期四'; |
---|
| 172 | $lang['day'][5] = '星期五'; |
---|
| 173 | $lang['day'][6] = '星期六'; |
---|
| 174 | $lang['Default'] = '默认'; |
---|
| 175 | $lang['delete this image from your favorites'] = '从收藏夹中删除此图片'; |
---|
| 176 | $lang['Delete'] = '删除'; |
---|
| 177 | $lang['descending'] = '降序'; |
---|
| 178 | $lang['download'] = '下载'; |
---|
| 179 | $lang['download this file'] = '下载此文件'; |
---|
| 180 | $lang['edit'] = '编辑'; |
---|
| 181 | $lang['wrong date'] = '日期出错'; |
---|
| 182 | $lang['excluded'] = '不包括'; |
---|
| 183 | $lang['My favorites'] = '收藏夹'; |
---|
| 184 | $lang['display my favorites pictures'] = '显示收藏图片'; |
---|
| 185 | $lang['Favorites'] = '收藏'; |
---|
| 186 | $lang['First'] = '首页'; |
---|
| 187 | $lang['The gallery is locked for maintenance. Please, come back later.'] = '系统维护,请稍候再试。'; |
---|
| 188 | $lang['Page generated in'] = '页面创建时间'; |
---|
| 189 | $lang['guest'] = '游客'; |
---|
| 190 | $lang['Hello'] = '你好'; |
---|
| 191 | $lang['available for administrators only'] = '只限于管理者'; |
---|
| 192 | $lang['shows images at the root of this category'] = '显示所有此类图片'; |
---|
| 193 | $lang['See last users comments'] = '查看最新用户评论'; |
---|
| 194 | $lang['customize the appareance of the gallery'] = '个性化设置'; |
---|
| 195 | $lang['search'] = '搜索'; |
---|
| 196 | $lang['Home'] = '主页'; |
---|
| 197 | $lang['Identification'] = '身份鉴别'; |
---|
| 198 | $lang['in this category'] = '在此类中'; |
---|
| 199 | $lang['in %d sub-category'] = '在 %d 子类中'; |
---|
| 200 | $lang['in %d sub-categories'] = '在 %d 等子类中'; |
---|
| 201 | $lang['included'] = '包括'; |
---|
| 202 | $lang['Invalid password!'] = '密码不正确!'; |
---|
| 203 | $lang['Language'] = '语言'; |
---|
| 204 | $lang['last %d days'] = '最近%d天'; |
---|
| 205 | $lang['Last'] = '最后'; |
---|
| 206 | $lang['Logout'] = '注销'; |
---|
| 207 | $lang['E-mail address'] = $lang['Email address']; |
---|
| 208 | $lang['obligatory'] = '必需'; |
---|
| 209 | $lang['Maximum height of the pictures'] = '图片的最大长度'; |
---|
| 210 | $lang['Maximum height must be a number superior to 50'] = '图片最大长度必须大于50'; |
---|
| 211 | $lang['Maximum width of the pictures'] = '图片的最大宽度'; |
---|
| 212 | $lang['Maximum width must be a number superior to 50'] = '图片最大宽度必须大于50'; |
---|
| 213 | $lang['display a calendar by creation date'] = '通过创建时间显示日历'; |
---|
| 214 | $lang['display all elements in all sub-categories'] = '平铺显示所有类及其子类图片'; |
---|
| 215 | $lang['return to normal view mode'] = '返回到普通模式显示'; |
---|
| 216 | $lang['display a calendar by posted date'] = '通过发送时间来显示日历'; |
---|
| 217 | $lang['month'][10] = '十月'; |
---|
| 218 | $lang['month'][11] = '十一月'; |
---|
| 219 | $lang['month'][12] = '十二月'; |
---|
| 220 | $lang['month'][1] = '一月'; |
---|
| 221 | $lang['month'][2] = '二月'; |
---|
| 222 | $lang['month'][3] = '三月'; |
---|
| 223 | $lang['month'][4] = '四月'; |
---|
| 224 | $lang['month'][5] = '五月'; |
---|
| 225 | $lang['month'][6] = '六月'; |
---|
| 226 | $lang['month'][7] = '七月'; |
---|
| 227 | $lang['month'][8] = '八月'; |
---|
| 228 | $lang['month'][9] = '九月'; |
---|
| 229 | $lang['Most visited'] = '最受喜欢'; |
---|
| 230 | $lang['display most visited pictures'] = '显示查看次数最多的图片'; |
---|
| 231 | $lang['The number of images per row must be a not null scalar'] = '每行图片数必须是非零整数'; |
---|
| 232 | $lang['Number of images per row'] = '每行图片数'; |
---|
| 233 | $lang['The number of rows per page must be a not null scalar'] = '每页总行数必须是非零整数'; |
---|
| 234 | $lang['Number of rows per page'] = '每页行数'; |
---|
| 235 | $lang['Unknown identifier'] = '帐户不存在'; |
---|
| 236 | $lang['New password'] = '新密码'; |
---|
| 237 | $lang['Rate this picture'] = '对图片投票'; |
---|
| 238 | $lang['Next'] = '下一页'; |
---|
| 239 | $lang['Home'] = '主页'; |
---|
| 240 | $lang['no rate'] = '没有被投票'; |
---|
| 241 | $lang['Elements posted within the last %d day.'] = '只显示最近 %d 天的图片.'; |
---|
| 242 | $lang['Elements posted within the last %d days.'] = '只显示最近 %d 天的图片.'; |
---|
| 243 | $lang['password updated'] = '密码已更新'; |
---|
| 244 | $lang['Recent period must be a positive integer value'] = '再次发表间隔时间必须是正整数'; |
---|
| 245 | $lang['picture'] = '图片'; |
---|
| 246 | $lang['Click on the picture to see it in high definition'] = '点击查看大图片'; |
---|
| 247 | $lang['Show file metadata'] = '显示文件的元数据'; |
---|
| 248 | $lang['Powered by'] = '基于'; |
---|
| 249 | $lang['Preferences'] = '使用偏好'; |
---|
| 250 | $lang['Previous'] = '前页'; |
---|
| 251 | $lang['Random pictures'] = '随机图片'; |
---|
| 252 | $lang['display a set of random pictures'] = '随机显示图片'; |
---|
| 253 | $lang['Recent categories'] = '最近更新的类'; |
---|
| 254 | $lang['display recently updated categories'] = '显示最近更新或创建的类'; |
---|
| 255 | $lang['Recent period'] = '最近阶段'; |
---|
| 256 | $lang['Recent pictures'] = '最新图片'; |
---|
| 257 | $lang['display most recent pictures'] = '显示最新图片'; |
---|
| 258 | $lang['Redirection...'] = '转跳至...'; |
---|
| 259 | $lang['Please, enter a login'] = '请输入用户名'; |
---|
| 260 | $lang['login mustn\'t end with a space character'] = '用户名不能以空格结尾'; |
---|
| 261 | $lang['login mustn\'t start with a space character'] = '用户名不能以空格开头'; |
---|
| 262 | $lang['this login is already used'] = '用户名已存在'; |
---|
| 263 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '邮件地址格式必须符合标准邮件地址格式 xxx@yyy.eee (例如 : jack@altern.org)'; |
---|
| 264 | $lang['please enter your password again'] = '请输入新密码'; |
---|
| 265 | $lang['Auto login'] = '自动连接'; |
---|
| 266 | $lang['remove this tag from the list'] = '删除此标签'; |
---|
| 267 | $lang['representative'] = '代理人'; |
---|
| 268 | $lang['return to homepage'] = '返回首页'; |
---|
| 269 | $lang['Search for Author'] = '搜索上传者'; |
---|
| 270 | $lang['Search in Categories'] = '在这些类中查询'; |
---|
| 271 | $lang['Search by Date'] = '通过日期查询'; |
---|
| 272 | $lang['Date'] = '开始日期'; |
---|
| 273 | $lang['End-Date'] = '最终日期'; |
---|
| 274 | $lang['Kind of date'] = '日期类型'; |
---|
| 275 | $lang['Search for words'] = '关键字'; |
---|
| 276 | $lang['Search for all terms'] = '以与模式查询'; |
---|
| 277 | $lang['Search for any terms'] = '以或模式查询'; |
---|
| 278 | $lang['Empty query. No criteria has been entered.'] = '查询语句不能为空'; |
---|
| 279 | $lang['Search Options'] = '查询选项'; |
---|
| 280 | $lang['Search results'] = '搜索结果'; |
---|
| 281 | $lang['Search in subcategories'] = '在子类中搜索'; |
---|
| 282 | $lang['Search'] = '搜索'; |
---|
| 283 | $lang['searched words : %s'] = '搜索词 : %s'; |
---|
| 284 | $lang['Contact'] = '联系'; |
---|
| 285 | $lang['set as category representative'] = '选择此类代理'; |
---|
| 286 | $lang['Show number of comments'] = '显示评论总数'; |
---|
| 287 | $lang['Show number of hits'] = '显示查看次数'; |
---|
| 288 | $lang['slideshow'] = '幻灯片放映'; |
---|
| 289 | $lang['stop the slideshow'] = '停止幻灯片放映'; |
---|
| 290 | $lang['Specials'] = '特别类'; |
---|
| 291 | $lang['SQL queries in'] = 'sql查询语句'; |
---|
| 292 | $lang['display only recently posted images'] = '只显示最近内容'; |
---|
| 293 | $lang['return to the display of all images'] = '返回到所有图片页面'; |
---|
| 294 | $lang['the beginning'] = '开始'; |
---|
| 295 | $lang['Interface theme'] = '主题'; |
---|
| 296 | $lang['Thumbnails'] = '缩略图'; |
---|
| 297 | $lang['Menu'] = '菜单'; |
---|
| 298 | $lang['A comment on your site'] = '网站评论'; |
---|
| 299 | $lang['today'] = '今天'; |
---|
| 300 | $lang['Update your rating'] = '更改投票'; |
---|
| 301 | $lang['wrong filename'] = '文件夹名不合法'; |
---|
| 302 | $lang['the filesize of the picture must not exceed :'] = '上传图片最大尺寸 : '; |
---|
| 303 | $lang['the picture must be to the fileformat jpg, gif or png'] = '支持图片格式:jpg, png ou gif'; |
---|
| 304 | $lang['the height of the picture must not exceed :'] = '上传图片最大长度 : '; |
---|
| 305 | $lang['Optional, but recommended : choose a thumbnail to associate to'] = '此选项可选, 但强烈推荐 : 选择相对应的缩略图'; |
---|
| 306 | $lang['the width of the picture must not exceed :'] = '上传图片最大宽度 : '; |
---|
| 307 | $lang['Author'] = '上传者'; |
---|
| 308 | $lang['can\'t upload the picture on the server'] = '上传失败'; |
---|
| 309 | $lang['the username must be given'] = '缺少用户名'; |
---|
| 310 | $lang['A picture\'s name already used'] = '文件已存在'; |
---|
| 311 | $lang['You must choose a picture fileformat for the image'] = '不支持此文件格式'; |
---|
| 312 | $lang['Name of the picture'] = '图片名'; |
---|
| 313 | $lang['Upload a picture'] = '上传图片'; |
---|
| 314 | $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = '上传成功, 但必须经管理员确认才能看到图片'; |
---|
| 315 | $lang['Upload a picture'] = '上传图片'; |
---|
| 316 | $lang['useful when password forgotten'] = '忘记密码'; |
---|
| 317 | $lang['Quick search'] = '快速搜索'; |
---|
| 318 | $lang['Connected user: %s'] = '在线用户: %s'; |
---|
| 319 | $lang['IP: %s'] = 'IP地址: %s'; |
---|
| 320 | $lang['Browser: %s'] = '浏览器: %s'; |
---|
| 321 | $lang['Author: %s'] = '上传者: %s'; |
---|
| 322 | $lang['Comment: %s'] = '评论: %s'; |
---|
| 323 | $lang['Comment by %s'] = '评论人 %s'; |
---|
| 324 | $lang['User: %s'] = '用户: %s'; |
---|
[5814] | 325 | $lang['Email: %s'] = '电子邮件: %s'; |
---|
[5316] | 326 | $lang['Admin: %s'] = '管理员: %s'; |
---|
| 327 | $lang['Registration of %s'] = '注册 %s'; |
---|
| 328 | $lang['Category: %s'] = '类别: %s'; |
---|
| 329 | $lang['Picture name: %s'] = '图片名: %s'; |
---|
| 330 | $lang['Creation date: %s'] = '创建日期: %d'; |
---|
| 331 | $lang['Waiting page: %s'] = '等待页面: %s'; |
---|
| 332 | $lang['Picture uploaded by %s'] = '图片上载者 %s'; |
---|
| 333 | // --------- Starting below: New or revised $lang ---- from version 1.7.1 |
---|
| 334 | $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = '如果游客反常拥有普通用户才拥有状态,请向网络管理员报告。'; |
---|
| 335 | // --------- Starting below: New or revised $lang ---- from Butterfly (2.0) |
---|
| 336 | $lang['Administrator, webmaster and special user cannot use this method'] = '管理员, 网管和特定用户不能使用此方法功能'; |
---|
| 337 | $lang['a user use already this mail address'] = '邮箱地址已存在'; |
---|
| 338 | $lang['Category results for'] = '符合查询类结果'; |
---|
| 339 | $lang['Tag results for'] = '符合查询标签结果'; |
---|
| 340 | $lang['from %s to %s'] = '从 %s 到 %s'; |
---|
| 341 | $lang['Play of slideshow'] = '播放'; |
---|
| 342 | $lang['Pause of slideshow'] = '暂停'; |
---|
| 343 | $lang['Repeat the slideshow'] = '重复播放'; |
---|
| 344 | $lang['Not repeat the slideshow'] = '停止重复播放'; |
---|
| 345 | $lang['Reduce diaporama speed'] = '减慢播放速度'; |
---|
| 346 | $lang['Accelerate diaporama speed'] = '加快播放速度'; |
---|
| 347 | $lang['Submit'] = '确认'; |
---|
| 348 | $lang['Yes'] = '是'; |
---|
| 349 | $lang['No'] = '否'; |
---|
| 350 | $lang['%d image']='%d 图片'; |
---|
| 351 | $lang['%d images']='%d 图片'; |
---|
| 352 | $lang['%d image is also linked to current tags'] = '%d 图片同时与当前标签相关'; |
---|
| 353 | $lang['%d images are also linked to current tags'] = '%d 图片同时与当前标签相关'; |
---|
| 354 | $lang['See images linked to this tag only'] = '只查看和这标签相关的图片'; |
---|
| 355 | $lang['images posted during the last %d days'] = '图片在最近%d天里更新'; |
---|
| 356 | $lang['Choose an image'] = '选择图片'; |
---|
| 357 | $lang['Piwigo Help'] = 'Piwigo帮助'; |
---|
| 358 | $lang['Rank'] = '分类'; |
---|
| 359 | $lang['group by letters'] = '按字母顺序分'; |
---|
| 360 | $lang['letters'] = '字母'; |
---|
| 361 | $lang['show tag cloud'] = '显示标签云'; |
---|
| 362 | $lang['cloud'] = '云'; |
---|
| 363 | $lang['Are you sure?'] = '确定?'; |
---|
| 364 | $lang['delete this comment'] = '删除评论'; |
---|
[5814] | 365 | $lang['Reset to default values'] = '重置为默认值'; |
---|
| 366 | $lang['delete all images from your favorites'] = '删除您的收藏里所有相片'; |
---|
| 367 | $lang['Sent by'] = 'Sent by'; |
---|
| 368 | $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '您的浏览器已关闭或者不支持Cookies. 您必须开启 cookies 才能登录.'; |
---|
| 369 | $lang['Some info about this picture'] = '关于此相片的信息'; |
---|
| 370 | $lang['Some more (technical) info about this picture'] = '更多关于此相片 (技术性的) 的信息'; |
---|
| 371 | $lang['edit this comment'] = '修改此评论'; |
---|
| 372 | $lang['Edit a comment'] = '修改一个评论'; |
---|
| 373 | $lang['(!) This comment requires validation'] = '(!) 此评论需要审核'; |
---|
| 374 | $lang['Welcome'] = '欢迎'; |
---|
| 375 | $lang['Welcome to your Piwigo photo gallery!'] = '欢迎来到您的 Piwigo 画廊!'; |
---|
| 376 | $lang['... or browse your empty gallery'] = '... 或者浏览您的空画廊'; |
---|
| 377 | $lang['... or please deactivate this message, I will find my way by myself'] = '... 或者取消此信息,我会自己找到我的方法'; |
---|
| 378 | $lang['Hello %s, your Piwigo photo gallery is empty!'] = '您好 %s, 您的 Piwigo 画廊是空的!'; |
---|
| 379 | $lang['I want to add photos'] = '我想添加相片'; |
---|
| 380 | $lang['Manage this user comment: %s'] = '管理此用户的评论: %s'; |
---|
| 381 | $lang['This author modified following comment:'] = '此作者修改了以下的评论:'; |
---|
| 382 | $lang['This author removed the comment with id %d'] = '此作者删除了 id 为 %d 的评论'; |
---|
| 383 | $lang['validate this comment'] = '审核此评论'; |
---|
[5847] | 384 | $lang['Sent by'] = '发送人'; |
---|
[5814] | 385 | ?> |
---|