From 496632e58313c986a20bbacb1473757e8972ece7 Mon Sep 17 00:00:00 2001 From: Naveen Date: Wed, 24 May 2023 00:36:45 +0530 Subject: [PATCH 1/5] Add strings related to resizing multiple images --- app/src/main/res/values-ar/strings.xml | 5 +++++ app/src/main/res/values-az/strings.xml | 5 +++++ app/src/main/res/values-be/strings.xml | 7 ++++++- app/src/main/res/values-bg/strings.xml | 5 +++++ app/src/main/res/values-bn/strings.xml | 5 +++++ app/src/main/res/values-ca/strings.xml | 5 +++++ app/src/main/res/values-cs/strings.xml | 5 +++++ app/src/main/res/values-da/strings.xml | 5 +++++ app/src/main/res/values-de/strings.xml | 7 ++++++- app/src/main/res/values-el/strings.xml | 7 ++++++- app/src/main/res/values-eo/strings.xml | 5 +++++ app/src/main/res/values-es/strings.xml | 5 +++++ app/src/main/res/values-et/strings.xml | 5 +++++ app/src/main/res/values-eu/strings.xml | 5 +++++ app/src/main/res/values-fa/strings.xml | 5 +++++ app/src/main/res/values-fi/strings.xml | 5 +++++ app/src/main/res/values-fr/strings.xml | 5 +++++ app/src/main/res/values-gl/strings.xml | 5 +++++ app/src/main/res/values-hr/strings.xml | 7 ++++++- app/src/main/res/values-hu/strings.xml | 5 +++++ app/src/main/res/values-in/strings.xml | 5 +++++ app/src/main/res/values-it/strings.xml | 5 +++++ app/src/main/res/values-iw/strings.xml | 5 +++++ app/src/main/res/values-ja/strings.xml | 5 +++++ app/src/main/res/values-ko-rKR/strings.xml | 5 +++++ app/src/main/res/values-lt/strings.xml | 5 +++++ app/src/main/res/values-nb-rNO/strings.xml | 7 ++++++- app/src/main/res/values-ne/strings.xml | 5 +++++ app/src/main/res/values-nl/strings.xml | 5 +++++ app/src/main/res/values-pa-rPK/strings.xml | 5 +++++ app/src/main/res/values-pl/strings.xml | 5 +++++ app/src/main/res/values-pt-rBR/strings.xml | 5 +++++ app/src/main/res/values-pt/strings.xml | 5 +++++ app/src/main/res/values-ro/strings.xml | 5 +++++ app/src/main/res/values-ru/strings.xml | 5 +++++ app/src/main/res/values-sk/strings.xml | 5 +++++ app/src/main/res/values-sl/strings.xml | 7 ++++++- app/src/main/res/values-sr/strings.xml | 5 +++++ app/src/main/res/values-sv/strings.xml | 5 +++++ app/src/main/res/values-ta/strings.xml | 5 +++++ app/src/main/res/values-tr/strings.xml | 5 +++++ app/src/main/res/values-uk/strings.xml | 5 +++++ app/src/main/res/values-vi/strings.xml | 5 +++++ app/src/main/res/values-zh-rCN/strings.xml | 5 +++++ app/src/main/res/values-zh-rHK/strings.xml | 5 +++++ app/src/main/res/values-zh-rTW/strings.xml | 5 +++++ app/src/main/res/values/strings.xml | 5 +++++ 47 files changed, 241 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 40330cabe..4b5cb2a72 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -69,6 +69,11 @@ الارتفاع الحفاظ على نسبة الأبعاد يرجى إدخال دقة صالحة + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully تعديل المحرر الأساسي diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml index 7e908ac33..b524437e6 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -69,6 +69,11 @@ Height Keep aspect ratio Please enter a valid resolution + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Basic Editor diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml index 1b7778109..e1a6964ab 100644 --- a/app/src/main/res/values-be/strings.xml +++ b/app/src/main/res/values-be/strings.xml @@ -96,6 +96,11 @@ Вышыня Захоўвайце суадносіны бакоў Увядзіце сапраўднае рашэнне + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Павярнуць Няправільны шлях выявы Няправільны шлях відэа @@ -358,4 +363,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 694f35632..a883318db 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -69,6 +69,11 @@ Височина Запазете съотношението на страните Моля въведете валидна резолюция + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Редактор Basic Editor diff --git a/app/src/main/res/values-bn/strings.xml b/app/src/main/res/values-bn/strings.xml index a478492c4..578579624 100644 --- a/app/src/main/res/values-bn/strings.xml +++ b/app/src/main/res/values-bn/strings.xml @@ -69,6 +69,11 @@ দৈর্ঘ্য অনুপাত রাখুন দয়া করে একটি বৈধ রেজোলিউশন দিন। + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully সম্পাদক Basic Editor diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 4b28a9451..a03cb012d 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -69,6 +69,11 @@ Alçada Mantén la relació d\'aspecte Introduïu una resolució vàlida + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Editor bàsic diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 4eb265d5e..663ee81cd 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -69,6 +69,11 @@ Výška Zachovat poměr stran Prosím zadejte platné rozlišení + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Základní editor diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index db74bbb65..376466908 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -69,6 +69,11 @@ Højde Bevar billedformat Indtast en gyldig opløsning + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Grundlæggende editor diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 1a0969fb7..e73358573 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -69,6 +69,11 @@ Höhe Seitenverhältnis beibehalten Bitte eine gültige Auflösung eingeben + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Einfacher Editor @@ -375,4 +380,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 75af76dbc..7fe572e19 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -69,6 +69,11 @@ Ύψος Διατήρηση αναλογίας Παρακαλώ εισάγετε σωστή ανάλυση + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Επεξεργαστής Βασικός επεξεργαστής @@ -375,4 +380,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml index 188f2d7cc..aba9504f9 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -69,6 +69,11 @@ Height Keep aspect ratio Please enter a valid resolution + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Basic Editor diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 5518f750f..b9dfc2916 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -69,6 +69,11 @@ Alto Mantener proporciones Por favor, introduzca una resolución válida + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Editor básico diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index a86d294e3..ba9a8965b 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -69,6 +69,11 @@ Kõrgus Jäta proportsioon samaks Palun sisesta kehtiv resolutsioon + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Redaktor Lihtne redaktor diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 1f8d3c732..c92126eba 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -69,6 +69,11 @@ Altuera Mantendu aspektu-erlazioa Sartu baliozko bereizmena + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editorea Basic Editor diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index eda249767..a97801e92 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -69,6 +69,11 @@ Height Keep aspect ratio Please enter a valid resolution + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Basic Editor diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index e94ea2f62..53bca3bcf 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -69,6 +69,11 @@ Korkeus Säilytä kuvasuhde Aseta oikea resoluutio + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editori Peruseditori diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 7777513ad..74cf4d191 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -69,6 +69,11 @@ Hauteur Conserver le rapport d\'affichage Veuillez entrer une résolution valide + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Éditeur Éditeur simple diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index e81cef087..6a5deb398 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -69,6 +69,11 @@ Alto Manter proporcións Por favor escribe unha resolución válida + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Editor básico diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index f4d97d9a1..f5e1a0a65 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -69,6 +69,11 @@ Visina Zadrži omjer Upiši valjanu rezoluciju + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Uređivač Osnovni uređivač @@ -375,4 +380,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index ba1c3cac7..97c94081e 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -69,6 +69,11 @@ Magasság Képarány megtartása Írjon be érvényes felbontást + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Szerkesztő Alapvető szerkesztő diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index d113f57d3..b6cf3de05 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -69,6 +69,11 @@ Tinggi Jaga aspek rasio Silakan masukkan resolusi yang valid + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Penyunting Penyunting Dasar diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 03eeed65d..73e4287a1 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -69,6 +69,11 @@ Altezza Mantieni proporzioni Inserisci una risoluzione valida + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Editor di base diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index f72b3f1aa..854ddaf08 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -69,6 +69,11 @@ גובה שמור על יחס רוחב-גובה נא להזין החלטה חוקית + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully עורך Basic Editor diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 37c24aaf8..a910f727e 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -67,6 +67,11 @@ 高さ 縦横比を固定 解像度を正しく入力してください + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully 編集 基本的な編集 diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index a4097a60b..b59a22f65 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -69,6 +69,11 @@ 세로 비율 유지 잘못된 비율입니다. + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully 편집 Basic Editor diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 0663b7ce2..e32793470 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -65,6 +65,11 @@ Aukštis Išlaikyti proporcijas Prašome įvesti tinkamą raišką + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Redaktorius Basic Editor diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index b68b81753..dddbb4d14 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -69,6 +69,11 @@ Høyde Behold sideforhold Oppfør en gyldig oppløsning + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Redigering Enkel redigering @@ -375,4 +380,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-ne/strings.xml b/app/src/main/res/values-ne/strings.xml index 6b0bf8f25..62cbd9c6d 100644 --- a/app/src/main/res/values-ne/strings.xml +++ b/app/src/main/res/values-ne/strings.xml @@ -69,6 +69,11 @@ उचाई Keep aspect ratio Please enter a valid resolution + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully सम्पादक Basic Editor diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index bc20d34cb..f3394b7e7 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -69,6 +69,11 @@ Hoogte Beeldverhouding vergrendelen Voer geldige afmetingen in + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Bewerken Eenvoudige bewerking diff --git a/app/src/main/res/values-pa-rPK/strings.xml b/app/src/main/res/values-pa-rPK/strings.xml index 081b7a9a4..a3b205fef 100644 --- a/app/src/main/res/values-pa-rPK/strings.xml +++ b/app/src/main/res/values-pa-rPK/strings.xml @@ -69,6 +69,11 @@ اُچائی Keep aspect ratio Please enter a valid resolution + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully ایڈیٹر Basic Editor diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index ceaa2a8da..f5acde915 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -69,6 +69,11 @@ Wysokość Zachowaj proporcje Podaj prawidłową rozdzielczość + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Edytor Podstawowy edytor diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 111d4b0fa..72d8f4152 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -69,6 +69,11 @@ Altura Manter proporção Digite uma resolução válida + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Editor básico diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index ddec0abd5..968868bbe 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -69,6 +69,11 @@ Altura Manter proporção Introduza uma resolução válida + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Editor básico diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 15613dc0e..b3a861cec 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -69,6 +69,11 @@ Înălțime Păstrează raportul de aspect Vă rugăm să introduceți o rezoluție validă + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Basic Editor diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index f7043031e..62024b24a 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -69,6 +69,11 @@ Высота Сохранять соотношение сторон Указано недопустимое разрешение + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Редактор Простой редактор diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 2b55c3ced..4c5efbf40 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -69,6 +69,11 @@ Výška Zachovať pomer strán Prosím zadajte platné rozlíšenie + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor Základný editor diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index 89b1efc31..278e2e91a 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -69,6 +69,11 @@ Višina Obdrži razmerje stranic Vnesite veljavno ločljivost + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Urejevalnik Osnovni urejevalnik @@ -375,4 +380,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 7f4cf1da9..7dd7556c1 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -69,6 +69,11 @@ Висина Задржи пропорције Унесите исправну резолуцију + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Едитор Basic Editor diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index c5c99b554..6bbbb2695 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -69,6 +69,11 @@ Höjd Behåll bildförhållande Ange en giltig bildupplösning + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Redigerare Enkel redigerare diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index 202cab745..70936660a 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -69,6 +69,11 @@ உயரம் கூறுவிகிதத்தை வைத்திரு செல்லத்தக்க தீர்மானத்தை உள்ளிடவும் + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully திருத்தி Basic Editor diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 3bf7a2a34..737914bd0 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -69,6 +69,11 @@ Yükseklik En-boy oranını koru Lütfen geçerli bir çözünürlük girin + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Düzenleyici Temel Düzenleyici diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index a34c99979..23a8af5f5 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -69,6 +69,11 @@ Висота Зберігати співвідношення сторін Введіть допустиму роздільну здатність + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Редактор Базовий редактор diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index b0322e39f..b4f0beb9f 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -69,6 +69,11 @@ Chiều cao Giữ tỷ lệ khung hình Vui lòng nhập độ phân giải hợp lệ + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Trình biên tập Basic Editor diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 8bd0848e8..c22e73897 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -69,6 +69,11 @@ 高度 保持高宽比 请输入有效的分辨率 + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully 编辑器 基础编辑器 diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index 9e8f8bb92..540f63dfd 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -68,6 +68,11 @@ 高度 保持長寬比 請輸入有效的解析度 + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully 編輯器 Basic Editor diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index d5ed33abd..fc9a0ad29 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -69,6 +69,11 @@ 高度 保持長寬比 請輸入有效的解析度 + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully 編輯器 Basic Editor diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0e9381b1e..77cb87b70 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -69,6 +69,11 @@ Height Keep aspect ratio Please enter a valid resolution + Resize multiple images + Resize factor + Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Failed to resize %d images + Images resized successfully Editor From 997b403ecc39971a44cdefce951d526060a097f9 Mon Sep 17 00:00:00 2001 From: Naveen Date: Wed, 24 May 2023 01:17:01 +0530 Subject: [PATCH 2/5] Add text input error string --- app/src/main/res/values-ar/strings.xml | 1 + app/src/main/res/values-az/strings.xml | 1 + app/src/main/res/values-be/strings.xml | 1 + app/src/main/res/values-bg/strings.xml | 1 + app/src/main/res/values-bn/strings.xml | 1 + app/src/main/res/values-ca/strings.xml | 1 + app/src/main/res/values-cs/strings.xml | 1 + app/src/main/res/values-da/strings.xml | 1 + app/src/main/res/values-de/strings.xml | 1 + app/src/main/res/values-el/strings.xml | 1 + app/src/main/res/values-eo/strings.xml | 1 + app/src/main/res/values-es/strings.xml | 1 + app/src/main/res/values-et/strings.xml | 1 + app/src/main/res/values-eu/strings.xml | 3 ++- app/src/main/res/values-fa/strings.xml | 1 + app/src/main/res/values-fi/strings.xml | 1 + app/src/main/res/values-fr/strings.xml | 1 + app/src/main/res/values-gl/strings.xml | 1 + app/src/main/res/values-hr/strings.xml | 1 + app/src/main/res/values-hu/strings.xml | 1 + app/src/main/res/values-in/strings.xml | 1 + app/src/main/res/values-it/strings.xml | 1 + app/src/main/res/values-iw/strings.xml | 1 + app/src/main/res/values-ja/strings.xml | 1 + app/src/main/res/values-ko-rKR/strings.xml | 1 + app/src/main/res/values-lt/strings.xml | 1 + app/src/main/res/values-nb-rNO/strings.xml | 1 + app/src/main/res/values-ne/strings.xml | 1 + app/src/main/res/values-nl/strings.xml | 1 + app/src/main/res/values-pa-rPK/strings.xml | 1 + app/src/main/res/values-pl/strings.xml | 1 + app/src/main/res/values-pt-rBR/strings.xml | 1 + app/src/main/res/values-pt/strings.xml | 1 + app/src/main/res/values-ro/strings.xml | 1 + app/src/main/res/values-ru/strings.xml | 1 + app/src/main/res/values-sk/strings.xml | 1 + app/src/main/res/values-sl/strings.xml | 1 + app/src/main/res/values-sr/strings.xml | 1 + app/src/main/res/values-sv/strings.xml | 1 + app/src/main/res/values-ta/strings.xml | 1 + app/src/main/res/values-tr/strings.xml | 1 + app/src/main/res/values-uk/strings.xml | 1 + app/src/main/res/values-vi/strings.xml | 1 + app/src/main/res/values-zh-rCN/strings.xml | 1 + app/src/main/res/values-zh-rHK/strings.xml | 1 + app/src/main/res/values-zh-rTW/strings.xml | 1 + app/src/main/res/values/strings.xml | 1 + 47 files changed, 48 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 4b5cb2a72..d85fe9bc1 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml index b524437e6..c54a6adf1 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml index e1a6964ab..d2767c0e0 100644 --- a/app/src/main/res/values-be/strings.xml +++ b/app/src/main/res/values-be/strings.xml @@ -99,6 +99,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully Павярнуць diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index a883318db..b6adb0d69 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-bn/strings.xml b/app/src/main/res/values-bn/strings.xml index 578579624..cafbdc8df 100644 --- a/app/src/main/res/values-bn/strings.xml +++ b/app/src/main/res/values-bn/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index a03cb012d..b32fdb2eb 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 663ee81cd..9399dce7b 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 376466908..bc2637b3a 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index e73358573..21a719fd4 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 7fe572e19..093597e5e 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml index aba9504f9..287c12006 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index b9dfc2916..88a1fa5d8 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index ba9a8965b..697659c6e 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 9a865bceb..9a771710d 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully @@ -380,4 +381,4 @@ Haven't found some strings? There's more at https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> - \ No newline at end of file + diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index a97801e92..b29a0bf35 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 53bca3bcf..810c8d2e5 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 74cf4d191..9e7542d56 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 6a5deb398..1819ea44c 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index f5e1a0a65..cc4cf63dc 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 97c94081e..d1bd6a564 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index b6cf3de05..5b5adafa5 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 73e4287a1..c494106e5 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index 854ddaf08..57f4de356 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index a910f727e..4d3c8af3c 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -70,6 +70,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index b59a22f65..b56c8a113 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index e32793470..00c37119b 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -68,6 +68,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index dddbb4d14..b54dc0023 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ne/strings.xml b/app/src/main/res/values-ne/strings.xml index 62cbd9c6d..9398c20ed 100644 --- a/app/src/main/res/values-ne/strings.xml +++ b/app/src/main/res/values-ne/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index f3394b7e7..531a30e12 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-pa-rPK/strings.xml b/app/src/main/res/values-pa-rPK/strings.xml index a3b205fef..3e09bc818 100644 --- a/app/src/main/res/values-pa-rPK/strings.xml +++ b/app/src/main/res/values-pa-rPK/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index f5acde915..3b592d04b 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 72d8f4152..fc5933eea 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 968868bbe..dafd386c7 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index b3a861cec..72b7674d2 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 62024b24a..a21e09053 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 4c5efbf40..ac6f6928d 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index 278e2e91a..227e79694 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 7dd7556c1..5c543c679 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 6bbbb2695..f962ad3ba 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index 70936660a..bb8e114be 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 737914bd0..8697fcafd 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 23a8af5f5..687edf0de 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index b4f0beb9f..1fae7d399 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index c22e73897..fe52ddb6c 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index 540f63dfd..b1b8f2263 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -71,6 +71,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index fc9a0ad29..f301d00c5 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 77cb87b70..bdf825b67 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -72,6 +72,7 @@ Resize multiple images Resize factor Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Enter a number between 10 and 90 Failed to resize %d images Images resized successfully From d7f0d97172f103614293e56c90a24d2b37da4376 Mon Sep 17 00:00:00 2001 From: Naveen Date: Wed, 24 May 2023 02:56:53 +0530 Subject: [PATCH 3/5] Shorten resize factor info string --- app/src/main/res/values-ar/strings.xml | 2 +- app/src/main/res/values-az/strings.xml | 2 +- app/src/main/res/values-be/strings.xml | 2 +- app/src/main/res/values-bg/strings.xml | 2 +- app/src/main/res/values-bn/strings.xml | 2 +- app/src/main/res/values-ca/strings.xml | 2 +- app/src/main/res/values-cs/strings.xml | 2 +- app/src/main/res/values-da/strings.xml | 2 +- app/src/main/res/values-de/strings.xml | 2 +- app/src/main/res/values-el/strings.xml | 2 +- app/src/main/res/values-eo/strings.xml | 2 +- app/src/main/res/values-es/strings.xml | 2 +- app/src/main/res/values-et/strings.xml | 2 +- app/src/main/res/values-eu/strings.xml | 2 +- app/src/main/res/values-fa/strings.xml | 2 +- app/src/main/res/values-fi/strings.xml | 2 +- app/src/main/res/values-fr/strings.xml | 2 +- app/src/main/res/values-gl/strings.xml | 2 +- app/src/main/res/values-hr/strings.xml | 2 +- app/src/main/res/values-hu/strings.xml | 2 +- app/src/main/res/values-in/strings.xml | 2 +- app/src/main/res/values-it/strings.xml | 2 +- app/src/main/res/values-iw/strings.xml | 2 +- app/src/main/res/values-ja/strings.xml | 2 +- app/src/main/res/values-ko-rKR/strings.xml | 2 +- app/src/main/res/values-lt/strings.xml | 2 +- app/src/main/res/values-nb-rNO/strings.xml | 2 +- app/src/main/res/values-ne/strings.xml | 2 +- app/src/main/res/values-nl/strings.xml | 2 +- app/src/main/res/values-pa-rPK/strings.xml | 2 +- app/src/main/res/values-pl/strings.xml | 2 +- app/src/main/res/values-pt-rBR/strings.xml | 2 +- app/src/main/res/values-pt/strings.xml | 2 +- app/src/main/res/values-ro/strings.xml | 2 +- app/src/main/res/values-ru/strings.xml | 2 +- app/src/main/res/values-sk/strings.xml | 2 +- app/src/main/res/values-sl/strings.xml | 2 +- app/src/main/res/values-sr/strings.xml | 2 +- app/src/main/res/values-sv/strings.xml | 2 +- app/src/main/res/values-ta/strings.xml | 2 +- app/src/main/res/values-tr/strings.xml | 2 +- app/src/main/res/values-uk/strings.xml | 2 +- app/src/main/res/values-vi/strings.xml | 2 +- app/src/main/res/values-zh-rCN/strings.xml | 2 +- app/src/main/res/values-zh-rHK/strings.xml | 2 +- app/src/main/res/values-zh-rTW/strings.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index d85fe9bc1..78b797171 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -71,7 +71,7 @@ يرجى إدخال دقة صالحة Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml index c54a6adf1..0c83adc3b 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -71,7 +71,7 @@ Please enter a valid resolution Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml index d2767c0e0..e34b40920 100644 --- a/app/src/main/res/values-be/strings.xml +++ b/app/src/main/res/values-be/strings.xml @@ -98,7 +98,7 @@ Увядзіце сапраўднае рашэнне Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index b6adb0d69..11e110bd1 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -71,7 +71,7 @@ Моля въведете валидна резолюция Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-bn/strings.xml b/app/src/main/res/values-bn/strings.xml index cafbdc8df..c8983d5d7 100644 --- a/app/src/main/res/values-bn/strings.xml +++ b/app/src/main/res/values-bn/strings.xml @@ -71,7 +71,7 @@ দয়া করে একটি বৈধ রেজোলিউশন দিন। Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index b32fdb2eb..d71b9623b 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -71,7 +71,7 @@ Introduïu una resolució vàlida Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 9399dce7b..6dac8eaba 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -71,7 +71,7 @@ Prosím zadejte platné rozlišení Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index bc2637b3a..d7d3fbb41 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -71,7 +71,7 @@ Indtast en gyldig opløsning Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 21a719fd4..406fcf96e 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -71,7 +71,7 @@ Bitte eine gültige Auflösung eingeben Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 093597e5e..0e0da89ee 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -71,7 +71,7 @@ Παρακαλώ εισάγετε σωστή ανάλυση Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml index 287c12006..e5d3e8c9b 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -71,7 +71,7 @@ Please enter a valid resolution Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 88a1fa5d8..302b91cfd 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -71,7 +71,7 @@ Por favor, introduzca una resolución válida Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index 697659c6e..e7cf3048b 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -71,7 +71,7 @@ Palun sisesta kehtiv resolutsioon Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 9a771710d..313522417 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -71,7 +71,7 @@ Sartu baliozko bereizmena Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index b29a0bf35..972573e89 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -71,7 +71,7 @@ Please enter a valid resolution Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 810c8d2e5..c597e312a 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -71,7 +71,7 @@ Aseta oikea resoluutio Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 9e7542d56..5eb808e33 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -71,7 +71,7 @@ Veuillez entrer une résolution valide Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 1819ea44c..5bb1eaaa0 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -71,7 +71,7 @@ Por favor escribe unha resolución válida Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index cc4cf63dc..4748b767d 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -71,7 +71,7 @@ Upiši valjanu rezoluciju Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index d1bd6a564..56b0b4b88 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -71,7 +71,7 @@ Írjon be érvényes felbontást Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index 5b5adafa5..5242956ae 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -71,7 +71,7 @@ Silakan masukkan resolusi yang valid Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index c494106e5..3d97ddd60 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -71,7 +71,7 @@ Inserisci una risoluzione valida Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index 57f4de356..fa3896f26 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -71,7 +71,7 @@ נא להזין החלטה חוקית Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 4d3c8af3c..e17306163 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -69,7 +69,7 @@ 解像度を正しく入力してください Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index b56c8a113..caf52d9b7 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -71,7 +71,7 @@ 잘못된 비율입니다. Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 00c37119b..ad4510ef2 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -67,7 +67,7 @@ Prašome įvesti tinkamą raišką Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index b54dc0023..ce67fe640 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -71,7 +71,7 @@ Oppfør en gyldig oppløsning Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ne/strings.xml b/app/src/main/res/values-ne/strings.xml index 9398c20ed..f1e0874da 100644 --- a/app/src/main/res/values-ne/strings.xml +++ b/app/src/main/res/values-ne/strings.xml @@ -71,7 +71,7 @@ Please enter a valid resolution Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 531a30e12..e731545d7 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -71,7 +71,7 @@ Voer geldige afmetingen in Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-pa-rPK/strings.xml b/app/src/main/res/values-pa-rPK/strings.xml index 3e09bc818..8f6122c51 100644 --- a/app/src/main/res/values-pa-rPK/strings.xml +++ b/app/src/main/res/values-pa-rPK/strings.xml @@ -71,7 +71,7 @@ Please enter a valid resolution Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 3b592d04b..f6d7cb8b9 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -71,7 +71,7 @@ Podaj prawidłową rozdzielczość Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index fc5933eea..9d78ef665 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -71,7 +71,7 @@ Digite uma resolução válida Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index dafd386c7..a7c1006f2 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -71,7 +71,7 @@ Introduza uma resolução válida Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 72b7674d2..2f29d63eb 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -71,7 +71,7 @@ Vă rugăm să introduceți o rezoluție validă Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index a21e09053..111475ed6 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -71,7 +71,7 @@ Указано недопустимое разрешение Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index ac6f6928d..3a026077d 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -71,7 +71,7 @@ Prosím zadajte platné rozlíšenie Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index 227e79694..1920e1a57 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -71,7 +71,7 @@ Vnesite veljavno ločljivost Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 5c543c679..c3c233252 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -71,7 +71,7 @@ Унесите исправну резолуцију Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index f962ad3ba..10f00bb3d 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -71,7 +71,7 @@ Ange en giltig bildupplösning Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index bb8e114be..483bf5e47 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -71,7 +71,7 @@ செல்லத்தக்க தீர்மானத்தை உள்ளிடவும் Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 8697fcafd..7438fba6c 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -71,7 +71,7 @@ Lütfen geçerli bir çözünürlük girin Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 687edf0de..102ca32ac 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -71,7 +71,7 @@ Введіть допустиму роздільну здатність Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 1fae7d399..6de7753d9 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -71,7 +71,7 @@ Vui lòng nhập độ phân giải hợp lệ Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index fe52ddb6c..af4f1e8a8 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -71,7 +71,7 @@ 请输入有效的分辨率 Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index b1b8f2263..b6133cc25 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -70,7 +70,7 @@ 請輸入有效的解析度 Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index f301d00c5..7831af6e1 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -71,7 +71,7 @@ 請輸入有效的解析度 Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index bdf825b67..20039c41f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -71,7 +71,7 @@ Please enter a valid resolution Resize multiple images Resize factor - Please enter a number between 10 and 90 to specify the percentage factor by which the image resolution will be reduced. + Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 Failed to resize %d images Images resized successfully From b1456c866e7f4514e562db86dce4a791d800aece Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Tue, 23 May 2023 23:58:59 +0200 Subject: [PATCH 4/5] adding slovak translation --- app/src/main/res/values-sk/strings.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 3a026077d..6a1d39b66 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -69,12 +69,12 @@ Výška Zachovať pomer strán Prosím zadajte platné rozlíšenie - Resize multiple images - Resize factor - Resize images to the given percentage, value must be within 10 and 90. - Enter a number between 10 and 90 - Failed to resize %d images - Images resized successfully + Zmeniť veľkosť obrázkov + Faktor zmeny veľkosti + Zmeniť veľkosť obrázkov na dané percento, hodnota musí byť medzi 10 a 90. + Zadajte číslo medzi 10 a 90 + Nepodarilo sa zmeniť veľkosť %d obrázkov + Veľkosť obrázkov bola zmenená úspešne Editor Základný editor From 5fb15df89536e4b93c3fc88fee13f74565adfdca Mon Sep 17 00:00:00 2001 From: Naveen Date: Wed, 24 May 2023 03:53:08 +0530 Subject: [PATCH 5/5] Convert error string to plural --- app/src/main/res/values-ar/strings.xml | 5 ++++- app/src/main/res/values-az/strings.xml | 5 ++++- app/src/main/res/values-be/strings.xml | 5 ++++- app/src/main/res/values-bg/strings.xml | 5 ++++- app/src/main/res/values-bn/strings.xml | 5 ++++- app/src/main/res/values-ca/strings.xml | 5 ++++- app/src/main/res/values-cs/strings.xml | 5 ++++- app/src/main/res/values-da/strings.xml | 5 ++++- app/src/main/res/values-de/strings.xml | 5 ++++- app/src/main/res/values-el/strings.xml | 5 ++++- app/src/main/res/values-eo/strings.xml | 5 ++++- app/src/main/res/values-es/strings.xml | 5 ++++- app/src/main/res/values-et/strings.xml | 5 ++++- app/src/main/res/values-eu/strings.xml | 5 ++++- app/src/main/res/values-fa/strings.xml | 5 ++++- app/src/main/res/values-fi/strings.xml | 5 ++++- app/src/main/res/values-fr/strings.xml | 5 ++++- app/src/main/res/values-gl/strings.xml | 5 ++++- app/src/main/res/values-hr/strings.xml | 5 ++++- app/src/main/res/values-hu/strings.xml | 5 ++++- app/src/main/res/values-in/strings.xml | 5 ++++- app/src/main/res/values-it/strings.xml | 5 ++++- app/src/main/res/values-iw/strings.xml | 5 ++++- app/src/main/res/values-ja/strings.xml | 5 ++++- app/src/main/res/values-ko-rKR/strings.xml | 5 ++++- app/src/main/res/values-lt/strings.xml | 5 ++++- app/src/main/res/values-nb-rNO/strings.xml | 5 ++++- app/src/main/res/values-ne/strings.xml | 5 ++++- app/src/main/res/values-nl/strings.xml | 5 ++++- app/src/main/res/values-pa-rPK/strings.xml | 5 ++++- app/src/main/res/values-pl/strings.xml | 5 ++++- app/src/main/res/values-pt-rBR/strings.xml | 5 ++++- app/src/main/res/values-pt/strings.xml | 5 ++++- app/src/main/res/values-ro/strings.xml | 5 ++++- app/src/main/res/values-ru/strings.xml | 5 ++++- app/src/main/res/values-sk/strings.xml | 5 ++++- app/src/main/res/values-sl/strings.xml | 5 ++++- app/src/main/res/values-sr/strings.xml | 5 ++++- app/src/main/res/values-sv/strings.xml | 5 ++++- app/src/main/res/values-ta/strings.xml | 5 ++++- app/src/main/res/values-tr/strings.xml | 5 ++++- app/src/main/res/values-uk/strings.xml | 5 ++++- app/src/main/res/values-vi/strings.xml | 5 ++++- app/src/main/res/values-zh-rCN/strings.xml | 5 ++++- app/src/main/res/values-zh-rHK/strings.xml | 5 ++++- app/src/main/res/values-zh-rTW/strings.xml | 5 ++++- app/src/main/res/values/strings.xml | 5 ++++- 47 files changed, 188 insertions(+), 47 deletions(-) diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 78b797171..9b3985902 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully تعديل diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml index 0c83adc3b..99e3fa944 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml index e34b40920..514d4c6a3 100644 --- a/app/src/main/res/values-be/strings.xml +++ b/app/src/main/res/values-be/strings.xml @@ -100,7 +100,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Павярнуць Няправільны шлях выявы diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 11e110bd1..29272752d 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Редактор diff --git a/app/src/main/res/values-bn/strings.xml b/app/src/main/res/values-bn/strings.xml index c8983d5d7..33bca0989 100644 --- a/app/src/main/res/values-bn/strings.xml +++ b/app/src/main/res/values-bn/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully সম্পাদক diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index d71b9623b..b6b30b00e 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 6dac8eaba..7d4b1af2d 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index d7d3fbb41..f73825697 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 406fcf96e..ac5be2cd6 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 0e0da89ee..65bd3a350 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Επεξεργαστής diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml index e5d3e8c9b..317e6aee8 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 302b91cfd..1456d091c 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index e7cf3048b..1c0a0fe85 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Redaktor diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 313522417..b2f47be08 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editorea diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index 972573e89..e9effb0ed 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index c597e312a..f817f358a 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editori diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 5eb808e33..5949b5711 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Éditeur diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 5bb1eaaa0..02dc9feeb 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 4748b767d..3ab00acc8 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Uređivač diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 56b0b4b88..fac355cf7 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Szerkesztő diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index 5242956ae..4a893b235 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Penyunting diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 3d97ddd60..c1566da74 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index fa3896f26..f2524b315 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully עורך diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index e17306163..ea8bb9220 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -71,7 +71,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully 編集 diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index caf52d9b7..ba8dd3f7b 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully 편집 diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index ad4510ef2..e3a1553d6 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -69,7 +69,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Redaktorius diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index ce67fe640..6ee12fc29 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Redigering diff --git a/app/src/main/res/values-ne/strings.xml b/app/src/main/res/values-ne/strings.xml index f1e0874da..12020fa9a 100644 --- a/app/src/main/res/values-ne/strings.xml +++ b/app/src/main/res/values-ne/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully सम्पादक diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index e731545d7..a6ef0b2d3 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Bewerken diff --git a/app/src/main/res/values-pa-rPK/strings.xml b/app/src/main/res/values-pa-rPK/strings.xml index 8f6122c51..f82f1d9d3 100644 --- a/app/src/main/res/values-pa-rPK/strings.xml +++ b/app/src/main/res/values-pa-rPK/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully ایڈیٹر diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index f6d7cb8b9..6a2915c5c 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Edytor diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 9d78ef665..2c06b8de7 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index a7c1006f2..0d3e1fd16 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 2f29d63eb..584aa92fd 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 111475ed6..40914c893 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Редактор diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 3a026077d..0f105b8a5 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Editor diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index 1920e1a57..f8dd0d43c 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Urejevalnik diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index c3c233252..3d0f99deb 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Едитор diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 10f00bb3d..046e5bd54 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Redigerare diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index 483bf5e47..731ac6eaa 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully திருத்தி diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 7438fba6c..f3c78f98b 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Düzenleyici diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 102ca32ac..1ffb3735c 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Редактор diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 6de7753d9..b4ba7e779 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully Trình biên tập diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index af4f1e8a8..c7046decd 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully 编辑器 diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index b6133cc25..87cd65aff 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -72,7 +72,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully 編輯器 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 7831af6e1..314f5874f 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully 編輯器 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 20039c41f..99fa0a115 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -73,7 +73,10 @@ Resize factor Resize images to the given percentage, value must be within 10 and 90. Enter a number between 10 and 90 - Failed to resize %d images + + Failed to resize %d image + Failed to resize %d images + Images resized successfully