From 32da81c1fec2094d223653dc11206a1101dfa3e9 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 21 Nov 2012 12:17:46 +0400 Subject: [PATCH] Locales --- ElvUI_SLE/locales/english.lua | 2 ++ ElvUI_SLE/locales/russian.lua | 2 ++ ElvUI_SLE/modules/unitframes/options.lua | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua index 9416fdb..bdc90b9 100644 --- a/ElvUI_SLE/locales/english.lua +++ b/ElvUI_SLE/locales/english.lua @@ -172,6 +172,8 @@ L["Classbar Energy"] = true L["Show/hide the text with exact number of energy (Solar/Lunar or Demonic Fury) on your Classbar."] = true L["Classbar Offset"] = true L["This options will allow you to detach your classbar from player's frame and move it in other location."] = true +L["Power Text Position"] = true +L["Position power text on this bar of chosen frame"] = 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." diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua index 6cb6364..e58d800 100644 --- a/ElvUI_SLE/locales/russian.lua +++ b/ElvUI_SLE/locales/russian.lua @@ -172,6 +172,8 @@ L["Classbar Energy"] = "Текст энергии полосы класса" L["Show/hide the text with exact number of energy (Solar/Lunar or Demonic Fury) on your Classbar."] = "Показать/скрыть текст с точным значением энергии (Лунной/Солнечной или Демонической Ярости) на полосе класса." L["Classbar Offset"] = "Отступ полосы класса" L["This options will allow you to detach your classbar from player's frame and move it in other location."] = "Эти опции позволят вам открепить полосу класса от рамки игрока и передвинуть ее в другое место." +L["Power Text Position"] = "Позиция текста ресурса" +L["Position power text on this bar of chosen frame"] = "Позиционировать текст ресурса относительно выбранной полосы на каждой рамке" --Credits-- L["ELVUI_SLE_CREDITS"] = "Мы бы хотели отметить следующих людей, которые помогли нас сделать этот аддон посредством тестирования, кода и прочего." diff --git a/ElvUI_SLE/modules/unitframes/options.lua b/ElvUI_SLE/modules/unitframes/options.lua index b53ddfe..a7dc246 100644 --- a/ElvUI_SLE/modules/unitframes/options.lua +++ b/ElvUI_SLE/modules/unitframes/options.lua @@ -63,13 +63,13 @@ E.Options.args.sle.args.unitframes = { fix = { order = 8, type = "group", - name = "Power Text Position", + name = L["Power Text Position"], guiInline = true, args = { intro = { order = 1, type = "description", - name = "Position power text on this bar of chosen frame", + name = L["Position power text on this bar of chosen frame"], }, }, }, -- 1.7.9.5