flickerstreak@88: --[[ flickerstreak@88: KeyBound localization file flickerstreak@88: Russian by ? flickerstreak@88: --]] flickerstreak@88: flickerstreak@88: if (GetLocale() ~= "ruRU") then flickerstreak@88: return flickerstreak@88: end flickerstreak@88: flickerstreak@88: local REVISION = tonumber(("$Revision: 78684 $"):match("%d+")) flickerstreak@88: if (LibKeyBoundLocale10 and REVISION <= LibKeyBoundLocale10.REVISION) then flickerstreak@88: return flickerstreak@88: end flickerstreak@88: flickerstreak@88: LibKeyBoundLocale10 = { flickerstreak@88: REVISION = REVISION; flickerstreak@88: Enabled = 'Режим назначения клавиш включен'; flickerstreak@88: Disabled = 'Режим назначения клавиш отключен'; flickerstreak@88: ClearTip = format('Нажмите %s для сброса всех назначений', GetBindingText('ESCAPE', 'KEY_')); flickerstreak@88: NoKeysBoundTip = 'Нет текущих назначений'; flickerstreak@88: ClearedBindings = 'Удалить все назначения с %s'; flickerstreak@88: BoundKey = 'Установить %s на %s'; flickerstreak@88: UnboundKey = 'Снять назначение %s с %s'; flickerstreak@88: CannotBindInCombat = 'Невозможно назначить клавишу в бою'; flickerstreak@88: CombatBindingsEnabled = 'Выход из боя, режим назначения клавиш включен'; flickerstreak@88: CombatBindingsDisabled = 'Начало боя, режим назначения клавиш отключен'; flickerstreak@88: BindingsHelp = "Зависните над кнопкой, и тогда нажмите клавишу для установки назначения.  Для очистки текущих назначений клавиш, нажмите %s."; flickerstreak@88: flickerstreak@88: -- This is the short display version you see on the Button flickerstreak@88: ["Alt"] = "A", flickerstreak@88: ["Ctrl"] = "C", flickerstreak@88: ["Shift"] = "S", flickerstreak@88: ["NumPad"] = "Ц", flickerstreak@88: flickerstreak@88: ["Backspace"] = "BS", flickerstreak@88: ["Button1"] = "B1", flickerstreak@88: ["Button2"] = "B2", flickerstreak@88: ["Button3"] = "B3", flickerstreak@88: ["Button4"] = "B4", flickerstreak@88: ["Button5"] = "B5", flickerstreak@88: ["Capslock"] = "Cp", flickerstreak@88: ["Clear"] = "Cl", flickerstreak@88: ["Delete"] = "Del", flickerstreak@88: ["End"] = "En", flickerstreak@88: ["Home"] = "HM", flickerstreak@88: ["Insert"] = "Ins", flickerstreak@88: ["Mouse Wheel Down"] = "КМВХ", flickerstreak@88: ["Mouse Wheel Up"] = "КМВЗ", flickerstreak@88: ["Num Lock"] = "NL", flickerstreak@88: ["Page Down"] = "PD", flickerstreak@88: ["Page Up"] = "PU", flickerstreak@88: ["Scroll Lock"] = "SL", flickerstreak@88: ["Spacebar"] = "Прбл", flickerstreak@88: ["Tab"] = "Tb", flickerstreak@88: flickerstreak@88: ["Down Arrow"] = "Dn", flickerstreak@88: ["Left Arrow"] = "Lf", flickerstreak@88: ["Right Arrow"] = "Rt", flickerstreak@88: ["Up Arrow"] = "Up", flickerstreak@88: } flickerstreak@88: setmetatable(LibKeyBoundLocale10, {__index = LibKeyBoundBaseLocale10})