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
411 B
14 lines
411 B
|
5 years ago
|
if not (GetLocale() == "esES") then
|
||
|
|
return;
|
||
|
|
end
|
||
|
|
|
||
|
|
local L = Narci.L
|
||
|
|
|
||
|
|
L["Heritage Armor"] = "Armadura Dinástica";
|
||
|
|
|
||
|
|
--Model Control--
|
||
|
|
NARCI_GROUP_PHOTO = "Foto Grupal";
|
||
|
|
NARCI_GROUP_PHOTO_NOTIFICATION = "Por favor seleccione un jugador.";
|
||
|
|
|
||
|
|
--NPC Browser--
|
||
|
|
NARCI_NPC_BROWSER_TITLE_LEVEL = "d*e*%s*.ivel%s%?%?.?"; --Level ?? --Use this to check if the second line of the tooltip is NPC's title or unit type
|