view Localization/enUS.lua @ 79:136aa3dd4dda

The keep free space will now cause the opener to partially loot mail when you are near the keep free space requirement, rather than skipping the entire mail. The config has been changed to reflect this.
author Zerotorescue
date Thu, 16 Sep 2010 17:20:34 +0200
parents bd12153b6c7a
children a5f725b9492c
line wrap: on
line source
local AceLocale = LibStub:GetLibrary("AceLocale-3.0");
local L = AceLocale:NewLocale("MailOpener", "enUS", true);
if not L then return; end

-- Core
--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@

-- BeanCounterSupport
--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="BeanCounterSupport", handle-subnamespaces="none")@

-- Collected
--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="Collected", handle-subnamespaces="none")@

-- Config
--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="Config", handle-subnamespaces="none")@

-- FailSafe
--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="FailSafe", handle-subnamespaces="none")@

-- OpenAll
--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, namespace="OpenAll", handle-subnamespaces="none")@