diff --git a/commons/src/main/kotlin/com/simplemobiletools/commons/activities/BaseSimpleActivity.kt b/commons/src/main/kotlin/com/simplemobiletools/commons/activities/BaseSimpleActivity.kt
index 8b7ebde8c..9eb4285d2 100644
--- a/commons/src/main/kotlin/com/simplemobiletools/commons/activities/BaseSimpleActivity.kt
+++ b/commons/src/main/kotlin/com/simplemobiletools/commons/activities/BaseSimpleActivity.kt
@@ -575,7 +575,7 @@ abstract class BaseSimpleActivity : AppCompatActivity() {
return@handleSAFDialog
}
- handleSAFDialogSdk30(destination){
+ handleSAFDialogSdk30(destination) {
if (!it) {
copyMoveListener.copyFailed()
return@handleSAFDialogSdk30
@@ -592,8 +592,8 @@ abstract class BaseSimpleActivity : AppCompatActivity() {
fileDirItems.first().isDirectory
) {
handleSAFDialog(source) {
- if(it){
- handleSAFDialogSdk30(source){
+ if (it) {
+ handleSAFDialogSdk30(source) {
if (it) {
startCopyMove(fileDirItems, destination, isCopyOperation, copyPhotoVideoOnly, copyHidden)
}
diff --git a/commons/src/main/kotlin/com/simplemobiletools/commons/dialogs/WritePermissionDialog.kt b/commons/src/main/kotlin/com/simplemobiletools/commons/dialogs/WritePermissionDialog.kt
index 6cb45ba52..1405635da 100644
--- a/commons/src/main/kotlin/com/simplemobiletools/commons/dialogs/WritePermissionDialog.kt
+++ b/commons/src/main/kotlin/com/simplemobiletools/commons/dialogs/WritePermissionDialog.kt
@@ -38,6 +38,10 @@ class WritePermissionDialog(activity: Activity, val mode: Mode, val callback: ()
Mode.OPEN_DOCUMENT_TREE_SDK_30 -> {
view.write_permissions_dialog_otg_text.setText(R.string.confirm_storage_access_android_text)
glide.load(R.drawable.img_write_storage_sdk_30).transition(crossFade).into(view.write_permissions_dialog_otg_image)
+
+ view.write_permissions_dialog_otg_image.setOnClickListener {
+ dialogConfirmed()
+ }
}
Mode.CREATE_DOCUMENT_SDK_30 -> {
view.write_permissions_dialog_otg_text.setText(R.string.confirm_create_doc_for_new_folder_text)
diff --git a/commons/src/main/res/values-ar/strings.xml b/commons/src/main/res/values-ar/strings.xml
index 68e61a498..4a18f7c5f 100644
--- a/commons/src/main/res/values-ar/strings.xml
+++ b/commons/src/main/res/values-ar/strings.xml
@@ -183,6 +183,7 @@
يرجى إختيار المجلد العلوي من بطاقة الذاكرة (SD) على الشاشة التالية ، لمنح صلاحيات الوصول للكتابة
إذا كنت لا ترى بطاقة الذاكرة (SD) ، فجرب هذا
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
تأكيد التحديد
Loading…
diff --git a/commons/src/main/res/values-az/strings.xml b/commons/src/main/res/values-az/strings.xml
index b7c29e9cb..cb879e90f 100644
--- a/commons/src/main/res/values-az/strings.xml
+++ b/commons/src/main/res/values-az/strings.xml
@@ -195,6 +195,7 @@
Xahiş olunur icazəni təsdiqləmək üçün gələcək ekranda SD kartın root qovluğunu seçin.
Əgər SD kart görünmürsə, bunu yoxlayın
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Seçimi təsdiqlə
Loading…
diff --git a/commons/src/main/res/values-br/strings.xml b/commons/src/main/res/values-br/strings.xml
index e68d08bad..97e95d0a3 100644
--- a/commons/src/main/res/values-br/strings.xml
+++ b/commons/src/main/res/values-br/strings.xml
@@ -195,6 +195,7 @@
Please choose the top folder of the SD card on the next screen, to grant write access
If you don\'t see the SD card, try this
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirm selection
Loading…
diff --git a/commons/src/main/res/values-ca/strings.xml b/commons/src/main/res/values-ca/strings.xml
index 9d998e49a..5559a46af 100644
--- a/commons/src/main/res/values-ca/strings.xml
+++ b/commons/src/main/res/values-ca/strings.xml
@@ -190,6 +190,7 @@
Trieu la carpeta superior de la targeta SD a la pantalla següent, per atorgar accés d\'escriptura
Si no veieu la targeta SD, proveu això
Permeteu que l\'aplicació accedeixi a l\'emmagatzematge seleccionat prement «Utilitza aquesta carpeta» a la part inferior de la pantalla següent.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirmeu la selecció
S\'està carregant…
diff --git a/commons/src/main/res/values-cs/strings.xml b/commons/src/main/res/values-cs/strings.xml
index 5889754b9..7f44f59b3 100644
--- a/commons/src/main/res/values-cs/strings.xml
+++ b/commons/src/main/res/values-cs/strings.xml
@@ -194,6 +194,7 @@
Pro poskytnutí oprávnění k zápisu prosím na následující obrazovce zvolte kořenový adresář SD karty
Pokud SD kartu nevidíte, vyzkoušejte následující
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Potvrdit výběr
Loading…
diff --git a/commons/src/main/res/values-cy/strings.xml b/commons/src/main/res/values-cy/strings.xml
index cd08a518f..08b7b8c9e 100644
--- a/commons/src/main/res/values-cy/strings.xml
+++ b/commons/src/main/res/values-cy/strings.xml
@@ -194,6 +194,7 @@
Dewisa ffolder craidd y cerdyn SD ar y sgrin nesaf i roi hawl ysgrifennu
Os nad wyt yn gweld y cerdyn SD, rho gynnig ar hyn
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Cadarnhau dewis
Loading…
diff --git a/commons/src/main/res/values-da/strings.xml b/commons/src/main/res/values-da/strings.xml
index 37b06dae4..cc9080dc8 100644
--- a/commons/src/main/res/values-da/strings.xml
+++ b/commons/src/main/res/values-da/strings.xml
@@ -183,6 +183,7 @@
Vælg SD-kortets rodmappe på næste side for at give skriveadgang til den
Hvis ikke du kan se SD-kortet kan du prøve dette
Tillad appen at få adgang til det valgte lager på det næste skærmbillede ved at trykke på \'Brug denne mappe\' nederst.
+ Tillad adgang til \"%s\" på det næste skærmbillede ved at trykke på \"Brug denne mappe\" nederst på skærmen.
Please press \'Save\' at the bottom on the next screen to create the new folder
Bekræft valg
Indlæser…
@@ -502,7 +503,7 @@
Resterende tid før alarmen lyder:\n%s
Tid tilbage inden alarmen lyder:\n%s
- Time remaining:\n%s
+ Resterende tid:\n%s
Du anbefales sikre dig at alarmen virker som den skal inden du stoler på den. Den kan drille som følge af strømbesparende begrænsninger på systemet.
Du anbefales sikre dig at påmindelser virker som de skal inden du stoler på dem. De kan drille som følge af strømbesparende begrænsninger på systemet.
Påmindelser er ikke aktiveret for denne app. Du kan aktivere dem i indstillingerne på din enhed.
@@ -692,7 +693,7 @@
Hjælp os
Social
Andet
- Privacy policy
+ Politik om beskyttelse af personlige oplysninger
Version %s
Hej :)
Udviklet med ❤️ i Slovakiet
diff --git a/commons/src/main/res/values-de/strings.xml b/commons/src/main/res/values-de/strings.xml
index c04083145..4dc51c2b5 100644
--- a/commons/src/main/res/values-de/strings.xml
+++ b/commons/src/main/res/values-de/strings.xml
@@ -183,6 +183,7 @@
Bitte am nächsten Bildschirm das Hauptverzeichnis deiner SD-Karte auswählen, um Schreibzugriff zu erlauben
Wenn die SD-Karte nicht angezeigt wird, versuche das
Erlauben Sie der App auf dem nächsten Bildschirm den Zugriff auf den ausgewählten Speicher, indem Sie unten auf „Diesen Ordner verwenden“ klicken.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Auswahl bestätigen
Wird geladen …
diff --git a/commons/src/main/res/values-el/strings.xml b/commons/src/main/res/values-el/strings.xml
index d4099660c..3ecf28308 100644
--- a/commons/src/main/res/values-el/strings.xml
+++ b/commons/src/main/res/values-el/strings.xml
@@ -192,9 +192,10 @@
Επιλέξτε τον ριζικό φάκελο της κάρτας SD στην επόμενη οθόνη, για να επιτρέψετε πρόσβαση εγγραφής
Εάν δεν βλέπετε την κάρτα SD, δοκιμάστε αυτό
Επιτρέψτε στην εφαρμογή την πρόσβαση στον επιλεγμένο αποθηκευτικό χώρο στην επόμενη οθόνη πατώντας \'Χρήση αυτού του φακέλου\' στο κάτω μέρος.
+ Επιτρέψτε την πρόσβαση σε \'%s\' στην επόμενη οθόνη πατώντας \'Χρήση αυτού του φακέλου\' στο κάτω μέρος.
Please press \'Save\' at the bottom on the next screen to create the new folder
Επιβεβαίωση επιλογής
- Loading…
+ Φόρτωση…
- %d στοιχείο
@@ -529,7 +530,7 @@
Χρόνος που απομένει μέχρι να κλείσει η ειδοποίηση:\n%s
Χρόνος που απομένει μέχρι να ενεργοποιηθεί η υπενθύμιση:\n%s
- Time remaining:\n%s
+ Απομένει:\n%s
Βεβαιωθείτε ότι η ειδοποίηση λειτουργεί σωστά πριν βασιστείτε σε αυτήν. Θα μπορούσε να αποτύχει λόγω των περιορισμών του συστήματος που σχετίζονται με την εξοικονόμηση μπαταρίας.
Βεβαιωθείτε ότι η υπενθύμιση λειτουργεί σωστά πριν βασιστείτε σε αυτήν. Θα μπορούσε να αποτύχει λόγω των περιορισμών του συστήματος που σχετίζονται με την εξοικονόμηση μπαταρίας.
Οι ειδοποιήσεις αυτής της εφαρμογής είναι απενεργοποιημένες. Μεταβείτε στις ρυθμίσεις της συσκευής για να τις ενεργοποιήσετε.
@@ -734,7 +735,7 @@
Βοηθήστε μας
Κοινωνικά
Άλλα
- Privacy policy
+ Πολιτική Απορρήτου
Έκδοση %s
Hello :)
Made with ❤️ in Slovakia
diff --git a/commons/src/main/res/values-eo/strings.xml b/commons/src/main/res/values-eo/strings.xml
index 8cfa9a4f6..c050de5ca 100644
--- a/commons/src/main/res/values-eo/strings.xml
+++ b/commons/src/main/res/values-eo/strings.xml
@@ -183,6 +183,7 @@
Please choose the top folder of the SD card on the next screen, to grant write access
If you don\'t see the SD card, try this
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirm selection
Loading…
diff --git a/commons/src/main/res/values-es/strings.xml b/commons/src/main/res/values-es/strings.xml
index 7cc6c9bb9..7406eebe7 100644
--- a/commons/src/main/res/values-es/strings.xml
+++ b/commons/src/main/res/values-es/strings.xml
@@ -194,6 +194,7 @@
Por favor, elija la carpeta raíz de la tarjeta SD en la próxima pantalla para conceder el acceso de escritura
Si no ve la tarjeta SD, prueba esto
Por favor permita a la aplicacion acceder al almacenamiento seleccionado en la siguiente pantalla presionando \'Usar esta carpeta\' en la parte inferior.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirmar la selección
Loading…
diff --git a/commons/src/main/res/values-et/strings.xml b/commons/src/main/res/values-et/strings.xml
index de9834576..b1875cd56 100644
--- a/commons/src/main/res/values-et/strings.xml
+++ b/commons/src/main/res/values-et/strings.xml
@@ -190,6 +190,7 @@
Ligipääsu lubamiseks palun vali järgmises vaates SD-kaardi juurkaust
Kui sa SD-kaarti ei näe, siis proovi sellist võimalust
Valitud salvestusruumile ligipääsu saamiseks vali järgmise vaate allosas „Kasuta seda kausta“.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Kinnita valik
Laadin…
diff --git a/commons/src/main/res/values-eu/strings.xml b/commons/src/main/res/values-eu/strings.xml
index ad04ec169..ee1ba4604 100644
--- a/commons/src/main/res/values-eu/strings.xml
+++ b/commons/src/main/res/values-eu/strings.xml
@@ -193,6 +193,7 @@
Hautatu SD txartelaren karpeta nagusia hurrengo pantailan, idazteko baimena emateko
SD txartela ez badakusazu, saiatu honekin
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Berretsi hautaketa
Loading…
diff --git a/commons/src/main/res/values-fa/strings.xml b/commons/src/main/res/values-fa/strings.xml
index 99613d077..33232af20 100644
--- a/commons/src/main/res/values-fa/strings.xml
+++ b/commons/src/main/res/values-fa/strings.xml
@@ -195,6 +195,7 @@
Please choose the top folder of the SD card on the next screen, to grant write access
If you don\'t see the SD card, try this
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirm selection
Loading…
diff --git a/commons/src/main/res/values-fi/strings.xml b/commons/src/main/res/values-fi/strings.xml
index 2b34809b4..a5abb7ce1 100644
--- a/commons/src/main/res/values-fi/strings.xml
+++ b/commons/src/main/res/values-fi/strings.xml
@@ -183,6 +183,7 @@
Valitse muistikortin juurihakemisto seuraavaksi antaaksesi kirjoitusoikeuden
Jos et näe muistikorttia, kokeile tätä
Anna sovellukselle käyttöoikeus tallennustilan käyttöön painamalla seuraavassa näkymässä \"Käytä tätä hakemistoa\"-painiketta.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Vahvista valinta
Loading…
diff --git a/commons/src/main/res/values-fr/strings.xml b/commons/src/main/res/values-fr/strings.xml
index c47c6bd38..697f79d3b 100644
--- a/commons/src/main/res/values-fr/strings.xml
+++ b/commons/src/main/res/values-fr/strings.xml
@@ -183,6 +183,7 @@
Veuillez sélectionner le dossier racine de la carte SD sur le prochain écran, pour accorder le droit en écriture
Si vous ne voyez pas la carte SD, essayez ceci
Veuillez autoriser l\'application à accéder au stockage sélectionné sur l\'écran suivant en appuyant sur "Utiliser ce dossier" en bas.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirmer la sélection
Chargement…
diff --git a/commons/src/main/res/values-gl/strings.xml b/commons/src/main/res/values-gl/strings.xml
index aae24789c..0d2e1f7ca 100644
--- a/commons/src/main/res/values-gl/strings.xml
+++ b/commons/src/main/res/values-gl/strings.xml
@@ -193,6 +193,7 @@
Por favor, escolle a carpeta raíz da tarxeta SD na próxima pantalla para conceder o acceso de escritura
Se non ves a tarxeta SD, proba isto
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirmar a selección
Loading…
diff --git a/commons/src/main/res/values-hi-rIN/strings.xml b/commons/src/main/res/values-hi-rIN/strings.xml
index a4d945000..a5a9268af 100644
--- a/commons/src/main/res/values-hi-rIN/strings.xml
+++ b/commons/src/main/res/values-hi-rIN/strings.xml
@@ -192,6 +192,7 @@
Please choose the top folder of the SD card on the next screen, to grant write access
If you don\'t see the SD card, try this
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirm selection
Loading…
diff --git a/commons/src/main/res/values-hr/strings.xml b/commons/src/main/res/values-hr/strings.xml
index 1fddc867e..db1b31fa6 100644
--- a/commons/src/main/res/values-hr/strings.xml
+++ b/commons/src/main/res/values-hr/strings.xml
@@ -192,6 +192,7 @@
Molimo odaberite root mapu SD kartice na sljedećem prozoru, da bi ste omogućili zapisivanje
Ukoliko ne vidite SD karticu, probajte ovo
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Potvrdi odabir
Loading…
diff --git a/commons/src/main/res/values-hu/strings.xml b/commons/src/main/res/values-hu/strings.xml
index 333542ea6..966842025 100644
--- a/commons/src/main/res/values-hu/strings.xml
+++ b/commons/src/main/res/values-hu/strings.xml
@@ -190,6 +190,7 @@
Válassza ki az SD-kártya gyökérmappáját a következő képernyőn, hogy írási hozzáférést adjon
Ha nem látja az SD-kártyát, próbálja meg ezt
Engedélyezze a következő képernyőn, hogy az alkalmazás hozzáférjen a kiválasztott tárolóhoz, úgy hogy a „Mappa használata” gombra kattint lent.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Kiválasztás megerősítése
Loading…
diff --git a/commons/src/main/res/values-id/strings.xml b/commons/src/main/res/values-id/strings.xml
index 1c934496c..f175a0bc0 100644
--- a/commons/src/main/res/values-id/strings.xml
+++ b/commons/src/main/res/values-id/strings.xml
@@ -183,6 +183,7 @@
Silakan pilih folder root dari kartu SD pada layar berikutnya, untuk memberi akses penyimpanan
Jika Anda tidak melihat kartu SD, cobalah ini
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Konfirmasi pilihan
Loading…
diff --git a/commons/src/main/res/values-it/strings.xml b/commons/src/main/res/values-it/strings.xml
index 3137fbc04..c3974406e 100644
--- a/commons/src/main/res/values-it/strings.xml
+++ b/commons/src/main/res/values-it/strings.xml
@@ -183,6 +183,7 @@
Scegliere il percorso della scheda SD nella prossima schermata, per consentire i permessi di scrittura
Se non si ha una scheda SD, provare questo
Consenti all\'app di accedere allo storage selezionato nella schermata successiva premendo «Usa questa cartella» in basso.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Conferma selezione
Caricamento…
diff --git a/commons/src/main/res/values-iw/strings.xml b/commons/src/main/res/values-iw/strings.xml
index ddf6c620e..973a13e34 100644
--- a/commons/src/main/res/values-iw/strings.xml
+++ b/commons/src/main/res/values-iw/strings.xml
@@ -195,6 +195,7 @@
נא לבחור את תיקיית האב של כרטיס ה SD במסך הבא, כדי להעניק הרשאות גישה
אם לא מופיע כרטיס ה SD, ניתן לנסות
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
אישור בחירה
Loading…
diff --git a/commons/src/main/res/values-ja/strings.xml b/commons/src/main/res/values-ja/strings.xml
index ffbc2b195..a59f3e24a 100644
--- a/commons/src/main/res/values-ja/strings.xml
+++ b/commons/src/main/res/values-ja/strings.xml
@@ -183,6 +183,7 @@
次の画面でSDカードのルートフォルダを選択して、書き込みアクセス許可を付与してください
SDカードの内容が表示されない場合は、こちらをお試しください
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
選択を確認
Loading…
diff --git a/commons/src/main/res/values-ko-rKR/strings.xml b/commons/src/main/res/values-ko-rKR/strings.xml
index 6e432d1b7..56cd573ff 100644
--- a/commons/src/main/res/values-ko-rKR/strings.xml
+++ b/commons/src/main/res/values-ko-rKR/strings.xml
@@ -194,6 +194,7 @@
쓰기 권한을 부여하려면 다음 화면에서 SD 카드의 루트 폴더를 선택하세요.
SD 카드가 보이지 않으면 시도해보세요.
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
선택 확인
Loading…
diff --git a/commons/src/main/res/values-lt/strings.xml b/commons/src/main/res/values-lt/strings.xml
index c3245556f..f1329971e 100644
--- a/commons/src/main/res/values-lt/strings.xml
+++ b/commons/src/main/res/values-lt/strings.xml
@@ -190,6 +190,7 @@
Kitame ekrane pasirinkite šakninį SD kortelės aplanką, kad suteiktumėte rašymo prieigą
Jei nematote SD kortelės, pabandykite štai ką
Leiskite programėlei gauti prieigą prie pasirinktos saugyklos, kitame ekrane, apačioje paspausdami „Naudoti šį aplanką“.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Patvirtinti žymėjimą
Loading…
diff --git a/commons/src/main/res/values-nb-rNO/strings.xml b/commons/src/main/res/values-nb-rNO/strings.xml
index 912619c4b..99abcfff5 100644
--- a/commons/src/main/res/values-nb-rNO/strings.xml
+++ b/commons/src/main/res/values-nb-rNO/strings.xml
@@ -183,6 +183,7 @@
Velg rotmappen til SD-kortet på den neste skjermen for å gi skrivetilgang
Hvis du ikke ser SD-kortet, prøv dette
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Bekreft valg
Loading…
diff --git a/commons/src/main/res/values-nl/strings.xml b/commons/src/main/res/values-nl/strings.xml
index bc5f3ef0e..e2968bf41 100644
--- a/commons/src/main/res/values-nl/strings.xml
+++ b/commons/src/main/res/values-nl/strings.xml
@@ -184,6 +184,7 @@
Op het volgende scherm schrijfrecht verlenen op de hoofdmap van de SD-kaart
Probeer het volgende als de SD-kaart niet wordt getoond
Verleen de app toegang tot de gekozen map door in het volgende scherm op \'Deze map gebruiken\' te klikken.
+ Geef toegang tot \'%s\' door onderaan in het volgende scherm op \'Deze map gebruiken\' te drukken.
Please press \'Save\' at the bottom on the next screen to create the new folder
Keuze bevestigen
Laden…
diff --git a/commons/src/main/res/values-pl/strings.xml b/commons/src/main/res/values-pl/strings.xml
index e6dfa6a76..4e6eb3af6 100644
--- a/commons/src/main/res/values-pl/strings.xml
+++ b/commons/src/main/res/values-pl/strings.xml
@@ -182,7 +182,8 @@
Potwierdź dostęp do folderu
Wybierz folder główny karty pamięci na następnym ekranie, aby przyznać dostęp
Jeśli nie widzisz karty pamięci, spróbuj tego:
- Zezwól aplikacji na dostęp do wybranej pamięci na następnym ekranie, naciskając „Użyj tego folderu” na dole.
+ Zezwól na dostęp do wybranej pamięci na następnym ekranie, naciskając „Użyj tego folderu” na dole.
+ Zezwól na dostęp do „%s” na następnym ekranie, naciskając „Użyj tego folderu” na dole.
Please press \'Save\' at the bottom on the next screen to create the new folder
Potwierdź wybór
Ładowanie…
diff --git a/commons/src/main/res/values-pt-rBR/strings.xml b/commons/src/main/res/values-pt-rBR/strings.xml
index e6eee1a71..999b0c23b 100644
--- a/commons/src/main/res/values-pt-rBR/strings.xml
+++ b/commons/src/main/res/values-pt-rBR/strings.xml
@@ -183,6 +183,7 @@
Por favor escolha a pasta raiz do cartão SD no próximo passo para conceder acesso de escrita
Se você não encontrar o cartão SD, tente isto
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirmar seleção
Loading…
diff --git a/commons/src/main/res/values-pt/strings.xml b/commons/src/main/res/values-pt/strings.xml
index d8380b964..b48db3398 100644
--- a/commons/src/main/res/values-pt/strings.xml
+++ b/commons/src/main/res/values-pt/strings.xml
@@ -183,6 +183,7 @@
Por favor escolha a pasta raíz do cartão SD no próximo ecrã para conceder acesso de escrita
Se não conseguir ver o cartão SD, tente isto
Por favor conceda o acesso ao armazenamento seleccionado no ecrã seguinte ao premir \'Usar esta pasta\' abaixo.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirmar seleção
Loading…
diff --git a/commons/src/main/res/values-ro/strings.xml b/commons/src/main/res/values-ro/strings.xml
index c24c0f59a..3178b1c63 100644
--- a/commons/src/main/res/values-ro/strings.xml
+++ b/commons/src/main/res/values-ro/strings.xml
@@ -195,6 +195,7 @@
Vă rugăm să alegeţi dosarul rădăcină a cardului SD în ecranul următor, pentru a acorda acces la scriere.
Dacă nu vedeţi cardul sd încercaţi următoarele
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirmă selecţia
Loading…
diff --git a/commons/src/main/res/values-ru/strings.xml b/commons/src/main/res/values-ru/strings.xml
index 986c3bbce..5424f7ce5 100644
--- a/commons/src/main/res/values-ru/strings.xml
+++ b/commons/src/main/res/values-ru/strings.xml
@@ -189,6 +189,7 @@
Чтобы предоставить право на запись, выберите корневую папку SD-карты на следующем шаге
Если SD-карта не видна, попробуйте это
Разрешите приложению доступ к выбранному хранилищу на следующем экране, нажав \"Использовать эту папку\" в нижней части.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Подтвердить выделение
Загрузка…
diff --git a/commons/src/main/res/values-sk/strings.xml b/commons/src/main/res/values-sk/strings.xml
index 41874af43..deda3dcf3 100644
--- a/commons/src/main/res/values-sk/strings.xml
+++ b/commons/src/main/res/values-sk/strings.xml
@@ -195,6 +195,7 @@
Pre poskytnutie práva na zápis prosím zvoľte na nasledujúcej obrazovke základný priečǐnok SD karty
Ak nevidíte SD kartu, skúste toto
Prosím povoľte prístup ku zvolenému úložisku na nasledujúcej obrazovke stlačením spodného tlačidla \"Použiť tento priečinok\".
+ Prosím povoľte prístup ku \'%s\' na nasledujúcej obrazovke stlačením spodného tlačidla \"Použiť tento priečinok\".
Please press \'Save\' at the bottom on the next screen to create the new folder
Potvrdiť výber
Načítavanie…
diff --git a/commons/src/main/res/values-sl/strings.xml b/commons/src/main/res/values-sl/strings.xml
index b718fa462..2bac3847e 100644
--- a/commons/src/main/res/values-sl/strings.xml
+++ b/commons/src/main/res/values-sl/strings.xml
@@ -195,6 +195,7 @@
Izberite korensko mapo kartice SD na naslednjem zaslonu, da odobrite dovoljenje za pisanje
Če ne vidite kartice SD, poskusite to
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Potrdi izbor
Loading…
diff --git a/commons/src/main/res/values-sr/strings.xml b/commons/src/main/res/values-sr/strings.xml
index 46cba99be..1b68bef04 100644
--- a/commons/src/main/res/values-sr/strings.xml
+++ b/commons/src/main/res/values-sr/strings.xml
@@ -195,6 +195,7 @@
Изаберите почетну фасциклу СД картице на следећем екрану, да дозволите записивање
Ако не видите СД картицу, пробајте ово
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Потврдите одабир
Loading…
diff --git a/commons/src/main/res/values-sv/strings.xml b/commons/src/main/res/values-sv/strings.xml
index 867f7cb83..2832e1b9b 100644
--- a/commons/src/main/res/values-sv/strings.xml
+++ b/commons/src/main/res/values-sv/strings.xml
@@ -194,6 +194,7 @@
Välj rotmappen på ditt SD-kort på nästa skärm, för att bevilja skrivrättigheter
Om du inte ser SD-kortet, prova detta
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Bekräfta val
Loading…
diff --git a/commons/src/main/res/values-ta/strings.xml b/commons/src/main/res/values-ta/strings.xml
index b1e4da54d..6523f3c7a 100644
--- a/commons/src/main/res/values-ta/strings.xml
+++ b/commons/src/main/res/values-ta/strings.xml
@@ -184,6 +184,7 @@
Please choose the top folder of the SD card on the next screen, to grant write access
If you don\'t see the SD card, try this
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
தேர்வை உறுதிசெய்
Loading…
diff --git a/commons/src/main/res/values-tr/strings.xml b/commons/src/main/res/values-tr/strings.xml
index 5479c2ad3..f036c4634 100644
--- a/commons/src/main/res/values-tr/strings.xml
+++ b/commons/src/main/res/values-tr/strings.xml
@@ -183,6 +183,7 @@
Yazma erişimi vermek için lütfen bir sonraki ekranda SD kartın kök klasörünü seçin
SD kartı görmüyorsanız, bunu deneyin
Lütfen alttaki \'Bu klasörü kullan\' seçeneğine basarak uygulamanın seçilen depolama alanına erişmesine izin verin.
+ Lütfen alttaki \'Bu klasörü kullan\' seçeneğine basarak bir sonraki ekranda \'%s\' erişimine izin verin.
Please press \'Save\' at the bottom on the next screen to create the new folder
Seçimi onayla
Yükleniyor…
diff --git a/commons/src/main/res/values-uk/strings.xml b/commons/src/main/res/values-uk/strings.xml
index 489ef6382..80843967c 100644
--- a/commons/src/main/res/values-uk/strings.xml
+++ b/commons/src/main/res/values-uk/strings.xml
@@ -183,6 +183,7 @@
Щоб надати доступ на запис, оберіть кореневу теку SD-карти на наступному екрані
Якщо ви не бачите SD-карту, спробуйте це
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Підтвердіть вибір
Loading…
diff --git a/commons/src/main/res/values-vi/strings.xml b/commons/src/main/res/values-vi/strings.xml
index 4a1b18bb1..efea5f771 100644
--- a/commons/src/main/res/values-vi/strings.xml
+++ b/commons/src/main/res/values-vi/strings.xml
@@ -195,6 +195,7 @@
Vui lòng chọn thư mục trên cùng của thẻ SD trên màn hình tiếp theo, để cấp quyền truy cập ghi
Nếu bạn không thấy thẻ SD, hãy thử điều này
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Xác nhận lựa chọn
Loading…
diff --git a/commons/src/main/res/values-zh-rCN/strings.xml b/commons/src/main/res/values-zh-rCN/strings.xml
index 74c9545fc..dbaa6909c 100644
--- a/commons/src/main/res/values-zh-rCN/strings.xml
+++ b/commons/src/main/res/values-zh-rCN/strings.xml
@@ -183,6 +183,7 @@
请选择 SD 卡根目录并授予写权限
如果您未找到 SD 卡目录,请尝试
请在下一个屏幕上按下底部的“使用此文件夹”,允许应用程序访问所选的存储空间。
+ 请在下个屏幕上允许访问 \'%s\',方法是按下底部的“使用此文件夹”。
Please press \'Save\' at the bottom on the next screen to create the new folder
确认选择
加载中…
diff --git a/commons/src/main/res/values-zh-rTW/strings.xml b/commons/src/main/res/values-zh-rTW/strings.xml
index 61ccb8b83..0bee39a06 100644
--- a/commons/src/main/res/values-zh-rTW/strings.xml
+++ b/commons/src/main/res/values-zh-rTW/strings.xml
@@ -195,6 +195,7 @@
請在下個畫面選擇SD卡的根目錄,以授予存取權限
"如果看不到SD卡,試試這個"
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
確認選擇
Loading…
diff --git a/commons/src/main/res/values/strings.xml b/commons/src/main/res/values/strings.xml
index 9b55ccd33..58fcdcfcb 100644
--- a/commons/src/main/res/values/strings.xml
+++ b/commons/src/main/res/values/strings.xml
@@ -195,6 +195,7 @@
Please choose the top folder of the SD card on the next screen, to grant write access
If you don\'t see the SD card, try this
Please allow the app accessing the selected storage on the next screen by pressing \'Use this folder\' at the bottom.
+ Please allow accessing \'%s\' on the next screen by pressing \'Use this folder\' at the bottom.
Please press \'Save\' at the bottom on the next screen to create the new folder
Confirm selection
Loading…