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
418 B
14 lines
418 B
if not (GetLocale() == "itIT") then
|
|
return;
|
|
end
|
|
|
|
local L = Narci.L
|
|
|
|
L["Heritage Armor"] = "Armatura Retaggio";
|
|
|
|
--Model Control--
|
|
NARCI_GROUP_PHOTO = "Foto di Gruppo";
|
|
NARCI_GROUP_PHOTO_NOTIFICATION = "Seleziona un giocatore.";
|
|
|
|
--NPC Browser--
|
|
NARCI_NPC_BROWSER_TITLE_LEVEL = "d*i*%s*.ivello%s%?%?.?"; --Level ?? --Use this to check if the second line of the tooltip is NPC's title or unit type
|