Files
gotify-android-client/app/src/main/res/values/arrays.xml
2025-07-19 16:46:20 +00:00

41 lines
1.8 KiB
XML

<resources>
<!-- Theme -->
<string-array name="mode">
<item>@string/theme_light</item>
<item>@string/theme_dark</item>
<item>@string/theme_default</item>
</string-array>
<string name="theme_light">Light</string>
<string name="theme_dark">Dark</string>
<string name="theme_default">System Default</string>
<!-- Message Layout -->
<string-array name="message_layout_entries">
<item>@string/message_layout_entry_normal</item>
<item>@string/message_layout_entry_compact</item>
</string-array>
<string name="message_layout_entry_normal">Normal</string>
<string name="message_layout_entry_compact">Compact</string>
<string-array name="message_layout_values">
<item>@string/message_layout_value_normal</item>
<item>@string/message_layout_value_compact</item>
</string-array>
<string name="message_layout_value_normal">message_layout_normal</string>
<string name="message_layout_value_compact">message_layout_compact</string>
<!-- Time Format -->
<string-array name="time_format_entries">
<item>@string/time_format_entry_absolute</item>
<item>@string/time_format_entry_relative</item>
</string-array>
<string name="time_format_entry_absolute">Absolute time</string>
<string name="time_format_entry_relative">Relative time</string>
<string-array name="time_format_values">
<item>@string/time_format_value_absolute</item>
<item>@string/time_format_value_relative</item>
</string-array>
<string name="time_format_value_absolute">time_format_absolute</string>
<string name="time_format_value_relative">time_format_relative</string>
<bool name="notification_channels">false</bool>
<bool name="exclude_from_recent">false</bool>
<bool name="prompt_onreceive_intent">true</bool>
</resources>