2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-22 03:09:48 +02:00

Convert error string to plural

This commit is contained in:
Naveen 2023-05-24 03:53:08 +05:30
parent d7f0d97172
commit 5fb15df895
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3
47 changed files with 188 additions and 47 deletions
app/src/main/res
values-ar
values-az
values-be
values-bg
values-bn
values-ca
values-cs
values-da
values-de
values-el
values-eo
values-es
values-et
values-eu
values-fa
values-fi
values-fr
values-gl
values-hr
values-hu
values-in
values-it
values-iw
values-ja
values-ko-rKR
values-lt
values-nb-rNO
values-ne
values-nl
values-pa-rPK
values-pl
values-pt-rBR
values-pt
values-ro
values-ru
values-sk
values-sl
values-sr
values-sv
values-ta
values-tr
values-uk
values-vi
values-zh-rCN
values-zh-rHK
values-zh-rTW
values

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">تعديل</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -100,7 +100,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<string name="rotate">Павярнуць</string>
<string name="invalid_image_path">Няправільны шлях выявы</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Редактор</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">সম্পাদক</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Επεξεργαστής</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Redaktor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editorea</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editori</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Éditeur</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Uređivač</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Szerkesztő</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Penyunting</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">עורך</string>

View file

@ -71,7 +71,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">編集</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">편집</string>

View file

@ -69,7 +69,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Redaktorius</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Redigering</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">सम्पादक</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Bewerken</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">ایڈیٹر</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Edytor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Редактор</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Editor</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Urejevalnik</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Едитор</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Redigerare</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">திருத்தி</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Düzenleyici</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Редактор</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">Trình biên tập</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">编辑器</string>

View file

@ -72,7 +72,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">編輯器</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->
<string name="editor">編輯器</string>

View file

@ -73,7 +73,10 @@
<string name="resize_factor">Resize factor</string>
<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>
<string name="failed_to_resize_images">Failed to resize %d images</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<!-- Editor -->