From 16e522cc03895014eea4d7adc1affbd3b74fd068 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 28 Feb 2022 17:05:05 +0100 Subject: [PATCH] adding a new string related to seeing ads during videos --- app/build.gradle | 2 +- .../com/simplemobiletools/gallery/pro/extensions/Activity.kt | 1 + .../com/simplemobiletools/gallery/pro/extensions/Context.kt | 2 -- app/src/main/res/values-ar/strings.xml | 2 ++ app/src/main/res/values-az/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-id/strings.xml | 2 ++ app/src/main/res/values-it/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-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 ++ 46 files changed, 88 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 85f683568..02861635d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,7 +77,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:beac760389' + implementation 'com.github.SimpleMobileTools:Simple-Commons:ee9863c9c5' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'it.sephiroth.android.exif:library:1.0.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24' diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/extensions/Activity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/extensions/Activity.kt index c3ac770a3..f2ccfef4e 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/extensions/Activity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/extensions/Activity.kt @@ -104,6 +104,7 @@ fun SimpleActivity.launchAbout() { FAQItem(R.string.faq_13_title, R.string.faq_13_text), FAQItem(R.string.faq_15_title, R.string.faq_15_text), FAQItem(R.string.faq_2_title, R.string.faq_2_text), + FAQItem(R.string.faq_18_title, R.string.faq_18_text), FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons), FAQItem(R.string.faq_6_title_commons, R.string.faq_6_text_commons), FAQItem(R.string.faq_7_title_commons, R.string.faq_7_text_commons), diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/extensions/Context.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/extensions/Context.kt index 2e3914fe8..e9807a077 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/extensions/Context.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/extensions/Context.kt @@ -70,8 +70,6 @@ val Context.dateTakensDB: DateTakensDao get() = GalleryDatabase.getInstance(appl val Context.recycleBin: File get() = filesDir -val Context.recycleBinPath: String get() = filesDir.absolutePath - fun Context.movePinnedDirectoriesToFront(dirs: ArrayList): ArrayList { val foundFolders = ArrayList() val pinnedFolders = config.pinnedFolders diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index eaddb6869..834220f3a 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -360,6 +360,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. المعرض البسيط (Pro) - محرر ومدير الصور diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml index 99f2ce091..584c1f5f2 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-bn/strings.xml b/app/src/main/res/values-bn/strings.xml index 7248c99fd..5fb1d5140 100644 --- a/app/src/main/res/values-bn/strings.xml +++ b/app/src/main/res/values-bn/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index a3bf53f7a..0772c6526 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -360,6 +360,8 @@ A partir d\'Android 11, ja no podeu amagar ni mostrar fitxers o carpetes, tampoc no podeu veure els ocults a les aplicacions de galeria. Haureu d\'utilitzar algun gestor de fitxers per a això. Per què ja no puc incloure les carpetes que manquen\? Això ha deixat de funcionar a causa dels canvis del sistema que també han vingut amb Android 11, l\'aplicació ja no pot navegar per carpetes reals, es basa en l\'anomenat MediaStore per obtenir dades. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro: Gestor i editor de fotos diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 174779253..b506843c4 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -352,6 +352,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Jednoduchá galerie Pro - Organizér fotografií diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index ca65323e4..a014dd799 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -351,6 +351,8 @@ Fra og med Android 11 kan du ikke længere skjule eller vise filer eller mapper, du kan heller ikke se de skjulte i galleriapps. Du bliver nødt til at bruge en filhåndtering til det. Hvorfor kan jeg ikke længere inkludere manglende mapper\? Det holdt op med at virke på grund af systemændringerne, der fulgte med Android 11, appen kan ikke længere gennemse rigtige mapper, den er afhængig af den såkaldte MediaStore til at hente data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro - Billedhåndtering diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 6d2739c9e..0aaec9c82 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -358,6 +358,8 @@ Ab Android 11 können Sie keine Dateien oder Ordner mehr ein- oder ausblenden, auch in Galerie-Anwendungen können Sie die versteckten Dateien nicht mehr sehen. Dafür müssen Sie ein Dateiverwaltungsprogramm verwenden. Warum kann ich fehlende Ordner nicht mehr einbinden\? Das funktioniert seit den Systemänderungen mit Android 11 nicht mehr, die Anwendung kann keine echten Ordner mehr durchsuchen, sondern verlässt sich beim Abrufen von Daten auf den so genannten MediaStore. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Schlichte Galerie – Fotoverwaltung und -bearbeitung diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 9821d10b2..08185b997 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -365,6 +365,8 @@ Ξεκινώντας από το Android 11 δεν μπορείτε πλέον να κρύψετε ή να εμφανίσετε αρχεία ή φακέλους, ούτε μπορείτε να δείτε τα κρυφά στις εφαρμογές της Συλλογής. Θα πρέπει να χρησιμοποιήσετε κάποιον διαχειριστή αρχείων για αυτό. Γιατί δεν μπορώ πλέον να συμπεριλάβω τους φακέλους που λείπουν; Αυτό σταμάτησε να λειτουργεί λόγω των αλλαγών στο σύστημα του Android 11. Η εφαρμογή δεν μπορεί πλέον να περιηγηθεί σε πραγματικούς φακέλους, αλλά βασίζεται στο λεγόμενο MediaStore για την απόκτηση δεδομένων. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml index 6367cce31..260e8318b 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -352,6 +352,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro - Photo Manager & Editor diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 94472f4d6..3e180bb9f 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index 87800781f..1c3d3c734 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -355,6 +355,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro - Photo Manager & Editor diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 315263b58..8d7632a85 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index 25217ff43..d1ad8d95c 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -352,6 +352,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro - Photo Manager & Editor diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 0f7f6a858..6a9c6fa23 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -359,6 +359,8 @@ Android 11 ja uudemmat eivät enää salli tiedostojen ja kansioiden piilotusta etkä myöskään enää näe piilotettuja kohteita galleriasovelluksissa. Sinun tulee käyttää jotain tiedostohallintasovellusta tätä varten. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro - Valokuvien selaus ja muokkaus diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 8608c5839..3db130980 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -350,6 +350,8 @@ À partir d\'Android 11, vous ne pouvez plus masquer ou démasquer des fichiers ou des dossiers, et vous ne pouvez pas non plus voir ceux qui sont masqués dans les applications de la galerie. Vous devrez utiliser un gestionnaire de fichiers pour cela. Pourquoi ne puis-je plus inclure les dossiers manquants \? Cela a cessé de fonctionner en raison des modifications apportées au système avec Android 11. L\'application ne peut plus parcourir les dossiers réels, elle s\'appuie sur le MediaStore pour récupérer les données. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro – Gestionnaire et éditeur diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index c87083a8f..9401332a1 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index f48e5304a..75163b28c 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 8bd8d7331..8923999a4 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -360,6 +360,8 @@ Ezzel csak a kiválasztott mappák láthatók, mivel a kizárás és a befoglal Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro – Fényképkezelő és -szerkesztő diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml index b87b71d9a..929fbfdbf 100644 --- a/app/src/main/res/values-id/strings.xml +++ b/app/src/main/res/values-id/strings.xml @@ -352,6 +352,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro - Pengelola & Penyunting Foto diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 07d323070..f62ef90b6 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -352,6 +352,8 @@ A partire da Android 11 non è più possibile nascondere o togliere i file o le cartelle, non è possibile vedere quelli nascosti neanche nelle app della galleria. Dovrai usare qualche gestore file per questo. Perché non posso più includere le cartelle mancanti\? Ciò ha smesso di funzionare a causa delle modifiche al sistema fornite anche con Android 11, l\'app non può più sfogliare le cartelle reali, si basa sul cosiddetto MediaStore per recuperare i dati. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Semplice Galleria Pro - gestore di foto & editor diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 0f8936967..9a97d48fd 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index 758559ca3..06c6c03d2 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 45eac7773..93f6ef416 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -352,6 +352,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro - Photo Manager & Editor diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index 7b58eadc1..1f67823af 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -352,6 +352,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro - Fotobehandling & redigering diff --git a/app/src/main/res/values-ne/strings.xml b/app/src/main/res/values-ne/strings.xml index dc2c7f846..77729200f 100644 --- a/app/src/main/res/values-ne/strings.xml +++ b/app/src/main/res/values-ne/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 8224fdd49..7bb97b9c9 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -357,6 +357,8 @@ Vanaf Android 11 kunnen bestanden en mappen niet meer verborgen (of weer getoond) worden via deze app. Verborgen items kunnen ook niet meer in galerij-apps worden weergegeven. Alleen bestandsbeheer-apps kunnen deze functionaliteit nog bieden. Waarom kan ik ontbrekende mappen niet meer handmatig toevoegen\? Dit werkt ook niet meer sinds de aanpassingen in Android 11: deze app mag niet meer door de mappen op het apparaat navigeren, maar is voortaan afhankelijk van de MediaStore van Android bij het ophalen van bestandsgegevens. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Eenvoudige Galerij Pro - Foto’s Beheren & Bewerken diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 6367bebd0..46bb8828d 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -356,6 +356,8 @@ Począwszy od Androida 11 nie można już ukrywać ani odkrywać plików lub folderów, nie możesz też zobaczyć ukrytych elementów w aplikacjach galerii. W tym celu będziesz musiał(a) użyć jakiegoś menedżera plików. Dlaczego nie mogę już dołączyć brakujących folderów\? To również przestało działać z powodu zmian systemowych, które pojawiły się w Androidzie 11. Aplikacja nie może już przeglądać prawdziwych folderów i polega na tak zwanym MediaStore przy pobieraniu danych. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Prosta galeria Pro - Menedżer i edytor zdjęć diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 23bd5ce19..bcd4e81a8 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -360,6 +360,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Galeria Pro - Gerenciador & Editor de Imagens diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 210c623cd..cf84d815b 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -360,6 +360,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Simple Gallery Pro - Editor e gestor de fotos diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 9ffd99c77..9ded6b99c 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 57b7ee6b9..2c349a75f 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -354,6 +354,8 @@ Начиная с Android 11, вы больше не можете скрывать или отображать файлы или папки, вы также не можете видеть скрытые в приложениях галереи. Для этого вам придётся использовать файловый менеджер. Почему я больше не могу включать отсутствующие папки\? Это перестало работать из-за системных изменений, которые пришли с Android 11: приложение больше не может просматривать реальные папки, оно полагается на так называемый MediaStore при получении данных. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Галерея Pro - управление изображениями diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index fafb690c4..7b79c1705 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -365,6 +365,8 @@ Od Android verzie 11 galérie ako je táto nemôžu ani skryť, ani odokryť žiadne súbory, ani priečinky. Budete na to musieť použiť správcov súborov. Prečo sa už nedá manuálne pridať chýbajúce priečinky? Je to taktiež spôsobené zmenami súvisiacimi s Android 11, kedy apka už nevie prehliadať reálne priečinky. V získavaní súborov sa môže iba spoliehať na takzvaný MediaStore. + Prečo sa mi počas prehrávania videí zobrazujú reklamy? + Naše apky nemajú vôbec žiadne reklamy. Ak sa vám zobrazujú počas prehrávania videí, používate prehrávač inej apky. Skúste v nastaveniach zariadenia nájsť predvolený prehrávač a použiť "Odstrániť predvolené". Pri ďalšom spustení videa uvidíte zoznam apiek, ktoré môžete na prehrávanie použiť. diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index 83c4c0bb9..2c35c5b47 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 06edf8036..7c06d674d 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index a545c41a0..9e33a64f2 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index e75b058fc..3bd3b8926 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -360,6 +360,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. எளிய காட்சியகம் ப்ரோ - பட நிர்வாகி & திருத்தி diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 9c6283000..f1baa404d 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -358,6 +358,8 @@ Android 11\'den itibaren artık dosya veya klasörleri gizleyemez veya gizliliğini kaldıramazsınız, galeri uygulamalarında da gizli olanları göremezsiniz. Bunun için bir dosya yöneticisi kullanmanız gerekecektir. Neden artık eksik klasörleri dahil edemiyorum\? Bu, Android 11 ile birlikte gelen sistem değişiklikleri nedeniyle çalışmayı durdurdu, uygulama artık gerçek klasörlere göz atamıyor, verileri almak için MediaStore kullanıyor. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. Basit Galeri Pro - Fotoğraf Yönetici, Düzenleyici diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index bf2f2ebfe..c441db2ad 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 3cac8d920..dffd88784 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 62d2096c7..3056f92ac 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -360,6 +360,8 @@ 从 Android 11 开始,你再也不能隐藏或取消隐藏文件或文件夹了,你也不能在图库应用中看到隐藏的文件或文件夹。你必须使用文件管理器来进行此类操作。 为什么我再不能包含缺失的文件夹? 由于 Android 11 的系统变化,这一功能也停止了工作,本应用不能再浏览真实的文件夹了,它依赖于所谓的 MediaStore 来获取数据。 + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. 简易图库 Pro - 图片管理 & 编辑 diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index f2c21ed93..744524423 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 76bde3a41..641ef4657 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -366,6 +366,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use. diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3c84a6d72..063ecdc8d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -365,6 +365,8 @@ Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps either. You will have to use some file manager for that. Why cannot I include missing folders anymore? That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data. + Why do I see ads during video playback? + Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a "Clear defaults" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.