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-it/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 72d22fb..855ce1a 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -25,7 +25,7 @@
<string name="comment_edit_source">Modifica sorgente</string>
<string name="comment_view_source">Mostra sorgente</string>
<!--Server Info Fragment-->
- <string name="server_info_protocol">Protocollo: %s</string>
+ <string name="server_info_protocol">Protocollo %s.</string>
<string name="server_info_version">%1$s (%2$s)</string>
<string name="server_info_codec">Codec: %s</string>
<!--Server matching-->
@@ -234,7 +234,7 @@
<string name="server_list_title_public_internet">Pubblici</string>
<string name="chat_notify_now_unmuted">%s non è muto.</string>
<string name="chat_notify_now_muted">%s è muto.</string>
- <string name="chat_notify_unmuted">Non Muto.</string>
+ <string name="chat_notify_unmuted">Non muto.</string>
<string name="messageToChannel">Scrivi un messaggio al canale \"%s\"</string>
<string name="messageToUser">Scrivi un messaggio all\'utente \"%s\"</string>
<string name="pushToTalkHint">(spunta per attivare la modalità attiva/disattiva)</string>