From 433eee46f329cd618847be058508dd389d5ec139 Mon Sep 17 00:00:00 2001 From: Mikeprod Date: Tue, 15 Nov 2016 14:22:43 +0100 Subject: [PATCH] Added new Russian strings concerning issue #64 --- locales/ruRU.lua | 54 ++++++++++++++++++++++++------------------------- modules/micromenu.lua | 10 ++++----- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/locales/ruRU.lua b/locales/ruRU.lua index 6f1873f..e8de43e 100644 --- a/locales/ruRU.lua +++ b/locales/ruRU.lua @@ -8,16 +8,16 @@ L['Left-Click'] = "Левая кнопка мыши"; L['Right-Click'] = "Правая кнопка мыши"; -- General -L["Positioning"] = true; +L["Positioning"] = "Позиция"; L['Bar Position'] = "Положение полосы"; L['Top'] = "Вверху"; L['Bottom'] = "Внизу"; L['Bar Color'] = "Цвет полосы"; -L['Use Class Colors= for Bar'] = "Использовать цвет класса для полосы"; -L["Miscellaneous"] = true; +L['Use Class Color for Bar'] = "Использовать цвет класса для полосы"; +L["Miscellaneous"] = "Разное"; L['Bar Padding'] = "Заполнение"; L['Module Spacing'] = "Расстояние между модулями"; -L['Hide order hall bar'] = true; +L['Hide order hall bar'] = "Прятать полосу оплота класса"; -- Positioning Options L['Positioning Options'] = "Настройки позиционированя"; @@ -33,12 +33,12 @@ L['Small Font Size'] = "Размер маленького шрифта"; L['Text Style'] = "Стиль текста"; -- Text Colors -L["Colors"] = true; +L["Colors"] = "Цвета"; L['Text Colors'] = "Цвета текста"; L['Normal'] = "Обычный"; L['Inactive'] = "Неактивно"; -L["Use Class Color for Text"] = true; -L["Only the alpha can be set with the color picker"] = true; +L["Use Class Color for Text"] = "Использовать цвет класса для текста"; +L["Only the alpha can be set with the color picker"] = "В выборе цвета можно указать только прозрачность"; L['Use Class Colors for Hover'] = "Использовать цвет класса при наведении"; L['Hover'] = "По наведению"; @@ -48,27 +48,27 @@ L['Micromenu'] = "Микроменю"; L['Show Social Tooltips'] = "Показывать подсказки гильдии и друзей"; L['Main Menu Icon Right Spacing'] = "Расстояние от кнопки меню до других кнопок"; L['Icon Spacing'] = "Расстояние между кнопками"; -L['Open Guild Page'] = true; -L['No Tag'] = true; +L['Open Guild Page'] = "Открыть страницу гильдии"; +L['No Tag'] = "Нет Battletag"; L['Hide Social Text'] = "Скрыть количество онлайна гильдии и друзей"; -L["GMOTD in Tooltip"] = true; -L["Modifier for friend invite"] = true; -L['Show/Hide Buttons'] = true; -L['Show Menu Button'] = true; -L['Show Chat Button'] = true; -L['Show Guild Button'] = true; -L['Show Social Button'] = true; -L['Show Character Button'] = true; -L['Show Spellbook Button'] = true; -L['Show Talents Button'] = true; -L['Show Achievements Button'] = true; -L['Show Quests Button'] = true; -L['Show LFG Button'] = true; -L['Show Journal Button'] = true; -L['Show PVP Button'] = true; -L['Show Pets Button'] = true; -L['Show Shop Button'] = true; -L['Show Help Button'] = true; +L["GMOTD in Tooltip"] = "Сообщение дня гильдии в подсказке"; +L["Modifier for friend invite"] = "Модификатор для приглашения друзей"; +L['Show/Hide Buttons'] = "Показать/скрыть кнопки"; +L['Show Menu Button'] = "Меню"; +L['Show Chat Button'] = "Выбор чата"; +L['Show Guild Button'] = "Гильдия"; +L['Show Social Button'] = "Общение"; +L['Show Character Button'] = "Информация о персонаже"; +L['Show Spellbook Button'] = "Способности"; +L['Show Talents Button'] = "Специализация и таланты"; +L['Show Achievements Button'] = "Достижения"; +L['Show Quests Button'] = "Журнал заданий"; +L['Show LFG Button'] = "Поиск группы"; +L['Show Journal Button'] = "Путеводитель по приключениям"; +L['Show PVP Button'] = "Игрок против игрока"; +L['Show Pets Button'] = "Коллекции"; +L['Show Shop Button'] = "Магазин"; +L['Show Help Button'] = "Помощь"; L['Always Show Item Level'] = "Всегда показывать уровень предметов"; L['Minimum Durability to Become Active'] = "Прочность, до которой загораются цифры"; diff --git a/modules/micromenu.lua b/modules/micromenu.lua index 7745caf..9f7fe5b 100644 --- a/modules/micromenu.lua +++ b/modules/micromenu.lua @@ -530,9 +530,9 @@ function MenuModule:SocialHover(hoverFunc) end -- totalOnlineFriends tooltip:AddLine(' ',' ') - tooltip:AddLine('|cffffff00<'..L['Left-Click']..'>|r', '|cffffffff Whisper BTag |r') - tooltip:AddLine('|cffffff00<'..self.modifier..' + '..L['Left-Click']..'>|r', '|cffffffff Invite Contact |r') - tooltip:AddLine('|cffffff00<'..L['Right-Click']..'>|r', '|cffffffff Whisper character |r') + tooltip:AddLine('|cffffff00<'..L['Left-Click']..'>|r', '|cffffffff'..SLASH_SMART_WHISPER1..' '..BATTLENET_OPTIONS_LABEL..'|r') + tooltip:AddLine('|cffffff00<'..self.modifier..' + '..L['Left-Click']..'>|r', '|cffffffff'..CALENDAR_INVITELIST_INVITETORAID..'|r') + tooltip:AddLine('|cffffff00<'..L['Right-Click']..'>|r', '|cffffffff'..SLASH_SMART_WHISPER1..' '..CHARACTER..'|r') if (totalOnlineFriends + totalBNOnlineFriends) > 0 then tooltip:Show() end @@ -610,8 +610,8 @@ function MenuModule:GuildHover(hoverFunc) end end tooltip:AddLine(' ',' ') - tooltip:AddLine('|cffffff00<'..L['Left-Click']..'>|r', '|cffffffff Whisper |r') - tooltip:AddLine('|cffffff00<'..self.modifier..' + '..L['Left-Click']..'>|r', '|cffffffff Invite |r') + tooltip:AddLine('|cffffff00<'..L['Left-Click']..'>|r', '|cffffffff'..SLASH_SMART_WHISPER1..' '..CHARACTER..'|r') + tooltip:AddLine('|cffffff00<'..self.modifier..' + '..L['Left-Click']..'>|r', '|cffffffff'..CALENDAR_INVITELIST_INVITETORAID..'|r') tooltip:Show() hoverFunc() end -- 1.7.9.5