1 | 1 | simandl | <?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.php |
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.php íěźě \$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"] = "ëĄęˇ¸ 보기"; |
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://www.websvn.info/\">WebSVN</a>"; |
72 | | | $lang["PROJECTS"] = "Subversion íëĄě í¸"; |
73 | | | $lang["SERVER"] = "Subversion ěë˛"; |
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>"; |