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

22 lines
619 B
Plaintext
Raw Normal View History

2021-04-09 20:54:33 +00:00
/// 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: {
}
)