diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/adapters/DirectoryAdapter.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/adapters/DirectoryAdapter.kt index 2fe3db372..b3ed7542d 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/adapters/DirectoryAdapter.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/adapters/DirectoryAdapter.kt @@ -626,9 +626,9 @@ class DirectoryAdapter( return@handleSAFDialog } - activity.handleSAFDeleteSdk30Dialog(SAFPath){ + activity.handleSAFDialogSdk30(SAFPath){ if (!it) { - return@handleSAFDeleteSdk30Dialog + return@handleSAFDialogSdk30 } var foldersToDelete = ArrayList(selectedKeys.size) diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/adapters/MediaAdapter.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/adapters/MediaAdapter.kt index e048add72..3ca5cd943 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/adapters/MediaAdapter.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/adapters/MediaAdapter.kt @@ -468,9 +468,9 @@ class MediaAdapter( } val sdk30SafPath = selectedPaths.firstOrNull { activity.isAccessibleWithSAFSdk30(it) } ?: getFirstSelectedItemPath() ?: return@handleSAFDialog - activity.handleSAFDeleteSdk30Dialog(sdk30SafPath){ + activity.handleSAFDialogSdk30(sdk30SafPath){ if (!it) { - return@handleSAFDeleteSdk30Dialog + return@handleSAFDialogSdk30 } val fileDirItems = ArrayList(selectedKeys.size) diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/dialogs/PickDirectoryDialog.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/dialogs/PickDirectoryDialog.kt index b968b0f9b..7d81001fc 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/dialogs/PickDirectoryDialog.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/dialogs/PickDirectoryDialog.kt @@ -7,6 +7,7 @@ import com.simplemobiletools.commons.activities.BaseSimpleActivity import com.simplemobiletools.commons.dialogs.FilePickerDialog import com.simplemobiletools.commons.extensions.* import com.simplemobiletools.commons.helpers.VIEW_TYPE_GRID +import com.simplemobiletools.commons.helpers.isRPlus import com.simplemobiletools.commons.views.MyGridLayoutManager import com.simplemobiletools.gallery.pro.R import com.simplemobiletools.gallery.pro.adapters.DirectoryAdapter @@ -110,6 +111,9 @@ class PickDirectoryDialog( if (path.trimEnd('/') == sourcePath) { activity.toast(R.string.source_and_destination_same) return@DirectoryAdapter + } else if (isRPlus() && path.isBasePath(activity)) { + activity.toast(R.string.copy_to_restricted_folder_message) + return@DirectoryAdapter } else { activity.handleLockedFolderOpening(path) { success -> if (success) { 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 f2ccfef4e..49e992678 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 @@ -250,7 +250,11 @@ fun BaseSimpleActivity.tryCopyMoveFilesTo(fileDirItems: ArrayList, val destination = it handleSAFDialog(source) { if (it) { - copyMoveFilesTo(fileDirItems, source.trimEnd('/'), destination, isCopyOperation, true, config.shouldShowHidden, callback) + handleSAFDialogSdk30(fileDirItems[0].path){ + if (it) { + copyMoveFilesTo(fileDirItems, source.trimEnd('/'), destination, isCopyOperation, true, config.shouldShowHidden, callback) + } + } } } } diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index cca706716..a01e8b9d9 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -39,6 +39,8 @@ تعيين كمجلد افتراضي إلغاء التعيين كمجلد افتراضي إعادة ترتيب المجلدات عن طريق السحب + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + فلترة الوسائط الصور @@ -372,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-az/strings.xml b/app/src/main/res/values-az/strings.xml index 193d8abc1..6bccfd9dd 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filter media diff --git a/app/src/main/res/values-bn/strings.xml b/app/src/main/res/values-bn/strings.xml index df015b5ee..b1395e936 100644 --- a/app/src/main/res/values-bn/strings.xml +++ b/app/src/main/res/values-bn/strings.xml @@ -33,6 +33,7 @@ ডিফল্ট ফোল্ডার হিশেবে সেট করুন ডিফল্ট ফোল্ডার হিশেবে আর রাখবেন না Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder মিডিয়া ফিল্টার করুন diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 79765d2ee..0bf53a2c4 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -39,6 +39,8 @@ Estableix com a carpeta predeterminada Desactiva com a carpeta predeterminada Reordeneu les carpetes arrossegant-les + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filtre multimèdia Imatges @@ -372,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-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index c058edfa4..79bb633c8 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -33,6 +33,8 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filtr médií Obrázky diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 2921f9e91..853c1a87e 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -33,6 +33,8 @@ Vælg som standardmappe Fravælg som standardmappe Omorganiser mapper ved at trække + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filtrer medier Billeder @@ -418,4 +420,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 6b0a8fbf3..015038180 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -39,6 +39,8 @@ Als Standardordner festlegen Nicht mehr als Standardordner festlegen Neuordnung von Ordnern durch Ziehen + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filter Bilder @@ -370,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-el/strings.xml b/app/src/main/res/values-el/strings.xml index a43fb258a..362534440 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -33,6 +33,7 @@ Ορισμός ως προεπιλεγμένου φακέλου Κατάργηση ως προεπιλεγμένου φακέλου Αναδιάταξη φακέλων με μεταφορά + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Φιλτράρισμα πολυμέσων diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml index 6ef72ba43..9e700ab00 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filter media Bildoj diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 17fbe1bf7..b8a30220e 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -33,6 +33,7 @@ Poner como carpeta predeterminada Quitar como carpeta predeterminada Reordenar carpetas arrastrándolas + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filtro de medios diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index e662caa63..93a03e379 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -33,6 +33,8 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filter media Pildid @@ -423,4 +425,4 @@ https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res --> Näita vahepealkirjades failide arvu - \ 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 63da7b83f..dec8cc187 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -33,6 +33,7 @@ Ezarri lehenetsitako karpeta gisa Kendu karpeta lehenetsitako karpeta gisa Berrordenatu karpetak arrastatuz + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Iragazi multimedia diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index f079e7f92..f3558232c 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -33,6 +33,8 @@ تنظیم به عنوان شاخهٔ پیش‌گزیده برداشتن تنظیم به عنوان شاخهٔ پیش‌گزیده مرتب‌سازی مجدد شاخه‌ها با کشیدن + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + پالایش رسانه تصاویر diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index f4634fba3..87e81fdda 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -39,6 +39,8 @@ Aseta oletushakemistoksi Älä käytä oletushakemistona Järjestä kansiot uudelleen vetämällä + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Suodata media Kuvat @@ -426,4 +428,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 91f029e49..a6134cc6b 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -33,6 +33,8 @@ Dossier par défaut Oublier le dossier Réordonner par glisser + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filtrer les médias Images @@ -362,4 +364,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 efb0d0acd..c2e0c350d 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filtrar medios diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 43f88ea10..80d1edb56 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filtriranje medija diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 619938877..c9983c9d1 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -39,6 +39,8 @@ Beállítás alapértelmezett mappaként Eltávolítás mint alapértelmezett mappa Mappák átrendezése húzással + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Médiafájlok szűrése Képek diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml index d0dccfca7..7042395b9 100644 --- a/app/src/main/res/values-id/strings.xml +++ b/app/src/main/res/values-id/strings.xml @@ -33,6 +33,8 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filter media Gambar @@ -419,4 +421,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 509096c0c..4706d01e9 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -33,6 +33,7 @@ Imposta come cartella predefinita Non impostare come cartella predefinita Riordina cartelle trascinandole + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filtra i file Immagini @@ -419,4 +420,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 df84ed5a3..e31a6e813 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -33,6 +33,7 @@ デフォルトのフォルダとして設定 デフォルトのフォルダから外す Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder 表示する形式 diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index dff518238..506754fa9 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder 필터 설정 diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 2a4079aff..c058b8dc9 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -33,6 +33,8 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filtruoti mediją Paveikslai diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index d3552d336..ba084ba2a 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -33,6 +33,8 @@ Sett som standardmappe Ikke lenger sett som standardmappe Endre mapperekkefølge ved å dra + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filtrer media Bilder diff --git a/app/src/main/res/values-ne/strings.xml b/app/src/main/res/values-ne/strings.xml index 3f1185114..a746563b3 100644 --- a/app/src/main/res/values-ne/strings.xml +++ b/app/src/main/res/values-ne/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filter media diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index aa88f5ae9..2e8e11bd4 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -35,6 +35,8 @@ Als standaardmap instellen Standaardmap herstellen Volgorde mappen bepalen met sleepgebaren + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Media filteren Afbeeldingen @@ -424,4 +426,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 f905e55e1..520e0d077 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -39,6 +39,8 @@ Ustaw jako folder domyślny Anuluj ustawienie folderu domyślnego Przeorganizuj foldery przeciągając + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filtruj multimedia Obrazy @@ -423,4 +425,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 19484f7ce..1875b4cea 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -39,6 +39,8 @@ Definir como pasta padrão Indefinir como pasta padrão Reordenar as pastas ao arrastar + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filtrar mídia Imagens diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index afb226c50..a8ac5925d 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -39,6 +39,8 @@ Utilizar como pasta padrão Deixar de utilizar como pasta padrão Organizar pasta por arrasto + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Filtrar multimédia Imagens diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 091d89780..e2350ee72 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -33,6 +33,7 @@ Setază ca dosar implicit Dezactivează ca dosar implicit Reordonează dosarele prin tragere + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filtrează elementele media diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index f069c111a..d346b3bdf 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -33,6 +33,8 @@ Установить как папку по умолчанию Отключить как папку по умолчанию Менять порядок папок перетаскиванием + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Фильтр медиа Изображения @@ -421,4 +423,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 7334908ed..13848a94f 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -33,6 +33,7 @@ Nastaviť ako predvolený priečinok Odobrať predvolený priečinok Zmeniť poradie priečinkov presunutím + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filter médií diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index 48de3381c..1d0bfe19b 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filtriranje datotek diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 402a55197..1c7d36f73 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Филтрирај медију diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 253edb254..01f86bd1e 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filtrera media diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml index b2fd64d31..83b0525fc 100644 --- a/app/src/main/res/values-ta/strings.xml +++ b/app/src/main/res/values-ta/strings.xml @@ -39,6 +39,8 @@ இயல்புநிலை அடைவாக அமை இயல்புநிலை அடைவாக அமைக்காதே பிடித்திழுத்து அடைவுகளை மறுசீரமை + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + ஊடகத்தை வடிகட்டு படங்கள் @@ -427,4 +429,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 f372bd89d..392bb4053 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -39,6 +39,8 @@ Öntanımlı klasör olarak ayarla Öntanımlı klasör ayarını kaldır Sürükleyerek klasörleri yeniden sırala + Unable to use this folder.\nThe system does not allow us to copy/move to this folder + Medyayı filtrele Resimler @@ -371,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-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 5564782e1..ff7504a6c 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -33,6 +33,7 @@ Встановити теку за замовчуванням Відмінити встановлення теки за замовчуванням Сортувати папки шляхом переміщення + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Фільтр мультимедійних файлів diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 744272def..ba5a88140 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Lọc diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index cf59478d5..b25f6663b 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -39,6 +39,7 @@ 设置为默认文件夹 取消设置为默认文件夹 通过拖动重新排序文件夹 + Unable to use this folder.\nThe system does not allow us to copy/move to this folder 筛选媒体文件 图片 @@ -427,4 +428,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 92f076531..149f178d7 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder 篩選媒體檔案 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index a6cec85f4..5a75aae1b 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -33,6 +33,7 @@ 設為預設資料夾 取消設為預設資料夾 Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder 篩選媒體檔案 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 351dea3f9..2b23ffaf4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -33,6 +33,7 @@ Set as default folder Unset as default folder Reorder folders by dragging + Unable to use this folder.\nThe system does not allow us to copy/move to this folder Filter media