deutsche Übersetzung Einstellungen Katine

This commit is contained in:
Joshua
2018-08-07 17:04:41 +02:00
parent 44d348c18c
commit 0b7cb58e98
2 changed files with 10 additions and 1 deletions

View File

@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="price_group_entries">
<string-array name="pref_price_group_entries">
<item>Alle</item>
<item>Student</item>
<item>Angestellter</item>
<item>Andere</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>