strings: update for Jami

Change-Id: Idececfd22953a577a370acb688ccf4c6a722cda4
diff --git a/ring-android/app/src/main/java/cx/ring/share/ShareFragment.java b/ring-android/app/src/main/java/cx/ring/share/ShareFragment.java
index b1eabe2..89dc144 100644
--- a/ring-android/app/src/main/java/cx/ring/share/ShareFragment.java
+++ b/ring-android/app/src/main/java/cx/ring/share/ShareFragment.java
@@ -113,7 +113,7 @@
             Intent sharingIntent = new Intent(Intent.ACTION_SEND);
             sharingIntent.setType("text/plain");
             sharingIntent.putExtra(Intent.EXTRA_SUBJECT, mAccountCountactMe);
-            sharingIntent.putExtra(Intent.EXTRA_TEXT, getString(R.string.account_share_body, mUriToShow));
+            sharingIntent.putExtra(Intent.EXTRA_TEXT, getString(R.string.account_share_body, mUriToShow, getText(R.string.app_website)));
             startActivity(Intent.createChooser(sharingIntent, mShareVia));
         }
     }
diff --git a/ring-android/app/src/main/res/values/strings_account.xml b/ring-android/app/src/main/res/values/strings_account.xml
index 40335e4..f0f9262 100644
--- a/ring-android/app/src/main/res/values/strings_account.xml
+++ b/ring-android/app/src/main/res/values/strings_account.xml
@@ -162,12 +162,12 @@
     <string name="account_export_end_error_title">Error</string>
     <string name="account_export_end_error_message">Couldn\'t export account. An unknown error occurred.</string>
     <string name="account_enter_password">Enter password</string>
-    <string name="account_share_body">Contact me using \'%1$s\' on the Jami distributed communication platform: https://ring.cx</string>
-    <string name="account_share_body_with_username">Contact me using \'%1$s\' or my public username \'%2$s\' on the Jami distributed communication platform: https://ring.cx</string>
+    <string name="account_share_body">Contact me using \'%1$s\' on the Jami distributed communication platform: %2$s</string>
+    <string name="account_share_body_with_username">Contact me using \'%1$s\' or my public username \'%2$s\' on the Jami distributed communication platform: %3$s</string>
     <string name="account_contact_me">Contact me on Jami !</string>
     <string name="update_account">Update account</string>
     <string name="account_migration">Your Jami account can be updated.\nPlease enter your password.</string>
-    <string name="ring_account">Ring account</string>
+    <string name="ring_account">Jami account</string>
     <string name="ring_account_identity">Identity</string>
     <string name="account_migration_title_dialog">Account migration</string>
     <string name="account_migration_message_dialog">Your accounts need to be updated. Do you want to go the Account management screen to perform this operation ?</string>
@@ -176,7 +176,7 @@
     <string name="account_cannot_be_found_message">Account couldn\'t be found on the Jami network.\nMake sure it was exported on Jami from an existing device, and that provided credentials are correct.</string>
     <string name="account_sip_cannot_be_registered_message">You can continue with the account creation process or edit your information here. Edition is still possible later in the account settings.</string>
     <string name="account_no_network_title">Can\'t connect to the network</string>
-    <string name="account_no_network_message">Could not add account because Jami coudn\'t connect to the distributed network. Check your device connectivity.</string>
+    <string name="account_no_network_message">Could not add account because Jami couldn\'t connect to the distributed network. Check your device connectivity.</string>
     <string name="account_device_added_title">Account device added</string>
     <string name="account_device_added_message">You have successfully setup your Jami account on this device.</string>
     <string name="account_device_updated_title">Account device updated</string>