Mercurial > wow > askmrrobot
comparison localization/enUS.lua @ 81:0515882856f1 v38
updated for 7.0
author | yellowfive |
---|---|
date | Tue, 19 Jul 2016 10:05:32 -0700 |
parents | 69db1c3025ac |
children | b8e9664d3229 |
comparison
equal
deleted
inserted
replaced
80:8f235b016212 | 81:0515882856f1 |
---|---|
18 | 18 |
19 | 19 |
20 --[[---------------------------------------------------------------------- | 20 --[[---------------------------------------------------------------------- |
21 General | 21 General |
22 ------------------------------------------------------------------------]] | 22 ------------------------------------------------------------------------]] |
23 | |
24 L.SpecsShort = { | |
25 [1] = "Blood", -- DeathKnightBlood | |
26 [2] = "Frost", -- DeathKnightFrost | |
27 [3] = "Unholy", -- DeathKnightUnholy | |
28 [4] = "Havoc", -- DemonHunterHavoc | |
29 [5] = "Vengeance", -- DemonHunterVengeance | |
30 [6] = "Moon", -- DruidBalance | |
31 [7] = "Feral", -- DruidFeral | |
32 [8] = "Bear", -- DruidGuardian | |
33 [9] = "Resto", -- DruidRestoration | |
34 [10] = "BM", -- HunterBeastMastery | |
35 [11] = "Marks", -- HunterMarksmanship | |
36 [12] = "Survival", -- HunterSurvival | |
37 [13] = "Arcane", -- MageArcane | |
38 [14] = "Fire", -- MageFire | |
39 [15] = "Frost", -- MageFrost | |
40 [16] = "Brew", -- MonkBrewmaster | |
41 [17] = "Mist", -- MonkMistweaver | |
42 [18] = "Wind", -- MonkWindwalker | |
43 [19] = "Holy", -- PaladinHoly | |
44 [20] = "Prot", -- PaladinProtection | |
45 [21] = "Ret", -- PaladinRetribution | |
46 [22] = "Disc", -- PriestDiscipline | |
47 [23] = "Holy", -- PriestHoly | |
48 [24] = "Shadow", -- PriestShadow | |
49 [25] = "Assn", -- RogueAssassination | |
50 [26] = "Outlaw", -- RogueOutlaw | |
51 [27] = "Sub", -- RogueSubtlety | |
52 [28] = "Elem", -- ShamanElemental | |
53 [29] = "Enh", -- ShamanEnhancement | |
54 [30] = "Resto", -- ShamanRestoration | |
55 [31] = "Aff", -- WarlockAffliction | |
56 [32] = "Demo", -- WarlockDemonology | |
57 [33] = "Destro", -- WarlockDestruction | |
58 [34] = "Arms", -- WarriorArms | |
59 [35] = "Fury", -- WarriorFury | |
60 [36] = "Prot", -- WarriorProtection | |
61 } | |
23 | 62 |
24 -- stat strings for e.g. displaying gem/enchant abbreviations, make as short as possible without being confusing/ambiguous | 63 -- stat strings for e.g. displaying gem/enchant abbreviations, make as short as possible without being confusing/ambiguous |
25 L.StatsShort = { | 64 L.StatsShort = { |
26 ["Strength"] = "Str", | 65 ["Strength"] = "Str", |
27 ["Agility"] = "Agi", | 66 ["Agility"] = "Agi", |
78 OffHand = "Off Hand", | 117 OffHand = "Off Hand", |
79 Shield = "Shield", | 118 Shield = "Shield", |
80 Wand = "Wand", | 119 Wand = "Wand", |
81 Bow = "Bow", | 120 Bow = "Bow", |
82 Gun = "Gun", | 121 Gun = "Gun", |
83 Crossbow = "Crossbow" | 122 Crossbow = "Crossbow", |
123 Warglaive= "Warglaive" | |
84 } | 124 } |
85 | 125 |
86 L.ArmorTypes = { | 126 L.ArmorTypes = { |
87 None = "None", | 127 None = "None", |
88 Plate = "Plate", | 128 Plate = "Plate", |
127 --[[---------------------------------------------------------------------- | 167 --[[---------------------------------------------------------------------- |
128 Export Tab | 168 Export Tab |
129 ------------------------------------------------------------------------]] | 169 ------------------------------------------------------------------------]] |
130 L.ExportTitle = "Export Instructions" | 170 L.ExportTitle = "Export Instructions" |
131 L.ExportHelp1 = "1. Copy the text below by pressing Ctrl+C (or Cmd+C on a Mac)" | 171 L.ExportHelp1 = "1. Copy the text below by pressing Ctrl+C (or Cmd+C on a Mac)" |
132 L.ExportHelp2 = "2. Go to http://www.askmrrobot.com/wow/player and load your character" | 172 L.ExportHelp2 = "2. Go to http://beta.askmrrobot.com/wow/simulator/run and open the character picker" |
133 L.ExportHelp3 = "3. Press the green IMPORT (from addon) link just above your character name" | 173 L.ExportHelp3 = "3. Paste into the textbox under the ADDON section" |
134 L.ExportHelp4 = "4. Paste into the textbox on the website and press Import!" | |
135 | 174 |
136 L.ExportSplashTitle = "Getting Started" | 175 L.ExportSplashTitle = "Getting Started" |
137 L.ExportSplashSubtitle = "This is your first time using the new version of the addon. Do the following things to initialize your item database:" | 176 L.ExportSplashSubtitle = "This is your first time using the new version of the addon. Do the following things to initialize your item database:" |
138 L.ExportSplash1 = "1. Activate each of your specs once and equip your latest gear for each spec" | 177 L.ExportSplash1 = "1. Activate each of your specs once and equip your latest gear for each spec" |
139 L.ExportSplash2 = "2. Open your bank and leave it open for at least two seconds" | 178 L.ExportSplash2 = "2. Equip and open your artifact weapon for each spec" |
140 L.ExportSplash3 = "3. If you have gear in void storage, open it and leave it open for at least two seconds" | 179 L.ExportSplash3 = "3. Open your bank and leave it open for at least two seconds" |
180 L.ExportSplash4 = "4. If you have gear in void storage, open it and leave it open for at least two seconds" | |
141 L.ExportSplashClose = "Continue" | 181 L.ExportSplashClose = "Continue" |
142 | 182 |
143 | 183 |
144 --[[---------------------------------------------------------------------- | 184 --[[---------------------------------------------------------------------- |
145 Gear Tab | 185 Gear Tab |
146 ------------------------------------------------------------------------]] | 186 ------------------------------------------------------------------------]] |
147 L.GearImportNote = "Click Import to paste data from the website." | 187 L.GearImportNote = "Click Import to paste data from the website." |
148 L.GearTabPrimary = "Primary Spec" | |
149 L.GearTabSecondary = "Secondary Spec" | |
150 L.GearBlank = "You have not loaded any gear for this spec yet." | 188 L.GearBlank = "You have not loaded any gear for this spec yet." |
151 L.GearBlank2 = "Go to askmrrobot.com to optimize your gear, then use the Import button to the left." | 189 L.GearBlank2 = "Go to askmrrobot.com to optimize your gear, then use the Import button to the left." |
152 L.GearButtonEquip = function(spec) | 190 L.GearButtonEquip = function(spec) |
153 -- spec 1 is primary, 2 is secondary | 191 return string.format("Activate %s Spec and Equip Gear", spec) |
154 return string.format("Activate %s Spec and Equip Gear", spec == 1 and "Primary" or "Secondary") | |
155 end | 192 end |
156 L.GearButtonShop = "Show Shopping List" | 193 L.GearButtonShop = "Show Shopping List" |
157 | 194 |
158 L.GearEquipErrorCombat = "Cannot change spec/gear while in combat!" | 195 L.GearEquipErrorCombat = "Cannot change spec/gear while in combat!" |
159 L.GearEquipErrorEmpty = "No saved gear set could be found for the current spec." | 196 L.GearEquipErrorEmpty = "No saved gear set could be found for the current spec." |
174 Or, you can right click the minimap icon to switch spec and equip gear. | 211 Or, you can right click the minimap icon to switch spec and equip gear. |
175 | 212 |
176 OR! You can use slash commands:]] | 213 OR! You can use slash commands:]] |
177 | 214 |
178 L.GearTipCommands = | 215 L.GearTipCommands = |
179 [[/amr equip [1 or 2] | 216 [[/amr equip [1-4] |
180 1 = primary | 217 no arg = cycle]] |
181 2 = secondary | |
182 no arg = toggle]] | |
183 -- note to translators: the slash commands are literal and should stay as english | 218 -- note to translators: the slash commands are literal and should stay as english |
184 | 219 |
185 | 220 |
186 --[[---------------------------------------------------------------------- | 221 --[[---------------------------------------------------------------------- |
187 Import Dialog on Gear Tab | 222 Import Dialog on Gear Tab |