vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --Korean
2  
3 if (GetLocale() == "koKR") then
4 --classes
5 DISTANCE_WARRIOR = "전사";
6 DISTANCE_ROGUE = "도적";
7 DISTANCE_HUNTER = "사냥꾼";
8 DISTANCE_SHAMAN = "주술사";
9 DISTANCE_PALADIN = "성기사";
10 DISTANCE_DRUID = "드루이드";
11 DISTANCE_MAGE = "마법사";
12 DISTANCE_WARLOCK = "흑마법사";
13 DISTANCE_PRIEST = "사제";
14  
15 --talents mage
16 DISTANCE_ARCTIC_REACH = "혹한의 손길";
17 DISTANCE_FLAME_THROWING = "화염 발사";
18 --talents shaman
19 DISTANCE_STORM_REACH = "폭풍의 테두리";
20 --talents hunter
21 DISTANCE_HAWK_EYE = "매의 눈";
22 --talents druid
23 DISTANCE_NATURES_REACH = "자연의 테두리";
24 --talents priest
25 DISTANCE_HOLY_REACH = "신성한 테두리";
26 DISTANCE_SHADOW_REACH = "어둠의 테두리";
27 --talents warlock
28 DISTANCE_DESTRUCTIVE_REACH ="파괴의 테두리";
29 DISTANCE_GRIM_REACH = "냉혹의 테두리";
30 end