Mercurial > wow > askmrrobot
diff localization/localization.en.lua @ 51:6f1bb8fcf64d v18
AskMrRobot.toc
- Added line for new SettingsTab file
AskMrRobotUi.lua
- Added code for new Settings menu
amr-constants.lua
- Added instance IDs for all WoD 6.0 5-mans and Raids.
- Removed legacy SoO IDs.
config.lua
- Removed "Interface/Addons" options area,
migrated all settings to main addon window.
localization/localization.en.lua
- Added new strings for new Settings tab and new Raid auto-logging
ui/CombatLogTab.lua
- Removed legacy SoO code
- Added auto-logging settings for Highmaul and Blackrock Foundry.
ui/SettingsTab.lua
- new main window tab for Minimap and Auction House settings options
author | TuhMuffinMan <TuhMuffinMan> |
---|---|
date | Fri, 28 Nov 2014 13:09:52 -0600 |
parents | 90175bdc50e6 |
children |
line wrap: on
line diff
--- a/localization/localization.en.lua Sun Nov 09 11:48:42 2014 -0800 +++ b/localization/localization.en.lua Fri Nov 28 13:09:52 2014 -0600 @@ -62,6 +62,7 @@ --createMainMenu L.AMR_UI_MENU_EXPORT = "Export" L.AMR_UI_MENU_GEAR = "Load a Gear Set" +L.AMR_UI_MENU_SETTINGS = "Settings" L.AMR_UI_MENU_COMBAT_LOG = "Combat Log" L.AMR_UI_MENU_HELP = "Help" @@ -90,13 +91,17 @@ --dir ui --ui/CombatLogTab.lua +L.AMR_SETTINGSTAB_SETTINGS = "Settings" L.AMR_COMBATLOGTAB_COMBAT_LOGGING = "Combat Logging" L.AMR_COMBATLOGTAB_START_LOGGING = "Start Logging" L.AMR_COMBATLOGTAB_CURRENTLY_LOGGING = "|c0000ff00Currently Logging|r" L.AMR_COMBATLOGTAB_STOP_LOGGING = "Stop Logging" -L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_SOO_LABEL = "Always log Siege of Orgrimmar" -L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_SOO_TOOLTIP_TITLE = "Auto-Log Siege of Orgrimmar" -L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_SOO_DESCRIPTION = "Automatically start logging when you enter SoO and stop when you leave SoO.\n\nNote that you should disable similar features in other addons to avoid conflicts." +L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_HM_LABEL = "Always log Highmaul" +L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_HM_TOOLTIP_TITLE = "Auto-Log Highmaul" +L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_HM_DESCRIPTION = "Automatically start logging when you enter Highmaul and stop when you leave Highmaul.\n\nNote that you should disable similar features in other addons to avoid conflicts." +L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_BRF_LABEL = "Always log Blackrock Foundry" +L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_BRF_TOOLTIP_TITLE = "Auto-Log Blackrock Foundry" +L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_BRF_DESCRIPTION = "Automatically start logging when you enter Blackrock Foundry and stop when you leave Blackrock Foundry.\n\nNote that you should disable similar features in other addons to avoid conflicts." L.AMR_COMBATLOGTAB_HEADLINE_OVER_BUTTON = "Save Characters" L.AMR_COMBATLOGTAB_SAVE_CHARACTER = "Save Character Data" L.AMR_COMBATLOGTAB_INSTRUCTIONS = "INSTRUCTIONS"