mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
23 lines
610 B
Plaintext
23 lines
610 B
Plaintext
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
/// Localization for "global" English
|
|
(
|
|
string_map: {
|
|
"hud.social": "Other Players",
|
|
"hud.social.online": "Online:",
|
|
"hud.social.friends": "Friends",
|
|
"hud.social.not_yet_available": "Not yet available",
|
|
"hud.social.faction": "Faction",
|
|
"hud.social.play_online_fmt": "{nb_player} player(s) online",
|
|
"hud.social.name": "Name",
|
|
"hud.social.level": "Level",
|
|
"hud.social.zone": "Zone",
|
|
"hud.social.account": "Account",
|
|
},
|
|
|
|
|
|
vector_map: {
|
|
}
|
|
)
|
|
|