blob: 0dc897531f7d6989de20d09172f7c595207f6aeb [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<!--
alisionb1763882013-06-18 17:30:51 -04003Copyright (C) 2004-2013 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>
51 <string name="ab_account_edition_2">Edit</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 Savard8b7d4332012-09-30 20:02:11 -040057
alisionb1763882013-06-18 17:30:51 -040058 <!-- Categories -->
59 <string name="menu_category_settings">Settings</string>
60 <string name="menu_category_help">Help</string>
61
62 <!-- Settings -->
Alexandre Lision269e6042013-12-11 16:15:13 -050063 <string name="menu_item_home">Home</string>
64 <string name="menu_item_accounts">Manage Accounts</string>
65 <string name="menu_item_settings">Settings</string>
alisionb1763882013-06-18 17:30:51 -040066 <string name="menu_item_settings_interface">Interface</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040067
Alexandre Lision81ef7502013-12-11 17:29:49 -050068 <!-- Dialing Fragment -->
Alexandre Lision7f0bba52013-10-16 14:43:11 -040069 <string name="dial_action_call">Call</string>
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040070 <string name="dial_error_no_number_dialed">Dial a number</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040071 <string name="dial_hint">Type phone number</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040072
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040073 <!-- History Fragment -->
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040074 <string name="hist_replay_button">Replay</string>
75 <string name="hist_replay_button_stop">Stop</string>
76 <string name="hist_no_history">No history</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040077 <string name="hist_missed_calls">Missed:%1$d</string>
Alexandre Lisionc2bd7b62013-09-30 10:45:00 -040078 <string name="hist_in_calls">In:%1$d</string>
79 <string name="hist_out_calls">Out:%1$d</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040080
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040081 <!-- Home Fragment -->
82 <string name="home_conferences_title">Conferences</string>
83 <string name="home_calls_title">Calls</string>
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 Lision64d63232013-10-01 09:34:56 -040091
alisionb1763882013-06-18 17:30:51 -040092 <!-- Help -->
93 <string name="menu_item_help_gestures">Gestures</string>
alision5de91782013-07-10 10:47:30 -040094 <string name="menu_item_about">About SFLphone</string>
Alexandre Lision64d63232013-10-01 09:34:56 -040095
Alexandre Lision8ad39592013-11-21 13:23:58 -050096 <!-- FileExplorerDFragement -->
97 <string name="file_explorer_title">Select a file</string>
98
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040099 <!-- TransferDFragment -->
100 <string name="transfer_to_another_call">Transfer to another current call:</string>
101 <string name="transfer_no_other_call">No other calls pending</string>
102 <string name="transfer_type_number">Type number to transfer to:</string>
Alexandre Lision81ef7502013-12-11 17:29:49 -0500103
104 <!-- Notifications -->
105 <string name="notif_missed_call_title">Missed call</string>
106 <string name="notif_missed_call_content">De %1$s</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -0400107
Alexandre Lision68855472013-10-10 16:20:46 -0400108 <!-- Call Fragment -->
109 <string name="me">Me</string>
alisionb1763882013-06-18 17:30:51 -0400110 <string name="action_call_attended_transfer">Attended Transfer</string>
111 <string name="action_call_unattended_transfer">Unattended transfer</string>
Alexandre Lision42ea3c62013-09-25 13:20:31 -0400112 <string name="action_call_general_transfer">Transfer</string>
alisionb1763882013-06-18 17:30:51 -0400113 <string name="action_call_conference">Conference</string>
114 <string name="action_call_hold">Hold</string>
alision729b0a22013-07-02 11:57:33 -0400115 <string name="action_call_unhold">Unhold</string>
alision729b0a22013-07-02 11:57:33 -0400116 <string name="action_call_record">Record</string>
117 <string name="action_call_stop_record">Stop Recording</string>
alision96ff9b72013-07-05 10:59:16 -0400118 <string name="action_settings">Settings</string>
Alexandre Lision50d56302013-09-26 16:37:01 -0400119 <string name="copyright">Copyright \u00A9 2004&#8211;2013 Savoir-Faire Linux Inc.</string>
Alexandre Lisionfb0985b2013-09-27 16:23:44 -0400120 <string name="web_site">Website</string>
Alexandre Lision4a56d432013-07-19 11:37:53 -0400121 <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 -0400122
alision9f7a6ec2013-05-24 16:26:26 -0400123</resources>