mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Add UI for when the user's grace period expires or while they are in the grace period.
This commit is contained in:
committed by
Cody Henthorne
parent
5e9824a180
commit
a6bfeebb24
@@ -7837,6 +7837,12 @@
|
||||
<string name="BackupAlertBottomSheet__your_backups_subscription_failed_to_renew">Your backups subscription failed to renew</string>
|
||||
<!-- Sheet body when user payment failed to process -->
|
||||
<string name="BackupAlertBottomSheet__check_to_make_sure_your_payment_method">Check to make sure your payment method is up to date. Tap Manage subscription and under Payment methods tap Update.</string>
|
||||
<!-- Sheet title for when user falls out of grace period -->
|
||||
<string name="BackupAlertBottomSheet__your_backups_subscription_has_expired">Your backups subscription has expired</string>
|
||||
<!-- Sheet body part 1 for when user falls out of grace period -->
|
||||
<string name="BackupAlertBottomSheet__your_subscription_couldnt_be_renewed">Your subscription couldn\'t be renewed with your payment method. To continue backing up media you need an active subscription.</string>
|
||||
<!-- Sheet body part 2 for when user falls out of grace period -->
|
||||
<string name="BackupAlertBottomSheet__youll_continue_to_have_access_to_the_free">You\'ll continue to have access to the free Signal Backups plan.</string>
|
||||
<!-- Sheet title for generic backup error -->
|
||||
<string name="BackupAlertBottomSheet__couldnt_complete_backup">Couldn\'t complete backup</string>
|
||||
<!-- Sheet body for generic backup error. Placeholder is days since last backup. -->
|
||||
@@ -7848,6 +7854,8 @@
|
||||
<string name="BackupAlertBottomSheet__learn_more">Learn more</string>
|
||||
<!-- Secondary action button text when user does not have enough free space to download their backup. -->
|
||||
<string name="BackupAlertBottomSheet__skip_restore">Skip restore</string>
|
||||
<!-- Primary action button to open backups management screen -->
|
||||
<string name="BackupAlertBottomSheet__manage_backups">Manage backups</string>
|
||||
<!-- Primary action button to start backup immediately -->
|
||||
<string name="BackupAlertBottomSheet__back_up_now">Back up now</string>
|
||||
<!-- Primary action button when user doesn\'t have enough space -->
|
||||
@@ -8140,6 +8148,8 @@
|
||||
<string name="RemoteBackupsSettingsFragment__downloading_your_backup">Downloading your backup</string>
|
||||
<!-- Dialog message for dialog which alerts user their optimized media will be downloaded -->
|
||||
<string name="RemoteBackupsSettingsFragment__depending_on_the_size">Depending on the size of your backup, this could take a long time. You can use your phone as you normally do while the download takes place.</string>
|
||||
<!-- Displayed in card when user has backups enabled but there is otherwise no subscription available. This can happen for example after a device transfer. -->
|
||||
<string name="RemoteBackupsSettingsFragment__your_subscription_was_not_found">Your subscription was not found on this device. Renew to continue using Signal Backups.</string>
|
||||
<!-- Displayed in card when user has a signal subscription but the device doesn\'t see a google play billing subscription. Placeholder is days until subscription expiration. -->
|
||||
<plurals name="RemoteBackupsSettingsFragment__your_subscription_on_this_device_is_valid">
|
||||
<item quantity="one">Your subscription on this device is valid for the next %1$d day. Renew to continue using Signal Backups</item>
|
||||
|
||||
Reference in New Issue
Block a user