mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Read and use backups data to structure tier feature sets.
This commit is contained in:
@@ -7458,6 +7458,30 @@
|
||||
<string name="MessageBackupsTypeSelectionScreen__change_backup_type">Change backup type</string>
|
||||
<!-- Secondary action button label when selecting a backup tier with a current selection -->
|
||||
<string name="MessageBackupsTypeSelectionScreen__cancel_subscription">Cancel subscription</string>
|
||||
<!-- MessageBackupsType block amount for free tier -->
|
||||
<string name="MessageBackupsTypeSelectionScreen__free">Free</string>
|
||||
<!-- MessageBackupsType block amount for paid tier. Placeholder is formatted currency amount. -->
|
||||
<string name="MessageBackupsTypeSelectionScreen__s_month">%1$s/month</string>
|
||||
<!-- Title for free tier -->
|
||||
<string name="MessageBackupsTypeSelectionScreen__text_plus_all_your_media">Text + all your media</string>
|
||||
<!-- Title for paid tier. Placeholder is days of media retention. -->
|
||||
<plurals name="MessageBackupsTypeSelectionScreen__text_plus_d_days_of_media">
|
||||
<item quantity="one">Text + %1$d day of media</item>
|
||||
<item quantity="other">Text + %1$d days of media</item>
|
||||
</plurals>
|
||||
<!-- Description text for text history feature -->
|
||||
<string name="MessageBackupsTypeSelectionScreen__full_text_message_backup">Full text message backup</string>
|
||||
<!-- Description text for paid tier media retention -->
|
||||
<string name="MessageBackupsTypeSelectionScreen__full_media_backup">Full media backup</string>
|
||||
<!-- Description text for storage space for paid tier media. Placeholder 1 is for byte amount, placeholder 2 is for a photo count estimate -->
|
||||
<string name="MessageBackupsTypeSelectionScreen__s_of_storage_s_photos">%1$s of storage (%2$s photos)</string>
|
||||
<!-- Description text for thanks -->
|
||||
<string name="MessageBackupsTypeSelectionScreen__thanks_for_supporting_signal">Thanks for supporting Signal!</string>
|
||||
<!-- Description text for free tier media retention. Placeholder is retention day count. -->
|
||||
<plurals name="MessageBackupsTypeSelectionScreen__last_d_days_of_media">
|
||||
<item quantity="one">Last %1$d day of media</item>
|
||||
<item quantity="other">Last %1$d days of media</item>
|
||||
</plurals>
|
||||
|
||||
<!-- ConfirmBackupCancellationDialog -->
|
||||
<!-- Dialog title -->
|
||||
|
||||
Reference in New Issue
Block a user