bbe2492a5b
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
9 lines
352 B
Lua
9 lines
352 B
Lua
local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore_Mails", "deDE" )
|
|
|
|
if not L then return end
|
|
|
|
L["Mail Expiry Warning"] = "Mail Ablauf Warnung"
|
|
L["Scan mail body (marks it as read)"] = "Inhalt der Briefe scannen (markiert als gelesen)"
|
|
L["Warn when mail expires in less days than this value"] = "Warnen, wenn Post abläuft in weniger Tagen als"
|
|
|