New translations strings.xml (Romanian)

This commit is contained in:
Thomas 2019-11-19 18:16:34 +01:00
parent 2d4f515b7e
commit 0698891a4e
1 changed files with 5 additions and 0 deletions

View File

@ -940,6 +940,11 @@ Aceste date sunt strict confidențiale și pot fi folosite doar de aplicație.
<item quantity="few">%d votes</item>
<item quantity="other">%d votes</item>
</plurals>
<plurals name="number_of_voters">
<item quantity="one">%d voter</item>
<item quantity="few">%d voters</item>
<item quantity="other">%d voters</item>
</plurals>
<string-array name="poll_choice_type">
<item>Single choice</item>
<item>Multiple choices</item>