New translations strings.xml (German)
This commit is contained in:
parent
30785457b7
commit
90293f81d9
|
@ -316,4 +316,20 @@
|
||||||
<string name="current_account">Aktuelles Konto</string>
|
<string name="current_account">Aktuelles Konto</string>
|
||||||
<string name="log_out_account">%s ausloggen</string>
|
<string name="log_out_account">%s ausloggen</string>
|
||||||
<!-- translators: %,d is a valid placeholder, it formats the number with locale-dependent grouping separators -->
|
<!-- translators: %,d is a valid placeholder, it formats the number with locale-dependent grouping separators -->
|
||||||
|
<plurals name="x_followers">
|
||||||
|
<item quantity="one">%,d Follower</item>
|
||||||
|
<item quantity="other">%,d Follower</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="x_following">
|
||||||
|
<item quantity="one">%,d Gefolgt</item>
|
||||||
|
<item quantity="other">%,d Gefolgt</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="x_favorites">
|
||||||
|
<item quantity="one">%,d Favorit</item>
|
||||||
|
<item quantity="other">%,d Favoriten</item>
|
||||||
|
</plurals>
|
||||||
|
<plurals name="x_reblogs">
|
||||||
|
<item quantity="one">%,d Reblog</item>
|
||||||
|
<item quantity="other">%,d Reblogs</item>
|
||||||
|
</plurals>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue