Quantcast

Removed Raid Utility Locales and Options.

Repooc [11-21-12 - 12:37]
Removed Raid Utility Locales and Options.

Signed-off-by: Repooc <repooc@tukui.org>
Filename
ElvUI_SLE/locales/english.lua
ElvUI_SLE/locales/german.lua
ElvUI_SLE/locales/russian.lua
ElvUI_SLE/modules/raidutility/options.lua
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index bdc90b9..8d2875f 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -120,18 +120,6 @@ L["Sets size of buttons"] = true --Also used in UI buttons
 L["Direction"] = true
 L["Change the direction of buttons growth from the skull marker"] = true

---Raid Utility--
-L["Raid Utility"] = true
-L["Raid Utility Coordinates"] = true
-L["RU_DESC"] = [=[This config group allows you to freely move your Raid Utility button starting position.
-Moving Raid Utility with mouse is disabled.  Use the sliders to move the button around.]=]
-L["X Position"] = true
-L["Y Position"] = true
-L["Sets X position of Raid Utility button."] = true
-L["Sets Y position of Raid Utility button."] = true
-L["Show Button"] = true
-L["Show/hide Raid Utility button.\nThis option is not permanent. The button will act as normal when joining/leaving groups."] = true
-
 --Skins--
 L["This options require ElvUI AddOnSkins pack to work."] = true
 L["Sets font size on DBM bars"] = true
diff --git a/ElvUI_SLE/locales/german.lua b/ElvUI_SLE/locales/german.lua
index 924f466..3806a93 100644
--- a/ElvUI_SLE/locales/german.lua
+++ b/ElvUI_SLE/locales/german.lua
@@ -114,18 +114,6 @@ L["Sets size of buttons"] = "Wähle die größe der Tasten" --Also used in UI bu
 L["Direction"] = "Richtung"
 L["Change the direction of buttons growth from the skull marker"] = "Wähle die Richtung des Tasten wachstums von der Totenkopf Markierung"

---Raid Utility--
-L["Raid Utility"] = "Raid Utility"
-L["Raid Utility Coordinates"] = "Raid Utility Koordinaten"
-L["RU_DESC"] = [=[Diese Konfigurations Gruppe lässt dich die Raid Utility Taste positionieren.
-Bewege Raid Utility mit Maus ist deaktiviert.  Benutze die Regler um die Taste zum bewegen.]=]
-L["X Position"] = "X Position"
-L["Y Position"] = "Y Position"
-L["Sets X position of Raid Utility button."] = "Wähle die X position der Raid Utility Taste."
-L["Sets Y position of Raid Utility button."] = "Wähle die Y position der Raid Utility Taste."
-L["Show Button"] = "Zeige taste"
-L["Show/hide Raid Utility button.\nThis option is not permanent. The button will act as normal when joining/leaving groups."] = "Zeige/Verstecke die Raid Utility Taste.\nDiese Option ist nicht permanent. Diese Taste wird normal angezeigt wenn man einer Gruppe beitritt oder verlässt."
-
 --Skins--
 L["This options require ElvUI AddOnSkins pack to work."] = "Diese Option benötigt ElvUI AddOnSkins Packet zum funktionieren."
 L["Sets font size on DBM bars"] = "Wähle die Schriftgröße der DBM Leisten"
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index e58d800..93b2616 100644
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -120,18 +120,6 @@ L["Sets size of buttons"] = "Устанавливает размер кнопо
 L["Direction"] = "Направление"
 L["Change the direction of buttons growth from the skull marker"] = "Изменяет направление роста кнопок от метки \"череп\"."

---Raid Utility--
-L["Raid Utility"] = "Управление рейдом"
-L["Raid Utility Coordinates"] = "Позиция Управления Рейдом"
-L["RU_DESC"] = [=[Эти опции позволяют вам свободно перемещать кнопку Управления Рейдом.
-Передвижение кнопки при помощи мыши отключено. Для задания положения используйте бегунки ниже.]=]
-L["X Position"] = "Позиция X"
-L["Y Position"] = "Позиция Y"
-L["Sets X position of Raid Utility button."] = "Задает координаты Управления рейдом по оси X."
-L["Sets Y position of Raid Utility button."] = "Задает координаты Управления рейдом по оси Y."
-L["Show Button"] = "Показать кнопку"
-L["Show/hide Raid Utility button.\nThis option is not permanent. The button will act as normal when joining/leaving groups."] = "Показать/скрыть кнопку управления рейдом.\nОпция не постоянная. Кнопка быдет действовать в соответствии с нормлй при вступлении в группу, а также при выходе из нее."
-
 --Skins--
 L["This options require ElvUI AddOnSkins pack to work."] = "Эти опции требуют наличие пака ElvUI AddOnSkins для работы"
 L["Sets font size on DBM bars"] = "Устанавливает размер текста на полосах DBM"
diff --git a/ElvUI_SLE/modules/raidutility/options.lua b/ElvUI_SLE/modules/raidutility/options.lua
deleted file mode 100644
index 2c7ae4c..0000000
--- a/ElvUI_SLE/modules/raidutility/options.lua
+++ /dev/null
@@ -1,46 +0,0 @@
-local E, L, V, P, G, _ = unpack(ElvUI); --Inport: Engine, Locales, PrivateDB, ProfileDB, GlobalDB, Localize Underscore
-local RU = E:GetModule('RaidUtility')
-
---Raid Utility
-E.Options.args.sle.args.raidutil = {
-	order = 10,
-	type = 'group',
-	name = L["Raid Utility"],
-	args = {
-		raidutilheader = {
-			order = 1,
-			type = "header",
-			name = L["Raid Utility Coordinates"],
-		},
-		raidutilinf = {
-			order = 2,
-			type = "description",
-			name = L["RU_DESC"],
-		},
-		xpos = {
-			order = 3,
-			type = "range",
-			name = L["X Position"],
-			desc = L["Sets X position of Raid Utility button."],
-			min = 0, max = E.screenwidth, step = 1,
-			get = function(info) return E.db.sle.raidutil.xpos end,
-			set = function(info, value) E.db.sle.raidutil.xpos = value; RU:MoveButton() end,
-		},
-		ypos = {
-			order = 4,
-			type = "range",
-			name = L["Y Position"],
-			desc = L["Sets Y position of Raid Utility button."],
-			min = 0, max = E.screenheight, step = 1,
-			get = function(info) return E.db.sle.raidutil.ypos end,
-			set = function(info, value) E.db.sle.raidutil.ypos = value; RU:MoveButton() end,
-		},
-		show = {
-		order = 5,
-		type = "execute",
-		name = L["Show Button"],
-		desc = L["Show/hide Raid Utility button.\nThis option is not permanent. The button will act as normal when joining/leaving groups."],
-		func = function() RU:ToggleButton() end,
-		},
-	},
-}
\ No newline at end of file