source: extensions/Subscribe_to_comments/language/zh_CN/plugin.lang.php @ 21701

Last change on this file since 21701 was 21701, checked in by TranslationTeam, 11 years ago

[subscribe_to_comments] Update zh_CN, thanks to : winson

  • Property svn:executable set to *
File size: 5.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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$lang['Allow users to subscribe to global notifications'] = '允许用户订阅全局通知';
24$lang['Already validated.'] = '已验证。';
25$lang['Comments notifications'] = '评论通知';
26$lang['Confirm subscription'] = '确认订阅';
27$lang['Confirm your subscribtion to comments'] = '确认订阅评论';
28$lang['Followed on'] = '跟随';
29$lang['Invalid email adress, your are not subscribed to comments.'] = '无效的 email 地址,您无法订阅评论。';
30$lang['Manage my subscriptions'] = '管理我的订阅';
31$lang['New comment on'] = '新的评论';
32$lang['New subscription on'] = '新的订阅';
33$lang['Not found.'] = '无法获取。';
34$lang['Notify administrators when a user take a new subscription'] = '当用户有新订阅时,通知管理员';
35$lang['Notify me of followup comments'] = '当有后续评论时,通知我';
36$lang['Please check your email inbox to confirm your subscription.'] = '请检查您的 email 收件箱来确认您的订阅。';
37$lang['Return to item page'] = '返回项目页面';
38$lang['Subject'] = '标题';
39$lang['Subscribe'] = '订阅';
40$lang['Subscribe to comments on'] = '订阅评论';
41$lang['Subscribe to mail notifications'] = '订阅 email 通知';
42$lang['Subscriptions of'] = '描述';
43$lang['Successfully unsubscribed your email address from receiving notifications.'] = '成功取消订阅接受通知。';
44$lang['To activate, click the confirm button. If you believe this is an error, please just ignore this message.'] = '要激活,请单击确认按钮。如果您认为这是一个错误,请忽略这条消息。';
45$lang['Unsubscribe'] = '取消订阅';
46$lang['Unsubscribe from all email notifications'] = '取消所有 email 订阅通知';
47$lang['Validate'] = '有效';
48$lang['Want to edit your notifications options?'] = '希望变更您的通知选项?';
49$lang['You are currently subscribed to comments on'] = '您已经订阅了';
50$lang['You are not subscribed to any comment.'] = '您还没有订阅任何评论通知';
51$lang['You have been added to the list of subscribers.'] = '您已经被添加到订阅列表中。';
52$lang['You requested to subscribe by email to comments on'] = '您希望通过 email 订阅评论';
53$lang['Your subscribtion has been validated, thanks you.'] = '您的订阅已经生效,谢谢。';
54$lang['all albums of the gallery'] = '画廊中的所有相册';
55$lang['all pictures of the album <a href="%s">%s</a>'] = '相册 <a href="%s">%s</a> 中的所有相片';
56$lang['all pictures of the gallery'] = '画廊中的所有相片';
57$lang['all pictures of this album'] = '本相册中的所有相片';
58$lang['comments on a picture'] = '相片评论';
59$lang['comments on all pictures of an album'] = '相册中所有相片的评论';
60$lang['comments on an album'] = '相册的评论';
61$lang['the album <a href="%s">%s</a>'] = '相册 <a href="%s">%s</a>';
62$lang['the picture <a href="%s">%s</a>'] = '相片 <a href="%s">%s</a>';
63$lang['this album'] = '该相册';
64$lang['this picture'] = '该相片';
65$lang['%s has subscribed to comments on'] = '%s 订阅了评论';
66$lang['%s has subscribed to comments on %s.'] = '%s 在 %s 订阅了评论';
67$lang['Global subscriptions'] = '全局订阅';
68$lang['New comment on %s'] = '在 %s 的新评论';
69$lang['New subscription on %s'] = '在 %s 的新订阅';
70$lang['Stop receiving notifications'] = '停止接收通知';
71$lang['Subscribe to comments on %s'] = '在%s订阅评论';
72$lang['Subscriptions of %s'] = '%s的订阅';
73$lang['You are currently subscribed to comments on %s.'] = '你目前在%s订阅了评论';
74$lang['You requested to subscribe by email to comments on %s'] = '你请求在%s通过电子邮件订阅评论';
75$lang['&#9733; : registered users'] = '&#9733; : 注册用户';
76$lang['All album photos'] = '所有相册照片';
77$lang['First subscription'] = '第一个订阅';
78$lang['Last subscription'] = '最后一个订阅';
79$lang['No result'] = '没有结果';
80?>
Note: See TracBrowser for help on using the repository browser.