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.
45 lines
1.6 KiB
45 lines
1.6 KiB
|
|
if not (GetLocale() == "itIT") then return end;
|
|
|
|
|
|
local _, addon = ...
|
|
local L = addon.L;
|
|
|
|
|
|
L["Renown Level Label"] = "Fama ";
|
|
|
|
|
|
--DO NOT TRANSLATE (Italian Missing on Cata Classic)
|
|
--[[
|
|
L["Match Stat Armor"] = "([,%d%.]+) Armor";
|
|
L["Match Stat Stamina"] = "([,%d%.]+) Stamina";
|
|
L["Match Stat Strengh"] = "([,%d%.]+) Strengh";
|
|
L["Match Stat Agility"] = "([,%d%.]+) Agility";
|
|
L["Match Stat Intellect"] = "([,%d%.]+) Intellect";
|
|
L["Match Stat Spirit"] = "([,%d%.]+) Spirit";
|
|
L["Match Stat DPS"] = "([,%d%.]+) damage per second";
|
|
--]]
|
|
|
|
L["Show Answer"] = "Mostra soluzione.";
|
|
L["Quest Failed Pattern"] = "^Impossibile completare";
|
|
L["AutoCompleteQuest HallowsEnd"] = "Secchio delle Caramelle"; --Quest:28981
|
|
L["AutoCompleteQuest Midsummer"] = "Onora il Falò"; --Quest:29031
|
|
L["AutoCompleteQuest Midsummer2"] = "Dissacra questo Falò!"; --Quest:11580
|
|
|
|
--Asking for Directions-- (match the name to replace gossip icon)
|
|
L["Pin Auction House"] = "Casa d'Aste";
|
|
L["Pin Bank"] = "Banca";
|
|
L["Pin Barber"] = "Barbiere";
|
|
L["Pin Battle Pet Trainer"] = "Istruttore di Mascotte da Combattimento";
|
|
L["Pin Crafting Orders"] = "Ordini d'Artigianato";
|
|
L["Pin Flight Master"] = "Maestro di Volo";
|
|
L["Pin Great Vault"] = "Gran Banca";
|
|
L["Pin Inn"] = "Locanda";
|
|
L["Pin Item Upgrades"] = "Potenziamenti Oggetti";
|
|
L["Pin Mailbox"] = "Cassetta della Posta";
|
|
L["Pin Other Continents"] = "Altri continenti";
|
|
L["Pin POI"] = "Punti d'Interesse";
|
|
L["Pin Profession Trainer"] = "Istruttori delle Professioni";
|
|
L["Pin Rostrum"] = "Podio della Trasformazione";
|
|
L["Pin Stable Master"] = "Stalliere";
|
|
L["Pin Trading Post"] = "Emporio";
|