Merge pull request #4069 from kiwix/Fixes#4064

Improved the message to copy/move ZIM
This commit is contained in:
Kelson 2024-11-12 14:23:18 +01:00 committed by GitHub
commit d68aec9922
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -327,7 +327,7 @@
<string name="move">Move</string>
<string name="file_copying_in_progress">Zim file copying in progress</string>
<string name="file_moving_in_progress">Zim file moving in progress</string>
<string name="copy_move_files_dialog_description">Do you want to copy or move the file?</string>
<string name="copy_move_files_dialog_description">Kiwix requires the ZIM file to be in its own data directory. Do you want to copy or move it there?</string>
<string name="copy_file_error_message">Error in copying the zim file: %s.</string>
<string name="move_files_permission_dialog_title">Move/Copy files to app public directory?</string>
<string name="move_files_permission_dialog_description">Due to Google Play policies on Android 11 and above, our app can no longer directly access files stored elsewhere on your device. To let you view your selected files, we need to move or copy them into a special folder within our application directory. This allows us to access and open the files. Do you agree to this?</string>