Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/res/values-pl/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 4355b89..5de939e 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -183,12 +183,15 @@
<plurals name="search_channel_users">
<item quantity="one">%d użytkownik</item>
<item quantity="few">%d użytkowników</item>
+ <item quantity="many">%d użytkowników</item>
<item quantity="other">%d użytkowników</item>
</plurals>
<plurals name="notification_unread_many">
<item quantity="one">%d nowa wiadomość</item>
<item quantity="few">%d nowe wiadomości</item>
+ <item quantity="many">%d nowych wiadomości</item>
<item quantity="other">%d nowych wiadomości</item>
</plurals>
<string name="image_confirm_send">Wysłać ten obraz\?</string>
-</resources>
+ <string name="grant_perm_notifications">Proszę udzielić pozwolenia na wysyłanie powiadomień.</string>
+</resources> \ No newline at end of file