blob: fc213ab9cbb123419c1811dc0e2f4c6cace6c8dc [file] [log] [blame]
Adrien Béraudffd32412012-08-07 18:39:23 -04001<?xml version="1.0" encoding="utf-8"?>
alision9f7a6ec2013-05-24 16:26:26 -04002<!--
Alexandre Lisionf3a2c9d2014-01-06 11:12:53 -05003Copyright (C) 2004-2014 Savoir-Faire Linux Inc.
Adrien Béraudffd32412012-08-07 18:39:23 -04004
alisionb1763882013-06-18 17:30:51 -04005Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
Adrien Béraudffd32412012-08-07 18:39:23 -04006
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.
alision9f7a6ec2013-05-24 16:26:26 -040031-->
32
Emeric Vigier2f625822012-08-06 11:09:52 -040033<resources>
Alexandre Savard393ccab2012-09-11 15:01:20 -040034
alisionb1763882013-06-18 17:30:51 -040035 <string name="app_name">SFLphone</string>
36
alisionbd45a822013-06-06 17:35:35 -040037 <!-- SFLPhoneActivity -->
alision5de91782013-07-10 10:47:30 -040038 <string name="close_msg">Press back again to leave</string>
alision9f7a6ec2013-05-24 16:26:26 -040039 <string name="title_section0">Dial</string>
40 <string name="title_section1">Call</string>
41 <string name="title_section2">History</string>
alisionb1763882013-06-18 17:30:51 -040042 <string name="title_activity_sflphone_home">SFLphone</string>
Alexandre Lisionc51ccb12013-09-11 16:00:30 -040043 <string name="create_new_account_dialog_title">No Account Registered</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040044 <string name="create_new_account_dialog">Would you like to register an account now?</string>
Alexandre Lision8ad39592013-11-21 13:23:58 -050045 <string name="cannot_pass_sipcall_title">SIP account not available</string>
Alexandre Lision3ee516e2013-10-07 17:32:15 -040046 <string name="cannot_pass_sipcall">Current selected account is not available</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040047
Alexandre Lisiona764c682013-09-09 10:02:07 -040048 <!-- AB menus -->
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040049 <string name="ab_account_creation">New account</string>
Alexandre Lisiona764c682013-09-09 10:02:07 -040050 <string name="ab_account_edition_1">Delete</string>
Alexandre Lisionab0cc9f2013-12-12 11:27:25 -050051 <string name="ab_action_chat">Message Texte</string>
alisionb1763882013-06-18 17:30:51 -040052
alision9f7a6ec2013-05-24 16:26:26 -040053 <!-- Left Drawer -->
alisionb1763882013-06-18 17:30:51 -040054 <!-- Accessibility -->
alision9f7a6ec2013-05-24 16:26:26 -040055 <string name="drawer_open">Open navigation drawer</string>
56 <string name="drawer_close">Close navigation drawer</string>
Alexandre Lisionab0cc9f2013-12-12 11:27:25 -050057 <!-- Sections -->
Alexandre Lision269e6042013-12-11 16:15:13 -050058 <string name="menu_item_home">Home</string>
Alexandre Lisionab0cc9f2013-12-12 11:27:25 -050059 <string name="menu_item_accounts">Manage accounts</string>
Alexandre Lision269e6042013-12-11 16:15:13 -050060 <string name="menu_item_settings">Settings</string>
Alexandre Lisionab0cc9f2013-12-12 11:27:25 -050061 <string name="menu_item_about">About SFLphone</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040062
Alexandre Lision81ef7502013-12-11 17:29:49 -050063 <!-- Dialing Fragment -->
Alexandre Lision7f0bba52013-10-16 14:43:11 -040064 <string name="dial_action_call">Call</string>
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040065 <string name="dial_error_no_number_dialed">Dial a number</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040066 <string name="dial_hint">Type phone number</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040067
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040068 <!-- History Fragment -->
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040069 <string name="hist_replay_button">Replay</string>
70 <string name="hist_replay_button_stop">Stop</string>
71 <string name="hist_no_history">No history</string>
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040072 <string name="hist_in_calls">In:%1$d</string>
73 <string name="hist_out_calls">Out:%1$d</string>
Alexandre Lisionddbb46f2013-12-12 12:18:58 -050074
75 <!-- DetailsHistory Fragment -->
76 <string name="detail_hist_call_number">Call %1$s</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040077
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040078 <!-- Home Fragment -->
Alexandre Lisioncd6a82d2014-01-17 12:10:23 -050079 <plurals name="home_conferences_title">
80 <item quantity="zero">No Conversation</item>
81 <item quantity="one">%d Conversation</item>
82 <item quantity="other">%d Conversations</item>
83 </plurals>
Alexandre Lision64d63232013-10-01 09:34:56 -040084 <string name="home_transfering">Transferring %1$s to %1$s</string>
85 <string name="home_transfer_complet">Transfer complete</string>
86 <string name="home_conf_item">%1$s participants</string>
87
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040088 <!-- ContactList Fragment -->
89 <string name="no_contact_found">No contact found</string>
Alexandre Lision8b9d8e82013-10-04 09:21:27 -040090 <string name="starred_contacts_title">Favorites</string>
Alexandre Lision33936ef2014-07-30 14:29:58 -040091 <string name="searchbar_hint">Enter name or phone number&#8230;</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040092
Alexandre Lision8ad39592013-11-21 13:23:58 -050093 <!-- FileExplorerDFragement -->
94 <string name="file_explorer_title">Select a file</string>
95
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040096 <!-- TransferDFragment -->
97 <string name="transfer_to_another_call">Transfer to another current call:</string>
98 <string name="transfer_no_other_call">No other calls pending</string>
99 <string name="transfer_type_number">Type number to transfer to:</string>
Alexandre Lisionab0cc9f2013-12-12 11:27:25 -0500100
Alexandre Lision81ef7502013-12-11 17:29:49 -0500101 <!-- Notifications -->
102 <string name="notif_missed_call_title">Missed call</string>
103 <string name="notif_missed_call_content">De %1$s</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -0400104
Alexandre Lision68855472013-10-10 16:20:46 -0400105 <!-- Call Fragment -->
106 <string name="me">Me</string>
alisionb1763882013-06-18 17:30:51 -0400107 <string name="action_call_attended_transfer">Attended Transfer</string>
108 <string name="action_call_unattended_transfer">Unattended transfer</string>
109 <string name="action_call_conference">Conference</string>
110 <string name="action_call_hold">Hold</string>
Adrien Béraud22090e12014-04-24 11:35:03 -0400111 <string name="action_call_hangup">Hang up</string>
alision96ff9b72013-07-05 10:59:16 -0400112 <string name="action_settings">Settings</string>
Alexandre Lisionf3a2c9d2014-01-06 11:12:53 -0500113 <string name="copyright">Copyright \u00A9 2004&#8211;2014 Savoir-Faire Linux Inc.</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -0400114 <string name="web_site">Website</string>
Alexandre Lision4a56d432013-07-19 11:37:53 -0400115 <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>
Alexandre Savard8b7d4332012-09-30 20:02:11 -0400116
Dany YARAKOUfe2155a2014-05-28 21:05:46 +0100117 <!-- combobox protocol -->
118 <string-array name="accountType">
119 <item>SIP</item>
120 <item>IAX</item>
121 </string-array>
122
123</resources>