Translated using Weblate (Polish)

Currently translated at 73.0% (19 of 26 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/pl/
This commit is contained in:
Karol Kosek 2019-01-09 22:22:40 +00:00 committed by Weblate
parent d3b20c0d2f
commit 52ed72db3b

View file

@ -22,3 +22,17 @@
"MSGS_FROM_TWO_PLUS_USERS" = "%@ nowych wiadomości od %@, %@ i innych";
/* Look, stuff's happened, alright? Just open the app. */
"MSGS_IN_TWO_PLUS_ROOMS" = "%@ nowych wiadomości w %@, %@ i innych";
/* New action message from a specific person, not referencing a room. */
"IMAGE_FROM_USER" = "%@ wysłał(a) Tobie zdjęcie %@";
/* New action message from a specific person in a named room. */
"IMAGE_FROM_USER_IN_ROOM" = "%@ wysłał(a) Tobie zdjęcie %@ w %@";
/* Multiple unread messages from a specific person, not referencing a room */
"MSGS_FROM_USER" = "%@ nowych wiadomości w %@";
/* Multiple messages in two rooms */
"MSGS_IN_TWO_ROOMS" = "%@ nowych wiadomości w %@ i %@";
/* A user has invited you to a named room */
"USER_INVITE_TO_NAMED_ROOM" = "%@ zaprosił(a) Ciebie do %@";
/* A user has invited you to an (unamed) group chat */
"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@ zaprosił(a) Ciebie do rozmowy grupowej";
/* A user has invited you to a chat */
"USER_INVITE_TO_CHAT" = "%@ zaprosił(a) Ciebie do rozmowy";