mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-02-10 19:14:45 +00:00
16 lines
400 B
XML
16 lines
400 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources translatable="false">
|
|
|
|
<string-array name="compress_values">
|
|
<item>never</item>
|
|
<item>metadata</item>
|
|
<item>always</item>
|
|
</string-array>
|
|
|
|
<string-array name="notification_type_entry_values">
|
|
<item>normal</item>
|
|
<item>low_priority</item>
|
|
<item>none</item>
|
|
</string-array>
|
|
|
|
</resources>
|