Add IAX capabilities

Enables IAX account creation in app
Calls have not been tested yet
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index 0f1ccc6..ced7ead 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -78,6 +78,7 @@
     <!-- Home Fragment -->
     <plurals name="home_conferences_title">
         <item quantity="zero">No Conversation</item>
+		<item quantity="one">%d Conversation</item>
         <item quantity="other">%d Conversations</item>
     </plurals>
     <string name="home_transfering">Transfert de %1$s à %1$s</string>
@@ -111,4 +112,10 @@
     <string name="web_site">Site web</string>
     <string name="help_gestures"> This view will help users with different interactions during calls. Different actions will be described; Long press, fling, swype etc.</string>
 
-</resources>
\ No newline at end of file
+	<!-- combobox protocole -->
+	<string-array name="accountType">
+		<item>SIP</item>
+		<item>IAX</item>
+	</string-array>
+
+</resources>
diff --git a/res/values-fr/strings_account.xml b/res/values-fr/strings_account.xml
index b4615a0..23edba2 100644
--- a/res/values-fr/strings_account.xml
+++ b/res/values-fr/strings_account.xml
@@ -59,6 +59,7 @@
     <string name="account_proxy_field">Proxy</string>
     <string name="account_autoanswer_label">Décroche automatiquement l\'appel</string>
     <string name="show_password">Voir mot de passe</string>
+	<string name="account_type_label">Protocole</string>
 
     <!-- Audio Details -->
     <string name="account_preferences_audio_tab">Audio</string>
@@ -117,4 +118,4 @@
     <string name="account_rtp_port_range">Plage de port RTP pour l\'audio</string>
 
 
-</resources>
\ No newline at end of file
+</resources>