i18n: update translations & configuration

This patch fixes the language map of the tx conf to integrate new lan-
guages.
It sets the minimum-percent to 1.
Finally, it updates the translations.

Change-Id: Ice04c4308ae25d4a54533d7d60cd5943333fc82c
Tuleap: #609
diff --git a/ring-android/app/src/main/res/values-fr-rCA/strings_preferences.xml b/ring-android/app/src/main/res/values-fr-rCA/strings_preferences.xml
new file mode 100644
index 0000000..dc977a4
--- /dev/null
+++ b/ring-android/app/src/main/res/values-fr-rCA/strings_preferences.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<resources>
+  <string name="pref_category_network">Réseau</string>
+  <string name="pref_category_contacts">Contacts</string>
+  <string name="pref_category_system">Système</string>
+  <string name="pref_mobileData_title">Données mobiles</string>
+  <string name="pref_mobileData_summary">Autoriser Ring à passer par le réseau 3G/LTE ou le Wi-Fi</string>
+  <string name="pref_systemContacts_title">Utiliser le système de contacts</string>
+  <string name="pref_systemContacts_summary">Montrer les informations de l\'appelant en utilisant le système des contacts</string>
+  <string name="pref_startOnBoot_summary">Lancer Ring quand le système démarre.</string>
+</resources>