mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Flesh out restore paths for regv3.
This commit is contained in:
@@ -1356,16 +1356,18 @@
|
||||
<string name="RemoteRestoreActivity__all_of_your_messages">All of your messages</string>
|
||||
<!-- Screen title for restoring from backup -->
|
||||
<string name="RemoteRestoreActivity__restore_from_backup">Restore from backup</string>
|
||||
<!-- Notice about what media will be included in backups. Placeholder is days, and is currently fixed at 30. -->
|
||||
<string name="RemoteRestoreActivity__only_media_sent_or_received">Only media sent or received in the past %1$d days is included.</string>
|
||||
<!-- Section title for explaining what your backup includes -->
|
||||
<string name="RemoteRestoreActivity__your_backup_includes">Your backup includes:</string>
|
||||
<!-- Primary action button copy for starting restoration -->
|
||||
<string name="RemoteRestoreActivity__restore_backup">Restore backup</string>
|
||||
<!-- Displayed at restore time to tell the user when their last backup was made. %$1s is replaced with the date (e.g. March 5, 2024) and %$2s is replaced with the time (e.g. 9:00am) -->
|
||||
<!-- Displayed at restore time to tell the user when their last backup was made. %1$s is replaced with the date (e.g. March 5, 2024) and %2$s is replaced with the time (e.g. 9:00am) -->
|
||||
<string name="RemoteRestoreActivity__backup_created_at">Your last backup was made on %1$s at %2$s.</string>
|
||||
<!-- Displayed at restore time to tell the user when their last backup was made and size. %1$s is replaced with the date (e.g. March 5, 2024), %2$s is replaced with the time (e.g. 9:00am), %3$1 is replaced with size (e.g., 1.2GB) -->
|
||||
<string name="RemoteRestoreActivity__backup_created_at_with_size">Your last backup was made on %1$s at %2$s. Your backup size is %3$s.</string>
|
||||
<!-- Progress dialog label while fetching backup info if we don\'t already have it -->
|
||||
<string name="RemoteRestoreActivity__fetching_backup_details">Fetching backup details…</string>
|
||||
<!-- Text label button to skip restore from remote -->
|
||||
<string name="RemoteRestoreActivity__skip_restore">Skip restore</string>
|
||||
|
||||
<!-- GroupMentionSettingDialog -->
|
||||
<string name="GroupMentionSettingDialog_notify_me_for_mentions">Notify me for Mentions</string>
|
||||
@@ -4315,6 +4317,8 @@
|
||||
<string name="registration_activity__restore_or_transfer">Restore or transfer</string>
|
||||
<string name="registration_activity__transfer_account">Transfer account</string>
|
||||
<string name="registration_activity__skip">Skip</string>
|
||||
<!-- Text label button to skip restoring -->
|
||||
<string name="registration_activity__skip_restore">Skip restore</string>
|
||||
<string name="preferences_chats__chat_backups">Chat backups</string>
|
||||
<string name="preferences_chats__transfer_account">Transfer account</string>
|
||||
<string name="preferences_chats__transfer_account_to_a_new_android_device">Transfer account to a new Android device</string>
|
||||
@@ -7956,6 +7960,18 @@
|
||||
<!-- Restore Complete bottom sheet dialog button text to dismiss sheet -->
|
||||
<string name="RestoreCompleteBottomSheet_button">Okay</string>
|
||||
|
||||
<!-- No Backup to Restore screen title -->
|
||||
<string name="NoBackupToRestore_title">No Backup to Restore</string>
|
||||
<!-- No Backup to Restore screen subtitle -->
|
||||
<string name="NoBackupToRestore_subtitle">Because you\'re moving from iPhone to Android, the only way to transfer your messages and media is by enabling Signal Backups on your old device.</string>
|
||||
<!-- No Backup to Restore step 1 to enable backups on old device -->
|
||||
<string name="NoBackupToRestore_step1">Open Signal on your old device</string>
|
||||
<!-- No Backup to Restore step 2 to enable backups on old device -->
|
||||
<string name="NoBackupToRestore_step2">Tap Settings > Backups</string>
|
||||
<!-- No Backup to Restore step 3 to enable backups on old device -->
|
||||
<string name="NoBackupToRestore_step3">Enable backups and wait until your backup is complete</string>
|
||||
<!-- No backup to Restore tonal cta to skip restore -->
|
||||
<string name="NoBackupToRestore_skip_restore">Skip restore</string>
|
||||
|
||||
<!-- EOF -->
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user