blob: 4e34db27f5a46fa447a4a943602fe3af8b60c90f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2004-2016 Savoir-faire Linux Inc.
Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-->
<resources>
<string-array name="conversation_actions">
<item>@string/conversation_action_copy_peer_number</item>
<item>@string/conversation_action_history_clear</item>
<item>@string/conversation_action_remove_this</item>
<item>@string/conversation_action_block_this</item>
</string-array>
<string-array name="video_bitrates">
<item>0</item>
<item>64</item>
<item>128</item>
<item>256</item>
<item>512</item>
<item>1024</item>
</string-array>
<string-array name="video_bitrateStrings">
<item>Auto</item>
<item>64 kB/s</item>
<item>128 kB/s</item>
<item>256 kB/s</item>
<item>512 kB/s</item>
<item>1 MB/s</item>
</string-array>
<string translatable="false" name="video_bitrate_default">0</string>
<string-array name="video_resolutionStrings">
<item>480p SD</item>
<item>720p HD</item>
<item>1080p Full HD</item>
<item>4K Ultra HD</item>
</string-array>
<string-array name="video_resolutions">
<item>480</item>
<item>720</item>
<item>1080</item>
<item>2160</item>
</string-array>
<string translatable="false" name="video_resolution_default">480</string>
<string translatable="false" name="video_resolution_default_tv">720</string>
</resources>