comparison 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
comparison
equal deleted inserted replaced
50:af0dc99cbedb 51:6f1bb8fcf64d
60 --AskMrRobotUi.lua 60 --AskMrRobotUi.lua
61 61
62 --createMainMenu 62 --createMainMenu
63 L.AMR_UI_MENU_EXPORT = "Export" 63 L.AMR_UI_MENU_EXPORT = "Export"
64 L.AMR_UI_MENU_GEAR = "Load a Gear Set" 64 L.AMR_UI_MENU_GEAR = "Load a Gear Set"
65 L.AMR_UI_MENU_SETTINGS = "Settings"
65 L.AMR_UI_MENU_COMBAT_LOG = "Combat Log" 66 L.AMR_UI_MENU_COMBAT_LOG = "Combat Log"
66 L.AMR_UI_MENU_HELP = "Help" 67 L.AMR_UI_MENU_HELP = "Help"
67 68
68 L.AMR_UI_BUTTON_IMPORT = "Load" 69 L.AMR_UI_BUTTON_IMPORT = "Load"
69 L.AMR_UI_BUTTON_SUMMARY = "Summary" 70 L.AMR_UI_BUTTON_SUMMARY = "Summary"
88 --wait 89 --wait
89 L.AMR_WAIT_BAD_ARGUMENTS = "Bad Arguments to amr__wait" 90 L.AMR_WAIT_BAD_ARGUMENTS = "Bad Arguments to amr__wait"
90 91
91 --dir ui 92 --dir ui
92 --ui/CombatLogTab.lua 93 --ui/CombatLogTab.lua
94 L.AMR_SETTINGSTAB_SETTINGS = "Settings"
93 L.AMR_COMBATLOGTAB_COMBAT_LOGGING = "Combat Logging" 95 L.AMR_COMBATLOGTAB_COMBAT_LOGGING = "Combat Logging"
94 L.AMR_COMBATLOGTAB_START_LOGGING = "Start Logging" 96 L.AMR_COMBATLOGTAB_START_LOGGING = "Start Logging"
95 L.AMR_COMBATLOGTAB_CURRENTLY_LOGGING = "|c0000ff00Currently Logging|r" 97 L.AMR_COMBATLOGTAB_CURRENTLY_LOGGING = "|c0000ff00Currently Logging|r"
96 L.AMR_COMBATLOGTAB_STOP_LOGGING = "Stop Logging" 98 L.AMR_COMBATLOGTAB_STOP_LOGGING = "Stop Logging"
97 L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_SOO_LABEL = "Always log Siege of Orgrimmar" 99 L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_HM_LABEL = "Always log Highmaul"
98 L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_SOO_TOOLTIP_TITLE = "Auto-Log Siege of Orgrimmar" 100 L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_HM_TOOLTIP_TITLE = "Auto-Log Highmaul"
99 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." 101 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."
102 L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_BRF_LABEL = "Always log Blackrock Foundry"
103 L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_BRF_TOOLTIP_TITLE = "Auto-Log Blackrock Foundry"
104 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."
100 L.AMR_COMBATLOGTAB_HEADLINE_OVER_BUTTON = "Save Characters" 105 L.AMR_COMBATLOGTAB_HEADLINE_OVER_BUTTON = "Save Characters"
101 L.AMR_COMBATLOGTAB_SAVE_CHARACTER = "Save Character Data" 106 L.AMR_COMBATLOGTAB_SAVE_CHARACTER = "Save Character Data"
102 L.AMR_COMBATLOGTAB_INSTRUCTIONS = "INSTRUCTIONS" 107 L.AMR_COMBATLOGTAB_INSTRUCTIONS = "INSTRUCTIONS"
103 L.AMR_COMBATLOGTAB_INSTRUCTIONS_1 = "1. Use the Start/Stop buttons or check 'Always log Siege of Orgrimmar'." 108 L.AMR_COMBATLOGTAB_INSTRUCTIONS_1 = "1. Use the Start/Stop buttons or check 'Always log Siege of Orgrimmar'."
104 L.AMR_COMBATLOGTAB_INSTRUCTIONS_2 = "2. When you are ready to upload, press 'Save Character Data'. *" 109 L.AMR_COMBATLOGTAB_INSTRUCTIONS_2 = "2. When you are ready to upload, press 'Save Character Data'. *"