view locale-enUS.lua @ 15:0ea4c8ab1991

Removed redundant setting of config.id in PetActionType
author Flick <flickerstreak@gmail.com>
date Thu, 22 Mar 2007 21:07:53 +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 )