Update remote backups settings to align with design.

This commit is contained in:
Alex Hart
2024-10-15 16:51:38 -03:00
committed by Greyson Parrelli
parent 6a77631b09
commit b073005ff9
7 changed files with 516 additions and 157 deletions

View File

@@ -7550,11 +7550,13 @@
<!-- Snackbar text displayed when backup type is downgraded -->
<string name="RemoteBackupsSettingsFragment__backup_type_changed_and_subcription_deleted">Backup type changed and subscription cancelled</string>
<!-- Snackbar text displayed when backup subscription is cancelled -->
<string name="RemoteBackupsSettingsFragment__subscription_cancelled">Subscription cancelled</string>
<string name="RemoteBackupsSettingsFragment__subscription_cancelled">Subscription canceled</string>
<!-- Snackbar text displayed when backup is successfully downloaded -->
<string name="RemoteBackupsSettingsFragment__download_complete">Download complete</string>
<!-- Snackbar text displayed when backup will be created overnight -->
<string name="RemoteBackupsSettingsFragment__backup_will_be_created_overnight">Backup will be created overnight.</string>
<!-- Text displayed in card when subscription is inactive -->
<string name="RemoteBackupsSettingsFragment__subscription_inactive">Subscription inactive</string>
<!-- Title text in row detailing selected backup type -->
<string name="RemoteBackupsSettingsFragment__backup_plan">Backup plan</string>
<!-- Subtitle text in row detailing selected backup type displayed when backups are disabled -->
@@ -7563,8 +7565,12 @@
<string name="RemoteBackupsSettingsFragment__s_per_month">%1$s/month</string>
<!-- String for free backups -->
<string name="RemoteBackupsSettingsFragment__your_backup_plan_is_free">Your backup plan is free</string>
<!-- Displays the date the subscription will renew -->
<!-- Displays the date the subscription will renew. Placeholder is the date. -->
<string name="RemoteBackupsSettingsFragment__renews_s">Renews %1$s</string>
<!-- Displays the date the subscription will expire. Placeholder is the date. -->
<string name="RemoteBackupsSettingsFragment__expires_on_s">Expires on %1$s</string>
<!-- Displays the date the subscription expired. Placeholder is the date. -->
<string name="RemoteBackupsSettingsFragment__expired_on_s">Expired on %1$s</string>
<!-- Displayed at the top of the screen when no backup is currently enabled -->
<string name="RemoteBackupsSettingsFragment__back_up_your_message_history">Back up your message history so you never lose data when you get a new phone or reinstall Signal.</string>
<!-- Section header for other ways to back up -->
@@ -7609,6 +7615,10 @@
<string name="RemoteBackupsSettingsFragment__manually_back_up">Manually back up</string>
<!-- The body of an alert dialog shown when we detect the user may be confused by the lock screen -->
<string name="PassphrasePromptActivity_help_prompt_body">Please enter your device pin, password or pattern.</string>
<!-- Button label to re-enable backups (launches into checkout flow) -->
<string name="RemoteBackupsSettingsFragment__reenable_backups">Re-enable backups</string>
<!-- Notice displayed when backups have been disabled and deleted -->
<string name="RemoteBackupsSettingsFragment__backups_have_been_turned_off">Backups have been turned off and your data has been deleted from Signal\'s secure storage service.</string>
<!-- MessageBackupsEducationScreen -->
<!-- Screen subtitle underneath large headline title -->