Mercurial > wow > mailopener
view Localization/ruRU.lua @ 163:86d9e008b0ad
The mailbox will still be automatically refreshed while automatic mail opening is disabled.
| author | Zerotorescue |
|---|---|
| date | Mon, 19 Dec 2011 14:05:57 +0100 |
| parents | a5f725b9492c |
| children |
line wrap: on
line source
local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "ruRU"); if not L then return; end -- Core --@localization(locale="ruRU", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@ -- BeanCounterSupport --@localization(locale="ruRU", format="lua_additive_table", same-key-is-true=true, namespace="BeanCounterSupport", handle-subnamespaces="none")@ -- Collected --@localization(locale="ruRU", format="lua_additive_table", same-key-is-true=true, namespace="Collected", handle-subnamespaces="none")@ -- Config --@localization(locale="ruRU", format="lua_additive_table", same-key-is-true=true, namespace="Config", handle-subnamespaces="none")@ -- FailSafe --@localization(locale="ruRU", format="lua_additive_table", same-key-is-true=true, namespace="FailSafe", handle-subnamespaces="none")@ -- Indicator --@localization(locale="ruRU", format="lua_additive_table", same-key-is-true=true, namespace="Indicator", handle-subnamespaces="none")@ -- OpenAll --@localization(locale="ruRU", format="lua_additive_table", same-key-is-true=true, namespace="OpenAll", handle-subnamespaces="none")@
