Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit f7459fd

Browse files
authored
Merge pull request #1969 from cmassi/patch-3
[I18N] Add proper translation to italian strings for password update
2 parents 0a2ba1c + 88fa3bd commit f7459fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/res/values-it/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<string name="msg_send">Inviare</string>
147147
<string name="msg_sent_attachment">Inviato allegato</string>
148148
<string name="msg_welcome_to_rocket_chat">Benvenuto in Rocket.Chat </string>
149-
<string name="msg_team_communication">Team Communication</string> <!-- TODO Translate -->
149+
<string name="msg_team_communication">Comunicazione dei Gruppi</string>
150150
<string name="msg_login_with_email">Accedi con <b>e-mail</b></string>
151151
<string name="msg_create_account">Crea un utente</string>
152152
<string name="msg_continue_with_facebook">Continua con <b>Facebook</b></string>
@@ -163,8 +163,8 @@
163163
<string name="msg_no_description">Nessuna descrizione aggiunta</string>
164164
<string name="msg_send_email">Invia una email</string>
165165
<string name="msg_android_app_support">Supporto per le app Android</string>
166-
<string name="msg_unable_to_update_password">Unable to update password. Error message: %1$s</string> <!-- TODO - Add proper translation -->
167-
<string name="msg_password_updated_successfully">Password updated successfully</string> <!-- TODO - Add proper translation -->
166+
<string name="msg_unable_to_update_password">Impossibile aggiornare la password. Messaggio di errore: %1$s</string>
167+
<string name="msg_password_updated_successfully">Password aggiornata con successo</string>
168168
<plurals name="msg_reacted_with_">
169169
<item quantity="one">%1$s ha reagito con %2$s</item>
170170
<item quantity="other">%1$s ha reagito con %2$s</item>

0 commit comments

Comments
 (0)