source: extensions/oAuth/language/zh_CN/plugin.lang.php @ 20998

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

[oauth] Add zh_CN, thanks to : winson

  • Property svn:executable set to *
File size: 3.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Display sign in buttons in the menubar'] = '在菜单栏显示登录按钮';
24$lang['Display sign in buttons on the register page'] = '在注册页面显示登录按钮';
25$lang['Enabled'] = '开启';
26$lang['Error...'] = '错误...';
27$lang['Icon size in the menubar'] = '菜单栏上的图标大小';
28$lang['Icon size on the identification page'] = '认证页面的图标大小';
29$lang['Loading...'] = '加载中...';
30$lang['Logged with'] = '登录为';
31$lang['OAuth: PHP Curl extension is needed'] = 'OAuth:需安装 PHP Curl 扩展';
32$lang['OAuth: You need to configure the credentials'] = 'OAuth:你需要配置证书';
33$lang['OpenID must be enabled in order to use %s authentication'] = '必须开启OpenID以使用 %s 认证';
34$lang['Or sign in with'] = '或者登录为';
35$lang['Please enter your OpenID URL'] = '请输入你的 OpenID 地址';
36$lang['Please enter your username'] = '请输入你的用户名';
37$lang['Profile URL'] = '个人资料地址';
38$lang['Providers'] = '提供者';
39$lang['Sign in with %s'] = '注册为 %s';
40$lang['Sorry, new registrations are blocked on this gallery.'] = '抱歉,此相册已禁止新注册';
41$lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = '不允许用户在你的相册上注册。OAuth不能正常工作。';
42$lang['You registered with a %s account, please sign in with the same account.'] = '你注册了一个%s帐户,请使用同一个帐户登录';
43$lang['Your registration is almost done, please complete the registration form.'] = '你的注册就快完成了,请填妥以下注册表格';
44$lang['%s: invalid keys'] = '%s:无效密钥';
45$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = '出现错误,请联系相册拥有者:<i>错误代码:%s</i>';
46$lang['Authentication canceled'] = '取消认证';
47$lang['Contacting <b>%s</b>. Please wait.'] = '正在连接<b>%s</b>,请稍候。';
48$lang['Disabled'] = '不可用';
49?>
Note: See TracBrowser for help on using the repository browser.