Delete Canteens and Restore Canteen List to Default
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Select an item -->
|
||||
<string-array name="pref_price_group" translatable="false">
|
||||
<item>@string/pref_price_group</item>
|
||||
<item>@string/pref_price_group_default</item>
|
||||
@@ -7,16 +8,20 @@
|
||||
<string name="pref_price_group" translatable="false">pref_price_group</string>
|
||||
<string name="pref_price_group_default" translatable="false">all</string>
|
||||
|
||||
<string name="pref_last_visited_news" translatable="false">pref_last_visited_news</string>
|
||||
|
||||
<string name="pref_set_auto_sync_on_startup" translatable="false">pref_set_auto_sync_on_startup</string>
|
||||
|
||||
<string name="pref_shib_idp_session" translatable="false">pref_shib_idp_session</string>
|
||||
|
||||
<string-array name="pref_sync_frequency" translatable="false">
|
||||
<item>@string/pref_sync_frequency</item>
|
||||
<item>@string/pref_sync_frequency_default</item>
|
||||
</string-array>
|
||||
<string name="pref_sync_frequency" translatable="false">pref_sync_frequency</string>
|
||||
<string name="pref_sync_frequency_default" translatable="false">6</string>
|
||||
|
||||
<!-- Other preferences -->
|
||||
|
||||
<string name="pref_last_visited_news" translatable="false">pref_last_visited_news</string>
|
||||
|
||||
<string name="pref_set_auto_sync_on_startup" translatable="false">pref_set_auto_sync_on_startup</string>
|
||||
|
||||
<string name="pref_shib_idp_session" translatable="false">pref_shib_idp_session</string>
|
||||
|
||||
<string name="pref_canteen_selection" translatable="false">pref_canteen_selection</string>
|
||||
</resources>
|
||||
@@ -123,4 +123,6 @@
|
||||
<string name="network_error_parameter">A network error occurred: %s!</string>
|
||||
<string name="rate_the_app">Rate the App!</string>
|
||||
<string name="canteen_not_available">The canteen list is not available for Android 4 and below!</string>
|
||||
<string name="restore">Restore Defaults</string>
|
||||
<string name="delete_items">Delete Items</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user