Mercurial > wow > mailopener
annotate Localization/deDE.lua @ 170:2c3603180f81
Bump TOC for a beta
| author | Zachary Kotlarek <zach@kotlarek.com> |
|---|---|
| date | Sun, 10 Mar 2013 15:46:19 -0700 |
| parents | a5f725b9492c |
| children |
| rev | line source |
|---|---|
| Zerotorescue@72 | 1 local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "deDE"); |
| Zerotorescue@69 | 2 if not L then return; end |
| Zerotorescue@69 | 3 |
| Zerotorescue@72 | 4 -- Core |
| Zerotorescue@72 | 5 --@localization(locale="deDE", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@ |
| Zerotorescue@72 | 6 |
| Zerotorescue@72 | 7 -- BeanCounterSupport |
| Zerotorescue@72 | 8 --@localization(locale="deDE", format="lua_additive_table", same-key-is-true=true, namespace="BeanCounterSupport", handle-subnamespaces="none")@ |
| Zerotorescue@72 | 9 |
| Zerotorescue@72 | 10 -- Collected |
| Zerotorescue@72 | 11 --@localization(locale="deDE", format="lua_additive_table", same-key-is-true=true, namespace="Collected", handle-subnamespaces="none")@ |
| Zerotorescue@72 | 12 |
| Zerotorescue@72 | 13 -- Config |
| Zerotorescue@72 | 14 --@localization(locale="deDE", format="lua_additive_table", same-key-is-true=true, namespace="Config", handle-subnamespaces="none")@ |
| Zerotorescue@72 | 15 |
| Zerotorescue@72 | 16 -- FailSafe |
| Zerotorescue@72 | 17 --@localization(locale="deDE", format="lua_additive_table", same-key-is-true=true, namespace="FailSafe", handle-subnamespaces="none")@ |
| Zerotorescue@72 | 18 |
| Zerotorescue@98 | 19 -- Indicator |
| Zerotorescue@98 | 20 --@localization(locale="deDE", format="lua_additive_table", same-key-is-true=true, namespace="Indicator", handle-subnamespaces="none")@ |
| Zerotorescue@98 | 21 |
| Zerotorescue@72 | 22 -- OpenAll |
| Zerotorescue@72 | 23 --@localization(locale="deDE", format="lua_additive_table", same-key-is-true=true, namespace="OpenAll", handle-subnamespaces="none")@ |
