mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
Fixed problem where strings files were accepting multiple variables but no order was specified (#1116)
This commit is contained in:
parent
f8527e6b4f
commit
696f3744e1
72 changed files with 493 additions and 493 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<string name="upload_failed_notification_subtitle">Dréckt fir nach eng Kéier ze probéieren</string>
|
||||
<plurals name="uploads_pending_notification_indicator">
|
||||
<item quantity="one">ee Fichier eroplueden</item>
|
||||
<item quantity="other">%d Fichieren eroplueden</item>
|
||||
<item quantity="other">%1$d Fichieren eroplueden</item>
|
||||
</plurals>
|
||||
<string name="title_activity_contributions">Meng rezent eropgeluede Fichieren</string>
|
||||
<string name="contribution_state_queued">An der Queue</string>
|
||||
|
|
@ -56,15 +56,15 @@
|
|||
<plurals name="contributions_subtitle">
|
||||
<item quantity="zero">N@string/contributions_subtitle_zero</item>
|
||||
<item quantity="one">1 Fichier eropgelueden</item>
|
||||
<item quantity="other">%d Fichieren eropgelueden</item>
|
||||
<item quantity="other">%1$d Fichieren eropgelueden</item>
|
||||
</plurals>
|
||||
<plurals name="starting_multiple_uploads">
|
||||
<item quantity="one">Ugefaang 1 Fichier eropzelueden</item>
|
||||
<item quantity="other">Ugefaang %d Fichieren eropzelueden</item>
|
||||
<item quantity="other">Ugefaang %1$d Fichieren eropzelueden</item>
|
||||
</plurals>
|
||||
<plurals name="multiple_uploads_title">
|
||||
<item quantity="one">1 Fichier eropgelueden</item>
|
||||
<item quantity="other">%d Fichieren eropgelueden</item>
|
||||
<item quantity="other">%1$d Fichieren eropgelueden</item>
|
||||
</plurals>
|
||||
<string name="categories_not_found">D\'Kategorie %1$s gouf net fonnt</string>
|
||||
<string name="categories_skip_explanation">Setzt Kategorien dobäi fir datt Är Biller méi einfach op Wikimedia Commons ze fanne sinn.\n\nFänkt u mat Tippe fir Kategorien dobäizesetzen.</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue