source: extensions/PersoFavicon/language/zh_TW/plugin.lang.php @ 24551

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

[persofavicon] Update zh_TW, thanks to : ddtddt

  • Property svn:executable set to *
File size: 3.1 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['pfi_aide1'] = '您的上傳表單中增加的文件會自動被改名為"的favicon.ico",並覆蓋任何現有的本機目錄中的圖標。<BR> <BR>最大檔案大小為5KB。<BR> <BR>根據你的網絡瀏覽器您可能需要清除緩存並重新啟動,以查看新的圖標。';
24$lang['pfi_aide2'] = '如果您通過FTP上傳一個圖標的名稱不同的 "favicon.ico",您可以添加您的本機設定檔案的 <br><PRE>$ CONF[\'PersoFavicon\']=\'檔案名稱\'</ pre>';
25$lang['pfi_erreur_taille'] = '最大檔案大小為5KB';
26$lang['pfi_erreur_vide'] = '檔案未找到';
27$lang['pfi_h2'] = 'PERSO網站圖標插件';
28$lang['pfi_ok'] = '該檔案已被上傳';
29$lang['pfi_select'] = '選擇你的圖標檔案 (.ico,最大 5KB)';
30$lang['pfi_validdef'] = '你確認上傳嗎?如果圖標檔案已經存在,新會覆蓋它。';
31$lang['help'] = '幫助';
32$lang['pfi_actu'] = '目前的圖標(本機目錄中找到):';
33$lang['pfi_actu2'] = '警告:任何新的圖標將會覆蓋它。';
34$lang['pfi_aide1T'] = '增加表單';
35$lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']';
36$lang['pfi_ajout'] = '增加一個圖標';
37$lang['pfi_envoie'] = '上傳到本機目錄';
38$lang['pfi_erreur_exist'] = '該檔案已被更換';
39$lang['pfi_erreur_ext'] = '您必須上傳的檔案類型 .ico';
40$lang['pfi_erreur_mouve'] = '無法複製檔案在本機目錄裡';
41$lang['pfi_erreur_nom'] = '無效的檔案名稱';
42$lang['This section is reserved for the webmaster'] = '這部分是保留給站長';
43?>
Note: See TracBrowser for help on using the repository browser.