i18n: update translations

Change-Id: I16fa2440cff2707becaae82416415c2882787f28
Reviewed-by: Aline Bonnet <aline.bonnet@savoirfairelinux.com>
diff --git a/ring-android/app/src/main/res/values-hr/strings.xml b/ring-android/app/src/main/res/values-hr/strings.xml
index 47f5f06..e16aab9 100644
--- a/ring-android/app/src/main/res/values-hr/strings.xml
+++ b/ring-android/app/src/main/res/values-hr/strings.xml
@@ -1,6 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <resources>
-  <string name="section_license">Licenca</string>
   <string name="sponsor_section">Ring je slobodi software koji razvijaju i podržavaju</string>
   <string name="copyright_section">Autorska prava</string>
   <string name="contribute_section">Doprinesite</string>
@@ -101,7 +100,9 @@
   <string name="add_call_contact_number_to_contacts">Dodaj %1$s ?</string>
   <string name="prompt_new_password">Nova lozinka</string>
   <string name="account_create_title">Napravite Ring račun</string>
+  <string name="wizard_next">Slijedeće</string>
   <!--MenuHeaderView-->
   <string name="unknown">Nepoznato</string>
   <!--Share fragment-->
+  <string name="generic_error_migration">Greška</string>
 </resources>
diff --git a/ring-android/app/src/main/res/values-hr/strings_account.xml b/ring-android/app/src/main/res/values-hr/strings_account.xml
index 8ea859d..1efa4ab 100644
--- a/ring-android/app/src/main/res/values-hr/strings_account.xml
+++ b/ring-android/app/src/main/res/values-hr/strings_account.xml
@@ -1,5 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <resources>
+  <!--Strings related to account edition screen-->
+  <string name="ic_delete_menu">Izbriši</string>
   <!--Strings related to account creation-->
   <string name="prompt_alias">Alias</string>
   <string name="prompt_hostname">Ime poslužitelja</string>
@@ -76,4 +78,8 @@
   <string name="account_export_end_error_title">Greška</string>
   <string name="account_new_button">Napravite Ring račun</string>
   <!--Name registration-->
+  <string name="account_status_connecting">Spajanje</string>
+  <string name="account_status_unknown">Nepoznato</string>
+  <!--Create account-->
+  <string name="account_creation_home">Dobrodošli u Ring</string>
 </resources>