Mercurial > wow > reaction
diff locale-enUS.lua @ 7:f920db5fc6b1
version 0.3
| author | Flick <flickerstreak@gmail.com> | 
|---|---|
| date | Tue, 20 Mar 2007 21:25:29 +0000 | 
| parents | c11ca1d8ed91 | 
| children | f3a7bfebc283 | 
line wrap: on
 line diff
--- a/locale-enUS.lua Tue Mar 20 21:20:20 2007 +0000 +++ b/locale-enUS.lua Tue Mar 20 21:25:29 2007 +0000 @@ -1,10 +1,25 @@ -- English localization file for ReAction -local L = AceLibrary("AceLocale-2.0"):new("ReAction") +local L = AceLibrary("AceLocale-2.2"):new("ReAction") -L:RegisterTranslations("enUS", function() - return { - ["Lock"] = true, - } -end -) +L:RegisterTranslations( "enUS", function() +return { + -- main.lua + ["ReAction"] = true, + ["Toggle ReAction Bar Lock"] = true, + ["Toggle ReBound 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, + +} +end )
