source: extensions/PersoFavicon/language/zh_CN/plugin.lang.php @ 19519

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

[persofavicon] Add zh_CN, thanks to : dennisyan

  • Property svn:executable set to *
File size: 3.0 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['pfi_validdef'] = '您确定上传吗?如果favicon已存在,将被新的favicon覆盖。';
24$lang['pfi_actu'] = '当前favicon(在相册目录的"local"目录中找到的):';
25$lang['pfi_aide1'] = '您上传的文件将自动重命名为 "favicon.ico" 并覆盖相册"local"目录中的现有favicon。<br><br>文件不能大于 5kB。<br><br>取决于您的浏览器,您可能需要清空缓存并重启浏览器才能看到新的favicon。';
26$lang['pfi_envoie'] = '上传至相册的"local"目录';
27$lang['pfi_select'] = '选择您的favicon(.ico 格式,最大5kB)';
28$lang['pfi_ok'] = '文件已上传';
29$lang['pfi_h2'] = 'Perso Favicon 插件';
30$lang['pfi_erreur_vide'] = '文件未找到';
31$lang['pfi_erreur_taille'] = '文件不能大于 5kB。';
32$lang['pfi_erreur_nom'] = '文件名无效';
33$lang['pfi_erreur_mouve'] = '无法将文件复制到"local"目录';
34$lang['pfi_erreur_ext'] = '您必须上传一个 .ico 格式的文件';
35$lang['pfi_erreur_exist'] = '文件已被替换';
36$lang['pfi_ajout'] = '添加favicon';
37$lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']';
38$lang['pfi_aide2'] = '如果您是通过FTP上传一个名称不是 "favicon.ico" 的favicon,您可以在您的本地配置文件中加入<br><pre>$conf[\'PersoFavicon\'] = \'您的favicon的文件名\';</pre>';
39$lang['pfi_aide1T'] = '网页上传添加';
40$lang['pfi_actu2'] = '警告:新favicon将覆盖之。';
41$lang['help'] = '帮助';
42?>
Note: See TracBrowser for help on using the repository browser.