blob: 4e34db27f5a46fa447a4a943602fe3af8b60c90f [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>
Romain Bertozzi306a5992016-05-10 15:53:22 -040022 <string-array name="conversation_actions">
23 <item>@string/conversation_action_copy_peer_number</item>
Adrien Béraude32ab742018-08-25 21:15:08 -040024 <item>@string/conversation_action_history_clear</item>
25 <item>@string/conversation_action_remove_this</item>
Aline Bonnet54cf69b2017-03-28 12:03:45 -040026 <item>@string/conversation_action_block_this</item>
Romain Bertozzi306a5992016-05-10 15:53:22 -040027 </string-array>
28
Adrien Béraud4d6c0682019-08-24 21:47:19 -040029 <string-array name="video_bitrates">
30 <item>0</item>
31 <item>64</item>
32 <item>128</item>
33 <item>256</item>
34 <item>512</item>
35 <item>1024</item>
36 </string-array>
37 <string-array name="video_bitrateStrings">
38 <item>Auto</item>
39 <item>64 kB/s</item>
40 <item>128 kB/s</item>
41 <item>256 kB/s</item>
42 <item>512 kB/s</item>
43 <item>1 MB/s</item>
44 </string-array>
45 <string translatable="false" name="video_bitrate_default">0</string>
46
47 <string-array name="video_resolutionStrings">
48 <item>480p SD</item>
49 <item>720p HD</item>
50 <item>1080p Full HD</item>
51 <item>4K Ultra HD</item>
52 </string-array>
53 <string-array name="video_resolutions">
54 <item>480</item>
55 <item>720</item>
56 <item>1080</item>
57 <item>2160</item>
58 </string-array>
59 <string translatable="false" name="video_resolution_default">480</string>
60 <string translatable="false" name="video_resolution_default_tv">720</string>
Guillaume Roguezdf37a362016-08-19 14:00:42 -040061</resources>