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 |
|
29 |
$lang["LOG"] = "로그"; |
29 |
$lang["LOG"] = "로그"; |
30 |
$lang["DIFF"] = "비교"; |
30 |
$lang["DIFF"] = "비교"; |
31 |
|
31 |
|
32 |
$lang["NOREP"] = "저장소가 지정되어 있지 않습니다."; |
32 |
$lang["NOREP"] = "저장소가 지정되어 있지 않습니다."; |
33 |
$lang["NOPATH"] = "경로를 찾을 수 없습니다."; |
33 |
$lang["NOPATH"] = "경로를 찾을 수 없습니다."; |
34 |
$lang["SUPPLYREP"] = "include/config.inc 파일의 \$config->parentPath 또는 \$config->addRepository에 저장소의 경로를 지정해 주십시오.<p>설치 설명서를 참조해 주십시오."; |
34 |
$lang["SUPPLYREP"] = "include/config.inc 파일의 \$config->parentPath 또는 \$config->addRepository에 저장소의 경로를 지정해 주십시오.<p>설치 설명서를 참조해 주십시오."; |
35 |
|
35 |
|
36 |
$lang["DIFFREVS"] = "리비전간 비교"; |
36 |
$lang["DIFFREVS"] = "리비전간 비교"; |
37 |
$lang["AND"] = "와(과)"; |
37 |
$lang["AND"] = "와(과)"; |
38 |
$lang["REV"] = "리비전"; |
38 |
$lang["REV"] = "리비전"; |
39 |
$lang["LINE"] = "행"; |
39 |
$lang["LINE"] = "행"; |
40 |
$lang["SHOWENTIREFILE"] = "모두 보기"; |
40 |
$lang["SHOWENTIREFILE"] = "모두 보기"; |
41 |
$lang["SHOWCOMPACT"] = "바뀐 부분만 보기"; |
41 |
$lang["SHOWCOMPACT"] = "바뀐 부분만 보기"; |
42 |
|
42 |
|
43 |
$lang["DIFFPREV"] = "이전 리비전과 비교"; |
43 |
$lang["DIFFPREV"] = "이전 리비전과 비교"; |
44 |
$lang["BLAME"] = "수정한 사람 보기"; |
44 |
$lang["BLAME"] = "수정한 사람 보기"; |
45 |
|
45 |
|
46 |
$lang["REVINFO"] = "리비전 정보"; |
46 |
$lang["REVINFO"] = "리비전 정보"; |
47 |
$lang["GOYOUNGEST"] = "최신 리비전으로 가기"; |
47 |
$lang["GOYOUNGEST"] = "최신 리비전으로 가기"; |
48 |
$lang["LASTMOD"] = "마지막 변경"; |
48 |
$lang["LASTMOD"] = "마지막 변경"; |
49 |
$lang["LOGMSG"] = "로그 메시지"; |
49 |
$lang["LOGMSG"] = "로그 메시지"; |
50 |
$lang["CHANGES"] = "변경"; |
50 |
$lang["CHANGES"] = "변경"; |
51 |
$lang["SHOWCHANGED"] = "변경된 파일 보기"; |
51 |
$lang["SHOWCHANGED"] = "변경된 파일 보기"; |
52 |
$lang["HIDECHANGED"] = "변경된 파일 숨기기"; |
52 |
$lang["HIDECHANGED"] = "변경된 파일 숨기기"; |
53 |
$lang["NEWFILES"] = "새 파일"; |
53 |
$lang["NEWFILES"] = "새 파일"; |
54 |
$lang["CHANGEDFILES"] = "수정된 파일"; |
54 |
$lang["CHANGEDFILES"] = "수정된 파일"; |
55 |
$lang["DELETEDFILES"] = "삭제된 파일"; |
55 |
$lang["DELETEDFILES"] = "삭제된 파일"; |
56 |
$lang["VIEWLOG"] = "로그 보기"; |
56 |
$lang["VIEWLOG"] = "로그 보기"; |
57 |
$lang["PATH"] = "경로"; |
57 |
$lang["PATH"] = "경로"; |
58 |
$lang["AUTHOR"] = "작성자"; |
58 |
$lang["AUTHOR"] = "작성자"; |
59 |
$lang["AGE"] = "기간"; |
59 |
$lang["AGE"] = "기간"; |
60 |
$lang["LOG"] = "로그"; |
60 |
$lang["LOG"] = "로그"; |
61 |
$lang["CURDIR"] = "현재 디렉토리"; |
61 |
$lang["CURDIR"] = "현재 디렉토리"; |
62 |
$lang["TARBALL"] = "Tarball"; |
62 |
$lang["TARBALL"] = "Tarball"; |
63 |
|
63 |
|
64 |
$lang["PREV"] = "이전"; |
64 |
$lang["PREV"] = "이전"; |
65 |
$lang["NEXT"] = "다음"; |
65 |
$lang["NEXT"] = "다음"; |
66 |
$lang["SHOWALL"] = "모두 보기"; |
66 |
$lang["SHOWALL"] = "모두 보기"; |
67 |
|
67 |
|
68 |
$lang["BADCMD"] = "명령 실행 에러"; |
68 |
$lang["BADCMD"] = "명령 실행 에러"; |
69 |
|
69 |
|
70 |
$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>"; |
70 |
$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>"; |
71 |
$lang["PROJECTS"] = "Subversion 프로젝트"; |
71 |
$lang["PROJECTS"] = "Subversion 프로젝트"; |
72 |
$lang["SERVER"] = "Subversion 서버"; |
72 |
$lang["SERVER"] = "Subversion 서버"; |
73 |
|
73 |
|
74 |
$lang["SEARCHLOG"] = "로그 검색"; |
74 |
$lang["SEARCHLOG"] = "로그 검색"; |
75 |
$lang["CLEARLOG"] = "검색 조건 삭제"; |
75 |
$lang["CLEARLOG"] = "검색 조건 삭제"; |
76 |
$lang["MORERESULTS"] = "나머지 검색 결과..."; |
76 |
$lang["MORERESULTS"] = "나머지 검색 결과..."; |
77 |
$lang["NORESULTS"] = "검색 조건에 맞는 결과가 없습니다."; |
77 |
$lang["NORESULTS"] = "검색 조건에 맞는 결과가 없습니다."; |
78 |
$lang["NOMORERESULTS"] = "더 이상 검색 조건에 맞는 결과가 없습니다."; |
78 |
$lang["NOMORERESULTS"] = "더 이상 검색 조건에 맞는 결과가 없습니다."; |
79 |
|
79 |
|
80 |
$lang["RSSFEEDTITLE"] = "WebSVN RSS feed"; |
80 |
$lang["RSSFEEDTITLE"] = "WebSVN RSS feed"; |
81 |
$lang["FILESMODIFIED"] = "파일 수정됨"; |
81 |
$lang["FILESMODIFIED"] = "파일 수정됨"; |
82 |
$lang["RSSFEED"] = "RSS feed"; |
82 |
$lang["RSSFEED"] = "RSS feed"; |
83 |
|
83 |
|
84 |
$lang["LINENO"] = "행번호"; |
84 |
$lang["LINENO"] = "행번호"; |
85 |
$lang["BLAMEFOR"] = "수정한 사람 보기, 리비전 "; |
85 |
$lang["BLAMEFOR"] = "수정한 사람 보기, 리비전 "; |
86 |
|
86 |
|
87 |
$lang["YEARS"] = "년"; |
87 |
$lang["YEARS"] = "년"; |
88 |
$lang["MONTHS"] = "개월"; |
88 |
$lang["MONTHS"] = "개월"; |
89 |
$lang["WEEKS"] = "주일"; |
89 |
$lang["WEEKS"] = "주일"; |
90 |
$lang["DAYS"] = "일"; |
90 |
$lang["DAYS"] = "일"; |
91 |
$lang["HOURS"] = "시간"; |
91 |
$lang["HOURS"] = "시간"; |
92 |
$lang["MINUTES"] = "분"; |
92 |
$lang["MINUTES"] = "분"; |
93 |
|
93 |
|
94 |
$lang["GO"] = "Go"; |
94 |
$lang["GO"] = "Go"; |
95 |
|
95 |
|
96 |
$lang["PATHCOMPARISON"] = "경로 비교"; |
96 |
$lang["PATHCOMPARISON"] = "경로 비교"; |
97 |
$lang["COMPAREPATHS"] = "경로 비교하기"; |
97 |
$lang["COMPAREPATHS"] = "경로 비교하기"; |
98 |
$lang["COMPAREREVS"] = "리비전 비교하기"; |
98 |
$lang["COMPAREREVS"] = "리비전 비교하기"; |
99 |
$lang["PROPCHANGES"] = "특성 변경 :"; |
99 |
$lang["PROPCHANGES"] = "특성 변경 :"; |
100 |
$lang["CONVFROM"] = "이 비교는 바뀐 경로를 보여 줍니다."; |
100 |
$lang["CONVFROM"] = "이 비교는 바뀐 경로를 보여 줍니다."; |
101 |
$lang["TO"] = "에서"; |
101 |
$lang["TO"] = "에서"; |
102 |
$lang["REVCOMP"] = "역 비교"; |
102 |
$lang["REVCOMP"] = "역 비교"; |
103 |
$lang["COMPPATH"] = "비교 경로:"; |
103 |
$lang["COMPPATH"] = "비교 경로:"; |
104 |
$lang["WITHPATH"] = "경로:"; |
104 |
$lang["WITHPATH"] = "경로:"; |
105 |
|
105 |
|
106 |
// The following are defined by some languages to stop unwanted line splitting |
106 |
// The following are defined by some languages to stop unwanted line splitting |
107 |
// in the template files. |
107 |
// in the template files. |
108 |
|
108 |
|
109 |
$lang["NOBR"] = ""; |
109 |
$lang["NOBR"] = ""; |
110 |
$lang["ENDNOBR"] = ""; |
110 |
$lang["ENDNOBR"] = ""; |
111 |
|
111 |
|
112 |
// $lang["NOBR"] = "<nobr>"; |
112 |
// $lang["NOBR"] = "<nobr>"; |
113 |
// $lang["ENDNOBR"] = "</nobr>"; |
113 |
// $lang["ENDNOBR"] = "</nobr>"; |