mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +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
				
			
		|  | @ -21,8 +21,8 @@ | |||
|   <string name="upload_failed_notification_title">%1$ ატვირთვა ვერ მოხერხდა</string> | ||||
|   <string name="upload_failed_notification_subtitle">დააჭირეთ სანახავად</string> | ||||
|   <plurals name="uploads_pending_notification_indicator"> | ||||
|     <item quantity="one">%d ფაილი იტვირთება</item> | ||||
|     <item quantity="other">%d ფაილი იტვირთება</item> | ||||
|     <item quantity="one">%1$d ფაილი იტვირთება</item> | ||||
|     <item quantity="other">%1$d ფაილი იტვირთება</item> | ||||
|   </plurals> | ||||
|   <string name="title_activity_contributions">ჩემი ბოლო ატვირთვები</string> | ||||
|   <string name="contribution_state_queued">რიგი</string> | ||||
|  | @ -56,16 +56,16 @@ | |||
|   <string name="contributions_subtitle_zero">ატვირთვები არ არის</string> | ||||
|   <plurals name="contributions_subtitle"> | ||||
|     <item quantity="zero">\@string/contributions_subtitle_zero</item> | ||||
|     <item quantity="one">%d ატვირთვა</item> | ||||
|     <item quantity="other">%d ატვირთვა</item> | ||||
|     <item quantity="one">%1$d ატვირთვა</item> | ||||
|     <item quantity="other">%1$d ატვირთვა</item> | ||||
|   </plurals> | ||||
|   <plurals name="starting_multiple_uploads"> | ||||
|     <item quantity="one">იწყება %d ატვირთვა</item> | ||||
|     <item quantity="other">იწყება %d ატვირთვა</item> | ||||
|     <item quantity="one">იწყება %1$d ატვირთვა</item> | ||||
|     <item quantity="other">იწყება %1$d ატვირთვა</item> | ||||
|   </plurals> | ||||
|   <plurals name="multiple_uploads_title"> | ||||
|     <item quantity="one">%d ატვირთვა</item> | ||||
|     <item quantity="other">%d ატვირთვა</item> | ||||
|     <item quantity="one">%1$d ატვირთვა</item> | ||||
|     <item quantity="other">%1$d ატვირთვა</item> | ||||
|   </plurals> | ||||
|   <string name="categories_activity_title">კატეგორია</string> | ||||
|   <string name="title_activity_settings">კონფიგურაცია</string> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Carlos Valencia
						Carlos Valencia