New translations strings.xml (German)

This commit is contained in:
Thomas 2019-11-22 19:19:40 +01:00
parent 2bb11c9736
commit 8cfdb1c014
1 changed files with 11 additions and 9 deletions

View File

@ -128,20 +128,20 @@
<string name="date_hours">%d h</string>
<string name="date_day">%d d</string>
<plurals name="date_seconds_polls">
<item quantity="one">%d second</item>
<item quantity="other">%d seconds</item>
<item quantity="one">%d Sekunde</item>
<item quantity="other">%d Sekunden</item>
</plurals>
<plurals name="date_minutes_polls">
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
<item quantity="one">%d Minute</item>
<item quantity="other">%d Minuten</item>
</plurals>
<plurals name="date_hours_polls">
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
<item quantity="one">%d Stunde</item>
<item quantity="other">%d Stunden</item>
</plurals>
<plurals name="date_day_polls">
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
<item quantity="one">%d Tag</item>
<item quantity="other">%d Tage</item>
</plurals>
<!-- TOOT -->
<string name="toot_cw_placeholder">Warnung</string>
@ -1060,5 +1060,7 @@ Sobald du die ersten Buchstaben eintippst, werden Namensvorschläge angezeigt\n\
<string name="status_count">Statusanzahl</string>
<string name="instance_count">Instanzanzahl</string>
<string name="blocked">Blockiert</string>
<string name="poll_finish_in">End in %s</string>
<string name="poll_finish_in">Endet in %s</string>
<string name="release_note_title">What\'s new in %s</string>
<string name="follow_account_update">You can follow my account for updates</string>
</resources>