2016-06-09 22:21:49 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
<!-- Categories -->
|
2016-06-17 19:43:28 +02:00
|
|
|
<string name="pref_category_visuals">Appearance</string>
|
2016-06-09 22:21:49 +02:00
|
|
|
<string name="pref_category_network">Network</string>
|
2016-06-18 15:53:49 +02:00
|
|
|
<string name="pref_category_pod_settings">Pod settings</string>
|
2016-06-09 22:21:49 +02:00
|
|
|
|
|
|
|
<!-- Visuals -->
|
|
|
|
<!-- Font size -->
|
|
|
|
<string name="pref_title_font_size">Font size</string>
|
|
|
|
<array name="pref_entries_font_size">
|
|
|
|
<item>Normal</item>
|
|
|
|
<item>Large</item>
|
|
|
|
<item>Huge</item>
|
|
|
|
</array>
|
2016-06-11 00:28:26 +02:00
|
|
|
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
2016-06-09 22:21:49 +02:00
|
|
|
<array name="pref_entry_values_font_size" translatable="false">
|
2016-06-16 22:55:06 +02:00
|
|
|
<item>normal</item>
|
|
|
|
<item>large</item>
|
|
|
|
<item>huge</item>
|
2016-06-09 22:21:49 +02:00
|
|
|
</array>
|
|
|
|
|
|
|
|
<!-- Load images -->
|
|
|
|
<string name="pref_title_load_images">Load images</string>
|
2016-06-11 00:28:26 +02:00
|
|
|
<string name="pref_desc_load_images">Disable image loading to safe mobile data</string>
|
2016-06-09 22:21:49 +02:00
|
|
|
|
|
|
|
<!-- Proxy -->
|
|
|
|
<string name="pref_title_proxy_enabled">Enable Proxy</string>
|
2016-06-11 00:28:26 +02:00
|
|
|
<string name="pref_desc_proxy_enabled">Proxy Diaspora\'s traffic to circumvent firewalls.\nMay require restart</string>
|
2016-06-20 10:51:20 +02:00
|
|
|
|
2016-06-24 13:06:18 +02:00
|
|
|
<string name="pref_title_proxy_host">Host</string>
|
2016-06-20 10:51:20 +02:00
|
|
|
|
2016-06-24 13:06:18 +02:00
|
|
|
<string name="pref_title_proxy_port">Port</string>
|
2016-06-09 22:21:49 +02:00
|
|
|
|
2016-06-18 15:53:49 +02:00
|
|
|
<!-- Diaspora Settings -->
|
|
|
|
<string name="pref_title_personal_settings">Personal settings</string>
|
2016-06-20 10:51:20 +02:00
|
|
|
<string name="pref_desc_personal_settings">Open your diaspora account settings</string>
|
|
|
|
|
2016-06-18 15:53:49 +02:00
|
|
|
<string name="pref_title_manage_contacts">Contacts</string>
|
2016-06-20 10:51:20 +02:00
|
|
|
<string name="pref_desc_manage_contacts">Manage your contact list</string>
|
|
|
|
|
2016-06-18 15:53:49 +02:00
|
|
|
<string name="pref_title_manage_tags">Manage Hashtags</string>
|
2016-06-20 10:51:20 +02:00
|
|
|
<string name="pref_desc_manage_tags">Add and delete the hashtags you are following</string>
|
|
|
|
|
|
|
|
<string name="pref_title_change_account">Change Account</string>
|
|
|
|
<string name="pref_desc_change_account">Erase local session data and switch to another Diaspora pod/account</string>
|
|
|
|
<string name="pref_warning_change_account">This will erase all cookies and session data. Do you really want to change your account?</string>
|
2016-06-18 15:53:49 +02:00
|
|
|
|
2016-06-09 22:21:49 +02:00
|
|
|
</resources>
|