Mercurial > wow > reaction
annotate locale-enUS.lua @ 1:c11ca1d8ed91
Version 0.1
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 20 Mar 2007 21:03:57 +0000 |
parents | |
children | f920db5fc6b1 |
rev | line source |
---|---|
flickerstreak@1 | 1 -- English localization file for ReAction |
flickerstreak@1 | 2 |
flickerstreak@1 | 3 local L = AceLibrary("AceLocale-2.0"):new("ReAction") |
flickerstreak@1 | 4 |
flickerstreak@1 | 5 L:RegisterTranslations("enUS", function() |
flickerstreak@1 | 6 return { |
flickerstreak@1 | 7 ["Lock"] = true, |
flickerstreak@1 | 8 } |
flickerstreak@1 | 9 end |
flickerstreak@1 | 10 ) |