Mercurial > wow > askmrrobot
comparison localization/enUS.lua @ 93:177391341e26
added back in automatic combat logging feature, useful for upload to any log site
author | yellowfive |
---|---|
date | Wed, 21 Sep 2016 11:25:11 -0700 |
parents | b8e9664d3229 |
children | 5bacf5c7c66d |
comparison
equal
deleted
inserted
replaced
92:18327cfec09f | 93:177391341e26 |
---|---|
83 ["PvpResilience"] = "PvP Res", | 83 ["PvpResilience"] = "PvP Res", |
84 ["PvpPower"] = "PvP Pow", | 84 ["PvpPower"] = "PvP Pow", |
85 } | 85 } |
86 | 86 |
87 L.InstanceNames = { | 87 L.InstanceNames = { |
88 [1094] = "Emerald Nightmare", | 88 [1520] = "Emerald Nightmare", |
89 [1088] = "Nighthold" | 89 [1530] = "Nighthold" |
90 } | 90 } |
91 | 91 |
92 L.DifficultyNames = { | 92 L.DifficultyNames = { |
93 [17] = "LFR", | 93 [17] = "LFR", |
94 [14] = "Normal", | 94 [14] = "Normal", |
256 L.LogButtonStopText = "Stop Logging" | 256 L.LogButtonStopText = "Stop Logging" |
257 L.LogButtonReloadText = "Reload UI" | 257 L.LogButtonReloadText = "Reload UI" |
258 L.LogButtonWipeText = "Wipe!" | 258 L.LogButtonWipeText = "Wipe!" |
259 L.LogButtonUndoWipeText = "Undo Wipe" | 259 L.LogButtonUndoWipeText = "Undo Wipe" |
260 | 260 |
261 L.LogNote = "You are currently logging combat and gear data." | 261 L.LogNote = "You are currently logging combat data." |
262 L.LogReloadNote = "Either exit WoW entirely, or reload your UI just before uploading a log file." | 262 L.LogReloadNote = "Either exit WoW entirely, or reload your UI just before uploading a log file." |
263 L.LogWipeNote = "The person uploading the log must be the one to use this wipe command." | 263 L.LogWipeNote = "The person uploading the log must be the one to use this wipe command." |
264 L.LogWipeNote2 = function(cmd) | 264 L.LogWipeNote2 = function(cmd) |
265 return "'" .. cmd .. "' will also do this." | 265 return "'" .. cmd .. "' will also do this." |
266 end | 266 end |