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:
authorpjammo <adrianoghr@hotmail.it>2023-10-19 21:20:39 +0300
committerHosted Weblate <hosted@weblate.org>2023-10-21 07:16:41 +0300
commitfbcc2a3906a8cf2c76f6d47a9b658967b877a0f3 (patch)
treeceec732dc6490b901797ce67d7e4f270acd0d907
parentcf1d7510ab5f80f1cfe213004c93b561db0d5b15 (diff)
Translated using Weblate (Italian)
Currently translated at 100.0% (173 of 173 strings) Translation: Mumla/Mumla Translate-URL: https://hosted.weblate.org/projects/mumla/mumla/it/
-rw-r--r--app/src/main/res/values-it/strings.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 58be614..1b7a08b 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -93,11 +93,13 @@
<string name="allow">Consenti</string>
<plurals name="search_channel_users">
<item quantity="one">%d utente</item>
+ <item quantity="many">%d utenti</item>
<item quantity="other">%d utenti</item>
</plurals>
<plurals name="notification_unread_many">
<item quantity="one">%d nuovo messaggio</item>
- <item quantity="other">%d nuovi messaggi</item>
+ <item quantity="many">%d utente</item>
+ <item quantity="other">%d utente</item>
</plurals>
<string name="decrypt_certificate">Decrittografa Certificato</string>
<string name="current_chat_target">Destinazione chat attuale</string>
@@ -209,4 +211,5 @@
<string name="user_menu_move">Sposta</string>
<string name="chat_message_tts_short_link">(Collegamento a %1$s)</string>
<string name="image_confirm_send">Inviare questa immagine\?</string>
-</resources>
+ <string name="grant_perm_notifications">Concedere l\'autorizzazione per inviare le notifiche.</string>
+</resources> \ No newline at end of file