From 84dd596c5876e57cb24097b369bfef26cab8f7d6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 28 Jul 2022 15:25:04 +0200 Subject: [PATCH] updating 2 more dialogs --- .../gallery/pro/dialogs/SlideshowDialog.kt | 1 + .../res/layout/dialog_custom_aspect_ratio.xml | 74 ++++++++++--------- app/src/main/res/layout/dialog_slideshow.xml | 31 +++++--- app/src/main/res/values-ar/strings.xml | 4 +- app/src/main/res/values-az/strings.xml | 4 +- app/src/main/res/values-be/strings.xml | 4 +- app/src/main/res/values-bg/strings.xml | 4 +- app/src/main/res/values-bn/strings.xml | 4 +- app/src/main/res/values-ca/strings.xml | 4 +- app/src/main/res/values-cs/strings.xml | 4 +- app/src/main/res/values-da/strings.xml | 4 +- app/src/main/res/values-de/strings.xml | 4 +- app/src/main/res/values-el/strings.xml | 4 +- app/src/main/res/values-eo/strings.xml | 4 +- app/src/main/res/values-es/strings.xml | 4 +- app/src/main/res/values-et/strings.xml | 4 +- app/src/main/res/values-eu/strings.xml | 4 +- app/src/main/res/values-fa/strings.xml | 4 +- app/src/main/res/values-fi/strings.xml | 4 +- app/src/main/res/values-fr/strings.xml | 4 +- app/src/main/res/values-gl/strings.xml | 4 +- app/src/main/res/values-hr/strings.xml | 4 +- app/src/main/res/values-hu/strings.xml | 4 +- app/src/main/res/values-in/strings.xml | 4 +- app/src/main/res/values-it/strings.xml | 4 +- app/src/main/res/values-iw/strings.xml | 4 +- app/src/main/res/values-ja/strings.xml | 4 +- app/src/main/res/values-ko-rKR/strings.xml | 6 +- app/src/main/res/values-lt/strings.xml | 4 +- app/src/main/res/values-nb-rNO/strings.xml | 4 +- app/src/main/res/values-ne/strings.xml | 4 +- app/src/main/res/values-nl/strings.xml | 4 +- app/src/main/res/values-pl/strings.xml | 4 +- app/src/main/res/values-pt-rBR/strings.xml | 4 +- app/src/main/res/values-pt/strings.xml | 4 +- app/src/main/res/values-ro/strings.xml | 4 +- app/src/main/res/values-ru/strings.xml | 4 +- app/src/main/res/values-sk/strings.xml | 4 +- app/src/main/res/values-sl/strings.xml | 4 +- app/src/main/res/values-sr/strings.xml | 4 +- app/src/main/res/values-sv/strings.xml | 4 +- app/src/main/res/values-ta/strings.xml | 4 +- app/src/main/res/values-th/strings.xml | 4 +- app/src/main/res/values-tr/strings.xml | 4 +- app/src/main/res/values-uk/strings.xml | 4 +- app/src/main/res/values-vi/strings.xml | 4 +- app/src/main/res/values-zh-rCN/strings.xml | 4 +- app/src/main/res/values-zh-rHK/strings.xml | 4 +- app/src/main/res/values-zh-rTW/strings.xml | 4 +- app/src/main/res/values/strings.xml | 2 +- 50 files changed, 153 insertions(+), 141 deletions(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/dialogs/SlideshowDialog.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/dialogs/SlideshowDialog.kt index a47a8028c..6468bf282 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/dialogs/SlideshowDialog.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/dialogs/SlideshowDialog.kt @@ -22,6 +22,7 @@ class SlideshowDialog(val activity: BaseSimpleActivity, val callback: () -> Unit init { view = activity.layoutInflater.inflate(R.layout.dialog_slideshow, null).apply { + interval_hint.hint = activity.getString(R.string.seconds_raw).replaceFirstChar { it.uppercaseChar() } interval_value.setOnClickListener { interval_value.selectAll() } diff --git a/app/src/main/res/layout/dialog_custom_aspect_ratio.xml b/app/src/main/res/layout/dialog_custom_aspect_ratio.xml index c60a61a17..f5cc1149b 100644 --- a/app/src/main/res/layout/dialog_custom_aspect_ratio.xml +++ b/app/src/main/res/layout/dialog_custom_aspect_ratio.xml @@ -8,54 +8,56 @@ android:paddingTop="@dimen/activity_margin" android:paddingRight="@dimen/activity_margin"> - - - + android:hint="@string/width"> + + + + - - - + android:layout_alignTop="@+id/aspect_ratio_width_hint" + android:layout_alignBottom="@+id/aspect_ratio_width_hint" + android:layout_toEndOf="@+id/aspect_ratio_colon" + android:hint="@string/height"> + + + diff --git a/app/src/main/res/layout/dialog_slideshow.xml b/app/src/main/res/layout/dialog_slideshow.xml index 42505f478..dc55e724a 100644 --- a/app/src/main/res/layout/dialog_slideshow.xml +++ b/app/src/main/res/layout/dialog_slideshow.xml @@ -18,23 +18,32 @@ android:layout_marginTop="@dimen/medium_margin" android:paddingStart="@dimen/activity_margin" android:paddingTop="@dimen/bigger_margin" + android:layout_alignTop="@+id/interval_hint" + android:layout_alignBottom="@+id/interval_hint" android:paddingBottom="@dimen/activity_margin" android:text="@string/interval" /> - + android:layout_marginEnd="@dimen/activity_margin" + android:hint="@string/seconds_raw"> + + + + السماح بتغيير نسبة الأبعاد عرض الشرائح - الفاصل الزمني (بالثواني): + الفاصل الزمني تضمين الصور تضمين مقاطع الفيديو تضمين الصور المتحركة (GIF) @@ -376,4 +376,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-az/strings.xml b/app/src/main/res/values-az/strings.xml index 38751e4e8..343deecc2 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Slideshow - Interval (seconds): + Interval Include photos Include videos Include GIFs @@ -376,4 +376,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-be/strings.xml b/app/src/main/res/values-be/strings.xml index c0add7483..ef9f065c6 100644 --- a/app/src/main/res/values-be/strings.xml +++ b/app/src/main/res/values-be/strings.xml @@ -139,7 +139,7 @@ Simple Wallpaper Set as Wallpaper Setting as Wallpaper failed - Interval (seconds): + Interval Include photos Slide Set as wallpaper with: @@ -359,4 +359,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 328b521d0..bf482ffb6 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -126,7 +126,7 @@ Разрешаване на промяна на съотношението на страните Слайдшоу - Интервал (секунди): + Интервал Добавяне на снимки Добавяне на видео Добавяне на GIF @@ -375,4 +375,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-bn/strings.xml b/app/src/main/res/values-bn/strings.xml index 2979d7e27..f8c7d0490 100644 --- a/app/src/main/res/values-bn/strings.xml +++ b/app/src/main/res/values-bn/strings.xml @@ -124,7 +124,7 @@ Allow changing the aspect ratio স্লাইডশো - বিরতি (সেকেন্ডে): + বিরতি ছবিগুলো যোগ করুন ভিডিওগুলো যোগ করুন গিফগুলো যোগ করুন @@ -374,4 +374,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-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 4719495a7..16ae57836 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -126,7 +126,7 @@ Permet canviar la relació d\'aspecte Presentació de diapositives - Interval (segons): + Interval Inclou fotos Inclou vídeos Inclou GIF @@ -376,4 +376,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-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 4f59d7de4..02c2f90cc 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -124,7 +124,7 @@ Allow changing the aspect ratio Prezentace - Interval (sekund): + Interval Zahrnout fotografie Zahrnout videa Zahrnout GIFy @@ -374,4 +374,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-da/strings.xml b/app/src/main/res/values-da/strings.xml index 8fe3ceb9c..876ec5031 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Lysbilledshow - Frekvens (sekunder): + Frekvens Inkluder billeder Inkluder videoer Inkluder GIF\'er @@ -376,4 +376,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-de/strings.xml b/app/src/main/res/values-de/strings.xml index d517d7da6..18dbf0300 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -126,7 +126,7 @@ Änderung des Seitenverhältnisses zulassen Diashow - Intervall (Sekunden): + Intervall Bilder verwenden Videos verwenden GIFs verwenden @@ -376,4 +376,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 a14142553..1c45cbf45 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -126,7 +126,7 @@ Επιτρέπει την αλλαγή Αναλογίας Διαστάσεων Παρουσίαση διαφανειών - Χρόνος επανάληψης (δευτ.) : + Χρόνος επανάληψης Συμπερίληψη φωτογραφιών Συμπερίληψη βίντεο Συμπερίληψη GIFs6 @@ -376,4 +376,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 598a0da7e..c4a943328 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Slideshow - Interval (seconds): + Interval Include photos Include videos Include GIFs @@ -376,4 +376,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-es/strings.xml b/app/src/main/res/values-es/strings.xml index 279725476..643bd55f8 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Presentación de diapositivas - Intervalo (segundos): + Intervalo Incluir fotos Incluir videos Incluir GIFs @@ -376,4 +376,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-et/strings.xml b/app/src/main/res/values-et/strings.xml index ee42e3bf5..abbb825ca 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Slideshow - Interval (seconds): + Interval Include photos Include videos Include GIFs @@ -376,4 +376,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-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 99136e8ee..e30f49ffa 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -124,7 +124,7 @@ Allow changing the aspect ratio Diaporama - Tartea (segunduak): + Tartea Sartu argazkiak Sartu bideoak Sartu GIFak @@ -374,4 +374,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 2cd3d840c..dec9845ee 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Slideshow - Interval (seconds): + Interval Include photos Include videos Include GIFs @@ -376,4 +376,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-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 4bf78f167..fc6912f7a 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Diaesitys - Aikaväli (sekunteja): + Aikaväli Sisällytä Kuvat Sisällytä Videot Sisällytä GIFit @@ -376,4 +376,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-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 768760046..47c830858 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -126,7 +126,7 @@ Autoriser la modification du rapport d\'aspect Diaporama - Intervalle (secondes) : + Intervalle Inclure les images Inclure les vidéos Inclure les GIF @@ -376,4 +376,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-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 1d1885447..a770777f2 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Presentación - Intervalo (segundos): + Intervalo Incluír fotos Incluír vídeos Incluír GIFs @@ -376,4 +376,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-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 03460a125..24a456369 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -126,7 +126,7 @@ Dozvoli mijenjanje omjera Dijaprojekcija - Interval (sekunde): + Interval Dodaj slike Dodaj videa Dodaj GIF-ove @@ -376,4 +376,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 78d9a68a7..71f3dc9c8 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Diavetítés - Időköz (másodperc): + Időköz Fotók belevétele Videók belevétele GIF-ek belevétele @@ -376,4 +376,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-in/strings.xml b/app/src/main/res/values-in/strings.xml index ad0b30946..7e4c735b4 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Slideshow - Interval (detik): + Interval Sertakan foto Sertakan video Sertakan GIF @@ -376,4 +376,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-it/strings.xml b/app/src/main/res/values-it/strings.xml index 33efcb596..5a8caf322 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -126,7 +126,7 @@ Consenti di modificare le proporzioni Presentazione - Intervallo (secondi): + Intervallo Includi foto Includi video Includi GIF @@ -376,4 +376,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-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index 546bb4c57..8fe5391d8 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -122,7 +122,7 @@ Allow changing the aspect ratio מצגת - מרווח (שניות): + מרווח כלול תמונות כלול סרטונים ‍כלול קובצי GIF @@ -372,4 +372,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-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 2b708ec5f..6fa90de26 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -122,7 +122,7 @@ Allow changing the aspect ratio スライドショー - 間隔 (秒): + 間隔 写真を含める ビデオを含める GIFを含める @@ -372,4 +372,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-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index 8774da848..d5f00bf28 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -24,7 +24,7 @@ 가로 보기 기본 설정 사용 찍은 날짜 값 교정 - 교정 중... + 교정 중… 교정이 완료되었습니다 No Date Taken values have been found 크기변경 버전 공유 @@ -126,7 +126,7 @@ Allow changing the aspect ratio 슬라이드 쇼 - 간격 (초): + 간격 포함된 사진 포함된 동영상 포함된 GIF @@ -376,4 +376,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-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index e0518c04e..2b4450023 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -122,7 +122,7 @@ Allow changing the aspect ratio Skaidrių demonstracija - Intervalas (sekundėmis): + Intervalas Įtraukti nuotraukas Įtraukti vaizdo įrašus Itraukti GIF\'us @@ -373,4 +373,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-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index 9c153ca61..27afeb070 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Lysbildeshow - Intervall (sekunder): + Intervall Inkluder bilder Inkluder videoer Inkluder GIF-bilder @@ -376,4 +376,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 08cb1c15e..7ce3dd6f6 100644 --- a/app/src/main/res/values-ne/strings.xml +++ b/app/src/main/res/values-ne/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio स्लाईडसो - Interval (seconds): + Interval Include photos Include videos Include GIFs @@ -376,4 +376,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-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 2a9c1ec59..452f22344 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -122,7 +122,7 @@ Beeldverhouding mag worden gewijzigd Diavoorstelling - Interval (seconden): + Interval Afbeeldingen tonen Video\'s tonen GIF-bestanden tonen @@ -372,4 +372,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-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 5cdbc83da..b22f24a35 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -126,7 +126,7 @@ Zezwól na zmianę proporcji Pokaz slajdów - Czas trwania (sekundy): + Czas trwania Uwzględnij obrazy Uwzględnij wideo Uwzględnij GIF-y @@ -376,4 +376,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-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index e874a6639..d687ebbd9 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Apresentação - Intervalo (segundos): + Intervalo Incluir fotos Incluir vídeos Incluir GIFs @@ -376,4 +376,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-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index d493d8ede..d72255145 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -126,7 +126,7 @@ Permitir alterar a proporção Apresentação - Intervalo (em segundos): + Intervalo Incluir fotos Incluir vídeos Incluir GIF @@ -376,4 +376,4 @@ Não encontrou todas as cadeias a traduzir? Existem mais algumas em: 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-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index a253943f1..0347ff523 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Slideshow - Interval (în secunde): + Interval Include fotografii Include videoclipuri Include GIF-uri @@ -376,4 +376,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-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index a046e651b..131c48f61 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -126,7 +126,7 @@ Разрешить изменять соотношение сторон Слайдшоу - Интервал (в секундах): + Интервал Изображения Видео GIF @@ -376,4 +376,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-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index a9b5e10da..ad9834f73 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -126,7 +126,7 @@ Povoliť zmenu pomeru strán Prezentácia - Interval (sekundy): + Interval Zahrnúť fotky Zahrnúť videá Zahrnúť GIFy @@ -376,4 +376,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-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index 4f689a4c0..9fa314bee 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Diaprojekcija - Interval (sekund): + Interval Vključi fotografije Vključi videoposnetke Vključi GIFe @@ -376,4 +376,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 928f75515..127260575 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Слајдшоу - Интервал (секунди): + Интервал Садржи слике Садржи видео снимке Садржи ГИФове @@ -376,4 +376,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-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 292f625b4..d3dac6d7b 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -124,7 +124,7 @@ Allow changing the aspect ratio Bildspel - Intervall (sekunder): + Intervall Inkludera foton Inkludera videor Inkludera GIF-bilder @@ -374,4 +374,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-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index 4d400b878..a8a993e78 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio வில்லைக்காட்சி - இடைவெளி (நொடிகள்): + இடைவெளி புகைப்படங்களை உள்ளடக்கு காணொளிகளை உள்ளடக்கு GIFகளை உள்ளடக்கு @@ -376,4 +376,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-th/strings.xml b/app/src/main/res/values-th/strings.xml index 3ff6d68aa..cc80e715e 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -126,7 +126,7 @@ Allow changing the aspect ratio Slideshow - Interval (seconds): + Interval Include photos Include videos Include GIFs @@ -376,4 +376,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-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 81b9fa245..76780a4cd 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -126,7 +126,7 @@ En boy oranını değiştirmeye izin ver Slayt gösterisi - Süre (saniye): + Süre Fotoğrafları dahil et Videoları dahil et GIF\'leri dahil et @@ -376,4 +376,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-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 50a28c1ab..322aa2036 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -126,7 +126,7 @@ Дозволити зміну співвідношення сторін Слайдшоу - Інтервал (секунди): + Інтервал Включити світлини Включити відео Включити GIF-зображення @@ -376,4 +376,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-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index d22931be8..2f82c9534 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -124,7 +124,7 @@ Allow changing the aspect ratio Trình chiếu - Khoảng thời gian (giây): + Khoảng thời gian Bao gồm hình ảnh Bao gồm video Bao gồm ảnh GIF @@ -374,4 +374,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-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 1ac49aff5..051cdab92 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -126,7 +126,7 @@ 允许更改长宽比 幻灯片 - 间隔(秒): + 间隔 包含照片 包含视频 包含GIF @@ -376,4 +376,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-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index 84ce5ab9f..b4c2867f3 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -125,7 +125,7 @@ Allow changing the aspect ratio 投影片 - 間隔 (秒): + 間隔 包含照片 包含影片 包含GIF @@ -375,4 +375,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-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index fcca542a4..5a602d95f 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -126,7 +126,7 @@ 允許變更長寬比 投影片 - 間隔 (秒): + 間隔 包含照片 包含影片 包含GIF @@ -376,4 +376,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/strings.xml b/app/src/main/res/values/strings.xml index b977ea722..8011efa40 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -121,7 +121,7 @@ Slideshow - Interval (seconds): + Interval Include photos Include videos Include GIFs