vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- File containing localized strings
2 -- Translation : eerieN (20051217)
3  
4 if GetLocale() == "koKR" then
5  
6 GroupCalendar_cTitle = "GroupCalendar v%s";
7  
8 GroupCalendar_cSun = "일";
9 GroupCalendar_cMon = "월";
10 GroupCalendar_cTue = "화";
11 GroupCalendar_cWed = "수";
12 GroupCalendar_cThu = "목";
13 GroupCalendar_cFri = "금";
14 GroupCalendar_cSat = "토";
15  
16 GroupCalendar_cSunday = "일요일";
17 GroupCalendar_cMonday = "월요일";
18 GroupCalendar_cTuesday = "화요일";
19 GroupCalendar_cWednesday = "수요일";
20 GroupCalendar_cThursday = "목요일";
21 GroupCalendar_cFriday = "금요일";
22 GroupCalendar_cSaturday = "토요일";
23  
24 GroupCalendar_cSelfWillAttend = "%s 출석에 포함";
25  
26 GroupCalendar_cMonthNames = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"};
27 GroupCalendar_cDayOfWeekNames = {GroupCalendar_cSunday, GroupCalendar_cMonday, GroupCalendar_cTuesday, GroupCalendar_cWednesday, GroupCalendar_cThursday, GroupCalendar_cFriday, GroupCalendar_cSaturday};
28  
29 GroupCalendar_cLoadMessage = "GroupCalendar 로드 완료. /calendar 명령어로 달력을 볼수 있습니다.";
30 GroupCalendar_cInitializingGuilded = "GroupCalendar: 길드에 가입되어 있는 사용자의 초기값 설정";
31 GroupCalendar_cInitializingUnguilded = "GroupCalendar: 길드에 가입되어 있지 않은 사용자의 초기값 설정";
32 GroupCalendar_cLocalTimeNote = "(%s local)";
33  
34 GroupCalendar_cOptions = "설정...";
35  
36 GroupCalendar_cCalendar = "달력";
37 GroupCalendar_cChannel = "채널";
38 GroupCalendar_cTrust = "공유";
39 GroupCalendar_cAbout = "About";
40  
41 GroupCalendar_cChannelConfigTitle = "데이터 채널 설정";
42 GroupCalendar_cChannelConfigDescription = "달력 데이터 채널은 사용자들간의 이벤트 정보를 공유하는데 사용됩니다. 같은 채널에 참여할 수 있는 사용자는 원하면 당신의 이벤트 데이터를 볼 수 있을 것입니다. 당신의 달력을 공개하고 싶지 않다면 비밀번호를 사용하세요.";
43 GroupCalendar_cAutoChannelConfig = "자동 채널 구성";
44 GroupCalendar_cManualChannelConfig = "수동 채널 구성";
45 GroupCalendar_cStoreAutoConfig = "길드 채널 구성 정보를 이용하여 자동 채널 구성";
46 GroupCalendar_cAutoConfigPlayer = "길드 관리자 이름:";
47 GroupCalendar_cApplyChannelChanges = "적용";
48 GroupCalendar_cAutoConfigTipTitle = "자동 채널 구성";
49 GroupCalendar_cAutoConfigTipDescription = "길드 관리자의 채널 구성 데이터를 이용하여 자동으로 채널을 구성합니다. 이 기능을 사용하기 위해서는 길드에 가입되어 있어야 하며 길드 관리자는 채널 데이터를 작성해 두어야 합니다.";
50 GroupCalendar_cManualConfigTipDescription = "수동으로 채널이름과 비밀번호를 설정할 수 있습니다.";
51 GroupCalendar_cStoreAutoConfigTipDescription = "길드 관리자가 채널 정보를 구성하고 길드원들이 자동 채널 구성을 통해 길드 채널 정보를 공유할 수 있도록 설정합니다.";
52 GroupCalendar_cAutoConfigPlayerTipDescription = "채널 구성 데이터를 작성하는 길드 관리자 이름.";
53 GroupCalendar_cChannelNameTipTitle = "채널이름";
54 GroupCalendar_cChannelNameTipDescription = "다른 사용자들과 이벤트 내용을 주고받을 수 있는 채널 이름";
55 GroupCalendar_cConnectChannel = "연결";
56 GroupCalendar_cDisconnectChannel = "연결해제";
57 GroupCalendar_cChannelStatus =
58 {
59 Starting = {mText = "상태: 시동중...", mColor = {r = 1, g = 1, b = 0.3}},
60 Connected = {mText = "상태: 데이터 채널에 연결되었습니다", mColor = {r = 0.3, g = 1, b = 0.3}},
61 Disconnected = {mText = "상태: 데이터 채널에 연결되지 않았습니다", mColor = {r = 1, g = 0.5, b = 0.2}},
62 Initializing = {mText = "상태: 데이터 채널을 초기화하고 있습니다", mColor = {r = 1, g = 1, b = 0.3}},
63 Error = {mText = "오류: %s", mColor = {r = 1, g = 0.2, b = 0.4}},
64 };
65  
66 GroupCalendar_cConnected = "연결됨";
67 GroupCalendar_cDisconnected = "연결해제됨";
68 GroupCalendar_cTooManyChannels = "최대 10개의 채널에만 입장할 수 있습니다";
69 GroupCalendar_cJoinChannelFailed = "알수없는 이유로 채널참가에 실패했습니다";
70 GroupCalendar_cWrongPassword = "비밀번호가 틀렸습니다";
71 GroupCalendar_cAutoConfigNotFound = "채널 설정 데이터를 가진 길드원을 찾을 수 없습니다.";
72 GroupCalendar_cErrorAccessingNote = "채널 설정 데이터를 로드할 수 없습니다";
73  
74 GroupCalendar_cTrustConfigTitle = "공유 설정";
75 GroupCalendar_cTrustConfigDescription = "당신의 이벤트 정보를 제공할 사람들의 명단입니다. 이벤트 정보를 보는 것을 제한하는 것이 아닙니다. 만약 당신의 달력의 정보를 보는것을 제한하려면 데이터 채널에 비밀번호를 설정하십시오.";
76 GroupCalendar_cTrustGroupLabel = "공유:";
77 GroupCalendar_cEvent = "이벤트";
78 GroupCalendar_cAttendance = "출석";
79  
80 GroupCalendar_cAboutTitle = "About Group Calendar";
81 GroupCalendar_cTitleVersion = "Group Calendar v"..gGroupCalendar_VersionString;
82 GroupCalendar_cAuthor = "Designed and written by Baylord of Thunderlord";
83 GroupCalendar_cTestersTitle = "Beta Testers";
84 GroupCalendar_cTestersNames = "Agnosbear, Airmid, Allaric, Andrys, Chaz, Deathwave, Drizztt, Fizzlebang, Mistwalker, Ragdzar, Saracen, Thoros, Usps and Zya";
85 GroupCalendar_cSpecialThanksTitle = "Special thanks for their extraordinary support to";
86 GroupCalendar_cSpecialThanksNames = "Agnosbear, Fizzlebang, Mistwalker and SFC Alliance";
87 GroupCalendar_cGuildURL = "http://www.starfleetclan.com";
88 GroupCalendar_cRebuildDatabase = "데이터베이스 재구성";
89 GroupCalendar_cRebuildDatabaseDescription = "사용자의 이벤트 데이터베이스를 재구성합니다. 당신의 이벤트를 다른 사람들이 모두 볼 수 없을 때 해결 방법입니다. 그러나 이벤트 출석 여부에 대한 정보가 삭제될 수 있습니다.";
90  
91 GroupCalendar_cTrustGroups =
92 {
93 "같은 데이터 채널을 사용하는 모든 사용자",
94 "길드원",
95 "아래 목록에 설정되어 있는 사용자"
96 };
97  
98 GroupCalendar_cTrustAnyone = "같은 데이터 채널을 사용하는 모든 사용자.";
99 GroupCalendar_cTrustGuildies = "공유 목록에 추가된 길드원";
100 GroupCalendar_cTrustMinRank = "최소 등급:";
101 GroupCalendar_cTrustNobody = "아래 목록에 설정되어 있는 사용자";
102 GroupCalendar_cTrustedPlayers = "추가 플레이어";
103 GroupCalendar_cExcludedPlayers = "차단 플레이어"
104 GroupCalendar_cPlayerName = "플레이어 이름:";
105 GroupCalendar_cAddTrusted = "공유";
106 GroupCalendar_cRemoveTrusted = "삭제";
107 GroupCalendar_cAddExcluded = "차단";
108  
109 CalendarEventViewer_cTitle = "이벤트 보기";
110 CalendarEventViewer_cDone = "확인";
111  
112 CalendarEventViewer_cLevelRangeFormat = "%i 레벨 부터 %i 레벨";
113 CalendarEventViewer_cMinLevelFormat = "%i 레벨 이상";
114 CalendarEventViewer_cMaxLevelFormat = "최대 %i 레벨";
115 CalendarEventViewer_cAllLevels = "모든 레벨";
116 CalendarEventViewer_cSingleLevel = "%i 레벨";
117  
118 CalendarEventViewer_cYes = "예. 이벤트에 참가하겠습니다.";
119 CalendarEventViewer_cNo = "아니오. 이벤트에 참가하지 않습니다.";
120  
121 CalendarEventViewer_cResponseMessage =
122 {
123 "상태: 응답없음",
124 "상태: 승인을 기다리는중",
125 "상태: 승인됨 - 인증되었습니다.",
126 "상태: 승인됨 - 가동합니다.",
127 "상태: 승인됨 - 거부되었습니다.",
128 };
129  
130 CalendarEventEditorFrame_cTitle = "이벤트 추가/편집";
131 CalendarEventEditor_cDone = "확인";
132 CalendarEventEditor_cDelete = "삭제";
133  
134 CalendarEventEditor_cConfirmDeleteMsg = "\"%s\"을 삭제하시겠습니까?";
135  
136 -- Event names
137  
138 GroupCalendar_cGeneralEventGroup = "일반";
139 GroupCalendar_cDungeonEventGroup = "던전";
140 GroupCalendar_cBattlegroundEventGroup = "전장";
141  
142 GroupCalendar_cMeetingEventName = "만남";
143 GroupCalendar_cBirthdayEventName = "생일";
144  
145 GroupCalendar_cAQREventName = "안퀴라즈 (폐허)";
146 GroupCalendar_cAQTEventName = "안퀴라즈 (신전)";
147 GroupCalendar_cBFDEventName = "검은 심연의 나락";
148 GroupCalendar_cBRDEventName = "검은바위 나락";
149 GroupCalendar_cUBRSEventName = "검은바위 첨탑 (상층)";
150 GroupCalendar_cLBRSEventName = "검은바위 첨탑 (하층)";
151 GroupCalendar_cBWLEventName = "검은날개 둥지";
152 GroupCalendar_cDeadminesEventName = "죽음의 폐광";
153 GroupCalendar_cDMEventName = "혈투의 전장";
154 GroupCalendar_cGnomerEventName = "놈리건";
155 GroupCalendar_cMaraEventName = "마라우돈";
156 GroupCalendar_cMCEventName = "화산 심장부";
157 GroupCalendar_cOnyxiaEventName = "오닉시아의 둥지";
158 GroupCalendar_cRFCEventName = "성난불길 협곡";
159 GroupCalendar_cRFDEventName = "가시덩굴 구릉";
160 GroupCalendar_cRFKEventName = "가시덩굴 우리";
161 GroupCalendar_cSMEventName = "붉은십자군 수도원";
162 GroupCalendar_cScholoEventName = "스칼로맨스";
163 GroupCalendar_cSFKEventName = "그림자송곳니 성채";
164 GroupCalendar_cStockadesEventName = "스톰윈드 지하감옥";
165 GroupCalendar_cStrathEventName = "스트라솔룸";
166 GroupCalendar_cSTEventName = "아탈학카르 신전";
167 GroupCalendar_cUldEventName = "울다만";
168 GroupCalendar_cWCEventName = "통곡의 동굴";
169 GroupCalendar_cZFEventName = "줄파락";
170 GroupCalendar_cZGEventName = "줄구룹";
171  
172 GroupCalendar_cABEventName = "아라시 분지";
173 GroupCalendar_cAVEventName = "알터랙 계곡";
174 GroupCalendar_cWSGEventName = "전쟁노래 협곡";
175  
176 GroupCalendar_cZGResetEventName = "Zul'Gurub Resets";
177 GroupCalendar_cMCResetEventName = "Molten Core Resets";
178 GroupCalendar_cOnyxiaResetEventName = "Onyxia Resets";
179 GroupCalendar_cBWLResetEventName = "Blackwing Lair Resets";
180 GroupCalendar_cAQRResetEventName = "Ahn'Qiraj Ruins Resets";
181 GroupCalendar_cAQTResetEventName = "Ahn'Qiraj Temple Resets";
182  
183 GroupCalendar_cTransmuteCooldownEventName = "Transmute Available";
184 GroupCalendar_cSaltShakerCooldownEventName = "Salt Shaker Available";
185 GroupCalendar_cMoonclothCooldownEventName = "Mooncloth Available";
186 GroupCalendar_cSnowmasterCooldownEventName = "SnowMaster 9000 Available";
187  
188 GroupCalendar_cPersonalEventOwner = "Private";
189  
190 GroupCalendar_cRaidInfoMCName = GroupCalendar_cMCEventName;
191 GroupCalendar_cRaidInfoOnyxiaName = GroupCalendar_cOnyxiaEventName;
192 GroupCalendar_cRaidInfoZGName = GroupCalendar_cZGEventName;
193 GroupCalendar_cRaidInfoBWLName = GroupCalendar_cBWLEventName;
194 GroupCalendar_cRaidInfoAQRName = "안퀴라즈";
195 GroupCalendar_cRaidInfoAQTName = GroupCalendar_cAQTEventName;
196  
197 -- Race names
198  
199 GroupCalendar_cDwarfRaceName = "드워프";
200 GroupCalendar_cGnomeRaceName = "노움";
201 GroupCalendar_cHumanRaceName = "인간";
202 GroupCalendar_cNightElfRaceName = "나이트 엘프";
203 GroupCalendar_cOrcRaceName = "오크";
204 GroupCalendar_cTaurenRaceName = "타우렌";
205 GroupCalendar_cTrollRaceName = "트롤";
206 GroupCalendar_cUndeadRaceName = "언데드";
207 GroupCalendar_cBloodElfRaceName = "블러드 엘프";
208 GroupCalendar_cDraeneiRaceName = "드레나이";
209  
210 -- Class names
211  
212 GroupCalendar_cDruidClassName = "드루이드";
213 GroupCalendar_cHunterClassName = "사냥꾼";
214 GroupCalendar_cMageClassName = "마법사";
215 GroupCalendar_cPaladinClassName = "성기사";
216 GroupCalendar_cPriestClassName = "사제";
217 GroupCalendar_cRogueClassName = "도적";
218 GroupCalendar_cShamanClassName = "주술사";
219 GroupCalendar_cWarlockClassName = "흑마법사";
220 GroupCalendar_cWarriorClassName = "전사";
221  
222 -- Plural forms of class names
223  
224 GroupCalendar_cDruidsClassName = "드루이드";
225 GroupCalendar_cHuntersClassName = "사냥꾼";
226 GroupCalendar_cMagesClassName = "마법사";
227 GroupCalendar_cPaladinsClassName = "성기사";
228 GroupCalendar_cPriestsClassName = "사제";
229 GroupCalendar_cRoguesClassName = "도적";
230 GroupCalendar_cShamansClassName = "주술사";
231 GroupCalendar_cWarlocksClassName = "흑마법사";
232 GroupCalendar_cWarriorsClassName = "전사";
233  
234 -- ClassColorNames are the indices for the RAID_CLASS_COLORS array found in FrameXML\Fonts.xml
235 -- in the English version of WoW these are simply the class names in caps, I don't know if that's
236 -- true of other languages so I'm putting them here in case they need to be localized
237  
238 GroupCalendar_cDruidClassColorName = "DRUID";
239 GroupCalendar_cHunterClassColorName = "HUNTER";
240 GroupCalendar_cMageClassColorName = "MAGE";
241 GroupCalendar_cPaladinClassColorName = "PALADIN";
242 GroupCalendar_cPriestClassColorName = "PRIEST";
243 GroupCalendar_cRogueClassColorName = "ROGUE";
244 GroupCalendar_cShamanClassColorName = "SHAMAN";
245 GroupCalendar_cWarlockClassColorName = "WARLOCK";
246 GroupCalendar_cWarriorClassColorName = "WARRIOR";
247  
248 -- Label forms of the class names for the attendance panel. Usually just the plural
249 -- form of the name followed by a colon
250  
251 GroupCalendar_cDruidsLabel = GroupCalendar_cDruidsClassName..":";
252 GroupCalendar_cHuntersLabel = GroupCalendar_cHuntersClassName..":";
253 GroupCalendar_cMagesLabel = GroupCalendar_cMagesClassName..":";
254 GroupCalendar_cPaladinsLabel = GroupCalendar_cPaladinsClassName..":";
255 GroupCalendar_cPriestsLabel = GroupCalendar_cPriestsClassName..":";
256 GroupCalendar_cRoguesLabel = GroupCalendar_cRoguesClassName..":";
257 GroupCalendar_cShamansLabel = GroupCalendar_cShamansClassName..":";
258 GroupCalendar_cWarlocksLabel = GroupCalendar_cWarlocksClassName..":";
259 GroupCalendar_cWarriorsLabel = GroupCalendar_cWarriorsClassName..":";
260  
261 GroupCalendar_cTimeLabel = "시간:";
262 GroupCalendar_cDurationLabel = "소요시간:";
263 GroupCalendar_cEventLabel = "이벤트:";
264 GroupCalendar_cTitleLabel = "타이틀:";
265 GroupCalendar_cLevelsLabel = "레벨:";
266 GroupCalendar_cLevelRangeSeparator = "-";
267 GroupCalendar_cDescriptionLabel = "설명";
268 GroupCalendar_cCommentLabel = "남길말:";
269  
270 CalendarEditor_cNewEvent = "새로운 이벤트...";
271 CalendarEditor_cEventsTitle = "이벤트";
272  
273 GroupCalendar_cGermanTranslation = "German translation by Palyr of Silver Hand";
274 GroupCalendar_cFrenchTranslation = "French translation by Kisanth of Dalaran (EU)";
275 GroupCalendar_cChineseTranslation = "Chinese translation by Aska of Royaltia (HK)";
276 GroupCalendar_cKoreanTranslation = "Korean translation by 기괴한황혼 of 듀로탄 (KR)";
277  
278 CalendarEventEditor_cNotAttending = "참석하지 않음";
279 CalendarEventEditor_cConfirmed = "승인";
280 CalendarEventEditor_cDeclined = "거부";
281 CalendarEventEditor_cStandby = "대기자";
282 CalendarEventEditor_cPending = "미결정";
283 CalendarEventEditor_cUnknownStatus = "알수없는 %s";
284  
285 GroupCalendar_cChannelNameLabel = "채널이름:";
286 GroupCalendar_cPasswordLabel = "비밀번호:";
287  
288 GroupCalendar_cTimeRangeFormat = "%s 에서 %s";
289  
290 GroupCalendar_cPluralMinutesFormat = "%d 분";
291 GroupCalendar_cSingularHourFormat = "%d 시간";
292 GroupCalendar_cPluralHourFormat = "%d 시간";
293 GroupCalendar_cSingularHourPluralMinutes = "%d 시간 %d 분";
294 GroupCalendar_cPluralHourPluralMinutes = "%d 시간 %d 분";
295  
296 GroupCalendar_cLongDateFormat = "$year년 $month월 $day일";
297 GroupCalendar_cLongDateFormatWithDayOfWeek = "$year년 $month월 $day일 $dow";
298  
299 GroupCalendar_cNotAttending = "참석하지 않음";
300 GroupCalendar_cAttending = "참석";
301 GroupCalendar_cPendingApproval = "참석 연기";
302  
303 GroupCalendar_cQuestAttendanceNameFormat = "$name ($level $race)";
304 GroupCalendar_cMeetingAttendanceNameFormat = "$name ($level $class)";
305  
306 GroupCalendar_cNumAttendeesFormat = "%d명 출석";
307  
308 BINDING_HEADER_GROUPCALENDAR_TITLE = "Group Calendar";
309 BINDING_NAME_GROUPCALENDAR_TOGGLE = "GroupCalendar 열기/닫기";
310 end