lib locales weren't caught by git last time
Darthpred [05-07-15 - 23:54]
lib locales weren't caught by git last time
diff --git a/ElvUI_SLE/libs/LibUIButtons-1.0/locales/english.lua b/ElvUI_SLE/libs/LibUIButtons-1.0/locales/english.lua
new file mode 100644
index 0000000..234ee8d
--- /dev/null
+++ b/ElvUI_SLE/libs/LibUIButtons-1.0/locales/english.lua
@@ -0,0 +1,8 @@
+--Russian localization
+local AceLocale = LibStub:GetLibrary("AceLocale-3.0")
+local L = AceLocale:NewLocale("ElvUI", "ruRU")
+
+if not L then return; end
+
+--UI buttons--
+L["LibUIButtons_DESC"] = "This adds a small bar with some useful buttons which acts as a small menu for common things.\nThe options below are provided by LibUIButtons. If you see them that means one of your addons is using this library."
diff --git a/ElvUI_SLE/libs/LibUIButtons-1.0/locales/load_locales.xml b/ElvUI_SLE/libs/LibUIButtons-1.0/locales/load_locales.xml
new file mode 100644
index 0000000..c322415
--- /dev/null
+++ b/ElvUI_SLE/libs/LibUIButtons-1.0/locales/load_locales.xml
@@ -0,0 +1,4 @@
+<Ui xmlns="http://www.blizzard.com/wow/ui/">
+ <Script file="english.lua"/>
+ <Script file="russian.lua"/>
+</Ui>
\ No newline at end of file
diff --git a/ElvUI_SLE/libs/LibUIButtons-1.0/locales/russian.lua b/ElvUI_SLE/libs/LibUIButtons-1.0/locales/russian.lua
new file mode 100644
index 0000000..b7d013c
--- /dev/null
+++ b/ElvUI_SLE/libs/LibUIButtons-1.0/locales/russian.lua
@@ -0,0 +1,22 @@
+--Russian localization
+local AceLocale = LibStub:GetLibrary("AceLocale-3.0")
+local L = AceLocale:NewLocale("ElvUI", "ruRU")
+
+if not L then return; end
+
+--UI buttons--
+L["LibUIButtons_DESC"] = "Добавляет небольшую полосу с кнопками, дающими доступ к набору полезных функций.\nЭти опции выводятся библиотекой LibUIButtons. Если вы их видите, то один из Ваших аддонов ее использует."
+L["UI Buttons"] = "Меню интерфейса"
+L["Show/Hide UI buttons."] = "Показать/скрыть меню"
+L["Mouse Over"] = "При наведении"
+L["Show on mouse over."] = "Отображать при наведении мыши."
+L["Dropdown Backdrop"] = "Фон выпадающего списка"
+L["Buttons position"] = "Положение кнопок"
+L["Layout for UI buttons."] = "Режим положения кнопок"
+L["UI Buttons Style"] = "Стиль меню"
+L['Dropdown'] = "Выпадающий список"
+L["Sets size of buttons"] = "Устанавливает размер кнопок"
+L['What point of dropdown will be attached to the toggle button.'] = "Какая точка выпадающего списка будет крепиться к кнопке его открытия."
+L['What point to anchor dropdown on the toggle button.'] = "К какой точке кнопки будет крепиться ее выпадающий список."
+L["Horizontal offset of dropdown from the toggle button."] = "Отступ выпадающего списка от кнопки его открытия по горизонтали."
+L["Vertical offset of dropdown from the toggle button."] = "Отступ выпадающего списка от кнопки его открытия по вертикали."
\ No newline at end of file