comparison 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
comparison
equal deleted inserted replaced
6:2da5089ab7ff 7:f920db5fc6b1
1 -- English localization file for ReAction 1 -- English localization file for ReAction
2 2
3 local L = AceLibrary("AceLocale-2.0"):new("ReAction") 3 local L = AceLibrary("AceLocale-2.2"):new("ReAction")
4 4
5 L:RegisterTranslations("enUS", function() 5 L:RegisterTranslations( "enUS", function()
6 return { 6 return {
7 ["Lock"] = true, 7 -- main.lua
8 } 8 ["ReAction"] = true,
9 end 9 ["Toggle ReAction Bar Lock"] = true,
10 ) 10 ["Toggle ReBound Keybinding Mode"] = true,
11 ["/reaction"] = true,
12 ["/rxn"] = true,
13 ["ReAction bars locked when in combat"] = true,
14 ["Bar lock"] = true,
15 ["Locked"] = true,
16 ["Unlocked"] = true,
17 ["Button lock"] = true,
18 ["On"] = true,
19 ["Off"] = true,
20 ["Kebinding mode"] = 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,
23
24 }
25 end )