mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-21 11:28:56 -04:00
Improved the warning message we are showing to the user after copying/moving the ZIm chunks.
This commit is contained in:
parent
4e16102bc4
commit
10734ec75f
@ -120,7 +120,7 @@ sealed class KiwixDialog(
|
||||
|
||||
data object ShowWarningAboutSplittedZimFile : KiwixDialog(
|
||||
null,
|
||||
R.string.verify_zim_chunk_copied_moved_properly,
|
||||
R.string.ensure_zim_chunk_copied_moved_properly,
|
||||
R.string.view,
|
||||
android.R.string.ok,
|
||||
cancelable = false
|
||||
|
@ -334,7 +334,7 @@
|
||||
<string name="moving_zim_file">Moving ZIM 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="verify_zim_chunk_copied_moved_properly">Be cautious: verify that all the ZIM chunks have been moved/copied properly! \nAfter copying/moving all the ZIM chunks please refresh the library screen by swipe down. The Split ZIM file will add in library.</string>
|
||||
<string name="ensure_zim_chunk_copied_moved_properly">Be cautious: Ensure all ZIM chunks have been properly moved or copied. You can verify them by clicking the “View” button. Once done, refresh the library screen by swiping down. The split ZIM file will then appear in your library.</string>
|
||||
<string name="view">View</string>
|
||||
<string name="why_copy_move_files_to_app_directory">Why copy/move files to app public directory?</string>
|
||||
<string name="copy_move_files_to_app_directory_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.</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user