2020-12-27 19:59:03 +00:00
|
|
|
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
|
|
|
|
/// Localization for "global" English
|
|
|
|
(
|
|
|
|
string_map: {
|
|
|
|
// Map and Questlog
|
|
|
|
"hud.map.map_title": "Map",
|
|
|
|
"hud.map.qlog_title": "Quests",
|
2021-04-06 05:15:42 +00:00
|
|
|
"hud.map.topo_map": "Topographic",
|
2020-12-27 19:59:03 +00:00
|
|
|
"hud.map.difficulty": "Difficulty",
|
|
|
|
"hud.map.towns": "Towns",
|
|
|
|
"hud.map.castles": "Castles",
|
2021-03-06 14:55:42 +00:00
|
|
|
"hud.map.dungeons": "Dungeons",
|
2020-12-27 19:59:03 +00:00
|
|
|
"hud.map.caves": "Caves",
|
|
|
|
"hud.map.cave": "Cave",
|
2021-03-06 16:39:02 +00:00
|
|
|
"hud.map.trees": "Giant Trees",
|
|
|
|
"hud.map.tree": "Giant Tree",
|
2020-12-27 19:59:03 +00:00
|
|
|
"hud.map.town": "Town",
|
|
|
|
"hud.map.castle": "Castle",
|
|
|
|
"hud.map.dungeon": "Dungeon",
|
|
|
|
"hud.map.difficulty_dungeon": "Dungeon\n\nDifficulty: {difficulty}",
|
|
|
|
"hud.map.drag": "Drag",
|
|
|
|
"hud.map.zoom": "Zoom",
|
2021-05-01 16:26:13 +00:00
|
|
|
"hud.map.mid_click": "Set Waypoint",
|
2020-12-27 19:59:03 +00:00
|
|
|
"hud.map.recenter": "Recenter",
|
2021-05-01 16:26:13 +00:00
|
|
|
"hud.map.marked_location": "Marked Location",
|
|
|
|
"hud.map.marked_location_remove": "Click to remove",
|
2020-12-27 19:59:03 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
vector_map: {
|
|
|
|
}
|
|
|
|
)
|