blob: 4e10f9e99e095325b6287d7e0d261e02d095b60c [file] [log] [blame]
Alexandre Lisionfb0985b2013-09-27 16:23:44 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (C) 2004-2013 Savoir-Faire Linux Inc.
4
5Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
6
7This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 3 of the License, or
10(at your option) any later version.
11
12This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21Additional permission under GNU GPL version 3 section 7:
22
23If you modify this program, or any covered work, by linking or
24combining it with the OpenSSL project's OpenSSL library (or a
25modified version of that library), containing parts covered by the
26terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
27grants you additional permission to convey the resulting work.
28Corresponding Source for a non-source form of such a combination
29shall include the source code for the parts of OpenSSL used as well
30as that of the covered work.
31-->
32
33<resources>
34
35 <string name="app_name">SFLphone</string>
36
37 <!-- SFLPhoneActivity -->
38 <string name="close_msg">Appuyer de nouveau pour quitter</string>
39 <string name="title_section0">Numéroter</string>
Alexandre Lision68855472013-10-10 16:20:46 -040040 <string name="title_section1">Appeler</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040041 <string name="title_section2">Historique</string>
42 <string name="title_activity_sflphone_home">SFLphone</string>
43 <string name="create_new_account_dialog_title">Aucun compte SIP enregistré</string>
44 <string name="create_new_account_dialog">Voulez-vous enregistrer un compte maintenant?</string>
Alexandre Lision3ee516e2013-10-07 17:32:15 -040045 <string name="cannot_pass_sipcall_title">Compte SIP indisponible</string>
46 <string name="cannot_pass_sipcall">Le compte SIP sélectionné n\'est pas disponible</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040047
48 <!-- AB menus -->
49 <string name="ab_account_creation">Nouveau compte</string>
50 <string name="ab_account_edition_1">Supprimer</string>
51 <string name="ab_account_edition_2">Éditer</string>
Alexandre Lision68855472013-10-10 16:20:46 -040052 <string name="ab_action_chat">Message Texte</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040053
54 <!-- Left Drawer -->
55 <!-- Accessibility -->
56 <string name="drawer_open">Ouvrir le tiroir de navigation</string>
57 <string name="drawer_close">Fermer le tiroir de navigation</string>
58
59 <!-- Categories -->
60 <string name="frag_menu_accounts_title">Comptes</string>
61 <string name="menu_category_settings">Paramètres</string>
62 <string name="menu_category_help">Aide</string>
63
64 <!-- Settings -->
Alexandre Lision269e6042013-12-11 16:15:13 -050065 <string name="menu_item_home">Accueil</string>
66 <string name="menu_item_accounts">Gérer les comptes</string>
67 <string name="menu_item_settings">Paramètres</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040068 <string name="menu_item_settings_interface">Interface</string>
69
70 <!-- Dialing Fragment -->
Alexandre Lision7f0bba52013-10-16 14:43:11 -040071 <string name="dial_action_call">Appeler</string>
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040072 <string name="dial_error_no_number_dialed">Composez un numéro</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040073 <string name="dial_hint">Entrez un numéro</string>
74
75 <!-- History Fragment -->
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040076 <string name="hist_replay_button">Écouter</string>
77 <string name="hist_replay_button_stop">Stop</string>
78 <string name="hist_missed_calls">Manqué:%1$d</string>
79 <string name="hist_in_calls">Entrant:%1$d</string>
80 <string name="hist_out_calls">Sortant:%1$d</string>
81 <string name="hist_no_history">Pas d\'historique</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040082
83 <!-- Home Fragment -->
84 <string name="home_conferences_title">Conférences</string>
85 <string name="home_calls_title">Appels</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040086 <string name="home_transfering">Transfert de %1$s à %1$s</string>
87 <string name="home_transfer_complet">Transfert terminé</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040088
89 <!-- ContactList Fragment -->
90 <string name="no_contact_found">Aucun contact trouvé</string>
Alexandre Lision8b9d8e82013-10-04 09:21:27 -040091 <string name="starred_contacts_title">Favoris</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040092
93 <!-- TransferDFragment -->
94 <string name="transfer_to_another_call">Transfert avec un autre appel</string>
95 <string name="transfer_no_other_call">Aucun appel</string>
96 <string name="transfer_type_number">Entrez un numéro</string>
97
98 <!-- Help -->
99 <string name="menu_item_help_gestures">Gestures</string>
100 <string name="menu_item_about">À propos de SFLphone</string>
Alexandre Lision40954dc2013-10-09 15:24:03 -0400101
Alexandre Lision8ad39592013-11-21 13:23:58 -0500102 <!-- FileExplorerDFragement -->
103 <string name="file_explorer_title">Sélectionner un fichier</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400104
Alexandre Lision68855472013-10-10 16:20:46 -0400105 <!-- Call Fragment -->
106 <string name="me">Moi</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -0400107 <string name="action_call_attended_transfer">Transfert</string>
108 <string name="action_call_unattended_transfer">Transfert Direct</string>
109 <string name="action_call_general_transfer">Transfert</string>
110 <string name="action_call_conference">Conférence</string>
111 <string name="action_call_hold">Attente</string>
112 <string name="action_call_unhold">Reprendre</string>
113 <string name="action_call_record">Enregistrer</string>
114 <string name="action_call_stop_record">Arrêter l\'enregistrement</string>
115 <string name="action_settings">Paramètres</string>
116 <string name="copyright">Copyright \u00A9 2004&#8211;2013 Savoir-Faire Linux Inc.</string>
117 <string name="web_site">Site web</string>
118 <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>
119
120</resources>