Mercurial > wow > reaction
comparison locale-enUS.lua @ 10:f3a7bfebc283
Version 0.33
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Tue, 20 Mar 2007 21:37:38 +0000 |
| parents | f920db5fc6b1 |
| children |
comparison
equal
deleted
inserted
replaced
| 9:650f75d08952 | 10:f3a7bfebc283 |
|---|---|
| 5 L:RegisterTranslations( "enUS", function() | 5 L:RegisterTranslations( "enUS", function() |
| 6 return { | 6 return { |
| 7 -- main.lua | 7 -- main.lua |
| 8 ["ReAction"] = true, | 8 ["ReAction"] = true, |
| 9 ["Toggle ReAction Bar Lock"] = true, | 9 ["Toggle ReAction Bar Lock"] = true, |
| 10 ["Toggle ReBound Keybinding Mode"] = true, | 10 ["ReAction Keybinding Mode"] = true, |
| 11 ["/reaction"] = true, | 11 ["/reaction"] = true, |
| 12 ["/rxn"] = true, | 12 ["/rxn"] = true, |
| 13 ["ReAction bars locked when in combat"] = true, | 13 ["ReAction bars locked when in combat"] = true, |
| 14 ["Bar lock"] = true, | 14 ["Bar lock"] = true, |
| 15 ["Locked"] = true, | 15 ["Locked"] = true, |
| 18 ["On"] = true, | 18 ["On"] = true, |
| 19 ["Off"] = true, | 19 ["Off"] = true, |
| 20 ["Kebinding mode"] = true, | 20 ["Kebinding mode"] = true, |
| 21 ["Tried to create a button of unknown type"] = true, | 21 ["Tried to create a button of unknown type"] = true, |
| 22 ["|cffffcc00Shift-Click for bar lock|n|cff33ff33Alt-Click|r for keybindings|nRight-click for menu"] = true, | 22 ["|cffffcc00Shift-Click for bar lock|n|cff33ff33Alt-Click|r for keybindings|nRight-click for menu"] = true, |
| 23 ["ReAction Keybinding"] = true, | |
| 24 ["Click Buttons to Set Keybindings"] = true, | |
| 25 ["Save"] = true, | |
| 26 ["Revert"] = true, | |
| 27 ["Use ReAction"] = true, | |
| 28 ["Action Bar Functions Disabled"] = true, | |
| 29 ["Multi-Action Bar Functions Disabled"] = true, | |
| 23 | 30 |
| 24 } | 31 } |
| 25 end ) | 32 end ) |
