Mercurial > wow > askmrrobot
comparison localization/localization.en.lua @ 49:90175bdc50e6 v17
fixed some localization issues and added new german translation
| author | yellowfive |
|---|---|
| date | Sun, 09 Nov 2014 11:48:18 -0800 |
| parents | 44c285acfff0 |
| children | 6f1bb8fcf64d |
comparison
equal
deleted
inserted
replaced
| 48:7056a71acab3 | 49:90175bdc50e6 |
|---|---|
| 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_COMBAT_LOG = "Combat Log" | 65 L.AMR_UI_MENU_COMBAT_LOG = "Combat Log" |
| 66 L.AMR_UI_MENU_HELP = "Help" | 66 L.AMR_UI_MENU_HELP = "Help" |
| 67 | 67 |
| 68 --validateInput | |
| 69 L.AMR_UI_IMPORT_ERROR_IMPROPER = "Oops, you didn't have proper import text" | |
| 70 L.AMR_UI_IMPORT_ERROR_IMPROPER_GOTO = "Please go back to AskMrRobot.com and grab optimizations for this character" | |
| 71 L.AMR_UI_IMPORT_ERROR_CHARACTER = "Oops, you've imported optimizations for %s" | |
| 72 L.AMR_UI_IMPORT_ERROR_CHARACTER_GOTO = "Please go back to AskMrRobot.com and grab optimizations for this character, who is much better looking anyway!" | |
| 73 L.AMR_UI_IMPORT_ERROR_RACE = "It looks like your race may have changed, which affects the optimizations." | |
| 74 L.AMR_UI_IMPORT_ERROR_RACE_CURRENT = "Right now, Mr. Robot thinks you are a %s" | |
| 75 L.AMR_UI_IMPORT_ERROR_FACTION = "It looks like your faction may have changed." | |
| 76 L.AMR_UI_IMPORT_ERROR_FACTION_CURRENT = "Right now, Mr. Robot thinks you belong to the %s" | |
| 77 L.AMR_UI_IMPORT_ERROR_PROFESSIONS = "Your professions have changed, which affects the optimizations." | |
| 78 L.AMR_UI_IMPORT_ERROR_PROFESSIONS_GOTO = "You will need to make sure your in-game professions match the professions on AskMrRobot.com when importing." | |
| 79 L.AMR_UI_IMPORT_ERROR_SPEC = "WARNING! Please check your character before proceeding:" | |
| 80 L.AMR_UI_IMPORT_ERROR_SPEC_CHANGE = "Change your spec to %s." | |
| 81 L.AMR_UI_IMPORT_ERROR_SPEC_UNEXPECTED = "AskMrRobot.com did not expect to see a specialization." | |
| 82 --createImportDetailsErrorTab | |
| 83 L.AMR_UI_IMPORT_ERROR_NO_IMPORT = 'You have no optimizations imported. Click the |c00ffd100Load|r tab to get started.' | |
| 84 L.AMR_UI_IMPORT_ERROR_CANT_OPTIMIZE = "I can't optimize yet. Please go to the summary tab for more information." | |
| 85 | |
| 86 L.AMR_UI_BUTTON_IMPORT = "Load" | 68 L.AMR_UI_BUTTON_IMPORT = "Load" |
| 87 L.AMR_UI_BUTTON_SUMMARY = "Summary" | 69 L.AMR_UI_BUTTON_SUMMARY = "Summary" |
| 88 L.AMR_UI_BUTTON_GEMS = "Gems" | 70 L.AMR_UI_BUTTON_GEMS = "Gems" |
| 89 L.AMR_UI_BUTTON_ENCHANTS = "Enchants" | 71 L.AMR_UI_BUTTON_ENCHANTS = "Enchants" |
| 90 L.AMR_UI_BUTTON_SHOPPING_LIST = "Shopping List" | 72 L.AMR_UI_BUTTON_SHOPPING_LIST = "Shopping List" |
| 91 L.AMR_UI_BUTTON_COMBAT_LOG = "Combat Log" | 73 |
| 92 L.AMR_UI_BUTTON_HELP = "Help" | |
| 93 --AskMrRobot.lua | 74 --AskMrRobot.lua |
| 94 --eventListener:OnEvent | |
| 95 L.AMR_ON_EVENT_LOADED = "Loaded Ask Mr. Robot v%s" | |
| 96 L.AMR_ON_EVENT_TOOLTIP = "Left Click to open the Ask Mr. Robot window.\n\nShift + Left Click to export your bag and bank data.\n\nCtrl + Left Click to mark a fight as a wipe." | 75 L.AMR_ON_EVENT_TOOLTIP = "Left Click to open the Ask Mr. Robot window.\n\nShift + Left Click to export your bag and bank data.\n\nCtrl + Left Click to mark a fight as a wipe." |
| 97 | 76 |
| 98 --config.lua | 77 --config.lua |
| 99 --frame:SetScript | 78 --frame:SetScript |
| 100 L.AMR_CONFIG_EXIMPORT = "Mr. Robot's addon can export your item information to his website, and import your optimizations into the game." | 79 L.AMR_CONFIG_EXIMPORT = "Mr. Robot's addon can export your item information to his website, and import your optimizations into the game." |
| 101 L.AMR_CONFIG_CHECKBOX_MINIMAP_LABEL = "Show minimap icon" | 80 L.AMR_CONFIG_CHECKBOX_MINIMAP_LABEL = "Show minimap icon" |
| 102 L.AMR_CONFIG_CHECKBOX_MINIMAP_TOOLTIP_TITLE = "Minimap Icon" | 81 L.AMR_CONFIG_CHECKBOX_MINIMAP_TOOLTIP_TITLE = "Minimap Icon" |
| 103 L.AMR_CONFIG_CHECKBOX_MINIMAP_DESCRIPTION = "Show the Ask Mr. Robot minimap icon." | 82 L.AMR_CONFIG_CHECKBOX_MINIMAP_DESCRIPTION = "Show the Ask Mr. Robot minimap icon." |
| 104 L.AMR_CONFIG_CHECKBOX_AUTOREFORGE_LABEL = "Automatically show Mr. Robot's reforge window at the reforger" | |
| 105 L.AMR_CONFIG_CHECKBOX_AUTOREFORGE_TOOLTIP_TITLE = "Auto-Show Reforges" | |
| 106 L.AMR_CONFIG_CHECKBOX_AUTOREFORGE_DESCRIPTION = "When you have suggested reforges left to complete, automatically show Mr. Robot's reforge window when you visit a reforger." | |
| 107 L.AMR_CONFIG_CHECKBOX_AUTOAH_LABEL = "Automatically show Mr. Robot's shopping list at the auction house" | 83 L.AMR_CONFIG_CHECKBOX_AUTOAH_LABEL = "Automatically show Mr. Robot's shopping list at the auction house" |
| 108 L.AMR_CONFIG_CHECKBOX_AUTOAH_TOOLTIP_TITLE = "Auto-Show Shopping List" | 84 L.AMR_CONFIG_CHECKBOX_AUTOAH_TOOLTIP_TITLE = "Auto-Show Shopping List" |
| 109 L.AMR_CONFIG_CHECKBOX_AUTOAH_DESCRIPTION = "When your shopping list still has things left to buy, automatically show Mr. Robot's shopping list when you visit the auction house." | 85 L.AMR_CONFIG_CHECKBOX_AUTOAH_DESCRIPTION = "When your shopping list still has things left to buy, automatically show Mr. Robot's shopping list when you visit the auction house." |
| 110 L.AMR_CONFIG_CHECKBOX_AUTOLOG_LABEL = "Automatically turn on combat logging for Siege of Orgrimmar" | 86 |
| 111 L.AMR_CONFIG_CHECKBOX_AUTOLOG_TOOLTIP_TITLE = "Automatically Log Siege of Orgrimmar" | |
| 112 L.AMR_CONFIG_CHECKBOX_AUTOLOG_DESCRIPTION = "When entering Siege of Orgrimmar, combat logging will be turned on. When leaving Siege of Orgrimmar, combat logging will be turned off." | |
| 113 --enchants.lua | |
| 114 --enchantNames | |
| 115 L.AMR_ENCHANTS_BELT_BUCKLE = "Belt Buckle" | |
| 116 L.AMR_ENCHANTS_FROSTBRAND = "Frostbrand" | |
| 117 L.AMR_ENCHANTS_FLAMETONGUE = "Flametongue" | |
| 118 L.AMR_ENCHANTS_DAMAGE = "Damage" | |
| 119 L.AMR_ENCHANTS_SHARPENED = "Sharpened" | |
| 120 L.AMR_ENCHANTS_WEIGHTED = "Weighted" | |
| 121 L.AMR_ENCHANTS_ARMOR = "Armor" | |
| 122 L.AMR_ENCHANTS_MANA = "Mana" | |
| 123 L.AMR_ENCHANTS_SHADOW_OIL = "Shadow Oil" | |
| 124 L.AMR_ENCHANTS_FROST_OIL = "Frost Oil" | |
| 125 L.AMR_ENCHANTS_SUNDERED = "Sundered" | |
| 126 L.AMR_ENCHANTS_ALL_RESISTANCES = "All Resistances" | |
| 127 L.AMR_ENCHANTS_SCOPE = "Scope" | |
| 128 L.AMR_ENCHANTS_BEASTSLAYING = "Beastslaying" | |
| 129 L.AMR_ENCHANTS_HASTE = "Haste" | |
| 130 L.AMR_ENCHANTS_FIERY_BLAZE = "Enchant: Fiery Blaze" | |
| 131 L.AMR_ENCHANTS_STEEL_WPNCHAIN = "Steel Weapon Chain" | |
| 132 L.AMR_ENCHANTS_DODGE = "Dodge" | |
| 133 L.AMR_ENCHANTS_HEALTH = "Health" | |
| 134 L.AMR_ENCHANTS_MAX_HEALTH = "Maximum Health" | |
| 135 L.AMR_ENCHANTS_IRON_SPIKE = "Iron Spike (8-12)" | |
| 136 L.AMR_ENCHANTS_THORIUM_SPIKE = "Thorium Spike (20-30)" | |
| 137 L.AMR_ENCHANTS_FELSTEEL_SPIKE = "Felsteel Spike (26-38)" | |
| 138 L.AMR_ENCHANTS_TITANIUM_SPIKE = "Titanium Spike (45-67)" | |
| 139 L.AMR_ENCHANTS_ELEMENTIUM_SPIKE = "Elementium Spike (90-133)" | |
| 140 L.AMR_ENCHANTS_PYRIUM_SPIKE = "Pyrium Spike (210-350)" | |
| 141 L.AMR_ENCHANTS_GHOSTIRON_SPIKE = "Ghost Iron Spike (600-1000)" | |
| 142 L.AMR_ENCHANTS_ABSORPTION = "Absorption" | |
| 143 L.AMR_ENCHANTS_SPIRIT = "Spirit" | |
| 144 L.AMR_ENCHANTS_STR = "Str" | |
| 145 L.AMR_ENCHANTS_STAM = "Stam" | |
| 146 L.AMR_ENCHANTS_AGI = "Agi" | |
| 147 L.AMR_ENCHANTS_INT = "Int" | |
| 148 L.AMR_ENCHANTS_CRIT = "Crit" | |
| 149 L.AMR_ENCHANTS_EXP = "Exp" | |
| 150 L.AMR_ENCHANTS_PARRY = "Parry" | |
| 151 L.AMR_ENCHANTS_HIT = "Hit" | |
| 152 L.AMR_ENCHANTS_AP = "AP" | |
| 153 L.AMR_ENCHANTS_RESIL = "Resil" | |
| 154 L.AMR_ENCHANTS_MASTERY = "Mastery" | |
| 155 L.AMR_ENCHANTS_PVP_POW = "PvP Pow" | |
| 156 L.AMR_ENCHANTS_BLOCK = "Block" | |
| 157 L.AMR_ENCHANTS_SWORD_SKILL = "Sword Skill" | |
| 158 L.AMR_ENCHANTS_SWORD_SKILL_2H = "Two-Handed Sword Skill" | |
| 159 L.AMR_ENCHANTS_MACE_SKILL = "Mace Skill" | |
| 160 L.AMR_ENCHANTS_MACE_SKILL_2H = "Two-Handed Mace Skill" | |
| 161 L.AMR_ENCHANTS_AXE_SKILL = "Axe Skill" | |
| 162 L.AMR_ENCHANTS_AXE_SKILL_2H = "Two-Handed Axe Skill" | |
| 163 L.AMR_ENCHANTS_DAGGER_SKILL = "Dagger Skill" | |
| 164 L.AMR_ENCHANTS_GUN_SKILL = "Gun Skill" | |
| 165 L.AMR_ENCHANTS_BOW_SKILL = "Bow Skill" | |
| 166 L.AMR_ENCHANTS_BEAST_SLAYING = "Beast Slaying" | |
| 167 L.AMR_ENCHANTS_ON_GET_HIT_SBOLT = "On Get Hit: Shadow Bolt" | |
| 168 L.AMR_ENCHANTS_SP = "SP" | |
| 169 L.AMR_ENCHANTS_FIRE_SPELL_DAMAGE = "Fire Spell Damage" | |
| 170 L.AMR_ENCHANTS_HOLY_SPELL_DAMAGE = "Holy Spell Damage" | |
| 171 L.AMR_ENCHANTS_FROST_SPELL_DAMAGE = "Frost Spell Damage" | |
| 172 L.AMR_ENCHANTS_NATURE_SPELL_DAMAGE = "Nature Spell Damage" | |
| 173 L.AMR_ENCHANTS_SHADOW_SPELL_DAMAGE = "Shadow Spell Damage" | |
| 174 L.AMR_ENCHANTS_ARCANE_SPELL_DAMAGE = "Arcane Spell Damage" | |
| 175 L.AMR_ENCHANTS_WEAPON_DAMAGE = "Weapon Damage" | |
| 176 L.AMR_ENCHANTS_FIRE_RESISTANCE = "Fire Resistance" | |
| 177 L.AMR_ENCHANTS_FROST_RESISTANCE = "Frost Resistance" | |
| 178 L.AMR_ENCHANTS_SHADOW_RESISTANCE = "Shadow Resistance" | |
| 179 L.AMR_ENCHANTS_NATURE_RESISTANCE = "Nature Resistance" | |
| 180 L.AMR_ENCHANTS_ARCANE_RESISTANCE = "Arcane Resistance" | |
| 181 L.AMR_ENCHANTS_ALL_STATS = "All Stats" | |
| 182 L.AMR_ENCHANTS_RUN_SPEED = "Run Speed" | |
| 183 L.AMR_ENCHANTS_RESIST_ALL = "Resist All" | |
| 184 L.AMR_ENCHANTS_FISHING_LURE = "Fishing Lure" | |
| 185 L.AMR_ENCHANTS_FISHING_SKILL = "Fisching Skill" | |
| 186 L.AMR_ENCHANTS_WINDFURY = "Windfury" | |
| 187 L.AMR_ENCHANTS_WEAPON_FIRE_DMG = "Weapon Fire Damage" | |
| 188 L.AMR_ENCHANTS_ORB_OF_FIRE = "Orb of Fire" | |
| 189 L.AMR_ENCHANTS_BLACK_TEMPLE_DUMMY = "Black Temple Dummy" | |
| 190 L.AMR_ENCHANTS_MITHRIL_SPIKE = "Mithril Spike (16-20)" | |
| 191 L.AMR_ENCHANTS_MOUNT_SPEED = "Mount Speed" | |
| 192 L.AMR_ENCHANTS_STEALTH = "Stealth" | |
| 193 L.AMR_ENCHANTS_SCHIELD_BLOCK = "Shield Block" | |
| 194 L.AMR_ENCHANTS_FIERY_WEAPON = "Fiery Weapon" | |
| 195 L.AMR_ENCHANTS_MINING = "Mining" | |
| 196 L.AMR_ENCHANTS_HERBALISM = "Herbalism" | |
| 197 L.AMR_ENCHANTS_SKINNING = "Skinning" | |
| 198 L.AMR_ENCHANTS_FISHING = "Fishing" | |
| 199 L.AMR_ENCHANTS_OMEN_OF_CLARITY = "Omen of Clarity" | |
| 200 L.AMR_ENCHANTS_MHTEST02 = "MHTest02" | |
| 201 L.AMR_ENCHANTS_COLD_BLOOD = "Cold Blood" | |
| 202 L.AMR_ENCHANTS_FIRESTONE_1 = "Firestone 1" | |
| 203 L.AMR_ENCHANTS_FIRESTONE_2 = "Firestone 2" | |
| 204 L.AMR_ENCHANTS_FIRESTONE_3 = "Firestone 3" | |
| 205 L.AMR_ENCHANTS_FIRESTONE_4 = "Firestone 4" | |
| 206 L.AMR_ENCHANTS_FIRESTONE_5 = "Firestone 5" | |
| 207 L.AMR_ENCHANTS_FIRESTONE_MASTER = "Master Firestone" | |
| 208 L.AMR_ENCHANTS_FIRESTONE = "Firestone" | |
| 209 L.AMR_ENCHANTS_FIRESTONE_GREATER = "Greater Firestone" | |
| 210 L.AMR_ENCHANTS_FIRESTONE_MAJOR = "Major Firestone" | |
| 211 L.AMR_ENCHANTS_FIRESTONE_FEL = "Fel Firestone" | |
| 212 L.AMR_ENCHANTS_FIRESTONE_GRAND = "Grand Firestone" | |
| 213 L.AMR_ENCHANTS_SPELLSTONE = "Spellstone" | |
| 214 L.AMR_ENCHANTS_SPELLSTONE_GREATER = "Greater Spellstone" | |
| 215 L.AMR_ENCHANTS_SPELLSTONE_MAJOR = "Major Spellstone" | |
| 216 L.AMR_ENCHANTS_SPELLSTONE_MASTER = "Master Spellstone" | |
| 217 L.AMR_ENCHANTS_SPELLSTONE_DEMONIC = "Demonic Spellstone" | |
| 218 L.AMR_ENCHANTS_SPELLSTONE_GRAND = "Grand Spellstone" | |
| 219 L.AMR_ENCHANTS_ICY_CHILL = "Icy Chill" | |
| 220 L.AMR_ENCHANTS_LIFESTEALING = "Lifestealing" | |
| 221 L.AMR_ENCHANTS_UNHOLY_WEAPON = "Unholy Weapon" | |
| 222 L.AMR_ENCHANTS_CRUSADER = "Crusader" | |
| 223 L.AMR_ENCHANTS_BLOCK_LEVEL = "Block Level" | |
| 224 L.AMR_ENCHANTS_RANGED_ATTACK_POWER = "Ranged Attack Power" | |
| 225 L.AMR_ENCHANTS_MANA_EVERY_5_SEC = "mana every 5 sec." | |
| 226 L.AMR_ENCHANTS_HEALTH_EVERY_5_SEC = "health every 5 sec." | |
| 227 L.AMR_ENCHANTS_MELEE_CRIT_STRIKE = "Melee Critical Strike" | |
| 228 L.AMR_ENCHANTS_ZZOLDBLANK = "zzOLDBlank" | |
| 229 L.AMR_ENCHANTS_THREAT = "Threat" | |
| 230 L.AMR_ENCHANTS_SHADOW_SPELL_POWER = "Shadow Spell Power" | |
| 231 L.AMR_ENCHANTS_FROST_SPELL_POWER = "Frost Spell Power" | |
| 232 L.AMR_ENCHANTS_FIRE_SPELL_POWER = "Fire Spell Power" | |
| 233 L.AMR_ENCHANTS_REDUCED_THREAT = "Reduced Threat" | |
| 234 L.AMR_ENCHANTS_WIZARD_OIL_MINOR = "Minor Wizard Oil" | |
| 235 L.AMR_ENCHANTS_WIZARD_OIL_LESSER = "Lesser Wizard Oil" | |
| 236 L.AMR_ENCHANTS_WIZARD_OIL = "Wizard Oil" | |
| 237 L.AMR_ENCHANTS_WIZARD_OIL_BRILLIANT = "Brilliant Wizard Oil" | |
| 238 L.AMR_ENCHANTS_WIZARD_OIL_SUPERIOR = "Superior Wizard Oil" | |
| 239 L.AMR_ENCHANTS_WIZARD_OIL_EXCEPTIONAL = "Exceptional Wizard Oil" | |
| 240 L.AMR_ENCHANTS_MANA_OIL_MINOR = "Minor Mana Oil" | |
| 241 L.AMR_ENCHANTS_MANA_OIL_LESSER = "Lesser Mana Oil" | |
| 242 L.AMR_ENCHANTS_MANA_OIL_BRILLIANT = "Brilliant Mana Oil" | |
| 243 L.AMR_ENCHANTS_MANA_OIL_SUPERIOR = "Superior Mana Oil" | |
| 244 L.AMR_ENCHANTS_MANA_OIL_EXCEPTIONAL = "Exceptional Mana Oil" | |
| 245 L.AMR_ENCHANTS_ELEMENTAL_SLAYER = "Elemental Slayer" | |
| 246 L.AMR_ENCHANTS_DEMONSLAYING = "Demonslaying" | |
| 247 L.AMR_ENCHANTS_VENOMHIDE_POISON = "Venomhide Poison" | |
| 248 L.AMR_ENCHANTS_ARCANE_FIRE_SPELL_POWER = "Arcane and Fire Spell Power" | |
| 249 L.AMR_ENCHANTS_SHADOW_FROST_SPELL_POWER = "Shadow and Frost Spell Power" | |
| 250 L.AMR_ENCHANTS_MONGOOSE = "Mongoose" | |
| 251 L.AMR_ENCHANTS_SPELLSURGE = "Spellsurge" | |
| 252 L.AMR_ENCHANTS_BATTLEMASTER = "Battlemaster" | |
| 253 L.AMR_ENCHANTS_AP_VS_UNDEAD = "Attack Power vs Undead" | |
| 254 L.AMR_ENCHANTS_SP_VS_UNDEAD = "Spell Power vs Undead" | |
| 255 L.AMR_ENCHANTS_AGI_PER_GEM = "Agility per different colored gem" | |
| 256 L.AMR_ENCHANTS_STR_4_BLUE_GEMS = "Strength if 4 blue gems equipped" | |
| 257 L.AMR_ENCHANTS_LESSER_RUNE_WARDING = "Lesser Rune of Warding" | |
| 258 L.AMR_ENCHANTS_GREATER_RUNE_WARDING = "Greater Rune of Warding" | |
| 259 L.AMR_ENCHANTS_LESSER_WARD_SHIELDING = "Lesser Ward of Shielding" | |
| 260 L.AMR_ENCHANTS_GREATER_WARD_SHIELDING = "Greater Ward of Shielding" | |
| 261 L.AMR_ENCHANTS_ZZOLDLESSER_RUNE_WARDING = "ZZOLDLesser Rune of Warding" | |
| 262 L.AMR_ENCHANTS_COMFORT_INSOLES = "Comfortable Insoles" | |
| 263 L.AMR_ENCHANTS_ARCANE_DAMAGE = "Arcane Damage" | |
| 264 L.AMR_ENCHANTS_FIRE_DAMAGE = "Fire Damage" | |
| 265 L.AMR_ENCHANTS_NATURE_DAMAGE = "Nature Damage" | |
| 266 L.AMR_ENCHANTS_FROST_DAMAGE = "Frost Damage" | |
| 267 L.AMR_ENCHANTS_SHADOW_DAMAGE = "Shadow Damage" | |
| 268 L.AMR_ENCHANTS_HEALING = "Healing" | |
| 269 L.AMR_ENCHANTS_BLOODY_DANCING_STEEL = "Bloody Dancing Steel" | |
| 270 L.AMR_ENCHANTS_TYRANNY = "Tyranny" | |
| 271 L.AMR_ENCHANTS_SOCKET_BELT = "Socket Belt" | |
| 272 L.AMR_ENCHANTS_USE_WALK_ON_WATER = "Use: Allows you to walk on water and increases swim speed for up to 6 sec. (30 Sec Cooldown)" | |
| 273 L.AMR_ENCHANTS_BREATH_AGILE_PRINCE = "Breath of the Agile Prince" | |
| 274 L.AMR_ENCHANTS_USE_REDUCE_FALLING_SPEED_10SEC = "Use: Reduce your fall speed for 10 sec. (5 Min Cooldown) (5 Min Cooldown)" | |
| 275 L.AMR_ENCHANTS_USE_REDUCE_FALLING_SPEED_30SEC = "Use: Reduces your falling speed for 30 sec. (1 Min Cooldown)" | |
| 276 L.AMR_ENCHANTS_USE_REDUCE_FALLING_SPEED_2MIN = "Use: Reduces your falling speed for 2 min. (3 Min Cooldown)" | |
| 277 L.AMR_ENCHANTS_USE_INCREASE_INT_AGI_STR_480 = "Use: Increases your Intellect, Agility, or Strength by 480 for 10 sec. Your highest stat is always chosen. (1 Min Cooldown)" | |
| 278 L.AMR_ENCHANTS_USE_INCREASE_INT_AGI_STR_1920 = "Use: Increases your Intellect, Agility, or Strength by 1,920 for 10 sec. Your highest stat is always chosen. (1 Min Cooldown)" | |
| 279 L.AMR_ENCHANTS_SWORDGUARD_EMBROIDERY = "Swordguard Embroidery" | |
| 280 L.AMR_ENCHANTS_SWORDGUARD_1 = "Swordguard 1" | |
| 281 L.AMR_ENCHANTS_SWORDGUARD_2 = "Swordguard 2" | |
| 282 L.AMR_ENCHANTS_SWORDGUARD_3 = "Swordguard 3" | |
| 283 L.AMR_ENCHANTS_DARKGLOW_1 = "Darkglow 1" | |
| 284 L.AMR_ENCHANTS_DARKGLOW_2 = "Darkglow 2" | |
| 285 L.AMR_ENCHANTS_DARKGLOW_3 = "Darkglow 3" | |
| 286 L.AMR_ENCHANTS_LIGHTWEAVE_1 = "Lightweave 1" | |
| 287 L.AMR_ENCHANTS_LIGHTWEAVE_2 = "Lightweave 2" | |
| 288 L.AMR_ENCHANTS_LIGHTWEAVE_3 = "Lightweave 3" | |
| 289 L.AMR_ENCHANTS_PANDAREN_FISHING_LURE = "Pandaren Fishing Lure" | |
| 290 L.AMR_ENCHANTS_MAGIC_WEAPON = "Magic Weapon" | |
| 291 L.AMR_ENCHANTS_USE_MYTHICAL_HEALING_POTION = "Use: Injects a Mythical Healing Potion directly into your bloodstream, increasing potency and healing you for 30,000. (1 Min Cooldown)" | |
| 292 L.AMR_ENCHANTS_PLACEHOLDER_SHOULDER = "Placeholder Shoulder Enchant" | |
| 293 L.AMR_ENCHANTS_PANDEMONIUM = "Pandamonium" | |
| 294 L.AMR_ENCHANTS_MIRROR_SCOPE = "Mirror Scope" | |
| 295 L.AMR_ENCHANTS_BLASTINGTON = "Blastington's" | |
| 296 L.AMR_ENCHANTS_USE_EXPLOSIVE_FIREWORKS = "Use: Launches a cluster of highly explosive fireworks that detonate on impact for 14,000 Fire damage over 3 sec. (45 Sec Cooldown)" | |
| 297 L.AMR_ENCHANTS_USE_DODGE = "Use: Increases your dodge by 480 for 10 sec. (1 Min Cooldown)" | |
| 298 L.AMR_ENCHANTS_SAMURAI = "Samurai" | |
| 299 L.AMR_ENCHANTS_RIVERS_SONG = "River's Song" | |
| 300 L.AMR_ENCHANTS_COLOSSUS = "Colossus" | |
| 301 L.AMR_ENCHANTS_DANCING_STEEL = "Dancing Steel" | |
| 302 L.AMR_ENCHANTS_ELEMENTAL_FORCE = "Elemental Force" | |
| 303 L.AMR_ENCHANTS_JADE_SPIRIT = "Jade Spirit" | |
| 304 L.AMR_ENCHANTS_WINDSONG = "Windsong" | |
| 305 L.AMR_ENCHANTS_FLINTLOCKE = "Flintlocke's" | |
| 306 L.AMR_ENCHANTS_USE_RUN_SPEED = "Use: Greatly increase your run speed for 5 sec. (3 Min Cooldown)" | |
| 307 L.AMR_ENCHANTS_USE_MENTAL_COMBAT = "Use: Engage in mental combat with a humanoid target in an attempt to pacify or control them. (10 Min Cooldown)" | |
| 308 L.AMR_ENCHANTS_USE_CARDBOARD_ASSASSIN = "Use: Summons a Cardboard Assassin to draw the attention of enemies. (5 Min Cooldown)" | |
| 309 L.AMR_ENCHANTS_USE_SHIELD_OF_FORCE = "Use: Protects you with a shield of force that stops 18,000 damage for 8 sec. The strong magnetic field sometimes has strange side effects... (5 Min Cooldown)" | |
| 310 L.AMR_ENCHANTS_USE_PERSONAL_INVISIBILITY_FIELD = "Use: Activates a personal invisibility field. Cannot be used in combat. (3 Min Cooldown)" | |
| 311 L.AMR_ENCHANTS_USE_ELECTRIC_BALL = "Use: Fires an electrified ball at an enemy for 4,800 Nature damage. (2 Min Cooldown)" | |
| 312 L.AMR_ENCHANTS_USE_INCREASE_ARMOR_700 = "Use: Increases your armor by 700 for 14 sec. (1 Min Cooldown)" | |
| 313 L.AMR_ENCHANTS_USE_INCREASE_ARMOR_1500 = "Use: Increases your armor by 1,500 for 13 sec. (1 Min Cooldown)" | |
| 314 L.AMR_ENCHANTS_GNOMISH_XRAY = "Gnomish X-Ray" | |
| 315 L.AMR_ENCHANTS_LANDSLIDE = "Landslide" | |
| 316 L.AMR_ENCHANTS_WINDWALK = "Windwalk" | |
| 317 L.AMR_ENCHANTS_POWER_TORRENT = "Power Torrent" | |
| 318 L.AMR_ENCHANTS_HEARTSONG = "Heartsong" | |
| 319 L.AMR_ENCHANTS_HURRICANE = "Hurricane" | |
| 320 L.AMR_ENCHANTS_AVALANCHE = "Avalanche" | |
| 321 L.AMR_ENCHANTS_MENDING = "Mending" | |
| 322 L.AMR_ENCHANTS_NERUBIAN_CARAPACE = "Nerubian Carapace" | |
| 323 L.AMR_ENCHANTS_BLOOD_DRAINING = "Blood Draining" | |
| 324 L.AMR_ENCHANTS_BLADE_WARD = "Blade Ward" | |
| 325 L.AMR_ENCHANTS_TITANIUM_PLATING = "Titanium Plating" | |
| 326 L.AMR_ENCHANTS_SOCKET_STAFF = "Socket Staff" | |
| 327 L.AMR_ENCHANTS_STONESKIN_GARGOYLE = "Stoneskin Gargoyle" | |
| 328 L.AMR_ENCHANTS_BERSERKING = "Berserking" | |
| 329 L.AMR_ENCHANTS_BLACK_MAGIC = "Black Magic" | |
| 330 L.AMR_ENCHANTS_SOCKET_GLOVES = "Socket Gloves" | |
| 331 L.AMR_ENCHANTS_SOCKET_BRACERS = "Socket Bracer" | |
| 332 L.AMR_ENCHANTS_CHANCE_INCREASE_MELEE_RANGED_ASPEED = "Chance to Increase Melee/Ranged Attack Speed" | |
| 333 L.AMR_ENCHANTS_SWORDBREAKING = "Swordbreaking" | |
| 334 L.AMR_ENCHANTS_SPELLBREAKING = "Spellbreaking" | |
| 335 L.AMR_ENCHANTS_USE_STUN_MECH_UNITS_1MIN = "Use: Stuns all nearby Mechanical units for 3 sec. (1 Min Cooldown)" | |
| 336 L.AMR_ENCHANTS_USE_THERMAL_GRENADE = "Use: Detatch and throw a thermal grenade, inflicting 10,000 Fire damage and incapacitating targets for 3 sec in a 3 yard radius. Any damage will break the effect. (1 Min Cooldown)" | |
| 337 L.AMR_ENCHANTS_USE_EXPLOSIVE_ROCKET = "Use: Fires an explosive rocket at an enemy for 1,165 Fire damage. (45 Sec Cooldown)" | |
| 338 L.AMR_ENCHANTS_USE_INCREASE_HASTE_240 = "Use: Increases your haste by 240 for 12 sec. (1 Min Cooldown)" | |
| 339 L.AMR_ENCHANTS_CHANCE_INCREASE_SPELL_CAST_SPEED = "Chance to Increase Spell Cast Speed" | |
| 340 L.AMR_ENCHANTS_MELEEDMG_STUN_TARGET = "Melee Damage and Chance to Stun Target" | |
| 341 L.AMR_ENCHANTS_BLOCK_VALUE = "Block Value" | |
| 342 L.AMR_ENCHANTS_GEM_TEST = "gem test enchantment" | |
| 343 L.AMR_ENCHANTS_ROCKBITER = "Rockbiter" | |
| 344 L.AMR_ENCHANTS_AP_VS_UNDEAD_DEMONS = "Attack Power vs Undead and Demons" | |
| 345 L.AMR_ENCHANTS_POISON = "Poison" | |
| 346 L.AMR_ENCHANTS_ADAMANTITE_WEAPON_CHAIN = "Adamantite Weapon Chain" | |
| 347 L.AMR_ENCHANTS_EXECUTIONER = "Executioner" | |
| 348 L.AMR_ENCHANTS_GATHERER = "Gatherer" | |
| 349 L.AMR_ENCHANTS_ICEBREAKER_WEAPON = "Icebreaker Weapon" | |
| 350 L.AMR_ENCHANTS_LIFEWARD = "Lifeward" | |
| 351 L.AMR_ENCHANTS_ICEWALKER = "Icewalker" | |
| 352 L.AMR_ENCHANTS_GIANTSLAYING = "Giantslaying" | |
| 353 L.AMR_ENCHANTS_BLESSED_WEAPON_COATING = "Blessed Weapon Coating" | |
| 354 L.AMR_ENCHANTS_RIGHTEOUS_WEAPON_COATING = "Righteous Weapon Coating" | |
| 355 L.AMR_ENCHANTS_DEATHFROST = "Deathfrost" | |
| 356 L.AMR_ENCHANTS_TEST_RIDING_CROP = "Test Riding Crop Enchant" | |
| 357 L.AMR_ENCHANTS_TEST_ADD_SOCKETS_ENCHANT = "Test Add Sockets Enchant" | |
| 358 L.AMR_ENCHANTS_TEST_SKILL_REQ_ENCHANT = "Test Skill Req Enchant" | |
| 359 L.AMR_ENCHANTS_FROZEN_RUNE_WPN = "Frozen Rune Weapon" | |
| 360 L.AMR_ENCHANTS_FROZEN_RUNE_WPN_2 = "Frozen Rune Weapon 2" | |
| 361 L.AMR_ENCHANTS_FROZEN_RUNE_WPN_3 = "Frozen Rune Weapon 3" | |
| 362 L.AMR_ENCHANTS_FROZEN_RUNE_WPN_4 = "Frozen Rune Weapon 4" | |
| 363 L.AMR_ENCHANTS_FROZEN_RUNE_WPN_5 = "Frozen Rune Weapon 5" | |
| 364 L.AMR_ENCHANTS_QA_TEST_BLANK_PURPLE_GEM = "QA Test Blank Purple Gem Enchant" | |
| 365 L.AMR_ENCHANTS_NORTHREND_FLIGHT = "Northrend Flight" | |
| 366 L.AMR_ENCHANTS_EARTHLIVING = "Earthliving" | |
| 367 L.AMR_ENCHANTS_EMPOWER_RUNE_WPN = "Empower Rune Weapon" | |
| 368 L.AMR_ENCHANTS_SWORDSHATTERING = "Swordshattering" | |
| 369 L.AMR_ENCHANTS_LICHBANE = "Lichbane" | |
| 370 L.AMR_ENCHANTS_SPELLSHATTERING = "Spellshattering" | |
| 371 L.AMR_ENCHANTS_FALLEN_CRUSADER = "Fallen Crusader" | |
| 372 L.AMR_ENCHANTS_CINDERGLACIER = "Cinderglacier" | |
| 373 L.AMR_ENCHANTS_RAZORICE = "Razorice" | |
| 374 --gems.lua | |
| 375 --alternateGemName | |
| 376 L.AMR_GEMS_INT = "Int" | |
| 377 L.AMR_GEMS_STR = "Str" | |
| 378 L.AMR_GEMS_AGI = "Agi" | |
| 379 L.AMR_GEMS_CRIT = "Crit" | |
| 380 L.AMR_GEMS_HASTE = "Haste" | |
| 381 L.AMR_GEMS_HIT = "Hit" | |
| 382 L.AMR_GEMS_PVP_POW = "PvP Pow" | |
| 383 L.AMR_GEMS_STAM = "Stam" | |
| 384 L.AMR_GEMS_DODGE = "Dodge" | |
| 385 L.AMR_GEMS_SPIRIT = "Spirit" | |
| 386 L.AMR_GEMS_PARRY = "Parry" | |
| 387 L.AMR_GEMS_RESIL = "Resil" | |
| 388 L.AMR_GEMS_EXP = "Exp" | |
| 389 L.ARMS_GEM_MASTERY = "Mastery" | |
| 390 L.AMR_GEMS_CRIT_EFF = "Crit Efct" | |
| 391 L.AMR_GEMS_BLOCK = "Block" | |
| 392 L.AMR_GEMS_MANA = "Mana" | |
| 393 L.AMR_GEMS_REFLECT = "Reflect" | |
| 394 L.AMR_GEMS_SNARE = "Snare" | |
| 395 L.AMR_GEMS_SILENCE = "Silence" | |
| 396 L.AMR_GEMS_ARMOR = "Armor" | |
| 397 L.AMR_GEMS_FEAR = "Fear" | |
| 398 L.AMR_GEMS_THREAT = "Threat" | |
| 399 L.AMR_GEMS_RUN_SPEED = "Run Speed" | |
| 400 L.AMR_GEMS_INDOMITABLE = "Indomitable" | |
| 401 L.AMR_GEMS_COURAGEOUS = "Courageous" | |
| 402 L.AMR_GEMS_CAPACITIV = "Capacitive" | |
| 403 L.AMR_GEMS_SINISTER = "Sinister" | |
| 404 L.AMR_GEMS_STUN = "Stun" | |
| 405 --autoGemHelper | |
| 406 L.AMR_GEMS_NOT_ENOUGH_SOCKETS = 'Ask Mr Robot: Something is wrong. There are not enough sockets on this item.' | |
| 407 --wait.lua | 87 --wait.lua |
| 408 --wait | 88 --wait |
| 409 L.AMR_WAIT_BAD_ARGUMENTS = "Bad Arguments to amr__wait" | 89 L.AMR_WAIT_BAD_ARGUMENTS = "Bad Arguments to amr__wait" |
| 90 | |
| 410 --dir ui | 91 --dir ui |
| 411 --ui/CombatLogTab.lua | 92 --ui/CombatLogTab.lua |
| 412 L.AMR_COMBATLOGTAB_COMBAT_LOGGING = "Combat Logging" | 93 L.AMR_COMBATLOGTAB_COMBAT_LOGGING = "Combat Logging" |
| 413 L.AMR_COMBATLOGTAB_START_LOGGING = "Start Logging" | 94 L.AMR_COMBATLOGTAB_START_LOGGING = "Start Logging" |
| 414 L.AMR_COMBATLOGTAB_CURRENTLY_LOGGING = "|c0000ff00Currently Logging|r" | 95 L.AMR_COMBATLOGTAB_CURRENTLY_LOGGING = "|c0000ff00Currently Logging|r" |
| 415 L.AMR_COMBATLOGTAB_STOP_LOGGING = "Stop Logging" | 96 L.AMR_COMBATLOGTAB_STOP_LOGGING = "Stop Logging" |
| 416 L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_SOO_LABEL = "Always log Siege of Orgrimmar" | 97 L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_SOO_LABEL = "Always log Siege of Orgrimmar" |
| 417 L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_SOO_TOOLTIP_TITLE = "Auto-Log Siege of Orgrimmar" | 98 L.AMR_COMBATLOGTAB_CHECKBOX_AUTOLOG_SOO_TOOLTIP_TITLE = "Auto-Log Siege of Orgrimmar" |
| 418 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." | 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." |
| 419 L.AMR_COMBATLOGTAB_AUTOMATIC = "Automatic:" | |
| 420 L.AMR_COMBATLOGTAB_HEADLINE_OVER_BUTTON = "Save Characters" | 100 L.AMR_COMBATLOGTAB_HEADLINE_OVER_BUTTON = "Save Characters" |
| 421 L.AMR_COMBATLOGTAB_SAVE_CHARACTER = "Save Character Data" | 101 L.AMR_COMBATLOGTAB_SAVE_CHARACTER = "Save Character Data" |
| 422 L.AMR_COMBATLOGTAB_INSTRUCTIONS = "INSTRUCTIONS" | 102 L.AMR_COMBATLOGTAB_INSTRUCTIONS = "INSTRUCTIONS" |
| 423 L.AMR_COMBATLOGTAB_INSTRUCTIONS_1 = "1. Use the Start/Stop buttons or check 'Always log Siege of Orgrimmar'." | 103 L.AMR_COMBATLOGTAB_INSTRUCTIONS_1 = "1. Use the Start/Stop buttons or check 'Always log Siege of Orgrimmar'." |
| 424 L.AMR_COMBATLOGTAB_INSTRUCTIONS_2 = "2. When you are ready to upload, press 'Save Character Data'. *" | 104 L.AMR_COMBATLOGTAB_INSTRUCTIONS_2 = "2. When you are ready to upload, press 'Save Character Data'. *" |
| 444 L.AMR_ENCHANTTAB_100_OPTIMAL = "Your enchants are 100% optimal!" | 124 L.AMR_ENCHANTTAB_100_OPTIMAL = "Your enchants are 100% optimal!" |
| 445 L.AMR_ENCHANTTAB_SLOT = "Slot" | 125 L.AMR_ENCHANTTAB_SLOT = "Slot" |
| 446 L.AMR_ENCHANTTAB_CURRENT = "Current" | 126 L.AMR_ENCHANTTAB_CURRENT = "Current" |
| 447 L.AMR_ENCHANTTAB_OPTIMIZED = "Optimized" | 127 L.AMR_ENCHANTTAB_OPTIMIZED = "Optimized" |
| 448 L.AMR_ENCHANTTAB_TESTSLOT = "TestSlot" | 128 L.AMR_ENCHANTTAB_TESTSLOT = "TestSlot" |
| 449 L.AMR_ENCHANTTAB_NOTE = "Hit and expertise have been removed from gear, gems and enchants. If you had hit or expertise anywhere, it has automatically been replaced with another stat." | |
| 450 --ui/ExportTab.lua | 129 --ui/ExportTab.lua |
| 451 L.AMR_EXPORTTAB_EXPORT_TITLE = "Export your character to AskMrRobot.com" | 130 L.AMR_EXPORTTAB_EXPORT_TITLE = "Export your character to AskMrRobot.com" |
| 452 L.AMR_EXPORTTAB_COPY_PASTE_EXPORT_1 = "1. Open your bank" | 131 L.AMR_EXPORTTAB_COPY_PASTE_EXPORT_1 = "1. Open your bank" |
| 453 L.AMR_EXPORTTAB_COPY_PASTE_EXPORT_2 = "2. Copy the text below by pressing Ctrl+C (or Cmd+C on a Mac)" | 132 L.AMR_EXPORTTAB_COPY_PASTE_EXPORT_2 = "2. Copy the text below by pressing Ctrl+C (or Cmd+C on a Mac)" |
| 454 L.AMR_EXPORTTAB_COPY_PASTE_EXPORT_3 = "3. Go to |c00ffd100AskMrRobot.com|r and click the green '|c0000ff00Import from Addon|r' button found just above your character name. Paste the text into the window that pops up." | 133 L.AMR_EXPORTTAB_COPY_PASTE_EXPORT_3 = "3. Go to |c00ffd100AskMrRobot.com|r and click the green '|c0000ff00Import from Addon|r' button found just above your character name. Paste the text into the window that pops up." |
| 455 L.AMR_EXPORTTAB_COPY_PASTE_EXPORT_NOTE = "NOTE: If you change something while this window is open, press the Update button below to generate a new export string." | 134 L.AMR_EXPORTTAB_COPY_PASTE_EXPORT_NOTE = "NOTE: If you change something while this window is open, press the Update button below to generate a new export string." |
| 135 L.AMR_EXPORTTAB_UPDATE = "Update" | |
| 456 | 136 |
| 457 --ui/GemTab.lua | 137 --ui/GemTab.lua |
| 458 --popup autogem finished | 138 --popup autogem finished |
| 459 L.AMR_GEMTAB_FINISHED = "Mr. Robot finished auto-gemming. \rIf some items aren't gemmed, you may need to acquire more gems. \rIf your belt isn't gemmed, you may still need to buy a belt buckle." | 139 L.AMR_GEMTAB_FINISHED = "Mr. Robot finished auto-gemming. \rIf some items aren't gemmed, you may need to acquire more gems. \rIf your belt isn't gemmed, you may still need to buy a belt buckle." |
| 460 L.AMR_GEMTAB_BUTTON_OK = "Ok" | 140 L.AMR_GEMTAB_BUTTON_OK = "Ok" |
| 467 L.AMR_GEMTAB_AUTOGEM_BUTTON = "Auto Gem! (BETA)" | 147 L.AMR_GEMTAB_AUTOGEM_BUTTON = "Auto Gem! (BETA)" |
| 468 L.AMR_GEMTAB_PREFER_PERFECT = "Prefer Perfect" | 148 L.AMR_GEMTAB_PREFER_PERFECT = "Prefer Perfect" |
| 469 L.AMR_GEMTAB_SLOT = "Slot" | 149 L.AMR_GEMTAB_SLOT = "Slot" |
| 470 L.AMR_GEMTAB_CURRENT = "Current" | 150 L.AMR_GEMTAB_CURRENT = "Current" |
| 471 L.AMR_GEMTAB_OPTIMIZED = "Optimized" | 151 L.AMR_GEMTAB_OPTIMIZED = "Optimized" |
| 472 L.AMR_GEMTAB_NOTE = "Hit and expertise have been removed from gear, gems and enchants. If you had hit or expertise anywhere, it has automatically been replaced with another stat." | |
| 473 --Update | 152 --Update |
| 474 L.AMR_GEMTAB_TO_OPTIMIZE = "You have %d \1244gem:gems; to optimize" | 153 L.AMR_GEMTAB_TO_OPTIMIZE = "You have %d \1244gem:gems; to optimize" |
| 475 --ui/HelpTab.lua | 154 --ui/HelpTab.lua |
| 476 L.AMR_HELPTAB_TITLE = "Help" | 155 L.AMR_HELPTAB_TITLE = "Help" |
| 477 L.AMR_HELPTAB_LINK = "Visit |c003333ffhttp://blog.askmrrobot.com/addon/|r for a full tutorial and to ask questions.\r" | 156 L.AMR_HELPTAB_LINK = "Visit |c003333ffhttp://blog.askmrrobot.com/addon/|r for a full tutorial and to ask questions.\r" |
| 491 --new | 170 --new |
| 492 L.AMR_IMPORTTAB_BUTTON = "Load Gear" | 171 L.AMR_IMPORTTAB_BUTTON = "Load Gear" |
| 493 L.AMR_IMPORTTAB_TITLE = "Load a gear set from the website" | 172 L.AMR_IMPORTTAB_TITLE = "Load a gear set from the website" |
| 494 L.AMR_IMPORTTAB_INSTRUCTIONS_1 = "1. Click the blue '|c0018C0F7Send to Addon|r' button on our |c00BF28D6website|r. It's found on the right side in the '|c33ffffffNow What?|r' section. Copy the text in the box that pops up.|n|c00999999To copy, press ctrl + c (or cmd + c on a mac)|r" | 173 L.AMR_IMPORTTAB_INSTRUCTIONS_1 = "1. Click the blue '|c0018C0F7Send to Addon|r' button on our |c00BF28D6website|r. It's found on the right side in the '|c33ffffffNow What?|r' section. Copy the text in the box that pops up.|n|c00999999To copy, press ctrl + c (or cmd + c on a mac)|r" |
| 495 L.AMR_IMPORTTAB_INSTRUCTIONS_2 = "2. Then return to this window in the |c00ffd100addon|r. Paste the text in the box below, then click the 'Load Gear' button.|n|c00999999To paste, press ctrl + v in the window (or cmd + v on a mac)|r" | 174 L.AMR_IMPORTTAB_INSTRUCTIONS_2 = "2. Then return to this window in the |c00ffd100addon|r. Paste the text in the box below, then click the 'Load Gear' button.|n|c00999999To paste, press ctrl + v in the window (or cmd + v on a mac)|r" |
| 496 L.AMR_IMPORTTAB_EXPORT_INSTRUCTIONS_1 = "1. Select the text in the box below and copy it.|n|c00999999To copy, press ctrl + c (or cmd + c on a mac)|r" | 175 |
| 497 L.AMR_IMPORTTAB_EXPORT_INSTRUCTIONS_2 = "2. Open your character on our |c00ffd100website|r. Click the green 'import' button found to the left of your characters name. Paste the text in the box the pops up.|n|c00999999To paste: press ctrl + v (or cmd + v on a mac)|r" | |
| 498 L.AMR_IMPORTTAB_EXPORT_NOTE = "NOTE: if you change something while this window is open, press the Update button below to generate a new export string. Make sure you’re recently opened your bags & bank so the addon can scan them." | |
| 499 --ui/ShoppingListTab | 176 --ui/ShoppingListTab |
| 500 --popup mail | 177 --popup mail |
| 501 L.AMR_SHOPPINGLISTTAB_OPEN_MAIL = "You need to open the mail window for this to work" | 178 L.AMR_SHOPPINGLISTTAB_OPEN_MAIL = "You need to open the mail window for this to work" |
| 502 L.AMR_SHOPPINGLISTTAB_BUTTON_OK = "Ok" | 179 L.AMR_SHOPPINGLISTTAB_BUTTON_OK = "Ok" |
| 503 --new | 180 --new |
| 534 L.AMR_SUMMARYTAB_OPTIMAL = "Congratulations! You are 100% optimal" | 211 L.AMR_SUMMARYTAB_OPTIMAL = "Congratulations! You are 100% optimal" |
| 535 L.AMR_SUMMARYTAB_LAST_IMPORT = "Last import: ?\rThese optimizations are for ?" | 212 L.AMR_SUMMARYTAB_LAST_IMPORT = "Last import: ?\rThese optimizations are for ?" |
| 536 L.AMR_SUMMARYTAB_OPTIMIZATIONS_TO_GO = "You have ? optimizations to make:" | 213 L.AMR_SUMMARYTAB_OPTIMIZATIONS_TO_GO = "You have ? optimizations to make:" |
| 537 L.AMR_SUMMARYTAB_GEMS_TO_GO = "? gems" | 214 L.AMR_SUMMARYTAB_GEMS_TO_GO = "? gems" |
| 538 L.AMR_SUMMARYTAB_ENCHANTS_TO_GO = "? enchants" | 215 L.AMR_SUMMARYTAB_ENCHANTS_TO_GO = "? enchants" |
| 539 L.AMR_SUMMARYTAB_REFORGES_TO_GO = "? reforges" | |
| 540 L.AMR_SUMMARYTAB_VIEW_TABS = "View the Gem and Enchant tabs for suggested optimizations." | 216 L.AMR_SUMMARYTAB_VIEW_TABS = "View the Gem and Enchant tabs for suggested optimizations." |
| 541 L.AMR_SUMMARYTAB_GEMCOUNT = "%d \1244gem:gems;" | 217 L.AMR_SUMMARYTAB_GEMCOUNT = "%d \1244gem:gems;" |
| 542 L.AMR_SUMMARYTAB_ENCHANTCOUNT = "%d \1244enchant:enchants;" | 218 L.AMR_SUMMARYTAB_ENCHANTCOUNT = "%d \1244enchant:enchants;" |
| 543 L.AMR_SUMMARYTAB_OPTIMIZATIONCOUNT = "You have %d \1244optimization:optimizations; to make:" | 219 L.AMR_SUMMARYTAB_OPTIMIZATIONCOUNT = "You have %d \1244optimization:optimizations; to make:" |
| 544 L.AMR_SUMMARYTAB_LAST_IMPORT_1 = "Last import: %s\rThese optimizations are for %s" | 220 L.AMR_SUMMARYTAB_LAST_IMPORT_1 = "Last import: %s\rThese optimizations are for %s" |
