mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Add whoami check for receipt_credentials.
This commit is contained in:
committed by
Greyson Parrelli
parent
0dbab7ede0
commit
23f90e070e
@@ -5015,6 +5015,8 @@
|
||||
<string name="AppSettingsFragment__renew_your_signal_backups_subscription">Renew your Signal Backups subscription</string>
|
||||
<!-- String alerting user that backup failed -->
|
||||
<string name="AppSettingsFragment__couldnt_complete_backup">Couldn\'t complete backup</string>
|
||||
<!-- String alerting user that backup redemption -->
|
||||
<string name="AppSettingsFragment__couldnt_redeem_your_backups_subscription">Couldn\'t redeem your 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 -->
|
||||
@@ -7539,10 +7541,18 @@
|
||||
<string name="BackupAlertBottomSheet__if_you_skip_restore_the">If you skip restore the remaining media and attachments in your backup can be downloaded at a later time when storage space becomes available.</string>
|
||||
<!-- Dialog title when a backup fails to be created -->
|
||||
<string name="BackupAlertBottomSheet__backup_failed">Backup failed</string>
|
||||
<!-- Dialog title when a backup redemption fails -->
|
||||
<string name="BackupAlertBottomSheet__couldnt_redeem_your_backups_subscription">Couldn\'t redeem your backups subscription</string>
|
||||
<!-- Dialog text for when a backup fails to be created and ways to fix it -->
|
||||
<string name="BackupAlertBottomSheet__an_error_occurred">An error occurred and your backup could not be completed. Make sure you\'re on the latest version of Signal and try again. If this problem persists, contact support.</string>
|
||||
<!-- Dialog action button that will allow you to check for any Signal version updates -->
|
||||
<string name="BackupAlertBottomSheet__check_for_update">Check for update</string>
|
||||
<!-- Backup redemption error sheet text line 1 -->
|
||||
<string name="BackupAlertBottomSheet__too_many_devices_have_tried">Too many devices have tried to redeem your subscription this month. You may have:</string>
|
||||
<!-- Backup redemption error sheet bullet point 1 -->
|
||||
<string name="BackupAlertBottomSheet__reregistered_your_signal_account">Re-registered your Signal account too many times.</string>
|
||||
<!-- Backup redemption error sheet bullet point 2 -->
|
||||
<string name="BackupAlertBottomSheet__have_too_many_devices_using_the_same_subscription">Have too many devices using the same subscription.</string>
|
||||
|
||||
<!-- BackupStatus -->
|
||||
<!-- Status title when user does not have enough free space to download their media. Placeholder is required disk space. -->
|
||||
@@ -7824,6 +7834,8 @@
|
||||
<string name="RemoteBackupsSettingsFragment__a_network_error_occurred">A network error occurred. Please check your internet connection and try again.</string>
|
||||
<!-- Progress message when backup file is being uploaded. First placeholder and second placeholder are formatted byte sizes (2 MB) and third is percent completion. -->
|
||||
<string name="RemoteBackupsSettingsFragment__uploading_s_of_s_d">Uploading: %1$s of %2$s (%3$d%%)</string>
|
||||
<!-- Button label to see more details about redemption error -->
|
||||
<string name="RemoteBackupsSettingsFragment__details">Details</string>
|
||||
|
||||
<!-- SubscriptionNotFoundBottomSheet -->
|
||||
<!-- Displayed as a bottom sheet title -->
|
||||
|
||||
Reference in New Issue
Block a user