* #30787:	removed hardcoded strings
			added french support
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
new file mode 100644
index 0000000..ec14928
--- /dev/null
+++ b/res/values-fr/strings.xml
@@ -0,0 +1,199 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Copyright (C) 2004-2013 Savoir-Faire Linux Inc.                     
+                                                                    
+Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com>                     
+                                                                    
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 3 of the License, or   
+(at your option) any later version.                                 
+                                                                    
+This program is distributed in the hope that it will be useful,     
+but WITHOUT ANY WARRANTY; without even the implied warranty of      
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the       
+GNU General Public License for more details.                        
+                                                                    
+You should have received a copy of the GNU General Public License   
+along with this program; if not, write to the Free Software         
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.          
+                                                                    
+Additional permission under GNU GPL version 3 section 7:            
+                                                                    
+If you modify this program, or any covered work, by linking or      
+combining it with the OpenSSL project's OpenSSL library (or a       
+modified version of that library), containing parts covered by the  
+terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.    
+grants you additional permission to convey the resulting work.      
+Corresponding Source for a non-source form of such a combination    
+shall include the source code for the parts of OpenSSL used as well 
+as that of the covered work.
+-->
+
+<resources>
+
+    <string name="app_name">SFLphone</string>
+
+    <!-- SFLPhoneActivity -->
+    <string name="close_msg">Appuyer de nouveau pour quitter</string>
+    <string name="title_section0">Numéroter</string>
+    <string name="title_section1">Appeller</string>
+    <string name="title_section2">Historique</string>
+    <string name="title_activity_sflphone_home">SFLphone</string>
+    <string name="create_new_account_dialog_title">Aucun compte SIP enregistré</string>
+    <string name="create_new_account_dialog">Voulez-vous enregistrer un compte maintenant?</string>
+
+    <!-- AB menus -->
+    <string name="ab_account_creation">Nouveau compte</string>
+    <string name="ab_account_edition_1">Supprimer</string>
+    <string name="ab_account_edition_2">Éditer</string>
+
+    <!-- Left Drawer -->
+    <!-- Accessibility -->
+    <string name="drawer_open">Ouvrir le tiroir de navigation</string>
+    <string name="drawer_close">Fermer le tiroir de navigation</string>
+
+    <!-- Categories -->
+    <string name="frag_menu_accounts_title">Comptes</string>
+    <string name="menu_category_settings">Paramètres</string>
+    <string name="menu_category_help">Aide</string>
+
+    <!-- Settings -->
+    <string name="menu_item_settings_advanced">Gérer les comptes</string>
+    <string name="menu_item_settings_audio">Audio</string>
+    <string name="menu_item_settings_interface">Interface</string>
+
+    <!-- Dialing Fragment -->
+    <string name="error_no_number_dialed">Composez un numéro</string>
+    <string name="dial_hint">Entrez un numéro</string>
+
+    <!-- History Fragment -->
+    <string name="replay_button">Écouter</string>
+    <string name="no_history">Pas d\'historique</string>
+
+    <!-- Home Fragment -->
+    <string name="home_conferences_title">Conférences</string>
+    <string name="home_calls_title">Appels</string>
+    
+    <!-- ContactList Fragment -->
+    <string name="no_contact_found">Aucun contact trouvé</string>
+
+    <!-- TransferDFragment -->
+    <string name="transfer_to_another_call">Transfert avec un autre appel</string>
+    <string name="transfer_no_other_call">Aucun appel</string>
+    <string name="transfer_type_number">Entrez un numéro</string>
+
+    <!-- Help -->
+    <string name="menu_item_help_gestures">Gestures</string>
+    <string name="menu_item_about">À propos de SFLphone</string>
+        
+
+    <!-- Preferences -->
+    <string name="preference_section1">Comptes</string>
+    <string name="preference_section2">Audio</string>
+    <string name="account_preferences">Préférences de compte</string>
+    <string name="account_preferences_basic">Basic Account Preferences</string>
+    <string name="account_preferences_advanced">Advanced Account Preferences</string>
+    <string name="account_preferences_srtp">SRTP Account Preferences</string>
+    <string name="account_preferences_tls">TLS Account Preferences</string>
+    <string name="audio_preferences">Audio Preferences</string>
+    <string name="account_hostname_label">Hostname</string>
+    <string name="account_username_label">Username</string>
+    <string name="account_routeset_label">Route Set</string>
+    <string name="account_password_label">Password</string>
+    <string name="account_realm_label">Realm</string>
+    <string name="account_useragent_label">User Agent</string>
+    <string name="account_autoanswer_label">Auto Answer</string>
+    <string name="account_type_label">Account Type</string>
+    <string name="account_alias_label">Alias</string>
+    <string name="account_mailbox_label">Mailbox</string>
+    <string name="account_enabled_label">Account Enabled</string>
+    <string name="account_registration_exp_label">Registration Expire</string>
+    <string name="account_registration_status_label">Registration Status</string>
+    <string name="account_registration_code_label">Registration Code</string>
+    <string name="account_registration_state_label">Registration State</string>
+    <string name="account_credential_count_label">Credential Count</string>
+    <string name="account_config_dtmf_type_label">overrtp</string>
+    <string name="account_ringtone_path_label">Ringtone</string>
+    <string name="account_ringtone_enabled_label">Ringtone Enabled</string>
+    <string name="account_keep_alive_label">Keep Alive</string>
+    <string name="account_local_interface_label">Local Interface</string>
+    <string name="account_published_same_as_local_label">Published Port Same As Local</string>
+    <string name="account_local_port_label">Local Port</string>
+    <string name="account_published_port_label">Published Port</string>
+    <string name="account_published_address_label">Published Address</string>
+    <string name="account_displayname_label">Displayname Label</string>
+    <string name="account_stun_server_label">Stun Server</string>
+    <string name="account_stun_enable_label">Stun Enabled</string>
+    <string name="account_srtp_enabled_label">SRTP Enabled</string>
+    <string name="account_srtp_exchange_label">SRTP Key Exchange</string>
+    <string name="account_encryption_algo_label">Encryption Algo</string>
+    <string name="account_srtp_fallback_label">SRTP Fallback</string>
+    <string name="account_hello_hash_enable_label">Hello Hash Enabled</string>
+    <string name="account_display_sas_label">Display SAS</string>
+    <string name="account_not_supported_warning_label">Not Supported Warning</string>
+    <string name="account_display_sas_once_label">Display SAS Once</string>
+    <string name="account_listener_port_label">TLS Listener Port</string>
+    <string name="account_tls_enabled_label">TLS Enabled</string>
+    <string name="account_tls_certificate_list_label">TLS Certificate List File</string>
+    <string name="account_tls_certificate_file_label">TLS Certificate File</string>
+    <string name="account_tls_private_key_file_label">TLS Private Key File</string>
+    <string name="account_tls_password_label">TLS Private Key Password</string>
+    <string name="account_tls_method_label">TLS Method</string>
+    <string name="account_tls_ciphers_label">TLS Ciphers</string>
+    <string name="account_tls_server_name_label">TLS Server Name</string>
+    <string name="account_tls_verify_label">TLS Verify Server</string>
+    <string name="account_tls_verify_client_label">TLS Verify Client</string>
+    <string name="account_tls_require_client_certificat_label">TLS Require Client Certificate</string>
+    <string name="account_tls_negotiation_timeout_sec">TLS Negotiation Timeout (sec)</string>
+    <string name="account_tls_negotiation_timeout_msec">TLS Negotiation Timeout (msec)</string>
+    <string name="account_alias_field">Alias</string>
+    <string name="title_account_alias_field">Alias</string>
+    <string name="dialogtitle_account_alias_field">Enter the alias for this account</string>
+    <string name="account_hostname_field">Hostname</string>
+    <string name="title_account_hostname_field">Hostname</string>
+    <string name="dialogtitle_account_hostname_field">Enter hostname</string>
+    <string name="account_username_field">Username</string>
+    <string name="title_account_username_field">Username</string>
+    <string name="dialogtitle_account_username_field">Enter username</string>
+    <string name="account_proxy_field">Proxy</string>
+    <string name="title_account_proxy_field">Proxy</string>
+    <string name="dialogtitle_account_proxy_field">Enter proxy</string>
+    <string name="account_registration_field">Registration Timeout</string>
+    <string name="title_account_registration_field">Registration Timeout</string>
+    <string name="dialogtitle_account_registration_field">Enter registration timeout</string>
+    <string name="account_network_field">Network Interface</string>
+    <string name="title_account_network_field">Network Interface</string>
+    <string name="dialogtitle_account_network_field">Enter registration timeout</string>
+    <string name="account_stun_field">Stun Server</string>
+    <string name="title_account_stun_field">Stun Server</string>
+    <string name="dialogtitle_account_stun_field">Enter stun server</string>
+    <string name="account_security_field">Security</string>
+    <string name="title_account_security_field">Security</string>
+    <string name="dialogtitle_account_security_field">Activate security feature</string>
+    <string name="account_tls_field">TLS</string>
+    <string name="title_account_tls_field">TLS</string>
+    <string name="dialogtitle_account_tls_field">Activate TLS feature</string>
+    <string name="account_srtp_field">SRTP</string>
+    <string name="title_account_srtp_field">SRTP</string>
+    <string name="dialogtitle_account_srtp_field">Activate SRTP feature</string>
+    <string name="title_audio_codec_list">Audio Codec</string>
+    <string name="dialogtitle_audio_codec_list">Audio Codec Available</string>
+    <string name="title_audio_ringtone_field">Ringtone</string>
+    <string name="dialogtitle_audio_ringtone_field">Ringtone</string>
+
+    <!-- Call Actions -->
+    <string name="action_call_attended_transfer">Transfert</string>
+    <string name="action_call_unattended_transfer">Transfert Direct</string>
+    <string name="action_call_general_transfer">Transfert</string>
+    <string name="action_call_conference">Conférence</string>
+    <string name="action_call_hold">Attente</string>
+    <string name="action_call_unhold">Reprendre</string>
+    <string name="action_call_record">Enregistrer</string>
+    <string name="action_call_stop_record">Arrêter l\'enregistrement</string>
+    <string name="action_settings">Paramètres</string>
+    <string name="copyright">Copyright \u00A9 2004&#8211;2013 Savoir-Faire Linux Inc.</string>
+    <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