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