diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-03-06 13:28:37 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-03-06 13:28:37 +0000 |
commit | a03cdfe814a4809d7de5bc6e7534fbdb50990d44 (patch) | |
tree | 9460917bd5082555b5a610395ca5fcf9790ab6d0 /app/src/main/res/values/strings.xml | |
parent | 65e654a23c9a0ee791ca68ea58f7060e5ec67fc5 (diff) | |
download | infinity-for-reddit-a03cdfe814a4809d7de5bc6e7534fbdb50990d44.tar infinity-for-reddit-a03cdfe814a4809d7de5bc6e7534fbdb50990d44.tar.gz infinity-for-reddit-a03cdfe814a4809d7de5bc6e7534fbdb50990d44.tar.bz2 infinity-for-reddit-a03cdfe814a4809d7de5bc6e7534fbdb50990d44.tar.lz infinity-for-reddit-a03cdfe814a4809d7de5bc6e7534fbdb50990d44.tar.xz infinity-for-reddit-a03cdfe814a4809d7de5bc6e7534fbdb50990d44.tar.zst infinity-for-reddit-a03cdfe814a4809d7de5bc6e7534fbdb50990d44.zip |
Restore settings.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 795a6a0a..d243b437 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1042,5 +1042,9 @@ <string name="backup_settings_success">Successfully exported settings to the destination directory</string> <string name="create_zip_in_destination_directory_failed">Could not create backup zip in the destination directory</string> <string name="backup_some_settings_failed">Could not backup some settings but others were successfully exported to the destination directory</string> + <string name="restore_settings_success">Successfully restored settings. Restart the app to see the changes.</string> + <string name="restore_settings_partially_failed">Some settings may not be restored successfully. Restart the app to see the changes.</string> + <string name="restore_settings_failed_file_corrupted">Cannot restore settings. The file may be corrupted.</string> + <string name="restore_settings_failed_cannot_get_file">Cannot access the file</string> </resources> |