Ok some locale shit that I wanted to remove.
Repooc [07-25-14 - 21:59]
Ok some locale shit that I wanted to remove.
Signed-off-by: Repooc <repooc82@gmail.com>
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index c5f4ced..acf10e7 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -5,7 +5,6 @@ local L = AceLocale:NewLocale("ElvUI", "enUS", true);
if not L then return; end
--General--
-L["Shadow & Light"] = true
L["Below you can see option groups presented by Shadow & Light."] = true
L["General options of Shadow & Light."] = true
L["SLE_DESC"] = [=[This is an edit of ElvUI that adds some functionality to the original addon and changes some previously existed options.
@@ -32,7 +31,6 @@ L["Reset these options to defaults"] = true
L['Oh lord, you have got ElvUI Enhanced and Shadow & Light both enabled at the same time. Select an addon to disable.'] = true
--Install--
-L["Shadow & Light Settings"] = true
L["You can now choose if you what to use one of authors' set of options. This will change the positioning of most elements but also change a bunch of other options within ElvUI's config."] = true
L["SLE_Install_Text2"] = [=[This step is optional and only to be used if you are wanting to use one of our configurations.
|cffFF0000Warning:|r Please note that the authors' may or may not use any of the layout/theme you have selected as they may not have utilized the options.]=]
diff --git a/ElvUI_SLE/locales/german.lua b/ElvUI_SLE/locales/german.lua
index 52483f3..6bd2658 100644
--- a/ElvUI_SLE/locales/german.lua
+++ b/ElvUI_SLE/locales/german.lua
@@ -4,7 +4,6 @@ local L = AceLocale:NewLocale("ElvUI", "deDE")
if not L then return end
--General--
-L["Shadow & Light"] = "Schatten & Licht"
L["SLE_DESC"] = [=[Das ist ein Edit von ElvUI das einige Funktionen zum Original Addon hinzufügt und bereits existierende Optionen ändert.
Der Edit ändert in keiner Hinsicht Originale Dateien so das du es ohne Probleme aus deinem Addon Manager deaktivieren kannst.]=]
L["LFR Lockout"] = "LFR Abklingzeiten"
@@ -22,7 +21,6 @@ L["Reset all Shadow & Light options and movers to their defaults"] = true
L["Reset these options to defaults"] = true
--Install--
-L["Shadow & Light Settings"] = "Schatten & Licht Einstellungen"
L["You can now choose if you what to use one of authors' set of options. This will change not only the positioning of some elements but also change a bunch of other options."] = "Du kannst nun eine Einstellugen eines Authors wählen. Das wird nicht nur die Postitionierung von einigen Elementen sondern auch eine reihe anderer Optionen geändert."
L["SLE_Install_Text2"] = [=[Elv's Standart Taste muss nur angeklickt werden um eine unserer Konfigurationen rückgängig zu machen.
|cffFF0000Warnung:|r das wird alles zurücksetzen auf das Hohe Auflösungs Layout.]=]
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index 3493e56..76ed3cd 100644
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -5,7 +5,6 @@ local L = AceLocale:NewLocale("ElvUI", "ruRU")
if not L then return; end
--General--
-L["Shadow & Light"] = true
L["Below you can see option groups presented by Shadow & Light."] = "Ниже располагаются группы опций, добавленные Shadow & Light."
L["General options of Shadow & Light."] = "Общие опции Shadow & Light."
L["SLE_DESC"] = [=[Это редакция ElvUI добавляет некоторые новые функции к оригинальному аддону и изменяет функционал некоторых старых опций.
@@ -32,7 +31,6 @@ L["Reset these options to defaults"] = "Восстановить умолчан
L['Oh lord, you have got ElvUI Enhanced and Shadow & Light both enabled at the same time. Select an addon to disable.'] = "Ох ты ж ежик! У Вас одновременно включены Shadow & Light и ElvUI Enhanced. Выберите который из них отключить."
--Install--
-L["Shadow & Light Settings"] = "Установки Shadow & Light"
L["You can now choose if you what to use one of authors' set of options. This will change not only the positioning of some elements but also change a bunch of other options."] = "Вы можете выбрать использование одного из набора конфигурации от авторов. Это изменит не только расположение ваших рамок и панелей, но и некоторого количества других опций."
L["SLE_Install_Text2"] = [=[Этот шаг опционален и должен использоваться только в случае, если Вы хотите использовать одну из наших конфигураций.
|cffFF0000Внимание:|r Пожалуйста помните, что авторы могут не использовать тему/роль, которую вы выбрали, и потому результат не всегда будет хорошим.]=]