diff options
-rw-r--r-- | packages/BackupRestoreConfirmation/res/values-en-rCA/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/BackupRestoreConfirmation/res/values-en-rCA/strings.xml b/packages/BackupRestoreConfirmation/res/values-en-rCA/strings.xml index d096d98a1a51..d5019d55c560 100644 --- a/packages/BackupRestoreConfirmation/res/values-en-rCA/strings.xml +++ b/packages/BackupRestoreConfirmation/res/values-en-rCA/strings.xml @@ -17,7 +17,7 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="backup_confirm_title" msgid="827563724209303345">"Full backup"</string> - <string name="restore_confirm_title" msgid="5469365809567486602">"Full restoration"</string> + <string name="restore_confirm_title" msgid="5469365809567486602">"Full restore"</string> <string name="backup_confirm_text" msgid="1878021282758896593">"A full backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen?\n\nIf you did not request the backup yourself, do not allow the operation to proceed."</string> <string name="allow_backup_button_label" msgid="4217228747769644068">"Back up my data"</string> <string name="deny_backup_button_label" msgid="6009119115581097708">"Do not back up"</string> @@ -32,7 +32,7 @@ <string name="restore_enc_password_text" msgid="6140898525580710823">"If the restore data is encrypted, please enter the password below:"</string> <string name="toast_backup_started" msgid="550354281452756121">"Backup starting..."</string> <string name="toast_backup_ended" msgid="3818080769548726424">"Backup finished"</string> - <string name="toast_restore_started" msgid="7881679218971277385">"Restoration starting..."</string> - <string name="toast_restore_ended" msgid="1764041639199696132">"Restoration ended"</string> + <string name="toast_restore_started" msgid="7881679218971277385">"Restore starting..."</string> + <string name="toast_restore_ended" msgid="1764041639199696132">"Restore ended"</string> <string name="toast_timeout" msgid="5276598587087626877">"Operation timed out"</string> </resources> |