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['Fill out any required fields such as the application name and description'] = '填写例如“应用名称”、“描述”等必填字段'; |
---|
24 | $lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = '前往<a href="%s" target="_blank">%s</a>创建一个新应用'; |
---|
25 | $lang['No registration required for OpenID based providers'] = '支持OpenID的服务提供商无需注册'; |
---|
26 | $lang['On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>'] = '在<b>API Access</b>标签上, <b>创建一个OAuth 2.0客户端ID</b>'; |
---|
27 | $lang['On the <b>Create Client ID</b> popup, switch to advanced settings by clicking on <b>(more options)</b>'] = '在<b>Create Client ID</b>弹出窗口中, 点击<b>(more options)</b>切换到高级设置。'; |
---|
28 | $lang['Once the application is registered update the permissions : set <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = '应用已注册和更新权限后,设置<b>Contacts</b>为<em>Read</em>、<b>Social Directory</b>为<em>Read Public</em>。'; |
---|
29 | $lang['Once you have registered, copy and past the created application credentials into this setup page'] = '完成注册后,复制并粘贴已创建应用的证书到安装页面。'; |
---|
30 | $lang['Provide this URL as the Callback/Redirect URL for your application: <em>%s</em>'] = '将此链接作为你的应用的反馈/重定向链接:<em>%s</em>'; |
---|
31 | $lang['Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'] = '将你的网站域名填入%s字段。域名应匹配当前主机名:<em>%s</em>'; |
---|
32 | $lang['Set the <b>%s</b> to <em>%s</em>'] = '把<b>%s</b>设为<em>%s</em>'; |
---|
33 | ?> |
---|