mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
Merge branch 'SimpleMobileTools:master' into feature_resize_images
This commit is contained in:
commit
8b9492bb48
47 changed files with 430 additions and 7 deletions
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">الارتفاع</string>
|
<string name="height">الارتفاع</string>
|
||||||
<string name="keep_aspect_ratio">الحفاظ على نسبة الأبعاد</string>
|
<string name="keep_aspect_ratio">الحفاظ على نسبة الأبعاد</string>
|
||||||
<string name="invalid_values">يرجى إدخال دقة صالحة</string>
|
<string name="invalid_values">يرجى إدخال دقة صالحة</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">تعديل</string>
|
<string name="editor">تعديل</string>
|
||||||
<string name="basic_editor">المحرر الأساسي</string>
|
<string name="basic_editor">المحرر الأساسي</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Height</string>
|
<string name="height">Height</string>
|
||||||
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
||||||
<string name="invalid_values">Please enter a valid resolution</string>
|
<string name="invalid_values">Please enter a valid resolution</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -96,6 +96,15 @@
|
||||||
<string name="height">Вышыня</string>
|
<string name="height">Вышыня</string>
|
||||||
<string name="keep_aspect_ratio">Захоўвайце суадносіны бакоў</string>
|
<string name="keep_aspect_ratio">Захоўвайце суадносіны бакоў</string>
|
||||||
<string name="invalid_values">Увядзіце сапраўднае рашэнне</string>
|
<string name="invalid_values">Увядзіце сапраўднае рашэнне</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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="rotate">Павярнуць</string>
|
||||||
<string name="invalid_image_path">Няправільны шлях выявы</string>
|
<string name="invalid_image_path">Няправільны шлях выявы</string>
|
||||||
<string name="invalid_video_path">Няправільны шлях відэа</string>
|
<string name="invalid_video_path">Няправільны шлях відэа</string>
|
||||||
|
@ -358,4 +367,4 @@
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Височина</string>
|
<string name="height">Височина</string>
|
||||||
<string name="keep_aspect_ratio">Запазете съотношението на страните</string>
|
<string name="keep_aspect_ratio">Запазете съотношението на страните</string>
|
||||||
<string name="invalid_values">Моля въведете валидна резолюция</string>
|
<string name="invalid_values">Моля въведете валидна резолюция</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Редактор</string>
|
<string name="editor">Редактор</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">দৈর্ঘ্য</string>
|
<string name="height">দৈর্ঘ্য</string>
|
||||||
<string name="keep_aspect_ratio">অনুপাত রাখুন</string>
|
<string name="keep_aspect_ratio">অনুপাত রাখুন</string>
|
||||||
<string name="invalid_values">দয়া করে একটি বৈধ রেজোলিউশন দিন।</string>
|
<string name="invalid_values">দয়া করে একটি বৈধ রেজোলিউশন দিন।</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">সম্পাদক</string>
|
<string name="editor">সম্পাদক</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Alçada</string>
|
<string name="height">Alçada</string>
|
||||||
<string name="keep_aspect_ratio">Mantén la relació d\'aspecte</string>
|
<string name="keep_aspect_ratio">Mantén la relació d\'aspecte</string>
|
||||||
<string name="invalid_values">Introduïu una resolució vàlida</string>
|
<string name="invalid_values">Introduïu una resolució vàlida</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Editor bàsic</string>
|
<string name="basic_editor">Editor bàsic</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Výška</string>
|
<string name="height">Výška</string>
|
||||||
<string name="keep_aspect_ratio">Zachovat poměr stran</string>
|
<string name="keep_aspect_ratio">Zachovat poměr stran</string>
|
||||||
<string name="invalid_values">Prosím zadejte platné rozlišení</string>
|
<string name="invalid_values">Prosím zadejte platné rozlišení</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Základní editor</string>
|
<string name="basic_editor">Základní editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Højde</string>
|
<string name="height">Højde</string>
|
||||||
<string name="keep_aspect_ratio">Bevar billedformat</string>
|
<string name="keep_aspect_ratio">Bevar billedformat</string>
|
||||||
<string name="invalid_values">Indtast en gyldig opløsning</string>
|
<string name="invalid_values">Indtast en gyldig opløsning</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Grundlæggende editor</string>
|
<string name="basic_editor">Grundlæggende editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Höhe</string>
|
<string name="height">Höhe</string>
|
||||||
<string name="keep_aspect_ratio">Seitenverhältnis beibehalten</string>
|
<string name="keep_aspect_ratio">Seitenverhältnis beibehalten</string>
|
||||||
<string name="invalid_values">Bitte eine gültige Auflösung eingeben</string>
|
<string name="invalid_values">Bitte eine gültige Auflösung eingeben</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Einfacher Editor</string>
|
<string name="basic_editor">Einfacher Editor</string>
|
||||||
|
@ -375,4 +384,4 @@
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Ύψος</string>
|
<string name="height">Ύψος</string>
|
||||||
<string name="keep_aspect_ratio">Διατήρηση αναλογίας</string>
|
<string name="keep_aspect_ratio">Διατήρηση αναλογίας</string>
|
||||||
<string name="invalid_values">Παρακαλώ εισάγετε σωστή ανάλυση</string>
|
<string name="invalid_values">Παρακαλώ εισάγετε σωστή ανάλυση</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Επεξεργαστής</string>
|
<string name="editor">Επεξεργαστής</string>
|
||||||
<string name="basic_editor">Βασικός επεξεργαστής</string>
|
<string name="basic_editor">Βασικός επεξεργαστής</string>
|
||||||
|
@ -375,4 +384,4 @@
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Height</string>
|
<string name="height">Height</string>
|
||||||
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
||||||
<string name="invalid_values">Please enter a valid resolution</string>
|
<string name="invalid_values">Please enter a valid resolution</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Alto</string>
|
<string name="height">Alto</string>
|
||||||
<string name="keep_aspect_ratio">Mantener proporciones</string>
|
<string name="keep_aspect_ratio">Mantener proporciones</string>
|
||||||
<string name="invalid_values">Por favor, introduzca una resolución válida</string>
|
<string name="invalid_values">Por favor, introduzca una resolución válida</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Editor básico</string>
|
<string name="basic_editor">Editor básico</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Kõrgus</string>
|
<string name="height">Kõrgus</string>
|
||||||
<string name="keep_aspect_ratio">Jäta proportsioon samaks</string>
|
<string name="keep_aspect_ratio">Jäta proportsioon samaks</string>
|
||||||
<string name="invalid_values">Palun sisesta kehtiv resolutsioon</string>
|
<string name="invalid_values">Palun sisesta kehtiv resolutsioon</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Redaktor</string>
|
<string name="editor">Redaktor</string>
|
||||||
<string name="basic_editor">Lihtne redaktor</string>
|
<string name="basic_editor">Lihtne redaktor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Altuera</string>
|
<string name="height">Altuera</string>
|
||||||
<string name="keep_aspect_ratio">Mantendu aspektu-erlazioa</string>
|
<string name="keep_aspect_ratio">Mantendu aspektu-erlazioa</string>
|
||||||
<string name="invalid_values">Sartu baliozko bereizmena</string>
|
<string name="invalid_values">Sartu baliozko bereizmena</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editorea</string>
|
<string name="editor">Editorea</string>
|
||||||
<string name="basic_editor">Oinarrizko editorea</string>
|
<string name="basic_editor">Oinarrizko editorea</string>
|
||||||
|
@ -375,4 +384,4 @@
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Height</string>
|
<string name="height">Height</string>
|
||||||
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
||||||
<string name="invalid_values">Please enter a valid resolution</string>
|
<string name="invalid_values">Please enter a valid resolution</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Korkeus</string>
|
<string name="height">Korkeus</string>
|
||||||
<string name="keep_aspect_ratio">Säilytä kuvasuhde</string>
|
<string name="keep_aspect_ratio">Säilytä kuvasuhde</string>
|
||||||
<string name="invalid_values">Aseta oikea resoluutio</string>
|
<string name="invalid_values">Aseta oikea resoluutio</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editori</string>
|
<string name="editor">Editori</string>
|
||||||
<string name="basic_editor">Peruseditori</string>
|
<string name="basic_editor">Peruseditori</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Hauteur</string>
|
<string name="height">Hauteur</string>
|
||||||
<string name="keep_aspect_ratio">Conserver le rapport d\'affichage</string>
|
<string name="keep_aspect_ratio">Conserver le rapport d\'affichage</string>
|
||||||
<string name="invalid_values">Veuillez entrer une résolution valide</string>
|
<string name="invalid_values">Veuillez entrer une résolution valide</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Éditeur</string>
|
<string name="editor">Éditeur</string>
|
||||||
<string name="basic_editor">Éditeur simple</string>
|
<string name="basic_editor">Éditeur simple</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Alto</string>
|
<string name="height">Alto</string>
|
||||||
<string name="keep_aspect_ratio">Manter proporcións</string>
|
<string name="keep_aspect_ratio">Manter proporcións</string>
|
||||||
<string name="invalid_values">Por favor escribe unha resolución válida</string>
|
<string name="invalid_values">Por favor escribe unha resolución válida</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Editor básico</string>
|
<string name="basic_editor">Editor básico</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Visina</string>
|
<string name="height">Visina</string>
|
||||||
<string name="keep_aspect_ratio">Zadrži omjer</string>
|
<string name="keep_aspect_ratio">Zadrži omjer</string>
|
||||||
<string name="invalid_values">Upiši valjanu rezoluciju</string>
|
<string name="invalid_values">Upiši valjanu rezoluciju</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Uređivač</string>
|
<string name="editor">Uređivač</string>
|
||||||
<string name="basic_editor">Osnovni uređivač</string>
|
<string name="basic_editor">Osnovni uređivač</string>
|
||||||
|
@ -375,4 +384,4 @@
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Magasság</string>
|
<string name="height">Magasság</string>
|
||||||
<string name="keep_aspect_ratio">Képarány megtartása</string>
|
<string name="keep_aspect_ratio">Képarány megtartása</string>
|
||||||
<string name="invalid_values">Írjon be érvényes felbontást</string>
|
<string name="invalid_values">Írjon be érvényes felbontást</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Szerkesztő</string>
|
<string name="editor">Szerkesztő</string>
|
||||||
<string name="basic_editor">Alapvető szerkesztő</string>
|
<string name="basic_editor">Alapvető szerkesztő</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Tinggi</string>
|
<string name="height">Tinggi</string>
|
||||||
<string name="keep_aspect_ratio">Jaga aspek rasio</string>
|
<string name="keep_aspect_ratio">Jaga aspek rasio</string>
|
||||||
<string name="invalid_values">Silakan masukkan resolusi yang valid</string>
|
<string name="invalid_values">Silakan masukkan resolusi yang valid</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Penyunting</string>
|
<string name="editor">Penyunting</string>
|
||||||
<string name="basic_editor">Penyunting Dasar</string>
|
<string name="basic_editor">Penyunting Dasar</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Altezza</string>
|
<string name="height">Altezza</string>
|
||||||
<string name="keep_aspect_ratio">Mantieni proporzioni</string>
|
<string name="keep_aspect_ratio">Mantieni proporzioni</string>
|
||||||
<string name="invalid_values">Inserisci una risoluzione valida</string>
|
<string name="invalid_values">Inserisci una risoluzione valida</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Editor di base</string>
|
<string name="basic_editor">Editor di base</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">גובה</string>
|
<string name="height">גובה</string>
|
||||||
<string name="keep_aspect_ratio">שמור על יחס רוחב-גובה</string>
|
<string name="keep_aspect_ratio">שמור על יחס רוחב-גובה</string>
|
||||||
<string name="invalid_values">נא להזין החלטה חוקית</string>
|
<string name="invalid_values">נא להזין החלטה חוקית</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">עורך</string>
|
<string name="editor">עורך</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -67,6 +67,15 @@
|
||||||
<string name="height">高さ</string>
|
<string name="height">高さ</string>
|
||||||
<string name="keep_aspect_ratio">縦横比を固定</string>
|
<string name="keep_aspect_ratio">縦横比を固定</string>
|
||||||
<string name="invalid_values">解像度を正しく入力してください</string>
|
<string name="invalid_values">解像度を正しく入力してください</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">編集</string>
|
<string name="editor">編集</string>
|
||||||
<string name="basic_editor">基本的な編集</string>
|
<string name="basic_editor">基本的な編集</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">세로</string>
|
<string name="height">세로</string>
|
||||||
<string name="keep_aspect_ratio">비율 유지</string>
|
<string name="keep_aspect_ratio">비율 유지</string>
|
||||||
<string name="invalid_values">잘못된 비율입니다.</string>
|
<string name="invalid_values">잘못된 비율입니다.</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">편집</string>
|
<string name="editor">편집</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -65,6 +65,15 @@
|
||||||
<string name="height">Aukštis</string>
|
<string name="height">Aukštis</string>
|
||||||
<string name="keep_aspect_ratio">Išlaikyti proporcijas</string>
|
<string name="keep_aspect_ratio">Išlaikyti proporcijas</string>
|
||||||
<string name="invalid_values">Prašome įvesti tinkamą raišką</string>
|
<string name="invalid_values">Prašome įvesti tinkamą raišką</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Redaktorius</string>
|
<string name="editor">Redaktorius</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Høyde</string>
|
<string name="height">Høyde</string>
|
||||||
<string name="keep_aspect_ratio">Behold sideforhold</string>
|
<string name="keep_aspect_ratio">Behold sideforhold</string>
|
||||||
<string name="invalid_values">Oppfør en gyldig oppløsning</string>
|
<string name="invalid_values">Oppfør en gyldig oppløsning</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Redigering</string>
|
<string name="editor">Redigering</string>
|
||||||
<string name="basic_editor">Enkel redigering</string>
|
<string name="basic_editor">Enkel redigering</string>
|
||||||
|
@ -375,4 +384,4 @@
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">उचाई</string>
|
<string name="height">उचाई</string>
|
||||||
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
||||||
<string name="invalid_values">Please enter a valid resolution</string>
|
<string name="invalid_values">Please enter a valid resolution</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">सम्पादक</string>
|
<string name="editor">सम्पादक</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Hoogte</string>
|
<string name="height">Hoogte</string>
|
||||||
<string name="keep_aspect_ratio">Beeldverhouding vergrendelen</string>
|
<string name="keep_aspect_ratio">Beeldverhouding vergrendelen</string>
|
||||||
<string name="invalid_values">Voer geldige afmetingen in</string>
|
<string name="invalid_values">Voer geldige afmetingen in</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Bewerken</string>
|
<string name="editor">Bewerken</string>
|
||||||
<string name="basic_editor">Eenvoudige bewerking</string>
|
<string name="basic_editor">Eenvoudige bewerking</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">اُچائی</string>
|
<string name="height">اُچائی</string>
|
||||||
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
||||||
<string name="invalid_values">Please enter a valid resolution</string>
|
<string name="invalid_values">Please enter a valid resolution</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">ایڈیٹر</string>
|
<string name="editor">ایڈیٹر</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Wysokość</string>
|
<string name="height">Wysokość</string>
|
||||||
<string name="keep_aspect_ratio">Zachowaj proporcje</string>
|
<string name="keep_aspect_ratio">Zachowaj proporcje</string>
|
||||||
<string name="invalid_values">Podaj prawidłową rozdzielczość</string>
|
<string name="invalid_values">Podaj prawidłową rozdzielczość</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Edytor</string>
|
<string name="editor">Edytor</string>
|
||||||
<string name="basic_editor">Podstawowy edytor</string>
|
<string name="basic_editor">Podstawowy edytor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Altura</string>
|
<string name="height">Altura</string>
|
||||||
<string name="keep_aspect_ratio">Manter proporção</string>
|
<string name="keep_aspect_ratio">Manter proporção</string>
|
||||||
<string name="invalid_values">Digite uma resolução válida</string>
|
<string name="invalid_values">Digite uma resolução válida</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Editor básico</string>
|
<string name="basic_editor">Editor básico</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Altura</string>
|
<string name="height">Altura</string>
|
||||||
<string name="keep_aspect_ratio">Manter proporção</string>
|
<string name="keep_aspect_ratio">Manter proporção</string>
|
||||||
<string name="invalid_values">Introduza uma resolução válida</string>
|
<string name="invalid_values">Introduza uma resolução válida</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Editor básico</string>
|
<string name="basic_editor">Editor básico</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Înălțime</string>
|
<string name="height">Înălțime</string>
|
||||||
<string name="keep_aspect_ratio">Păstrează raportul de aspect</string>
|
<string name="keep_aspect_ratio">Păstrează raportul de aspect</string>
|
||||||
<string name="invalid_values">Vă rugăm să introduceți o rezoluție validă</string>
|
<string name="invalid_values">Vă rugăm să introduceți o rezoluție validă</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Высота</string>
|
<string name="height">Высота</string>
|
||||||
<string name="keep_aspect_ratio">Сохранять соотношение сторон</string>
|
<string name="keep_aspect_ratio">Сохранять соотношение сторон</string>
|
||||||
<string name="invalid_values">Указано недопустимое разрешение</string>
|
<string name="invalid_values">Указано недопустимое разрешение</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Редактор</string>
|
<string name="editor">Редактор</string>
|
||||||
<string name="basic_editor">Простой редактор</string>
|
<string name="basic_editor">Простой редактор</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Výška</string>
|
<string name="height">Výška</string>
|
||||||
<string name="keep_aspect_ratio">Zachovať pomer strán</string>
|
<string name="keep_aspect_ratio">Zachovať pomer strán</string>
|
||||||
<string name="invalid_values">Prosím zadajte platné rozlíšenie</string>
|
<string name="invalid_values">Prosím zadajte platné rozlíšenie</string>
|
||||||
|
<string name="resize_multiple_images">Zmeniť veľkosť obrázkov</string>
|
||||||
|
<string name="resize_factor">Faktor zmeny veľkosti</string>
|
||||||
|
<string name="resize_factor_info">Zmeniť veľkosť obrázkov na dané percento, hodnota musí byť medzi 10 a 90.</string>
|
||||||
|
<string name="resize_factor_error">Zadajte číslo medzi 10 a 90</string>
|
||||||
|
<plurals name="failed_to_resize_images">
|
||||||
|
<item quantity="one">Nepodarilo sa zmeniť veľkosť %d obrázku</item>
|
||||||
|
<item quantity="other">Nepodarilo sa zmeniť veľkosť %d obrázkov</item>
|
||||||
|
</plurals>
|
||||||
|
<string name="images_resized_successfully">Veľkosť obrázkov bola zmenená úspešne</string>
|
||||||
<!-- Editor -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
<string name="basic_editor">Základný editor</string>
|
<string name="basic_editor">Základný editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Višina</string>
|
<string name="height">Višina</string>
|
||||||
<string name="keep_aspect_ratio">Obdrži razmerje stranic</string>
|
<string name="keep_aspect_ratio">Obdrži razmerje stranic</string>
|
||||||
<string name="invalid_values">Vnesite veljavno ločljivost</string>
|
<string name="invalid_values">Vnesite veljavno ločljivost</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Urejevalnik</string>
|
<string name="editor">Urejevalnik</string>
|
||||||
<string name="basic_editor">Osnovni urejevalnik</string>
|
<string name="basic_editor">Osnovni urejevalnik</string>
|
||||||
|
@ -375,4 +384,4 @@
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Висина</string>
|
<string name="height">Висина</string>
|
||||||
<string name="keep_aspect_ratio">Задржи пропорције</string>
|
<string name="keep_aspect_ratio">Задржи пропорције</string>
|
||||||
<string name="invalid_values">Унесите исправну резолуцију</string>
|
<string name="invalid_values">Унесите исправну резолуцију</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Едитор</string>
|
<string name="editor">Едитор</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Höjd</string>
|
<string name="height">Höjd</string>
|
||||||
<string name="keep_aspect_ratio">Behåll bildförhållande</string>
|
<string name="keep_aspect_ratio">Behåll bildförhållande</string>
|
||||||
<string name="invalid_values">Ange en giltig bildupplösning</string>
|
<string name="invalid_values">Ange en giltig bildupplösning</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Redigerare</string>
|
<string name="editor">Redigerare</string>
|
||||||
<string name="basic_editor">Enkel redigerare</string>
|
<string name="basic_editor">Enkel redigerare</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">உயரம்</string>
|
<string name="height">உயரம்</string>
|
||||||
<string name="keep_aspect_ratio">கூறுவிகிதத்தை வைத்திரு</string>
|
<string name="keep_aspect_ratio">கூறுவிகிதத்தை வைத்திரு</string>
|
||||||
<string name="invalid_values">செல்லத்தக்க தீர்மானத்தை உள்ளிடவும்</string>
|
<string name="invalid_values">செல்லத்தக்க தீர்மானத்தை உள்ளிடவும்</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">திருத்தி</string>
|
<string name="editor">திருத்தி</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Yükseklik</string>
|
<string name="height">Yükseklik</string>
|
||||||
<string name="keep_aspect_ratio">En-boy oranını koru</string>
|
<string name="keep_aspect_ratio">En-boy oranını koru</string>
|
||||||
<string name="invalid_values">Lütfen geçerli bir çözünürlük girin</string>
|
<string name="invalid_values">Lütfen geçerli bir çözünürlük girin</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Düzenleyici</string>
|
<string name="editor">Düzenleyici</string>
|
||||||
<string name="basic_editor">Temel Düzenleyici</string>
|
<string name="basic_editor">Temel Düzenleyici</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Висота</string>
|
<string name="height">Висота</string>
|
||||||
<string name="keep_aspect_ratio">Зберігати співвідношення сторін</string>
|
<string name="keep_aspect_ratio">Зберігати співвідношення сторін</string>
|
||||||
<string name="invalid_values">Введіть допустиму роздільну здатність</string>
|
<string name="invalid_values">Введіть допустиму роздільну здатність</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Редактор</string>
|
<string name="editor">Редактор</string>
|
||||||
<string name="basic_editor">Базовий редактор</string>
|
<string name="basic_editor">Базовий редактор</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Chiều cao</string>
|
<string name="height">Chiều cao</string>
|
||||||
<string name="keep_aspect_ratio">Giữ tỷ lệ khung hình</string>
|
<string name="keep_aspect_ratio">Giữ tỷ lệ khung hình</string>
|
||||||
<string name="invalid_values">Vui lòng nhập độ phân giải hợp lệ</string>
|
<string name="invalid_values">Vui lòng nhập độ phân giải hợp lệ</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Trình biên tập</string>
|
<string name="editor">Trình biên tập</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">高度</string>
|
<string name="height">高度</string>
|
||||||
<string name="keep_aspect_ratio">保持高宽比</string>
|
<string name="keep_aspect_ratio">保持高宽比</string>
|
||||||
<string name="invalid_values">请输入有效的分辨率</string>
|
<string name="invalid_values">请输入有效的分辨率</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">编辑器</string>
|
<string name="editor">编辑器</string>
|
||||||
<string name="basic_editor">基础编辑器</string>
|
<string name="basic_editor">基础编辑器</string>
|
||||||
|
|
|
@ -68,6 +68,15 @@
|
||||||
<string name="height">高度</string>
|
<string name="height">高度</string>
|
||||||
<string name="keep_aspect_ratio">保持長寬比</string>
|
<string name="keep_aspect_ratio">保持長寬比</string>
|
||||||
<string name="invalid_values">請輸入有效的解析度</string>
|
<string name="invalid_values">請輸入有效的解析度</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">編輯器</string>
|
<string name="editor">編輯器</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">高度</string>
|
<string name="height">高度</string>
|
||||||
<string name="keep_aspect_ratio">保持長寬比</string>
|
<string name="keep_aspect_ratio">保持長寬比</string>
|
||||||
<string name="invalid_values">請輸入有效的解析度</string>
|
<string name="invalid_values">請輸入有效的解析度</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">編輯器</string>
|
<string name="editor">編輯器</string>
|
||||||
<string name="basic_editor">Basic Editor</string>
|
<string name="basic_editor">Basic Editor</string>
|
||||||
|
|
|
@ -69,6 +69,15 @@
|
||||||
<string name="height">Height</string>
|
<string name="height">Height</string>
|
||||||
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
||||||
<string name="invalid_values">Please enter a valid resolution</string>
|
<string name="invalid_values">Please enter a valid resolution</string>
|
||||||
|
<string name="resize_multiple_images">Resize multiple images</string>
|
||||||
|
<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>
|
||||||
|
<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 -->
|
<!-- Editor -->
|
||||||
<string name="editor">Editor</string>
|
<string name="editor">Editor</string>
|
||||||
|
|
Loading…
Reference in a new issue