mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-23 11:38:55 +02:00
Improve error message if restoring from JSON file (#1056)
* Improve error message if restoring from JSON file * Replace Exception with IOException * Use more generic error message if protobuf fails * fix lint
This commit is contained in:
@@ -518,6 +518,8 @@
|
||||
<string name="invalid_backup_file">Invalid backup file:</string>
|
||||
<string name="invalid_backup_file_error">Full error:</string>
|
||||
<string name="invalid_backup_file_missing_manga">Backup does not contain any library entries.</string>
|
||||
<string name="invalid_backup_file_json">JSON backup not supported</string>
|
||||
<string name="invalid_backup_file_unknown">Backup file is corrupted</string>
|
||||
<string name="backup_restore_missing_sources">Missing sources:</string>
|
||||
<string name="backup_restore_missing_trackers">Trackers not logged into:</string>
|
||||
<string name="backup_restore_content_full">You may need to install any missing extensions and log in to tracking services afterwards to use them.</string>
|
||||
|
Reference in New Issue
Block a user