2014-01-23 20:04:05 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2014-09-11 10:22:33 -04:00
|
|
|
|
2015-01-04 11:53:06 -05:00
|
|
|
<string-array name="resources">
|
|
|
|
<item>Mobile</item>
|
|
|
|
<item>Phone</item>
|
|
|
|
<item>Tablet</item>
|
2016-05-03 06:41:37 -04:00
|
|
|
<item>@string/app_name</item>
|
2015-01-04 11:53:06 -05:00
|
|
|
<item>Android</item>
|
|
|
|
</string-array>
|
Dark theme, theme switch, icons, style, strings
added some white icons,
changed hardcoded icons to theme attributes,
changed icon_edit_dark to icon_edit_body to reflect icons position,
grey message bubbles in dark theme,
misc
purged ic_action_chat as it wasn't used
preference use_white_background changed to use_green_background, default true
grey chat bubbles darker, text white
replaced all grey600 with black icons and 0.54 alpha attribute
highlightColor in dark grey chat bubble now darker than background
2016-05-12 14:00:18 -04:00
|
|
|
<string-array name="themes">
|
|
|
|
<item>@string/pref_theme_light</item>
|
|
|
|
<item>@string/pref_theme_dark</item>
|
|
|
|
</string-array>
|
|
|
|
<string-array name="themes_values">
|
|
|
|
<item>light</item>
|
|
|
|
<item>dark</item>
|
|
|
|
</string-array>
|
2015-01-04 11:53:06 -05:00
|
|
|
<string-array name="filesizes">
|
2015-01-08 20:06:03 -05:00
|
|
|
<item>@string/never</item>
|
2015-01-04 11:53:06 -05:00
|
|
|
<item>256 KiB</item>
|
|
|
|
<item>512 KiB</item>
|
|
|
|
<item>1 MiB</item>
|
|
|
|
<item>5 MiB</item>
|
|
|
|
<item>10 MiB</item>
|
|
|
|
</string-array>
|
|
|
|
<string-array name="filesizes_values">
|
|
|
|
<item>0</item>
|
|
|
|
<item>262144</item>
|
|
|
|
<item>524288</item>
|
|
|
|
<item>1048576</item>
|
|
|
|
<item>5242880</item>
|
|
|
|
<item>10485760</item>
|
|
|
|
</string-array>
|
|
|
|
<string-array name="mute_options_descriptions">
|
2015-01-08 20:06:03 -05:00
|
|
|
<item>@string/thirty_minutes</item>
|
|
|
|
<item>@string/one_hour</item>
|
|
|
|
<item>@string/two_hours</item>
|
|
|
|
<item>@string/eight_hours</item>
|
|
|
|
<item>@string/until_further_notice</item>
|
2015-01-04 11:53:06 -05:00
|
|
|
</string-array>
|
2014-09-11 10:22:33 -04:00
|
|
|
|
2015-01-04 11:53:06 -05:00
|
|
|
<integer-array name="mute_options_durations">
|
|
|
|
<item>1800</item>
|
|
|
|
<item>3600</item>
|
|
|
|
<item>7200</item>
|
|
|
|
<item>28800</item>
|
|
|
|
<item>-1</item>
|
|
|
|
</integer-array>
|
2014-09-11 10:22:33 -04:00
|
|
|
|
2015-05-02 05:38:56 -04:00
|
|
|
<string-array name="quick_actions">
|
|
|
|
<item>@string/none</item>
|
|
|
|
<item>@string/recently_used</item>
|
|
|
|
<item>@string/attach_take_picture</item>
|
2015-05-25 23:34:58 -04:00
|
|
|
<item>@string/attach_choose_picture</item>
|
2015-05-02 05:38:56 -04:00
|
|
|
<item>@string/attach_record_voice</item>
|
|
|
|
<item>@string/send_location</item>
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
<string-array name="quick_action_values">
|
|
|
|
<item>none</item>
|
|
|
|
<item>recent</item>
|
|
|
|
<item>photo</item>
|
2015-05-25 23:34:58 -04:00
|
|
|
<item>picture</item>
|
2015-05-02 05:38:56 -04:00
|
|
|
<item>voice</item>
|
|
|
|
<item>location</item>
|
|
|
|
</string-array>
|
2016-01-09 10:17:39 -05:00
|
|
|
|
|
|
|
<string-array name="picture_compression_values">
|
|
|
|
<item>never</item>
|
|
|
|
<item>auto</item>
|
|
|
|
<item>always</item>
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
<string-array name="picture_compression_entries">
|
|
|
|
<item>@string/never</item>
|
|
|
|
<item>@string/automatically</item>
|
|
|
|
<item>@string/always</item>
|
|
|
|
</string-array>
|
2016-02-09 07:01:17 -05:00
|
|
|
|
|
|
|
<string-array name="mam_prefs">
|
|
|
|
<item>@string/never</item>
|
|
|
|
<item>@string/contacts</item>
|
|
|
|
<item>@string/always</item>
|
|
|
|
</string-array>
|
2016-04-22 15:25:06 -04:00
|
|
|
|
|
|
|
<string-array name="presence_show_options">
|
|
|
|
<item>@string/presence_chat</item>
|
|
|
|
<item>@string/presence_online</item>
|
|
|
|
<item>@string/presence_away</item>
|
|
|
|
<item>@string/presence_xa</item>
|
|
|
|
<item>@string/presence_dnd</item>
|
|
|
|
</string-array>
|
2016-06-01 18:24:37 -04:00
|
|
|
|
|
|
|
<string-array name="grace_periods">
|
|
|
|
<item>@string/gp_short</item>
|
|
|
|
<item>@string/gp_medium</item>
|
|
|
|
<item>@string/gp_long</item>
|
|
|
|
</string-array>
|
|
|
|
|
|
|
|
<string-array name="grace_periods_values">
|
|
|
|
<item>144</item>
|
|
|
|
<item>610</item>
|
|
|
|
<item>2584</item>
|
|
|
|
</string-array>
|
2014-10-26 10:37:21 -04:00
|
|
|
</resources>
|