Files
coa-bagnon/Bagnon_Tooltips/localization/localization.ru.lua
T
Andrew6810 4e3aff9d89 init
2022-10-21 06:37:39 -07:00

10 lines
248 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
--[[
Bagnon_Tooltips Localization
Russian: Russian Localization by kutensky
--]]
if ( GetLocale() == "ruRU" ) then
BAGNON_NUM_BAGS = 'В сумке: %d'
BAGNON_NUM_BANK = 'В банке: %d'
BAGNON_EQUIPPED = 'На персонаже'
end