veloren/assets/voxygen/i18n/sv/hud/social.ron
2021-06-06 00:42:07 +02:00

23 lines
621 B
Plaintext

/// WARNING: Localization files shall be saved in UTF-8 format without BOM
/// Localization for "global" Swedish
(
string_map: {
"hud.social": "Andra spelare",
"hud.social.online": "Inloggade:",
"hud.social.friends": "Vänner",
"hud.social.not_yet_available": "Inte tillgängligt än",
"hud.social.faction": "Fraktion",
"hud.social.play_online_fmt": "{nb_player} spelare inloggade",
"hud.social.name": "Namn",
"hud.social.level": "Nivå",
"hud.social.zone": "Område",
"hud.social.account": "Konto",
},
vector_map: {
}
)