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-id/strings.xml b/ring-android/app/src/main/res/values-id/strings.xml
new file mode 100644
index 0000000..e019c9a
--- /dev/null
+++ b/ring-android/app/src/main/res/values-id/strings.xml
@@ -0,0 +1,21 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<resources>
+  <!--RingActivity-->
+  <string name="title_section2">Riwayat</string>
+  <!--AB menus-->
+  <!--Left Drawer-->
+  <!--Accessibility-->
+  <!--Sections-->
+  <!--Dialing Fragment-->
+  <!--History Fragment-->
+  <!--DetailsHistory Fragment-->
+  <!--Home Fragment-->
+  <!--ContactList Fragment-->
+  <!--FileExplorerDFragement-->
+  <!--TransferDFragment-->
+  <!--Notifications-->
+  <!--Call Fragment-->
+  <string name="me">Saya</string>
+  <string name="action_call_hold">Tahan</string>
+  <!--Text messages-->
+</resources>
diff --git a/ring-android/app/src/main/res/values-id/strings_preferences.xml b/ring-android/app/src/main/res/values-id/strings_preferences.xml
new file mode 100644
index 0000000..3480a62
--- /dev/null
+++ b/ring-android/app/src/main/res/values-id/strings_preferences.xml
@@ -0,0 +1,4 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<resources>
+  <string name="pref_category_contacts">Kontak</string>
+</resources>