blob: f498ce8abad8139bebdf399b86bc8e639871001d [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 -->
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040060 <string name="menu_category_settings">Paramètres</string>
61 <string name="menu_category_help">Aide</string>
62
63 <!-- Settings -->
Alexandre Lision269e6042013-12-11 16:15:13 -050064 <string name="menu_item_home">Accueil</string>
65 <string name="menu_item_accounts">Gérer les comptes</string>
66 <string name="menu_item_settings">Paramètres</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040067 <string name="menu_item_settings_interface">Interface</string>
68
69 <!-- Dialing Fragment -->
Alexandre Lision7f0bba52013-10-16 14:43:11 -040070 <string name="dial_action_call">Appeler</string>
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040071 <string name="dial_error_no_number_dialed">Composez un numéro</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040072 <string name="dial_hint">Entrez un numéro</string>
73
74 <!-- History Fragment -->
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040075 <string name="hist_replay_button">Écouter</string>
76 <string name="hist_replay_button_stop">Stop</string>
77 <string name="hist_missed_calls">Manqué:%1$d</string>
78 <string name="hist_in_calls">Entrant:%1$d</string>
79 <string name="hist_out_calls">Sortant:%1$d</string>
80 <string name="hist_no_history">Pas d\'historique</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040081
82 <!-- Home Fragment -->
83 <string name="home_conferences_title">Conférences</string>
84 <string name="home_calls_title">Appels</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040085 <string name="home_transfering">Transfert de %1$s à %1$s</string>
86 <string name="home_transfer_complet">Transfert terminé</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040087
88 <!-- ContactList Fragment -->
89 <string name="no_contact_found">Aucun contact trouvé</string>
Alexandre Lision8b9d8e82013-10-04 09:21:27 -040090 <string name="starred_contacts_title">Favoris</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040091
92 <!-- TransferDFragment -->
93 <string name="transfer_to_another_call">Transfert avec un autre appel</string>
94 <string name="transfer_no_other_call">Aucun appel</string>
95 <string name="transfer_type_number">Entrez un numéro</string>
96
97 <!-- Help -->
98 <string name="menu_item_help_gestures">Gestures</string>
99 <string name="menu_item_about">À propos de SFLphone</string>
Alexandre Lision40954dc2013-10-09 15:24:03 -0400100
Alexandre Lision8ad39592013-11-21 13:23:58 -0500101 <!-- FileExplorerDFragement -->
102 <string name="file_explorer_title">Sélectionner un fichier</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400103
Alexandre Lision81ef7502013-12-11 17:29:49 -0500104 <!-- Notifications -->
105 <string name="notif_missed_call_title">Appel manqué</string>
106 <string name="notif_missed_call_content">From %1$s</string>
107
Alexandre Lision68855472013-10-10 16:20:46 -0400108 <!-- Call Fragment -->
109 <string name="me">Moi</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -0400110 <string name="action_call_attended_transfer">Transfert</string>
111 <string name="action_call_unattended_transfer">Transfert Direct</string>
112 <string name="action_call_general_transfer">Transfert</string>
113 <string name="action_call_conference">Conférence</string>
114 <string name="action_call_hold">Attente</string>
115 <string name="action_call_unhold">Reprendre</string>
116 <string name="action_call_record">Enregistrer</string>
117 <string name="action_call_stop_record">Arrêter l\'enregistrement</string>
118 <string name="action_settings">Paramètres</string>
119 <string name="copyright">Copyright \u00A9 2004&#8211;2013 Savoir-Faire Linux Inc.</string>
120 <string name="web_site">Site web</string>
121 <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>
122
123</resources>