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.
20 lines
593 B
20 lines
593 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";
|
|
|
|
--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
|
|
|
|
L["No Service"] = "Nessun servizio";
|
|
L["Shards Disabled"] = "Scheggia del Dominio sono disabilitati fuori La Fauce";
|
|
L["Day Plural"] = "giorni";
|
|
L["Day Singular"] = "giorno";
|
|
L["Hour Plural"] = "ore";
|
|
L["Hour Singular"] = "ora";
|