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>
|
2018-02-26 00:51:06 +11:00
|
|
|
<string name="app_website" translatable="false">https://tuskyapp.github.io/</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="preferences_file_key" translatable="false">com.keylesspalace.tusky.PREFERENCES</string>
|
2017-11-28 04:46:13 +11:00
|
|
|
|
2018-12-13 06:28:05 +11:00
|
|
|
<string name="text_content_warning_button">CW</string>
|
2017-12-01 06:58:56 +11:00
|
|
|
<string name="status_sensitive_media_template" translatable="false"><b>%1$s</b><br>%2$s</string>
|
2017-12-01 06:12:09 +11:00
|
|
|
|
2017-12-02 07:52:10 +11:00
|
|
|
<string-array name="post_privacy_values">
|
2017-11-28 06:11:31 +11:00
|
|
|
<item>public</item>
|
|
|
|
<item>unlisted</item>
|
|
|
|
<item>private</item>
|
|
|
|
</string-array>
|
2017-12-02 07:52:10 +11:00
|
|
|
|
|
|
|
<string-array name="status_text_size_values">
|
2018-06-08 06:19:39 +10:00
|
|
|
<item>smallest</item>
|
2017-12-02 07:52:10 +11:00
|
|
|
<item>small</item>
|
|
|
|
<item>medium</item>
|
|
|
|
<item>large</item>
|
2018-06-08 06:19:39 +10:00
|
|
|
<item>largest</item>
|
2017-12-02 07:52:10 +11:00
|
|
|
</string-array>
|
2018-01-20 23:39:01 +11:00
|
|
|
|
|
|
|
<string-array name="app_theme_values">
|
|
|
|
<item>night</item>
|
|
|
|
<item>day</item>
|
2018-07-30 23:31:35 +10:00
|
|
|
<item>black</item>
|
2018-02-04 09:26:53 +11:00
|
|
|
<item>auto</item>
|
2018-01-20 23:39:01 +11:00
|
|
|
</string-array>
|
2018-02-04 09:26:53 +11:00
|
|
|
|
2018-12-13 06:28:05 +11:00
|
|
|
</resources>
|