1.6.0 - 8.0.1

This commit is contained in:
mikx
2018-11-16 23:41:09 -05:00
parent f3e05ec550
commit 04345705c9
44 changed files with 7222 additions and 107 deletions

View File

@@ -1,6 +1,6 @@
-- MxW (MxW Addon)
-- By mikx
-- https://git.mikx.ca/wow-addons/MxW_Addon
-- https://git.mikx.xyz/wow/MxW_Addon
-- Licensed under the GNU General Public License 3.0
-- See included License file for more informations.
@@ -10,6 +10,15 @@ if not L then return; end
-- Message
L["Message_Loaded"] = " has been loaded."
L["ChatCMD_Help"] = "[MxW] Available Argument(s) : restore/reset/alert/gmsg/config";
L["Settings_Alert_Enabled"] = "[MxW] Alert Disabled. Threshold: ";
L["Settings_Alert_Disabled"] = "[MxW] Alert Enabled.";
L["Settings_GuildMessage_Enabled"] = "[MxW] Guild Message Enabled.";
L["Settings_GuildMessage_Disabled"] = "[MxW] Guild Message Disabled.";
L["Chat_GuildDailyMoneyThresholdMessage"] = "has exceeded the daily stage of";
L["Chat_ChatGuildDailyRecordA"] = "has beaten his daily record of";
L["Chat_ChatGuildDailyRecordEnterWorld"] = "Daily Record: "
L["Chat_ChatGuildDailyRecordUI"] = "(Record)";
-- Option
L["MainForm_Option_MinimumUI"] = "Minimum Value (Display in the UI.)";
@@ -27,9 +36,14 @@ L["MainForm_Label_Money_Min"] = "Min.";
L["MainForm_Label_LastBoE"] = "Last BOE:"
L["MainForm_Label_LastBoE_NONE"] = "n/a"
L["MainForm_Label_Loot"] = "- LOOT -";
L["MainForm_Button_LootList"] = "Loot List";
L["MainForm_Button_Settings"] = "Settings";
L["MainForm_Group_Features"] = "Fonctions";
L["MainForm_Group_Gold"] = "Or";
L["MainForm_Label_DayCounter"] = "Day(s)";
L["SettingsUI_EditBox_MinAlert"] = "Alert Thresold (Gold)";
L["SettingsUI_Button_Reset"] = "Reset";
L["SettingsUI_DropDown_Value"] = "Value Source";
-- Alert Classes
L["Alert_Class_Misc"] = "Miscellaneous";