Altoholic/DataStore_Mails/Locales/ruRU.lua
Florian Berthold bbe2492a5b chore: flatten Altoholic-Addon/ wrapper + add standard .gitignore/.gitattributes
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching
the Exiles fork-layout convention (one folder per addon, no wrapper dir).
2026-05-25 10:59:24 +02:00

8 lines
549 B
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore_Mails", "ruRU" )
if not L then return end
L["Mail Expiry Warning"] = "Сообщать об истечении срока хранения почты"
L["Scan mail body (marks it as read)"] = "Просматривать почту (отмечает как прочитаную)"
L["Warn when mail expires in less days than this value"] = "Извещать о истечении срока хранения почты. Указанное значение измеряется в днях."