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"] = " a été chargé."
L["ChatCMD_Help"] = "[MxW] Argument(s) dispo. : restore/reset/alert/gmsg/config";
L["Settings_Alert_Enabled"] = "[MxW] Alerte activée. Seuil : ";
L["Settings_Alert_Disabled"] = "[MxW] Alerte désactivée.";
L["Settings_GuildMessage_Enabled"] = "[MxW] Message de guilde activé.";
L["Settings_GuildMessage_Disabled"] = "[MxW] Message de guilde désactivé.";
L["Chat_GuildDailyMoneyThresholdMessage"] = "a dépassé le palier journalier de";
L["Chat_ChatGuildDailyRecordA"] = "a battu son record journalier de";
L["Chat_ChatGuildDailyRecordEnterWorld"] = "Record journalier : "
L["Chat_ChatGuildDailyRecordUI"] = "(Record)";
-- Option
L["MainForm_Option_MinimumUI"] = "Valeur Minimale (Affichage dans l'UI.)";
@@ -18,7 +27,7 @@ L["MainForm_Option_MinimumUI_Usage"] = "<valeur en cuivre>";
-- MainForm
L["MainForm_Label_Close"] = "FERMER";
L["MainForm_Label_Money_Lab_Today"] = "Auj.";
L["MainForm_Label_Money_Lab_Today"] = "Jour";
L["MainForm_Label_Money_Lab_Month"] = "Mois";
L["MainForm_Label_Money_Global"] = "Or (Global) :"
L["MainForm_Label_Money_Player"] = "Or (Joueur) :"
@@ -27,9 +36,14 @@ L["MainForm_Label_Money_Min"] = "Min.";
L["MainForm_Label_LastBoE"] = "Dernier BOE :"
L["MainForm_Label_LastBoE_NONE"] = "n/d"
L["MainForm_Label_Loot"] = "- BUTIN -";
L["MainForm_Button_LootList"] = "Liste de loot(s)";
L["MainForm_Button_Settings"] = "Options";
L["MainForm_Group_Features"] = "Fonctions";
L["MainForm_Group_Gold"] = "Or";
L["MainForm_Label_DayCounter"] = "Jour(s)";
L["SettingsUI_EditBox_MinAlert"] = "Seuil d'alerte (Or)";
L["SettingsUI_Button_Reset"] = "Remise à zéro";
L["SettingsUI_DropDown_Value"] = "Source des valeurs";
-- Alert Classes
L["Alert_Class_Misc"] = "Divers";

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";