mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Implement new top-level backups settings.
This commit is contained in:
@@ -7336,19 +7336,15 @@
|
||||
<!-- Educational bottom sheet confirm/dismiss button text shown to notify about delete syncs causing deletes to happen across all devices -->
|
||||
<string name="DeleteSyncEducation_acknowledge_button">OK</string>
|
||||
|
||||
<!-- RemoteBackupsPaymentHistoryFragment -->
|
||||
<!-- Title of the screen for payment history -->
|
||||
<string name="RemoteBackupsPaymentHistoryFragment__payment_history">Payment history</string>
|
||||
<!-- Description for backup rows -->
|
||||
<string name="RemoteBackupsPaymentHistoryFragment__text_and_all_media_backup">Text and all media backup</string>
|
||||
<!-- Title of the screen for payment details -->
|
||||
<string name="RemoteBackupsPaymentHistoryFragment__payment_details">Payment details</string>
|
||||
<!-- Title of row specifying the type of backup -->
|
||||
<string name="RemoteBackupsPaymentHistoryFragment__backup_type">Backup type</string>
|
||||
<!-- Title of row specifying the date the backup was paid on -->
|
||||
<string name="RemoteBackupsPaymentHistoryFragment__date_paid">Date paid</string>
|
||||
<!-- Button label to share the receipt -->
|
||||
<string name="RemoteBackupsPaymentHistoryFragment__share">Share</string>
|
||||
<!-- BackupsSettingsFragment -->
|
||||
<!-- Subtitle for row for active backup, first placeholder is formatted amount, second is renewal date -->
|
||||
<string name="BackupsSettingsFragment_s_month_renews_s">%1$s/month, renews %2$s</string>
|
||||
<!-- Subtitle for row for active backup, placeholder is last date of backup -->
|
||||
<string name="BackupsSettingsFragment_last_backup_s">Last backup %1$s</string>
|
||||
<!-- Subtitle for row for no backup ever created -->
|
||||
<string name="BackupsSettingsFragment_automatic_backups_with_signals">Automatic backups with Signal\'s secure end-to-end encrypted storage service.</string>
|
||||
<!-- Action button label to set up backups -->
|
||||
<string name="BackupsSettingsFragment_set_up">Set up</string>
|
||||
|
||||
<!-- RemoteBackupsSettingsFragment -->
|
||||
<!-- Displayed on the title bar -->
|
||||
@@ -7376,13 +7372,27 @@
|
||||
<!-- Snackbar text displayed when backup will be created overnight -->
|
||||
<string name="RemoteBackupsSettingsFragment__backup_will_be_created_overnight">Backup will be created overnight.</string>
|
||||
<!-- Title text in row detailing selected backup type -->
|
||||
<string name="RemoteBackupsSettingsFragment__backup_type">Backup type</string>
|
||||
<string name="RemoteBackupsSettingsFragment__backup_plan">Backup plan</string>
|
||||
<!-- Subtitle text in row detailing selected backup type displayed when backups are disabled -->
|
||||
<string name="RemoteBackupsSettingsFragment__backups_disabled">Backups disabled</string>
|
||||
<!-- Format string for backup and cost. First placeholder is backup title, second is cost per month. -->
|
||||
<string name="RemoteBackupsSettingsFragment__s_dot_s_per_month">%1$s · %2$s/month</string>
|
||||
<!-- Button label to enable backups -->
|
||||
<string name="RemoteBackupsSettingsFragment__enable_backups">Enable backups</string>
|
||||
<!-- Format string for backup and cost. First placeholder is cost per month. -->
|
||||
<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 -->
|
||||
<string name="RemoteBackupsSettingsFragment__renews_s">Renews %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 -->
|
||||
<string name="RemoteBackupsSettingsFragment__other_ways_to_backup">Other ways to backup</string>
|
||||
<!-- Row title for performing on-device backup -->
|
||||
<string name="RemoteBackupsSettingsFragment__on_device_backups">On-device backups</string>
|
||||
<!-- Row label for performing on-device backup -->
|
||||
<string name="RemoteBackupsSettingsFragment__save_your_backups_to">Save your backups to a folder on this device</string>
|
||||
<!-- Button label to manage or cancel backups -->
|
||||
<string name="RemoteBackupsSettingsFragment__manage_or_cancel">Manage or cancel</string>
|
||||
<!-- button label to upgrade backups -->
|
||||
<string name="RemoteBackupsSettingsFragment__upgrade">Upgrade</string>
|
||||
<!-- Progress indicator subtext displayed when a backup is in progress -->
|
||||
<string name="RemoteBackupsSettingsFragment__d_slash_d">%1$d/%2$d</string>
|
||||
<!-- Title text in row detailing last backup -->
|
||||
|
||||
Reference in New Issue
Block a user