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.
18 lines
512 B
18 lines
512 B
|
|
if not (GetLocale() == "itIT") then return end;
|
|
|
|
|
|
local _, addon = ...
|
|
local L = addon.L;
|
|
|
|
|
|
--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";
|
|
--]]
|