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['also given by your host provider'] = '호스팅 공급자가 제공'; |
---|
24 | $lang['enter a login for webmaster'] = '웹마스터 사용자명을 입력하십시오'; |
---|
25 | $lang['localhost or other, supplied by your host provider'] = 'localhost 혹은 호스팅 공급자가 제공한 값'; |
---|
26 | $lang['user login given by your host provider'] = '호스팅 공급자가 제공한 사용자 아이디'; |
---|
27 | $lang['user password given by your host provider'] = '호스팅 공급자가 제공한 사용자 암호'; |
---|
28 | $lang['webmaster login can\'t contain characters \' or "'] = '웹마스터 사용자명은 \' 혹은 " 을 포함 할 수 없습니다'; |
---|
29 | $lang['You can download the config file and upload it to local/config directory of your installation.'] = '설정 파일을 다운로드 하신 후 설치 디렉토리의 local/config 에 복사 할 수도 있습니다.'; |
---|
30 | $lang['Admin configuration'] = '설정관리자 서'; |
---|
31 | $lang['Don\'t hesitate to consult our forums for any help : %s'] = '필요하시면 망설이지 말고 포럼에 문의하세요: %s'; |
---|
32 | $lang['Visitors will be able to contact site administrator with this mail'] = '방문객이 이 이메일 주소로 사이트 관리자에게 연락 할 것입니다.'; |
---|
33 | $lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = '데이터베이스 테이블 이름 앞에 추가됩니다 (데이터베이스 테이블을 잘 관리할 수 있도록 해 줍니다)'; |
---|
34 | $lang['verification'] = '확인'; |
---|
35 | $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '도움이 필요하신가요? <a href="%s">Piwigo message board</a>에 물어보세요.'; |
---|
36 | $lang['Piwigo was not able to configure PHP 5.'] = 'PHP5 설정에 실패했습니다'; |
---|
37 | $lang['Try to configure PHP 5'] = 'PHP5 설정 시도중'; |
---|
38 | $lang['Welcome to my photo gallery'] = '사진 갤러리에 오신 것을 환영합니다'; |
---|
39 | $lang['please enter your password again'] = '암호를 다시 입력하십시오'; |
---|
40 | $lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = '또다른 방법으로는 위의 텍스트 상자에 있는 문장을 복사하여 "local/config/database.inc.php"에 복사하는 방법입니다. |
---|
41 | (경고: database.inc.php는 줄바꿈이나 스페이스 없이 위 텍스트 상자에 있는 내용만 포함해야 합니다. '; |
---|
42 | $lang['Congratulations, Piwigo installation is completed'] = '축하합니다, Piwigo설치가 끝났습니다'; |
---|
43 | $lang['Default gallery language'] = '기본 언어'; |
---|
44 | $lang['PHP 5 is required'] = 'PHP5가 필요합니다'; |
---|
45 | $lang['Password ']['confirm'] = '암호 [확인]'; |
---|
46 | $lang['Sorry!'] = '죄송합니다!'; |
---|
47 | $lang['Start Install'] = '설치 시작'; |
---|
48 | $lang['User'] = '사용자'; |
---|
49 | $lang['Basic configuration'] = '기본 설정'; |
---|
50 | $lang['Can\'t connect to server'] = '서버에 접속 할 수 없습니다'; |
---|
51 | $lang['Connection to server succeed, but it was impossible to connect to database'] = '축하합니다. Piwigo설치가 끝났습니다.'; |
---|
52 | $lang['Creation of config file local/config/database.inc.php failed.'] = '설정파일 local/conf/database.inc.php 을 만들 수 없습니다.'; |
---|
53 | $lang['Database configuration'] = '설정데이터베이스 서'; |
---|
54 | $lang['Database name'] = '데이터베이스명'; |
---|
55 | $lang['Database table prefix'] = '데이터베이스 테이블 접미사'; |
---|
56 | $lang['Download the config file'] = '설정파일 다운로드'; |
---|
57 | $lang['Host'] = '트명호스트'; |
---|
58 | $lang['Installation'] = '설치'; |
---|
59 | $lang['It appears your webhost is currently running PHP %s.'] = '웹서버가 PHP %s를 사용중입니다'; |
---|
60 | ?> |
---|