Mercurial > wow > reaction
view locale-enUS.lua @ 11:88df7235ad8b
Version 0.33, part 2
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 20 Mar 2007 21:38:47 +0000 |
parents | f3a7bfebc283 |
children |
line wrap: on
line source
-- English localization file for ReAction local L = AceLibrary("AceLocale-2.2"):new("ReAction") L:RegisterTranslations( "enUS", function() return { -- main.lua ["ReAction"] = true, ["Toggle ReAction Bar Lock"] = true, ["ReAction Keybinding Mode"] = true, ["/reaction"] = true, ["/rxn"] = true, ["ReAction bars locked when in combat"] = true, ["Bar lock"] = true, ["Locked"] = true, ["Unlocked"] = true, ["Button lock"] = true, ["On"] = true, ["Off"] = true, ["Kebinding mode"] = true, ["Tried to create a button of unknown type"] = true, ["|cffffcc00Shift-Click for bar lock|n|cff33ff33Alt-Click|r for keybindings|nRight-click for menu"] = true, ["ReAction Keybinding"] = true, ["Click Buttons to Set Keybindings"] = true, ["Save"] = true, ["Revert"] = true, ["Use ReAction"] = true, ["Action Bar Functions Disabled"] = true, ["Multi-Action Bar Functions Disabled"] = true, } end )