annotate locale-enUS.lua @ 5:27aeec452e7f

(none)
author Flick <flickerstreak@gmail.com>
date Tue, 20 Mar 2007 21:20:05 +0000
parents c11ca1d8ed91
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 )