blob: 84ef14a36b9a5ae30985d8eef49bf46176bebc0f [file] [log] [blame]
Alexandre Savard393ccab2012-09-11 15:01:20 -04001<?xml version="1.0" encoding="utf-8"?>
alision84813a12013-05-27 17:40:39 -04002<!--
Alexandre Savard393ccab2012-09-11 15:01:20 -04003Copyright (C) 2004-2012 Savoir-Faire Linux Inc.
4
5Author: Alexandre Savard <alexandre.savard@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.
alision84813a12013-05-27 17:40:39 -040031-->
Alexandre Savard393ccab2012-09-11 15:01:20 -040032<resources>
Alexandre Savard393ccab2012-09-11 15:01:20 -040033
alision84813a12013-05-27 17:40:39 -040034 <string-array name="menu_categories">
alisionb1763882013-06-18 17:30:51 -040035 <item>@string/menu_category_settings</item>
36 <item>@string/menu_category_help</item>
alision84813a12013-05-27 17:40:39 -040037 </string-array>
38 <string-array name="menu_items_param">
alisionb1763882013-06-18 17:30:51 -040039 <item>@string/menu_item_settings_advanced</item>
Alexandre Lision8a1bab82013-10-24 10:06:51 -040040 <item>@string/menu_item_about</item>
Alexandre Lision71a0b932013-09-26 16:35:51 -040041 <!-- <item>@string/menu_item_settings_audio</item> -->
42 <!-- <item>@string/menu_item_settings_interface</item> -->
alision84813a12013-05-27 17:40:39 -040043 </string-array>
44 <string-array name="menu_items_help">
Alexandre Lision71a0b932013-09-26 16:35:51 -040045
46 <!-- <item>@string/menu_item_help_gestures</item> -->
alision5de91782013-07-10 10:47:30 -040047 <item>@string/menu_item_about</item>
alision84813a12013-05-27 17:40:39 -040048 </string-array>
alisionb1763882013-06-18 17:30:51 -040049 <string-array name="call_actions">
50 <item>@string/action_call_attended_transfer</item>
51 <item>@string/action_call_unattended_transfer</item>
52 <item>@string/action_call_conference</item>
53 <item>@string/action_call_hold</item>
54 </string-array>
alision465ceba2013-07-04 09:24:30 -040055 <string-array name="drop_actions">
56 <item>@string/action_call_attended_transfer</item>
57 <item>@string/action_call_conference</item>
58 </string-array>
Alexandre Lisiona3650992013-11-13 14:19:35 -050059
60 <string-array name="srtp_entry_values">
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050061 <item>NONE</item>
Alexandre Lisiona3650992013-11-13 14:19:35 -050062 <item>ZRTP</item>
63 <item>SDES</item>
64 </string-array>
65
66 <string-array name="srtp_entry">
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050067 <item>@string/account_srtp_deactivated</item>
Alexandre Lisiona3650992013-11-13 14:19:35 -050068 <item>ZRTP</item>
69 <item>SDES</item>
70 </string-array>
Alexandre Lision68ee0ac2013-12-06 15:06:19 -050071
72
73 <string-array name="dtmf_types_values">
74 <item>overrtp</item>
75 <item>sipinfo</item>
76 </string-array>
77
78 <string-array name="dtmf_types_entries">
79 <item>RTP</item>
80 <item>SIP</item>
81 </string-array>
82
83
84
85
alision84813a12013-05-27 17:40:39 -040086
87</resources>