mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Add skip dialog for during deletion.
This commit is contained in:
committed by
Cody Henthorne
parent
ad652dbaf2
commit
2ff0df9ef6
@@ -8188,17 +8188,21 @@
|
||||
<string name="RemoteBackupsSettingsFragment__download">Download</string>
|
||||
<!-- Dialog title for skipping download of backed up media -->
|
||||
<string name="RemoteBackupsSettingsFragment__skip_download_question">Skip download?</string>
|
||||
<!-- Dialog body for skiping download of backed up media -->
|
||||
<!-- Dialog body for skipping download of backed up media -->
|
||||
<plurals name="RemoteBackupsSettingsFragment__if_you_skip_downloading">
|
||||
<item quantity="one">If you skip downloading the remaining media and attachments in your backup will be deleted in %1$d day.</item>
|
||||
<item quantity="other">If you skip downloading the remaining media and attachments in your backup will be deleted in %1$d days.</item>
|
||||
</plurals>
|
||||
<!-- Dialog body for skipping download of backed up media during deletion -->
|
||||
<string name="RemoteBackupsSettingsFragment__if_you_skip_downloading_the_remaining">If you skip downloading the remaining media and attachments in your backup they will be permanently deleted. This data won\'t be recoverable.</string>
|
||||
<!-- Dialog title for skipping download of in progress initial restore of backed up media -->
|
||||
<string name="RemoteBackupsSettingsFragment__skip_restore_question">Skip restore?</string>
|
||||
<!-- Dialog message for skipping download of in progress initial restore of backed up media -->
|
||||
<string name="RemoteBackupsSettingsFragment__skip_restore_message">If you skip restore the remaining media and attachments in your backup can be downloaded at a later time.</string>
|
||||
<!-- Positive dialog action to skip download -->
|
||||
<string name="RemoteBackupsSettingsFragment__skip">Skip</string>
|
||||
<!-- Positive dialog action to skip download during deletion -->
|
||||
<string name="RemoteBackupsSettingsFragment__skip_and_delete_permanently">Skip and delete permanently</string>
|
||||
<!-- Dialog title for network error while trying to disable backups -->
|
||||
<string name="RemoteBackupsSettingsFragment__couldnt_turn_off_and_delete_backups">Couldn\'t turn off and delete backups</string>
|
||||
<!-- Dialog body for network error while trying to disable backups -->
|
||||
|
||||
Reference in New Issue
Block a user