blob: 214ee2dcaaff492b02ff33f223ef8404054e8844 [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<!--
Adrien Béraudec528bb2016-01-14 16:52:51 -05003Copyright (C) 2004-2016 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.
alision84813a12013-05-27 17:40:39 -040020-->
Alexandre Savard393ccab2012-09-11 15:01:20 -040021<resources>
Alexandre Savard393ccab2012-09-11 15:01:20 -040022
alision84813a12013-05-27 17:40:39 -040023 <string-array name="menu_items_param">
Alexandre Lisionf02190d2013-12-12 17:26:12 -050024 <item>@string/menu_item_home</item>
Alexandre Lision269e6042013-12-11 16:15:13 -050025 <item>@string/menu_item_accounts</item>
Alexandre Lision8a1bab82013-10-24 10:06:51 -040026 <item>@string/menu_item_about</item>
alisionb1763882013-06-18 17:30:51 -040027 </string-array>
alision465ceba2013-07-04 09:24:30 -040028 <string-array name="drop_actions">
29 <item>@string/action_call_attended_transfer</item>
30 <item>@string/action_call_conference</item>
31 </string-array>
Alexandre Lision382f6842014-02-05 15:23:50 -050032
Adrien Béraud4a64c0c2015-10-20 12:16:14 -040033 <string-array name="srtp_entry_values" translatable="false">
Alexandre Lisionc735aa22014-02-04 10:36:54 -050034 <item>NONE</item>
Alexandre Lisionc735aa22014-02-04 10:36:54 -050035 <item>SDES</item>
36 </string-array>
Adrien Béraud4a64c0c2015-10-20 12:16:14 -040037 <string-array name="srtp_entry" translatable="false">
Alexandre Lisionc735aa22014-02-04 10:36:54 -050038 <item>@string/account_srtp_deactivated</item>
Alexandre Lisionc735aa22014-02-04 10:36:54 -050039 <item>SDES</item>
40 </string-array>
Alexandre Lision382f6842014-02-05 15:23:50 -050041
Adrien Béraud4a64c0c2015-10-20 12:16:14 -040042 <string-array name="dtmf_types_values" translatable="false">
Romain Bertozziad8fd842016-05-11 14:30:35 -040043 <item>@string/account_sip_dtmf_type_overrtp</item>
44 <item>@string/account_sip_dtmf_type_sipinfo</item>
Alexandre Lision68ee0ac2013-12-06 15:06:19 -050045 </string-array>
Adrien Béraud4a64c0c2015-10-20 12:16:14 -040046 <string-array name="dtmf_types_entries" translatable="false">
Alexandre Lision68ee0ac2013-12-06 15:06:19 -050047 <item>RTP</item>
48 <item>SIP</item>
49 </string-array>
alision84813a12013-05-27 17:40:39 -040050
Romain Bertozzi306a5992016-05-10 15:53:22 -040051 <string-array name="conversation_actions">
52 <item>@string/conversation_action_copy_peer_number</item>
53 <item>@string/conversation_action_delete_this</item>
54 </string-array>
55
Guillaume Roguezdf37a362016-08-19 14:00:42 -040056</resources>