[24025] | 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['provide it if you want to be notified when your gallery is registered'] = '請提供如果你想你的畫廊註冊完成後通知你'; |
---|
| 24 | $lang['Your subscription is currently pending, if you have provided an email, you will be notified as soon as your gallery is registered'] = '你的註冊申請仍在等待審批, 如果你提供電郵地址, 當你的畫廊註冊完成後將會收到通知.'; |
---|
| 25 | $lang['(example: nature, landscape, portrait)'] = '(例子: 不變, 橫向, 直向)'; |
---|
| 26 | $lang['(optional)'] = '(隨意)'; |
---|
| 27 | $lang['A good description will improve your visibility in search engines'] = '一個好的形容可以改善在搜尋引擎的出現次數'; |
---|
| 28 | $lang['An error has occured, no connection to %s'] = '發生錯誤, 不能連接 %s'; |
---|
| 29 | $lang['Gallery Address (URL)'] = '畫廊地址(網址)'; |
---|
| 30 | $lang['Subscribe my gallery to Piwigo Showcase'] = '註冊我的畫廊在Piwigo陳列室'; |
---|
| 31 | $lang['Your gallery is already registered in Piwigo Showcase, <a href="%s">see it →</a>'] = '你的畫廊已經註冊在Piwigo陳列室, <a href="%s">自這裡 →</a>'; |
---|
| 32 | ?> |
---|