Quantcast

Some Locales and shit

Darthpred [05-22-14 - 21:08]
Some Locales and shit
Filename
ElvUI_SLE/locales/english.lua
ElvUI_SLE/locales/russian.lua
ElvUI_SLE/modules/options.lua
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index 7e7bc90..2c1d3f9 100755
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -392,6 +392,11 @@ L["This options will allow you to detach your classbar from player's frame and m
 L["Power Text Position"] = true
 L["Position power text on this bar of chosen frame"] = true

+--Links--
+L['About/Help'] = true
+L["LINK_DESC"] = [[Following links will direct you to the Shadow & Light's pages on various sites.]]
+L['TukUI GitLab / Report Errors'] = true
+
 --Credits--
 L["ELVUI_SLE_CREDITS"] = "We would like to point out the following people for helping us create this addon with testing, coding, and other stuff."
 L["Submodules and Coding:"] = true
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index 0116353..dc2959e 100755
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -392,6 +392,12 @@ L["This options will allow you to detach your classbar from player's frame and m
 L["Power Text Position"] = "Позиция текста ресурса"
 L["Position power text on this bar of chosen frame"] = "Позиционировать текст ресурса относительно выбранной полосы на каждой рамке"

+--Links--
+L['About/Help'] = "Информация/Помощь"
+L["LINK_DESC"] = [[Сылки ниже ведуть на страницы Shadow & Light на различных сайтах.]]
+L['TukUI GitLab / Report Errors'] = "TukUI GitLab / Сообщить об ошибках"
+
+
 --Credits--
 L["ELVUI_SLE_CREDITS"] = "Мы бы хотели отметить следующих людей, которые помогли нас сделать этот аддон посредством тестирования, кода и прочего."
 L["Submodules and Coding:"] = "Субмодули и кодинг:"
diff --git a/ElvUI_SLE/modules/options.lua b/ElvUI_SLE/modules/options.lua
index aad9797..77e7975 100755
--- a/ElvUI_SLE/modules/options.lua
+++ b/ElvUI_SLE/modules/options.lua
@@ -122,7 +122,7 @@ E.Options.args.sle = {
 					order = 1,
 					type = 'description',
 					fontSize = 'medium',
-					name = L["Following links will direct you to Shadow & Light's pages on various sites"],
+					name = L["LINK_DESC"],
 				},
 				tukuilink = {
 					type = 'input',
@@ -148,7 +148,7 @@ E.Options.args.sle = {
 				gitlablink = {
 					type = 'input',
 					width = 'full',
-					name = 'TukUI GitLab',
+					name = L['TukUI GitLab / Report Errors'],
 					get = function(info) return 'http://git.tukui.org/repooc/elvui-shadowandlight' end,
 					order = 5,
 				},