summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2019-11-19 18:22:09 +0100
committerThomas <tschneider.ac@gmail.com>2019-11-19 18:22:09 +0100
commit8d8bb49743ae0ca8bc5fa5d59458951abe47a6a9 (patch)
treea952aee36089c052acf0d608b9803c2c996e3d43 /app
parent349052cab7912f8de5218b10c482e34600a74cb6 (diff)
New translations strings.xml (German)
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values-de/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 3e7844fe4..9f1fcf1a8 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -927,6 +927,10 @@ Sobald du die ersten Buchstaben eintippst, werden Namensvorschläge angezeigt\n\
<item quantity="one">%d Stimme</item>
<item quantity="other">%d Stimmen</item>
</plurals>
+ <plurals name="number_of_voters">
+ <item quantity="one">%d voter</item>
+ <item quantity="other">%d voters</item>
+ </plurals>
<string-array name="poll_choice_type">
<item>Einfachauswahl</item>
<item>Mehrfachauswahl</item>