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

@ -54,13 +54,13 @@
<string name="contributions_subtitle_zero">まだ何もアップロードされていません。</string>
<plurals name="contributions_subtitle">
<item quantity="zero">\@string/contributions_subtitle_zero</item>
<item quantity="other">%d 件のアップロード</item>
<item quantity="other">%1$d 件のアップロード</item>
</plurals>
<plurals name="starting_multiple_uploads">
<item quantity="other">%d 件のアップロードを開始中</item>
<item quantity="other">%1$d 件のアップロードを開始中</item>
</plurals>
<plurals name="multiple_uploads_title">
<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\nカテゴリ名の入力を開始してください。\nこの手順をスキップするにはこのメッセージをタップしてください(または戻るボタン)。</string>