veloren/assets/voxygen/i18n/PL/hud/social.ron
2021-04-11 19:10:09 +02:00

22 lines
619 B
Plaintext

/// WARNING: Localization files shall be saved in UTF-8 format without BOM
/// Localization for "global" English
(
string_map: {
"hud.social": "Inni gracze",
"hud.social.online": "Zalogowani:",
"hud.social.friends": "Przyjaciele",
"hud.social.not_yet_available": "Jeszcze niedostępne",
"hud.social.faction": "Frakcja",
"hud.social.play_online_fmt": "{nb_player} gracz(y) online",
"hud.social.name": "Imię",
"hud.social.level": "Poziom",
"hud.social.zone": "Strefa",
"hud.social.account": "Konto",
},
vector_map: {
}
)