[26159] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
| 3 | // | Piwigo - a PHP based photo gallery | |
---|
| 4 | // +-----------------------------------------------------------------------+ |
---|
[26461] | 5 | // | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | |
---|
[26159] | 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['Only administrator can run upgrade: please sign in below.'] = '관리자만 업그레이드를 수행 할 수 있습니다: 로그인하십시오.'; |
---|
| 24 | $lang['SQL queries'] = 'SQL 쿼리'; |
---|
| 25 | $lang['Statistics'] = '통계'; |
---|
| 26 | $lang['Upgrade'] = '업그레이드'; |
---|
| 27 | $lang['Upgrade from version %s to %s'] = '버전 %s에서 %s로 업그레이드'; |
---|
| 28 | $lang['Upgrade informations'] = '업그레이드 정보'; |
---|
| 29 | $lang['You do not have access rights to run upgrade'] = '업그레이드를 수행 할 권한이 없습니다'; |
---|
| 30 | $lang['total SQL time'] = '총 SQL 수행시간'; |
---|
| 31 | $lang['total upgrade time'] = '총 업그레이드 수행시간'; |
---|
| 32 | ?> |
---|