Quantcast

Teh translation

Darthpred [08-02-13 - 20:45]
Teh translation
Filename
ElvUI_SLE/locales/english.lua
ElvUI_SLE/locales/russian.lua
ElvUI_SLE/modules/datatexts/options.lua
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index 1c57be9..4c96a06 100755
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -131,6 +131,10 @@ L["Hide Hints"] = true
 L["Hide the hints in the tooltip."] = true
 L["Autohide Delay:"] = true
 L["Adjust the tooltip autohide delay when mouse is no longer hovering of the datatext."] = true
+L["S&L Mail"] = true
+L["These options are for modifing the Shadow & Light Mail datatext."] = true
+L["Minimap icon"] = true
+L["If enabled will show new mail icon on minimap."] = true
 L["S&L Datatexts"] = true
 L["Datatext Options"] = true
 L["These options are for modifing the Shadow & Light Guild datatext."] = true
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index 7ec4e15..e56865b 100755
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -131,6 +131,10 @@ L["Hide Hints"] = "Скрыть управление"
 L["Hide the hints in the tooltip."] = "Скрывать инструкцию по управлению в подсказке инфо-текста"
 L["Autohide Delay:"] = "Задержка скрывания"
 L["Adjust the tooltip autohide delay when mouse is no longer hovering of the datatext."] = "Устанавливает время исчезновения подсказки, после ухода курсора с инфо-текста."
+L["S&L Mail"] = true
+L["These options are for modifing the Shadow & Light Mail datatext."] = "Опции для настройки инфо-текста S&L Mail"
+L["Minimap icon"] = "Иконка на миникарте"
+L["If enabled will show new mail icon on minimap."] = "Если включено, то иконка почты на миникарте будет отображаться."
 L["S&L Datatexts"] = "Инфо-тексты S&L"
 L["Datatext Options"] = "Опции инфо-текстов"
 L["These options are for modifing the Shadow & Light Guild datatext."] = "Опции для настройки инфо-текста S&L Guild."
diff --git a/ElvUI_SLE/modules/datatexts/options.lua b/ElvUI_SLE/modules/datatexts/options.lua
index acb7506..9588375 100755
--- a/ElvUI_SLE/modules/datatexts/options.lua
+++ b/ElvUI_SLE/modules/datatexts/options.lua
@@ -319,7 +319,7 @@ E.Options.args.sle.args.sldatatext = {
 					order = 2,
 					type = "toggle",
 					name = L["Minimap icon"],
-					desc = L["If enabled will show new mail icon on minimap/"],
+					desc = L["If enabled will show new mail icon on minimap."],
 					get = function(info) return E.db.sle.dt.mail.icon end,
 					set = function(info, value) E.db.sle.dt.mail.icon = value; DT:SLEmailUp() end,
 				}