2017-03-21 16:13:08 +11:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2017-04-07 03:01:02 +10:00
|
|
|
<string name="app_name" translatable="false">Tusky</string>
|
2017-04-10 13:15:37 +10:00
|
|
|
<string name="app_website" translatable="false">https://tusky.keylesspalace.com</string>
|
2017-03-21 16:13:08 +11:00
|
|
|
|
2017-04-07 03:01:02 +10:00
|
|
|
<string name="oauth_scheme" translatable="false">oauth2redirect</string>
|
|
|
|
<string name="oauth_redirect_host" translatable="false">com.keylesspalace.tusky</string>
|
|
|
|
<string name="preferences_file_key" translatable="false">com.keylesspalace.tusky.PREFERENCES</string>
|
2017-11-28 04:46:13 +11:00
|
|
|
|
|
|
|
<string-array name="pull_notification_check_intervals" inputType="integer">
|
|
|
|
<item>15</item>
|
|
|
|
<item>20</item>
|
|
|
|
<item>25</item>
|
|
|
|
<item>30</item>
|
|
|
|
<item>45</item>
|
|
|
|
<item>60</item>
|
|
|
|
<item>120</item>
|
|
|
|
</string-array>
|
2017-03-21 16:13:08 +11:00
|
|
|
</resources>
|