fedilab-Android-App/app/src/main/res/layouts/mastodon/values/strings.xml

12 lines
641 B
XML
Raw Normal View History

2023-02-14 11:02:04 +01:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
2023-02-14 11:26:59 +01:00
2023-03-17 17:28:20 +01:00
<string name="auto">Auto</string>
2023-03-24 15:13:24 +01:00
<string name="set_custom_accent">Custom accent color</string>
<string name="set_custom_accent_indication">Define a theme color per account</string>
<string name="set_custom_accent_light_value">Light accent color</string>
<string name="set_custom_accent_dark_value">Dark accent color</string>
<string name="set_custom_accent_value_light_description">Color that will be applied to the light theme</string>
<string name="set_custom_accent_value_dark_description">Color that will be applied to the dark theme</string>
2023-02-14 11:02:04 +01:00
</resources>