Merge pull request #1369 from KryptKode/fix/rename_by_changing_case
fix renaming by changing case
This commit is contained in:
commit
b4d628d2a9
47 changed files with 105 additions and 35 deletions
|
@ -65,7 +65,7 @@ class CreateNewFolderDialog(val activity: BaseSimpleActivity, val path: String,
|
|||
}
|
||||
}
|
||||
File(path).mkdirs() -> sendSuccess(alertDialog, path)
|
||||
isRPlus() && path.getParentPath().isBasePath(activity) -> activity.handleSAFCreateDocumentDialogSdk30(path) {
|
||||
isRPlus() && activity.isAStorageRootFolder(path.getParentPath()) -> activity.handleSAFCreateDocumentDialogSdk30(path) {
|
||||
if (it) {
|
||||
sendSuccess(alertDialog, path)
|
||||
}
|
||||
|
|
|
@ -1022,26 +1022,56 @@ fun BaseSimpleActivity.renameFile(
|
|||
return@updateSDK30Uris
|
||||
}
|
||||
try {
|
||||
val sourceUri = fileUris.first()
|
||||
val sourceFile = File(oldPath).toFileDirItem(this)
|
||||
val destinationFile = FileDirItem(
|
||||
newPath,
|
||||
newPath.getFilenameFromPath(),
|
||||
sourceFile.isDirectory,
|
||||
sourceFile.children,
|
||||
sourceFile.size,
|
||||
sourceFile.modified
|
||||
)
|
||||
val copySuccessful = copySingleFileSdk30(sourceFile, destinationFile)
|
||||
if (copySuccessful) {
|
||||
if (!baseConfig.keepLastModified) {
|
||||
newFile.setLastModified(System.currentTimeMillis())
|
||||
|
||||
if (oldPath.equals(newPath, true)) {
|
||||
val tempDestination = try {
|
||||
createTempFile(File(sourceFile.path)) ?: return@updateSDK30Uris
|
||||
} catch (exception: Exception) {
|
||||
callback?.invoke(false, Android30RenameFormat.NONE)
|
||||
return@updateSDK30Uris
|
||||
}
|
||||
contentResolver.delete(fileUris.first(), null)
|
||||
updateInMediaStore(oldPath, newPath)
|
||||
scanPathsRecursively(arrayListOf(newPath)) {
|
||||
runOnUiThread {
|
||||
callback?.invoke(true, Android30RenameFormat.NONE)
|
||||
|
||||
val copyTempSuccess = copySingleFileSdk30(sourceFile, tempDestination.toFileDirItem(this))
|
||||
if (copyTempSuccess) {
|
||||
contentResolver.delete(sourceUri, null)
|
||||
tempDestination.renameTo(File(newPath))
|
||||
if (!baseConfig.keepLastModified) {
|
||||
newFile.setLastModified(System.currentTimeMillis())
|
||||
}
|
||||
updateInMediaStore(oldPath, newPath)
|
||||
scanPathsRecursively(arrayListOf(newPath)) {
|
||||
runOnUiThread {
|
||||
callback?.invoke(true, Android30RenameFormat.NONE)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
callback?.invoke(false, Android30RenameFormat.NONE)
|
||||
}
|
||||
} else {
|
||||
val destinationFile = FileDirItem(
|
||||
newPath,
|
||||
newPath.getFilenameFromPath(),
|
||||
sourceFile.isDirectory,
|
||||
sourceFile.children,
|
||||
sourceFile.size,
|
||||
sourceFile.modified
|
||||
)
|
||||
val copySuccessful = copySingleFileSdk30(sourceFile, destinationFile)
|
||||
if (copySuccessful) {
|
||||
if (!baseConfig.keepLastModified) {
|
||||
newFile.setLastModified(System.currentTimeMillis())
|
||||
}
|
||||
contentResolver.delete(sourceUri, null)
|
||||
updateInMediaStore(oldPath, newPath)
|
||||
scanPathsRecursively(arrayListOf(newPath)) {
|
||||
runOnUiThread {
|
||||
callback?.invoke(true, Android30RenameFormat.NONE)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
callback?.invoke(false, Android30RenameFormat.NONE)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -37,10 +37,6 @@ fun String.getBasePath(context: Context): String {
|
|||
}
|
||||
}
|
||||
|
||||
fun String.isBasePath(context: Context): Boolean {
|
||||
return getBasePath(context) == this
|
||||
}
|
||||
|
||||
fun String.getFirstParentDirName(context: Context, level: Int): String? {
|
||||
val basePath = getBasePath(context)
|
||||
val startIndex = basePath.length + 1
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">إلحاق بـ \'_1\'</string>
|
||||
<string name="apply_to_all">تطبيق علي الكل</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">تحديد مجلد</string>
|
||||
<string name="select_file">تحديد ملف</string>
|
||||
|
@ -941,4 +942,4 @@
|
|||
<string name="pro_app_refund">لا تنسى أنه إذا قمت بإلغاء تثبيت أي تطبيق مدفوع في غضون ساعتين ، فسيتم إسترداد أموالك تلقائياً. إذا كنت تريد إسترداد الأموال في أي وقت لاحق ، فأتصل بنا على hello@simplemobiletools.com وستحصل عليه. هذا يجعل من السهل تجربته :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">مجموعة بسيطة، من تطبيقات أندرويد المفتوحة المصدر ذات الودجات القابلة للتخصيص، بدون إعلانات أو أذونات غير ضرورية.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
<string name="append">\'_1\' ilə əlavə et</string>
|
||||
<string name="apply_to_all">Hamsına şamil et</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Qovluq seç</string>
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
<string name="append">Append with \'_1\'</string>
|
||||
<string name="apply_to_all">Apply to all</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Select a folder</string>
|
||||
|
|
|
@ -184,6 +184,7 @@
|
|||
<string name="append">Afegeix amb «_1»</string>
|
||||
<string name="apply_to_all">Aplica-ho a tots</string>
|
||||
<string name="system_folder_restriction">El sistema no permet l\'operació en aquesta carpeta, trieu-ne una altra</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Selecciona una carpeta</string>
|
||||
<string name="select_file">Seleccioneu un fitxer</string>
|
||||
|
@ -915,4 +916,4 @@
|
|||
<string name="pro_app_refund">No oblideu que si desinstal·leu qualsevol aplicació de pagament en un termini de 2 hores, el càrrec es retornarà automàticament. Si voleu un reemborsament més tard, poseu-vos en contacte amb nosaltres a hello@simplemobiletools.com i el rebreu. Això fa que sigui fàcil provar-ho :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">Un grup d\'aplicacions Android simples i de codi obert amb ginys personalitzables, sense anuncis ni permisos innecessaris.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -188,6 +188,7 @@
|
|||
<string name="append">Ponechat s \'_1\'</string>
|
||||
<string name="apply_to_all">Použít pro všechny</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Zvolte složku</string>
|
||||
|
|
|
@ -188,6 +188,7 @@
|
|||
<string name="append">Ychwanegu \'_1\' i\'r diwedd</string>
|
||||
<string name="apply_to_all">Gweithredu ar y cwbl</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Dewisa ffolder</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Tilføj \"_1\"</string>
|
||||
<string name="apply_to_all">Anvend på alle konflikter</string>
|
||||
<string name="system_folder_restriction">Systemet tillader ikke operationen i denne mappe, vælg en anden</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Vælg en mappe</string>
|
||||
<string name="select_file">Vælg en fil</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">\"_1\" anhängen</string>
|
||||
<string name="apply_to_all">Bei allen Konflikten anwenden</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Ordner auswählen</string>
|
||||
<string name="select_file">Datei auswählen</string>
|
||||
|
|
|
@ -186,6 +186,7 @@
|
|||
<string name="append">Προσάρτηση με \'_1\'</string>
|
||||
<string name="apply_to_all">Εφαρμογή σε όλα</string>
|
||||
<string name="system_folder_restriction">Το Σύστημα δεν επιτρέπει τη λειτουργία σε αυτόν το φάκελο, παρακαλούμε επιλέξτε έναν άλλο φάκελο</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Επιλογή φακέλου</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Append with \'_1\'</string>
|
||||
<string name="apply_to_all">Apply to all</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Select a folder</string>
|
||||
<string name="select_file">Select a file</string>
|
||||
|
|
|
@ -188,6 +188,7 @@
|
|||
<string name="append">Añadir \'_1\'</string>
|
||||
<string name="apply_to_all">Aplicar a todo</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Seleccione una carpeta</string>
|
||||
|
|
|
@ -184,6 +184,7 @@
|
|||
<string name="append">Lisa nimele _1</string>
|
||||
<string name="apply_to_all">Kohalda kõigile</string>
|
||||
<string name="system_folder_restriction">Selles kaustas pole toimingud lubatud, palun vali mõni muu kaust</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Vali kaust</string>
|
||||
<string name="select_file">Vali fail</string>
|
||||
|
@ -926,4 +927,4 @@
|
|||
<string name="pro_app_refund">Palun arvesta, et kui eemaldad tasulise rakenduse nutiseadmest 2 tunni jooksul, siis ostusumma tagastatakse automaatselt. Kui soovit tagastust hiljem, siis saada e-kiri hello@simplemobiletools.com aadressile ning korraldame tagastuse. Mõlemal juhul on sul võimalik meie tasulisi rakendusi testida :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">Arendame Androidi jaoks avatud lähtekoodil põhinevaid lihtsaid tarvikuid, millel on kohandatavad vidinad ja milles pole reklaame ega vajadust asjatute õiguste jaoks.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -187,6 +187,7 @@
|
|||
<string name="append">Erantsi honekin: \'_1\'</string>
|
||||
<string name="apply_to_all">Aplikatu guztiei</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Hautatu karpeta</string>
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
<string name="append">افزودن \'_1\' به انتها</string>
|
||||
<string name="apply_to_all">اعمال به همه</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">گزینش یک پوشه</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Lisää nimeen \'_1\'</string>
|
||||
<string name="apply_to_all">Käytä kaikkiin</string>
|
||||
<string name="system_folder_restriction">Järjestelmä ei salli toimintoa tässä kansiossa, ole hyvä ja valitse toinen</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Valitse kansio</string>
|
||||
<string name="select_file">Valitse tiedosto</string>
|
||||
|
@ -933,4 +934,4 @@
|
|||
<string name="pro_app_refund">Muista, että saat rahasi automaattisesti takaisin, jos poistat minkä tahansa maksullisista sovelluksistamme kahden tunnin sisällä asentamisesta. Jos haluat rahasi milloin vain myöhemmin takaisin, ota yhteyttä sähköpostitse hello@simplemobiletools.com ja saat rahat takaisin. Tämä tekee kokeilun helpoksi :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">Yksinkertaisia vapaan lähdekoodin Android-sovelluksia kustomoitavilla pienoissovelluksilla, ilman mainoksia ja tarpeettomia käyttöoikeuksia.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Ajouter un suffixe \"_1\"</string>
|
||||
<string name="apply_to_all">Appliquer à tous</string>
|
||||
<string name="system_folder_restriction">Le système n\'autorise pas l\'opération dans ce dossier, veuillez en choisir un autre</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Sélectionner un dossier</string>
|
||||
<string name="select_file">Sélectionner un fichier</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Engadir \'_1\'</string>
|
||||
<string name="apply_to_all">Aplicar a todo</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Selecciona un cartafol</string>
|
||||
<string name="select_file">Selecciona un ficheiro</string>
|
||||
|
@ -945,4 +946,4 @@
|
|||
<string name="pro_app_refund">Non esquezas que se desinstalas calquera app de pago antes de 2 horas, devolveránseche os cartos automáticamente. Se queres unha devolución máis tarde, contáctanos en hello@simplemobiletools.com e terala. Isto fai que sexa fácil probala :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">Un grupo de apps simples e de código aberto con widgets personalizables, sen anuncios nin permisos innecesarios.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -186,6 +186,7 @@
|
|||
<string name="append">Append with \'_1\'</string>
|
||||
<string name="apply_to_all">Apply to all</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Select a folder</string>
|
||||
|
|
|
@ -186,6 +186,7 @@
|
|||
<string name="append">Dodaj s \'_1\'</string>
|
||||
<string name="apply_to_all">Primjeni na sve sukobe</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Odaberite mapu</string>
|
||||
|
|
|
@ -184,6 +184,7 @@
|
|||
<string name="append">„_1” hozzáfűzése</string>
|
||||
<string name="apply_to_all">Alkalmaz az összesre</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Válasszon egy mappát</string>
|
||||
<string name="select_file">Válasszon egy fájlt</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Akhiri dengan \'_1\'</string>
|
||||
<string name="apply_to_all">Terapkan ke semua</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Pilih folder</string>
|
||||
<string name="select_file">Pilih berkas</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Aggiungi \'_1\' alla fine</string>
|
||||
<string name="apply_to_all">Applica a tutti i conflitti</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Seleziona una cartella</string>
|
||||
<string name="select_file">Seleziona un file</string>
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
<string name="append">Append with \'_1\'</string>
|
||||
<string name="apply_to_all">החל על הכל</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">בחר/י תיקייה</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">\'_1\' に追記する</string>
|
||||
<string name="apply_to_all">すべてに適用</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">フォルダを選択</string>
|
||||
<string name="select_file">ファイルを選択</string>
|
||||
|
|
|
@ -188,6 +188,7 @@
|
|||
<string name="append">\'_1\' 문자열을 추가하기</string>
|
||||
<string name="apply_to_all">모든 충돌에 적용</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">폴더 선택</string>
|
||||
|
|
|
@ -184,6 +184,7 @@
|
|||
<string name="append">Pridėti prie pavadinimo „_1“</string>
|
||||
<string name="apply_to_all">Taikyti visiems</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Pasirinkite aplanką</string>
|
||||
<string name="select_file">Pasirinkite failą</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Tilføy \'_1\'</string>
|
||||
<string name="apply_to_all">Bruk på alle konflikter</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Velg en mappe</string>
|
||||
<string name="select_file">Velg en fil</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Toevoegen met \'_1\'</string>
|
||||
<string name="apply_to_all">Toepassen op alle</string>
|
||||
<string name="system_folder_restriction">Het systeem staat de bewerking in deze map niet toe, kies een andere map</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Kies een map</string>
|
||||
<string name="select_file">Kies een bestand</string>
|
||||
|
@ -937,4 +938,4 @@
|
|||
<string name="pro_app_refund">Bij het deïnstalleren van de app binnen 2 uur na aanschaf wordt het aankoopbedrag automatisch teruggestort. Wilt u op een later tijdstip een terugbetaling, neem dan contact op via hello@simplemobiletools.com en het wordt geregeld. Zodoende blijft het gemakkelijk om de app uit te proberen :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">Een verzameling eenvoudige open-source Android-apps met widgets, zonder advertenties en onnodige machtigingen.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Dodaj końcówkę „_1”</string>
|
||||
<string name="apply_to_all">Zastosuj do wszystkich</string>
|
||||
<string name="system_folder_restriction">System nie pozwala na operację w tym folderze, wybierz inny</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Wybierz folder</string>
|
||||
<string name="select_file">Wybierz plik</string>
|
||||
|
@ -966,4 +967,4 @@
|
|||
<string name="pro_app_refund">Pamiętaj, że jeśli odinstalujesz którąkolwiek z płatnych aplikacji w ciągu 2 godzin, automatycznie otrzymasz zwrot pieniędzy. Jeśli chcesz zwrotu pieniędzy w dowolnym momencie później, wystarczy skontaktować się z nami na hello@simplemobiletools.com, a otrzymasz go. To sprawia, że aplikacje są łatwe do wypróbowania :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">Zestaw prostych, otwartoźródłowych aplikacji na Androida z konfigurowalnymi widżetami, bez reklam i zbędnych uprawnień.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Adicionar sufixo \'_1\'</string>
|
||||
<string name="apply_to_all">Aplicar a todos os conflitos</string>
|
||||
<string name="system_folder_restriction">O sistema não permite a operação nesta pasta, por favor escolha outra</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Selecionar pasta</string>
|
||||
<string name="select_file">Selecionar arquivo</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Anexar \'_1\'</string>
|
||||
<string name="apply_to_all">Aplicar a todos</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Selecionar pasta</string>
|
||||
<string name="select_file">Selecionar ficheiro</string>
|
||||
|
|
|
@ -179,6 +179,7 @@
|
|||
<string name="append">Adăugaţi cu \'_1\'</string>
|
||||
<string name="apply_to_all">Se aplică tuturor</string>
|
||||
<string name="system_folder_restriction">Sistemul nu permite operarea în acest dosar, vă rugăm să alegeți un alt dosar</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Selectaţi un dosar</string>
|
||||
<string name="select_file">Selectaţi un dosar</string>
|
||||
|
@ -952,4 +953,4 @@
|
|||
<string name="pro_app_refund">Nu uitați că, dacă dezinstalați orice aplicație plătită în termen de 2 ore, veți fi rambursat automat. Dacă doriți o rambursare oricând mai târziu, contactați-ne la hello@simplemobiletools.com și o veți obține. Astfel, este ușor să o încercați. :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">Un grup de aplicații Android simple, open source, cu widget-uri personalizabile, fără reclame și permisiuni inutile.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -184,6 +184,7 @@
|
|||
<string name="append">Добавить \"_1\" к имени</string>
|
||||
<string name="apply_to_all">Применить ко всем</string>
|
||||
<string name="system_folder_restriction">Система не разрешает операции в этой папке, выберите другую</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Выбор папки</string>
|
||||
<string name="select_file">Выбор файла</string>
|
||||
|
@ -984,4 +985,4 @@
|
|||
<string name="pro_app_refund">Не забывайте, что если вы удалите любое платное приложение в течение 2 часов, вам будет автоматически возвращена сумма покупки. Если вы захотите вернуть деньги позднее, просто свяжитесь с нами по адресу hello@simplemobiletools.com и вы их получите. Так что можно легко опробовать это приложение :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">Группа простых приложений для Android с открытым исходным кодом с настраиваемыми виджетами без рекламы и ненужных разрешений.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
<string name="append">Pripnúť \'_1\'</string>
|
||||
<string name="apply_to_all">Použiť na všetky konflikty</string>
|
||||
<string name="system_folder_restriction">Systém nepovoľuje túto operáciu v tomto priečinku, prosím zvoľte iný</string>
|
||||
<string name="rename_in_sd_card_system_restriction">Systém v tomto priečinku nepovoľuje premenovávanie</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Zvoľte priečinok</string>
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
<string name="append">Dodaj \'_1\'</string>
|
||||
<string name="apply_to_all">Uporabi za vse</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Izberi mapo</string>
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
<string name="append">Додај суфикс \'_1\'</string>
|
||||
<string name="apply_to_all">Примени на све</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Изабери фасциклу</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Lägg till \'_1\'</string>
|
||||
<string name="apply_to_all">Använd på alla konflikter</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Välj mapp</string>
|
||||
<string name="select_file">Välj fil</string>
|
||||
|
@ -947,4 +948,4 @@
|
|||
<string name="pro_app_refund">Don\'t forget that if you uninstall any paid app within 2 hours, you will automatically be refunded. If you want a refund anytime later, just contact us at hello@simplemobiletools.com and you will get it. That makes it easy to try it out :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">A group of simple, open source Android apps with customizable widgets, without ads and unnecessary permissions.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Append with \'_1\'</string>
|
||||
<string name="apply_to_all">Apply to all</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">கோப்புறையை தேர்ந்தெடு</string>
|
||||
<string name="select_file">கோப்பை தேர்ந்தெடு</string>
|
||||
|
@ -947,4 +948,4 @@
|
|||
<string name="pro_app_refund">Don\'t forget that if you uninstall any paid app within 2 hours, you will automatically be refunded. If you want a refund anytime later, just contact us at hello@simplemobiletools.com and you will get it. That makes it easy to try it out :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">A group of simple, open source Android apps with customizable widgets, without ads and unnecessary permissions.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">\'_1\' ile ekle</string>
|
||||
<string name="apply_to_all">Tümüne uygula</string>
|
||||
<string name="system_folder_restriction">Sistem bu klasörde işlem yapmaya izin vermiyor, lütfen başka bir tane seçin</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Bir klasör seç</string>
|
||||
<string name="select_file">Bir dosya seç</string>
|
||||
|
@ -939,4 +940,4 @@
|
|||
<string name="pro_app_refund">Ücretli herhangi bir uygulamayı 2 saat içinde kaldırırsanız, otomatik olarak iade edileceğini unutmayın. İstediğiniz zaman geri ödeme almak isterseniz, hello@simplemobiletools.com adresinden bizimle iletişime geçmeniz yeterli olacaktır. Bu denemeyi kolaylaştırır :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">Özelleştirilebilir widget\'lara sahip, reklamlar ve gereksiz izinler içermeyen bir grup basit, açık kaynaklı Android uygulaması.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">Додати \'_1\' в кінець</string>
|
||||
<string name="apply_to_all">Застосувати до усіх</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Обрати теку</string>
|
||||
<string name="select_file">Обрати файл</string>
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
<string name="append">Nối với \'_1\'</string>
|
||||
<string name="apply_to_all">Áp dụng cho tất cả</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Chọn một thư mục</string>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">应用到 \'_1\'</string>
|
||||
<string name="apply_to_all">应用到全部冲突项</string>
|
||||
<string name="system_folder_restriction">系统不允许在此文件夹中操作,请选择另一个文件夹</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">选择文件夹</string>
|
||||
<string name="select_file">选择文件</string>
|
||||
|
@ -890,4 +891,4 @@
|
|||
<string name="pro_app_refund">别忘了如果您在2小时内卸载任何付费应用将会自动退款。如果您想在之后退款,只需通过 hello@simplemobiletools.com 联系我们即可。这样您就可以放心试用了 :)</string>
|
||||
<!-- Description of our developer profile on Google Play, it can have max 140 characters -->
|
||||
<string name="developer_description">一组简易且开源的 Android 应用程序,可自定义小部件,并且没有广告和不必要的权限。</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
<string name="append">附加 \'_1\'</string>
|
||||
<string name="apply_to_all">添加到全部衝突</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">選擇資料夾</string>
|
||||
<string name="select_file">選擇檔案</string>
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
<string name="append">Append with \'_1\'</string>
|
||||
<string name="apply_to_all">Apply to all</string>
|
||||
<string name="system_folder_restriction">The system does not allow the operation in this folder, please pick another one</string>
|
||||
<string name="rename_in_sd_card_system_restriction">The system does not allow renaming in this folder</string>
|
||||
|
||||
<!-- File picker -->
|
||||
<string name="select_folder">Select a folder</string>
|
||||
|
|
Loading…
Reference in a new issue