Rev Author Line No. Line
185 miho 1 <?php
2  
3 // WebSVN - Subversion repository viewing via the web using PHP
4 // Copyright (C) 2004 Tim Armes
5 //
6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation; either version 2 of the License, or
9 // (at your option) any later version.
10 //
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 //
20 // --
21 //
22 // korean-utf8.inc
23 // Translator: Lee Jae-Hong
24 // Korean(utf8) language strings
25  
26 // The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
27 $lang["LANGUAGENAME"] = "Korean";
28 $lang['LANGUAGETAG'] = 'ko';
29  
30 $lang["LOG"] = "로그";
31 $lang["DIFF"] = "비교";
32  
33 $lang["NOREP"] = "저장소가 지정되어 있지 않습니다.";
34 $lang["NOPATH"] = "경로를 찾을 수 없습니다.";
35 $lang["SUPPLYREP"] = "include/config.inc 파일의 \$config->parentPath 또는 \$config->addRepository에 저장소의 경로를 지정해 주십시오.<p>설치 설명서를 참조해 주십시오.";
36  
37 $lang["DIFFREVS"] = "리비전간 비교";
38 $lang["AND"] = "와(과)";
39 $lang["REV"] = "리비전";
40 $lang["LINE"] = "행";
41 $lang["SHOWENTIREFILE"] = "모두 보기";
42 $lang["SHOWCOMPACT"] = "바뀐 부분만 보기";
43  
44 $lang["DIFFPREV"] = "이전 리비전과 비교";
45 $lang["BLAME"] = "수정한 사람 보기";
46  
47 $lang["REVINFO"] = "리비전 정보";
48 $lang["GOYOUNGEST"] = "최신 리비전으로 가기";
49 $lang["LASTMOD"] = "마지막 변경";
50 $lang["LOGMSG"] = "로그 메시지";
51 $lang["CHANGES"] = "변경";
52 $lang["SHOWCHANGED"] = "변경된 파일 보기";
53 $lang["HIDECHANGED"] = "변경된 파일 숨기기";
54 $lang["NEWFILES"] = "새 파일";
55 $lang["CHANGEDFILES"] = "수정된 파일";
56 $lang["DELETEDFILES"] = "삭제된 파일";
57 $lang["VIEWLOG"] = "로그&nbsp;보기";
58 $lang["PATH"] = "경로";
59 $lang["AUTHOR"] = "작성자";
60 $lang["AGE"] = "기간";
61 $lang["LOG"] = "로그";
62 $lang["CURDIR"] = "현재 디렉토리";
63 $lang["TARBALL"] = "Tarball";
64  
65 $lang["PREV"] = "이전";
66 $lang["NEXT"] = "다음";
67 $lang["SHOWALL"] = "모두 보기";
68  
69 $lang["BADCMD"] = "명령 실행 에러";
70  
71 $lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>";
72 $lang["PROJECTS"] = "Subversion&nbsp;프로젝트";
73 $lang["SERVER"] = "Subversion&nbsp;서버";
74  
75 $lang["SEARCHLOG"] = "로그 검색";
76 $lang["CLEARLOG"] = "검색 조건 삭제";
77 $lang["MORERESULTS"] = "나머지 검색 결과...";
78 $lang["NORESULTS"] = "검색 조건에 맞는 결과가 없습니다.";
79 $lang["NOMORERESULTS"] = "더 이상 검색 조건에 맞는 결과가 없습니다.";
80  
81 $lang["RSSFEEDTITLE"] = "WebSVN RSS feed";
82 $lang["FILESMODIFIED"] = "파일 수정됨";
83 $lang["RSSFEED"] = "RSS feed";
84  
85 $lang["LINENO"] = "행번호";
86 $lang["BLAMEFOR"] = "수정한 사람 보기, 리비전 ";
87  
88 $lang["YEARS"] = "년";
89 $lang["MONTHS"] = "개월";
90 $lang["WEEKS"] = "주일";
91 $lang["DAYS"] = "일";
92 $lang["HOURS"] = "시간";
93 $lang["MINUTES"] = "분";
94  
95 $lang["GO"] = "Go";
96  
97 $lang["PATHCOMPARISON"] = "경로 비교";
98 $lang["COMPAREPATHS"] = "경로 비교하기";
99 $lang["COMPAREREVS"] = "리비전 비교하기";
100 $lang["PROPCHANGES"] = "특성 변경 :";
101 $lang["CONVFROM"] = "이 비교는 바뀐 경로를 보여 줍니다.";
102 $lang["TO"] = "에서";
103 $lang["REVCOMP"] = "역 비교";
104 $lang["COMPPATH"] = "비교 경로:";
105 $lang["WITHPATH"] = "경로:";
106  
107 // The following are defined by some languages to stop unwanted line splitting
108 // in the template files.
109  
110 $lang["NOBR"] = "";
111 $lang["ENDNOBR"] = "";
112  
113 // $lang["NOBR"] = "<nobr>";
114 // $lang["ENDNOBR"] = "</nobr>";