Fixed problem where strings files were accepting multiple variables but no order was specified (#1116)

This commit is contained in:
Carlos Valencia 2018-02-01 02:41:46 -07:00 committed by Yusuke Matsubara
parent f8527e6b4f
commit 696f3744e1
72 changed files with 493 additions and 493 deletions

View file

@ -20,7 +20,7 @@
<string name="upload_failed_notification_subtitle">דרוקט צו באקוקן</string>
<plurals name="uploads_pending_notification_indicator">
<item quantity="one">1 טעקע לאדט אן</item>
<item quantity="other">%d טעקעס לאדן אן</item>
<item quantity="other">%1$d טעקעס לאדן אן</item>
</plurals>
<string name="title_activity_contributions">מײַנע ארויפלאדן</string>
<string name="contribution_state_queued">אין ריי</string>
@ -43,7 +43,7 @@
<plurals name="contributions_subtitle">
<item quantity="zero">נאך נישט קיין ארויפֿלאדן </item>
<item quantity="one">1 ארויפֿלאד</item>
<item quantity="other">%d ארויפֿלאדן</item>
<item quantity="other">%1$d ארויפֿלאדן</item>
</plurals>
<string name="categories_activity_title">קאַטעגאריעס</string>
<string name="preference_tracking">באניץ באריכטן</string>