element-ios/Riot/Assets/pl.lproj/Localizable.strings
Karol Kosek 54d7cf3255 Translated using Weblate (Polish)
Currently translated at 46.1% (12 of 26 strings)

Translation: Riot iOS/Riot iOS (Push)
Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/pl/
2019-01-03 09:46:47 +00:00

24 lines
1.3 KiB
Text

/* New message from a specific person, not referencing a room */
"MSG_FROM_USER" = "Wiadomość od %@";
/* New message from a specific person, not referencing a room. Content included. */
"MSG_FROM_USER_WITH_CONTENT" = "%@: %@";
/* New message from a specific person in a named room. Content included. */
"MSG_FROM_USER_IN_ROOM_WITH_CONTENT" = "%@ w %@: %@";
/* New action message from a specific person, not referencing a room. */
"ACTION_FROM_USER" = "* %@ %@";
/* New action message from a specific person in a named room. */
"ACTION_FROM_USER_IN_ROOM" = "%@: * %@ %@";
/* A single unread message in a room */
"SINGLE_UNREAD_IN_ROOM" = "Otrzymałeś(-aś) wiadomość w %@";
/* A single unread message */
"SINGLE_UNREAD" = "Otrzymałeś(-aś) wiadomość";
/* Multiple unread messages in a room */
"UNREAD_IN_ROOM" = "%@ nowych wiadomości w %@";
/* Multiple unread messages from two people */
"MSGS_FROM_TWO_USERS" = "%@ nowych wiadomości od %@ i %@";
/* Multiple unread messages from three people */
"MSGS_FROM_THREE_USERS" = "%@ nowych wiadomości od %@, %@ i %@";
/* Multiple unread messages from two plus people (ie. for 4+ people: 'others' replaces the third person) */
"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";