You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
400 B
14 lines
400 B
|
5 years ago
|
if not (GetLocale() == "koKR") then
|
||
|
|
return;
|
||
|
|
end
|
||
|
|
|
||
|
|
local L = Narci.L
|
||
|
|
|
||
|
|
L["Heritage Armor"] = "유산 방어구";
|
||
|
|
|
||
|
|
--Model Control--
|
||
|
|
NARCI_GROUP_PHOTO = "단체 사진";
|
||
|
|
NARCI_GROUP_PHOTO_NOTIFICATION = "선수를 선택하십시오";
|
||
|
|
|
||
|
|
--NPC Browser--
|
||
|
|
NARCI_NPC_BROWSER_TITLE_LEVEL = "%?%? 레벨%s*"; --Level ?? --Use this to check if the second line of the tooltip is NPC's title or unit type
|