[23632] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
[24552] | 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 | // +-----------------------------------------------------------------------+ |
---|
[23632] | 23 | $lang['pfi_actu'] = '目前的圖標(在本機目錄中找到):'; |
---|
| 24 | $lang['pfi_actu2'] = '警告:任何新的圖標將會被覆蓋。'; |
---|
| 25 | $lang['pfi_aide1'] = '您從上傳表單中增加的檔案會自動被改名為"favicon.ico",而原有在本機目錄中的圖標將會被覆蓋。<BR> <BR>最大檔案大小為5KB。<BR> <BR>如你看不到新的圖標,您可能需要清空緩存並重新啟動你的瀏覽器。'; |
---|
| 26 | $lang['pfi_aide2'] = '如果您經由FTP上傳一個名稱非為"favicon.ico"的圖標,您可以更改您的本機設定檔案內的 <br><PRE>$ CONF[\'PersoFavicon\']=\'檔案名稱\'</ pre>'; |
---|
| 27 | $lang['pfi_erreur_mouve'] = '沒法複製檔案到本機目錄'; |
---|
| 28 | $lang['pfi_erreur_nom'] = '錯誤的檔案名稱'; |
---|
| 29 | $lang['pfi_erreur_taille'] = '檔案大小上限為5KB'; |
---|
| 30 | $lang['pfi_erreur_vide'] = '找不到檔案'; |
---|
| 31 | $lang['pfi_h2'] = 'Perso圖標插件'; |
---|
| 32 | $lang['pfi_ok'] = '檔案已經被上傳'; |
---|
| 33 | $lang['pfi_select'] = '請選擇你的圖標檔案(.ico,最大為5KB)'; |
---|
| 34 | $lang['pfi_validdef'] = '請問是否確認上傳?如果圖標已經存在, 將會被新的取代.'; |
---|
| 35 | $lang['help'] = '幫助'; |
---|
| 36 | $lang['pfi_aide1T'] = '增加表單'; |
---|
| 37 | $lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']'; |
---|
| 38 | $lang['pfi_ajout'] = '增加一個圖標'; |
---|
| 39 | $lang['pfi_envoie'] = '上傳到本機目錄'; |
---|
| 40 | $lang['pfi_erreur_exist'] = '該檔案已被更換'; |
---|
| 41 | $lang['pfi_erreur_ext'] = '您必須上傳的檔案類型 .ico'; |
---|
[24552] | 42 | $lang['This section is reserved for the webmaster'] = '這部分保留給網站管理員'; |
---|
[23632] | 43 | ?> |
---|