mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Add "Backups Subscription not found" states.
This commit is contained in:
@@ -4964,6 +4964,9 @@
|
||||
<string name="QualitySelectorBottomSheetDialog__media_quality">Media quality</string>
|
||||
|
||||
<!-- AppSettingsFragment -->
|
||||
<!-- String alerting user that something is wrong with their backups subscription -->
|
||||
<string name="AppSettingsFragment__renew_your_signal_backups_subscription">Renew your Signal Backups subscription</string>
|
||||
<!-- String displayed telling user to invite their friends to Signal -->
|
||||
<string name="AppSettingsFragment__invite_your_friends">Invite your friends</string>
|
||||
<!-- String displayed in a toast when we successfully copy the donations subscriber id to the clipboard -->
|
||||
<string name="AppSettingsFragment__copied_donor_subscriber_id_to_clipboard">Copied donor subscriber id to clipboard</string>
|
||||
@@ -7682,6 +7685,35 @@
|
||||
<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 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>
|
||||
<item quantity="other">Your subscription on this device is valid for the next %1$d days. Renew to continue using Signal Backups</item>
|
||||
</plurals>
|
||||
<!-- Button label to start subscription renewal -->
|
||||
<string name="RemoteBackupsSettingsFragment__renew">Renew</string>
|
||||
<!-- Button label to learn more about why subscription disappeared -->
|
||||
<string name="RemoteBackupsSettingsFragment__learn_more">Learn more</string>
|
||||
|
||||
<!-- SubscriptionNotFoundBottomSheet -->
|
||||
<!-- Displayed as a bottom sheet title -->
|
||||
<string name="SubscriptionNotFoundBottomSheet__subscription_not_found">Subscription not found</string>
|
||||
<!-- Displayed below title on bottom sheet -->
|
||||
<string name="SubscriptionNotFoundBottomSheet__your_subscription_couldnt_be_restored">Your subscription couldn\'t be restored.</string>
|
||||
<!-- Displayed below title on bottom sheet -->
|
||||
<string name="SubscriptionNotFoundBottomSheet__this_could_happen_if">This could happen if:</string>
|
||||
<!-- First item in a bulleted list of reasons -->
|
||||
<string name="SubscriptionNotFoundBottomSheet__youre_signed_into_the_play_store_with_a_different_google_account">You\'re signed into the Play Store with a different Google account.</string>
|
||||
<!-- Second item in a bulleted list of reasons -->
|
||||
<string name="SubscriptionNotFoundBottomSheet__you_transferred_from_an_iphone">You transferred from an iPhone.</string>
|
||||
<!-- Third item in a bulleted list of reasons -->
|
||||
<string name="SubscriptionNotFoundBottomSheet__your_subscription_recently_expired">Your subscription recently expired.</string>
|
||||
<!-- Note underneath bullet points -->
|
||||
<string name="SubscriptionNotFoundBottomSheet__if_you_have_an_active_subscription_on">If you have an active subscription on your old phone consider canceling it before it renews.</string>
|
||||
<!-- Action button label to acknowledge and dismiss sheet -->
|
||||
<string name="SubscriptionNotFoundBottomSheet__got_it">Got it</string>
|
||||
<!-- Action button label to contact support -->
|
||||
<string name="SubscriptionNotFoundBottomSheet__contact_support">Contact support</string>
|
||||
|
||||
<!-- MessageBackupsEducationScreen -->
|
||||
<!-- Screen subtitle underneath large headline title -->
|
||||
|
||||
Reference in New Issue
Block a user