blob: 45379f54da1dfadb765b9d0850cec2442739e64d [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 <!-- Used in audio preferences -->
35 <string-array name="audio_codec_list">
36 <item>PCMU</item>
37 <item>PCMA</item>
38 <item>G722</item>
39 <item>Speex 8000 Hz</item>
40 <item>Speex 16000 Hz</item>
41 <item>Speex 32000 Hz</item>
42 </string-array>
43
44 <!-- Associated values -->
45 <string-array name="audio_codec_list_value">
46 <item>PCMU</item>
47 <item>PCMA</item>
48 <item>G722</item>
49 <item>SPEEX 8khz</item>
50 <item>SPEEX 16khz</item>
51 <item>SPEEX 32khz</item>
52 </string-array>
53 <string-array name="menu_categories">
alisionb1763882013-06-18 17:30:51 -040054 <item>@string/menu_category_settings</item>
55 <item>@string/menu_category_help</item>
alision84813a12013-05-27 17:40:39 -040056 </string-array>
57 <string-array name="menu_items_param">
alisionb1763882013-06-18 17:30:51 -040058 <item>@string/menu_item_settings_advanced</item>
59 <item>@string/menu_item_settings_audio</item>
60 <item>@string/menu_item_settings_interface</item>
alision84813a12013-05-27 17:40:39 -040061 </string-array>
62 <string-array name="menu_items_help">
alisionb1763882013-06-18 17:30:51 -040063 <item>@string/menu_item_help_gestures</item>
alision5de91782013-07-10 10:47:30 -040064 <item>@string/menu_item_about</item>
alision84813a12013-05-27 17:40:39 -040065 </string-array>
alisionb1763882013-06-18 17:30:51 -040066 <string-array name="call_actions">
67 <item>@string/action_call_attended_transfer</item>
68 <item>@string/action_call_unattended_transfer</item>
69 <item>@string/action_call_conference</item>
70 <item>@string/action_call_hold</item>
71 </string-array>
72
alision465ceba2013-07-04 09:24:30 -040073
74 <string-array name="drop_actions">
75 <item>@string/action_call_attended_transfer</item>
76 <item>@string/action_call_conference</item>
77 </string-array>
78
alisionb1763882013-06-18 17:30:51 -040079
80
81
alision84813a12013-05-27 17:40:39 -040082
83</resources>