Implemented Preference for Canteen Price

This commit is contained in:
Caesar2011
2018-08-02 23:42:02 +02:00
parent 5d2282ed30
commit 44d348c18c
9 changed files with 110 additions and 6 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="pref_price_group_entries">
<item>All</item>
<item>Student</item>
<item>Employee</item>
<item>Other</item>
</string-array>
<string-array name="pref_price_group_values">
<item>all</item>
<item>student</item>
<item>employee</item>
<item>other</item>
</string-array>
</resources>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="pref_price_group">
<item>@string/pref_price_group</item>
<item>@string/pref_price_group_default</item>
</string-array>
<string name="pref_price_group">pref_price_group</string>
<string name="pref_price_group_default">all</string>
</resources>

View File

@@ -48,4 +48,9 @@
<string name="module_name">Module: %1$s</string>
<string name="close">Close</string>
<string name="root_preferences" translatable="false">root_preferences</string>
<string name="open_data_policy">Data Policy (German)</string>
<string name="open_data_policy_summary">Open Data Policy according to GDPR</string>
<string name="pref_price_group_title">Canteen Price Group</string>
<string name="pref_price_group_summary">Only show specific price category</string>
<string name="pref_price_group_dialog">Price Group Selection</string>
</resources>