veloren/assets/voxygen/i18n/sv/hud/social.ron

23 lines
621 B
Plaintext
Raw Normal View History

2021-06-05 11:26:41 +00:00
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
2021-06-05 22:42:07 +00:00
/// Localization for "global" Swedish
2021-06-05 11:26:41 +00:00
(
string_map: {
2021-06-05 22:42:07 +00:00
"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",
2021-06-05 11:26:41 +00:00
},
vector_map: {
}
)