Quantcast

Some localization

Darthpred [10-26-12 - 11:08]
Some localization
Filename
ElvUI_SLE/locales/english.lua
ElvUI_SLE/locales/russian.lua
ElvUI_SLE/modules/uibuttons/uibuttons.lua
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index 557f32a..ee8847d 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -156,6 +156,7 @@ L["Move UI"] = true
 L["Reload UI"] = true
 L["AddOns Manager"] = true
 L["Boss Mod"] = true
+L["Click to toggle iFilger's config UI"] = true

 --Unitframes--
 L["Additional unit frames options"] = true
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index 3316fb5..c4d12b3 100644
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -156,6 +156,7 @@ L["Move UI"] = "Разблокировать элементы"
 L["Reload UI"] = "Перезагрузить интерфейс"
 L["AddOns Manager"] = "Менеджер аддонов"
 L["Boss Mod"] = "Босс мод"
+L["Click to toggle iFilger's config UI"] = "Нажмите для отображения настроек iFilger"

 --Unitframes--
 L["Additional unit frames options"] = "Дополнительные опции рамок юнитов"
diff --git a/ElvUI_SLE/modules/uibuttons/uibuttons.lua b/ElvUI_SLE/modules/uibuttons/uibuttons.lua
index 932b660..3fed052 100644
--- a/ElvUI_SLE/modules/uibuttons/uibuttons.lua
+++ b/ElvUI_SLE/modules/uibuttons/uibuttons.lua
@@ -78,7 +78,7 @@ function UB:CreateButtons()
 	UB:Create(Bbutton, "B", nil, L["Boss Mod"], L["Click to toggle the Configuration/Option Window from the Bossmod (DXE, DBM or Bigwigs) you have enabled."])--Boss Mod
 	UB:Create(Abutton, "A", nil, L["AddOns Manager"], L["Click to toggle the AddOn Manager frame (stAddOnManager or ACP) you have enabled."])--Addon Manager
 	if Fbutton then
-		UB:Create(Fbutton, "F", "/ifilger", "iFilger", "Click to toggle iFilger's config UI")
+		UB:Create(Fbutton, "F", "/ifilger", "iFilger", L["Click to toggle iFilger's config UI"])
 	end
 end