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:
authorMatthaiks <kitynska@gmail.com>2023-09-02 12:29:36 +0300
committerHosted Weblate <hosted@weblate.org>2023-09-04 09:57:02 +0300
commit3f0e553a753baa6e0448ad5e4b72783f41850a4a (patch)
treef4f6ff5f9ec3293c9345ee68821ddbb685b6c8ed
parent8ba3e22025e8fc9d8f3d87c0d8157f3138487ed0 (diff)
Translated using Weblate (Polish)
Currently translated at 100.0% (173 of 173 strings) Translation: Mumla/Mumla Translate-URL: https://hosted.weblate.org/projects/mumla/mumla/pl/
-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