Translated using Weblate (Arabic)
Currently translated at 99.7% (355 of 356 strings) Translation: Simple Mobile Tools/Simple Gallery Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-gallery/ar/
This commit is contained in:
parent
2ae1eac751
commit
bad53d7a1f
|
@ -74,7 +74,11 @@
|
|||
<string name="resize_factor_info">Resize images to the given percentage, value must be within 10 and 90.</string>
|
||||
<string name="resize_factor_error">Enter a number between 10 and 90</string>
|
||||
<plurals name="failed_to_resize_images">
|
||||
<item quantity="one">Failed to resize %d image</item>
|
||||
<item quantity="zero">Failed to resize %d image</item>
|
||||
<item quantity="one">Failed to resize %d images</item>
|
||||
<item quantity="two">Failed to resize %d images</item>
|
||||
<item quantity="few">Failed to resize %d images</item>
|
||||
<item quantity="many">Failed to resize %d images</item>
|
||||
<item quantity="other">Failed to resize %d images</item>
|
||||
</plurals>
|
||||
<string name="images_resized_successfully">Images resized successfully</string>
|
||||
|
@ -384,4 +388,4 @@
|
|||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
Loading…
Reference in New Issue