Add string resource for backup
Bug: 366386783
Test: build
Change-Id: I8aee1f0bb8f120a82de136c948f9d00e0c068144
diff --git a/android/TerminalApp/res/values/strings.xml b/android/TerminalApp/res/values/strings.xml
index c89fcfa..4dd33f4 100644
--- a/android/TerminalApp/res/values/strings.xml
+++ b/android/TerminalApp/res/values/strings.xml
@@ -95,6 +95,18 @@
<string name="settings_recovery_reset_dialog_confirm">Confirm</string>
<!-- Dialog button cancel for resetting the terminal [CHAR LIMIT=16] -->
<string name="settings_recovery_reset_dialog_cancel">Cancel</string>
+ <!-- Dialog option to back up previous image(/mnt/backup is the path which is supposed not to be translated) [CHAR LIMIT=none] -->
+ <string name="settings_recovery_reset_dialog_backup_option">Back up data to <xliff:g id="path" example="/mnt/backup">/mnt/backup</xliff:g></string>
+ <!-- Snankbar to indicate recovery error due to backup [CHAR LIMIT=none] -->
+ <string name="settings_recovery_error_due_to_backup">Recovery failed because backup failed</string>
+ <!-- Snankbar to indicate recovery error [CHAR LIMIT=none] -->
+ <string name="settings_recovery_error">Recovery failed</string>
+ <!-- Snankbar to indicate recovery error during removing backup [CHAR LIMIT=none] -->
+ <string name="settings_recovery_error_during_removing_backup">Cannot remove backup file</string>
+ <!-- Settings menu title for removing backup data [CHAR LIMIT=none] -->
+ <string name="settings_recovery_remove_backup_title">Remove backup data</string>
+ <!-- Settings menu sub title for removing backup data(/mnt/backup is the path which is supposed not to be translated) [CHAR LIMIT=none] -->
+ <string name="settings_recovery_remove_backup_sub_title">Clean up <xliff:g id="path" example="/mnt/backup">/mnt/backup</xliff:g></string>
<!-- Notification action button for settings [CHAR LIMIT=20] -->
<string name="service_notification_settings">Settings</string>