Files
source/gamedir-languages/Russian_Version/Data-UB/Language/RU/Scripts/Russian.undergroundsectornames.lua
T

32 lines
776 B
Lua

--[[
This file (or its localized versions respectively) are included in
"initunderground.lua" to provide the underground sector names.
Make sure to save this file as UTF-8, preferably with BOM signature in
order to help editors to not mess up the encoding. Also make sure to not
save BOM in any other script unless it explicitly allows that.
]]
sectornames = {
["I13-1"] = "Неизвестно",
["J13-1"] = "Заброшенная шахта",
["J14-1"] = "Неизвестно",
["K14-1"] = "Туннель",
["K15-1"] = "Комплекс",
["K15-2"] = "Комплекс",
["L15-2"] = "Комплекс",
["L15-3"] = "Комплекс",
creatureLair = "Логово тварей",
}