BobStore/F-Droid/res/values/no_trans.xml
Sebastian Spaeth 1895d2f909 Allow to check repositories less often
The maximum interval to check repositories was "Daily". Allow to also
update weekly and bi-weekly and remove the "hourly" option (someone has
to pay for all that bandwidth after all). I was considering to even remove
the "Every 4 hours" option, but did not dare do it.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2015-01-30 16:15:45 +01:00

34 lines
810 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">F-Droid</string>
<string name="version_name">0.78</string>
<string name="about_sitec">https://f-droid.org</string>
<string name="about_mailc">team@f-droid.org</string>
<string name="menu_bitcoin">Bitcoin</string>
<string name="menu_litecoin">Litecoin</string>
<string name="menu_dogecoin">Dogecoin</string>
<string name="menu_flattr">Flattr</string>
<string name="https">https://</string>
<string-array name="updateIntervalValues">
<item>0</item>
<item>1</item>
<item>4</item>
<item>12</item>
<item>24</item>
<item>168</item>
<item>336</item>
</string-array>
<string-array name="themeValues">
<item>dark</item>
<item>light</item>
<item>lightWithDarkActionBar</item>
</string-array>
</resources>