blob: 47bf70f91ade7561baad17d5a7b060c7e0b05f45 [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 Lisionfed2a642014-01-10 12:05:47 -05003Copyright (C) 2004-2014 Savoir-Faire Linux Inc.
Alexandre Savard393ccab2012-09-11 15:01:20 -04004
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_items_param">
Alexandre Lisionf02190d2013-12-12 17:26:12 -050035 <item>@string/menu_item_home</item>
Alexandre Lision269e6042013-12-11 16:15:13 -050036 <item>@string/menu_item_accounts</item>
Alexandre Lision8a1bab82013-10-24 10:06:51 -040037 <item>@string/menu_item_about</item>
alisionb1763882013-06-18 17:30:51 -040038 </string-array>
alision465ceba2013-07-04 09:24:30 -040039 <string-array name="drop_actions">
40 <item>@string/action_call_attended_transfer</item>
41 <item>@string/action_call_conference</item>
42 </string-array>
Alexandre Lisionc735aa22014-02-04 10:36:54 -050043 <string-array name="srtp_entry_values">
44 <item>NONE</item>
45 <item>ZRTP</item>
46 <item>SDES</item>
47 </string-array>
48 <string-array name="srtp_entry">
49 <item>@string/account_srtp_deactivated</item>
50 <item>ZRTP</item>
51 <item>SDES</item>
52 </string-array>
Alexandre Lision68ee0ac2013-12-06 15:06:19 -050053 <string-array name="dtmf_types_values">
54 <item>overrtp</item>
55 <item>sipinfo</item>
56 </string-array>
Alexandre Lision68ee0ac2013-12-06 15:06:19 -050057 <string-array name="dtmf_types_entries">
58 <item>RTP</item>
59 <item>SIP</item>
60 </string-array>
alision84813a12013-05-27 17:40:39 -040061
62</resources>