Quantcast
local AddOnName, Engine = ...;
local AceLocale = LibStub:GetLibrary("AceLocale-3.0");
local L = AceLocale:NewLocale(AddOnName, "enUS", true, false);

L['Modules'] = true;
L['Left-Click'] = true;
L['Right-Click'] = true;

-- General
L['Bar Position'] = true;
L['Top'] = true;
L['Bottom'] = true;
L['Bar Color'] = true;
L['Use Class Colors for Bar'] = true;
L['Bar Padding'] = true;
L['Module Spacing'] = true;
L['Hide order hall bar'] = true;

-- Positioning Options
L['Positioning Options'] = true;
L['Horizontal Position'] = true;
L['Bar Width'] = true;
L['Left'] = true;
L['Center'] = true;
L['Right'] = true;

-- Media
L['Font'] = true;
L['Small Font Size'] = true;
L['Text Style'] = true;

-- Text Colors
L['Text Colors'] = true;
L['Normal'] = true;
L['Inactive'] = true;
L["Use Class Color for Text"] = true;
L["Only the alpha can be set with the color picker"] = true;
L['Use Class Colors for Hover'] = true;
L['Hover'] = true;

-------------------- MODULES ---------------------------

L['Micromenu'] = true;
L['Show Social Tooltips'] = true;
L['Main Menu Icon Right Spacing'] = true;
L['Icon Spacing'] = true;
L['Open Guild Page'] = true;
L['No Tag'] = true;
L['Hide Social Text'] = true;

L['Always Show Item Level'] = true;
L['Minimum Durability to Become Active'] = true;
L['Maximum Durability to Show Item Level'] = true;

L['Time Format'] = true;
L['Use Server Time'] = true;
L['New Event!'] = true;
L['Local Time'] = true;
L['Realm Time'] = true;
L['Open Calendar'] = true;
L['Open Clock'] = true;
L['Hide Event Text'] = true;

L['Travel'] = true;
L['Port Options'] = true;
L['Ready'] = true;
L['Travel Cooldowns'] = true;
L['Change Port Option'] = true;

L['Always Show Silver and Copper'] = true;
L['Shorten Gold'] = true;
L['Toggle Bags'] = true;
L['Session Total'] = true;

L['Show XP Bar Below Max Level'] = true;
L['Use Class Colors for XP Bar'] = true;
L['Show Tooltips'] = true;
L['Text on Right'] = true;
L['Currency Select'] = true;
L['First Currency'] = true;
L['Second Currency'] = true;
L['Third Currency'] = true;
L['Rested'] = true;

L['Show World Ping'] = true;
L['Number of Addons To Show'] = true;
L['Addons to Show in Tooltip'] = true;
L['Show All Addons in Tooltip with Shift'] = true;
L['Memory Usage'] = true;
L['Garbage Collect'] = true;
L['Cleaned'] = true;

L['Use Class Colors'] = true;
L['Cooldowns'] = true;

L['Set Specialization'] = true;
L['Set Loot Specialization'] = true;
L['Current Specialization'] = true;
L['Current Loot Specialization'] = true;
L['Talent Minimum Width'] = true;
L['Remaining'] = true;
L['Available Ranks'] = true;
L['Artifact Knowledge'] = true;