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

@ -56,15 +56,15 @@
<string name="contributions_subtitle_zero">לא הועלה עדיין שום דבר</string>
<plurals name="contributions_subtitle">
<item quantity="one">העלאה אחת</item>
<item quantity="other">%d העלאות</item>
<item quantity="other">%1$d העלאות</item>
</plurals>
<plurals name="starting_multiple_uploads">
<item quantity="one">התחלת העלאה</item>
<item quantity="other">התחלת %d העלאות</item>
<item quantity="other">התחלת 1$d% העלאות</item>
</plurals>
<plurals name="multiple_uploads_title">
<item quantity="one">העלאה אחת</item>
<item quantity="other">%d העלאות</item>
<item quantity="other">%1$d העלאות</item>
</plurals>
<string name="categories_not_found">לא נמצאו קטגוריות בשם %1$s</string>
<string name="categories_skip_explanation">יש להוסיף קטגוריות כדי שיהיה קל יותר למצוא את התמונות שלך בוויקישיתוף.\nכדי להוסיף קטגוריה יש להתחיל לכתוב.</string>