From df493bd378d02c5b856f4b002de5fb14334cb20d Mon Sep 17 00:00:00 2001 From: Romain Bertozzi <romain.bertozzi@savoirfairelinux.com> Date: Thu, 19 Jan 2017 12:19:55 -0500 Subject: [PATCH] translations: add removed translations This patch brings back translations that were removed by https://gerrit-ring.savoirfairelinux.com/#/c/5971/ Change-Id: I6a8532657b320120784686c2db02bb50a4203153 reviewed-by: Aline Bonnet <aline.bonnet@savoirfairelinux.com> --- ring-android/app/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ring-android/app/src/main/res/values/strings.xml b/ring-android/app/src/main/res/values/strings.xml index 175782015..253ab287e 100644 --- a/ring-android/app/src/main/res/values/strings.xml +++ b/ring-android/app/src/main/res/values/strings.xml @@ -162,6 +162,8 @@ along with this program; if not, write to the Free Software <!-- Contacts --> <string name="add_call_contact_number_to_contacts">Add %1$s ?</string> + <string name="prompt_new_password">New password</string> + <string name="prompt_new_password_repeat">Repeat new password</string> <string name="account_create_title">Create a Ring account</string> <string name="prompt_new_username">Enter new username</string> <string name="help_password_choose">Choose a strong password you will remember to protect your Ring account.</string> -- GitLab