diff --git a/res/values-FR/strings.xml b/res/values-FR/strings.xml
index 9bb9339cd..72525932f 100644
--- a/res/values-FR/strings.xml
+++ b/res/values-FR/strings.xml
@@ -340,6 +340,7 @@
voudrait être partager son status avec vous et voir le votre.
Calibration de l\'annulateur d\'écho en cours
+ Serveur de partage
Supprimer contact
Adresse SIP
diff --git a/res/values/non_localizable_custom.xml b/res/values/non_localizable_custom.xml
index 605deaddf..93ee7436a 100644
--- a/res/values/non_localizable_custom.xml
+++ b/res/values/non_localizable_custom.xml
@@ -7,7 +7,6 @@
sip.linphone.org
https://www.linphone.org/wizard.php
- https://www.linphone.org:444/upload.php
true
diff --git a/res/values/non_localizable_defaults.xml b/res/values/non_localizable_defaults.xml
index 142149174..1a2ad3c1d 100644
--- a/res/values/non_localizable_defaults.xml
+++ b/res/values/non_localizable_defaults.xml
@@ -49,6 +49,7 @@
false
false
30
+ https://www.linphone.org:444/upload.php
0
false
diff --git a/res/values/non_localizable_strings.xml b/res/values/non_localizable_strings.xml
index 58347657e..a1514a800 100644
--- a/res/values/non_localizable_strings.xml
+++ b/res/values/non_localizable_strings.xml
@@ -96,6 +96,7 @@
pref_push_notification_key
pref_auto_accept_friends_key
+ pref_image_sharing_server_key
pref_video_port_key
pref_audio_port_key
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f0460593a..6ddb232c3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -387,6 +387,7 @@
Friend request
wants to share it\'s presence status with you and be aware of yours.
Echo canceller calibration in progress
+ Sharing server
Delete contact
SIP address
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 545d9790d..72b1931a7 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -291,6 +291,11 @@
android:title="@string/pref_incoming_call_timeout_title"
android:defaultValue="@string/pref_incoming_call_timeout_default"
android:layout="@layout/hidden"/>
+
+