mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-05 04:45:14 +01:00
Change optimize on-device storage to Optimize Signal storage.
This commit is contained in:
committed by
Michelle Tang
parent
300e5bf6f6
commit
2bc2ae2867
@@ -3419,11 +3419,11 @@
|
||||
<!-- Dialog title shown when attempting to save media that has been offloaded from the device by the storage optimization feature. -->
|
||||
<string name="AttachmentSaver__cant_save_media">Can\'t save media</string>
|
||||
<!-- Dialog message explaining that media cannot be saved because it has been offloaded from the device by the storage optimization feature. -->
|
||||
<string name="AttachmentSaver__media_offloaded_message">This media has been offloaded from your device because \"Optimize on-device storage\" is turned on. You can download items one-by-one, or turn off \"Optimize on-device storage\" to download all media to your device.</string>
|
||||
<string name="AttachmentSaver__media_offloaded_message">This media has been offloaded from your device because \"Optimize Signal storage\" is turned on. You can download items one-by-one, or turn off \"Optimize Signal storage\" to download all media to your device.</string>
|
||||
<!-- Dialog title shown when attempting to save multiple media items, some of which have been offloaded from the device by the storage optimization feature. -->
|
||||
<string name="AttachmentSaver__cant_save_all_items">Can\'t save all items</string>
|
||||
<!-- Dialog message explaining that some selected media cannot be saved because it has been offloaded from the device by the storage optimization feature. -->
|
||||
<string name="AttachmentSaver__some_media_offloaded_message">Some media you\'ve selected has been offloaded from your device because \"Optimize on-device storage\" is turned on. You can save items one-by-one, or turn off \"Optimize on-device storage\" to download all media to your device.</string>
|
||||
<string name="AttachmentSaver__some_media_offloaded_message">Some media you\'ve selected has been offloaded from your device because \"Optimize Signal storage\" is turned on. You can save items one-by-one, or turn off \"Optimize Signal storage\" to download all media to your device.</string>
|
||||
<!-- Button label in the offloaded media dialog that navigates to the storage settings screen. -->
|
||||
<string name="AttachmentSaver__view_storage_settings">View storage settings</string>
|
||||
|
||||
@@ -8618,9 +8618,9 @@
|
||||
<!-- Setting description for syncing automated chat limit trimming (deleting messages automatically by length or date) to linked devices -->
|
||||
<string name="ManageStorageSettingsFragment_apply_limits_description">When enabled, chat limits will also delete messages from your linked devices.</string>
|
||||
<!-- Setting section title header for storage optimization -->
|
||||
<string name="ManageStorageSettingsFragment__on_device_storage">On-device storage</string>
|
||||
<string name="ManageStorageSettingsFragment__on_device_storage">Signal storage</string>
|
||||
<!-- Setting row title for storage optimization -->
|
||||
<string name="ManageStorageSettingsFragment__optimize_on_device_storage">Optimize on-device storage</string>
|
||||
<string name="ManageStorageSettingsFragment__optimize_on_device_storage">Optimize Signal storage</string>
|
||||
<!-- Setting row explanation for storage optimization -->
|
||||
<string name="ManageStorageSettingsFragment__unused_media_will_be_offloaded">Unused media will be offloaded, but can be downloaded from your backup anytime.</string>
|
||||
<!-- Dialog message for paid tier pending dialog -->
|
||||
@@ -9101,13 +9101,13 @@
|
||||
<!-- Dialog title for confirming you need to disable optimized storage and download media to rotate AEP key -->
|
||||
<string name="MessageBackupsKeyRecordScreen__download_media">Download media</string>
|
||||
<!-- Dialog body for confirming you need to disable optimized storage and download media to rotate AEP key -->
|
||||
<string name="MessageBackupsKeyRecordScreen__to_create_a_new_backup_key">To create a new recovery key, you must turn off \"Optimize storage\" and wait until your media has been downloaded. When the download is complete, you can create a new key.</string>
|
||||
<string name="MessageBackupsKeyRecordScreen__to_create_a_new_backup_key">To create a new recovery key, you must turn off \"Optimize Signal storage\" and wait until your media has been downloaded. When the download is complete, you can create a new key.</string>
|
||||
<!-- Action label to turn off optimized storage and download media -->
|
||||
<string name="MessageBackupsKeyRecordScreen__turn_off_and_download">Turn off and download</string>
|
||||
<!-- Bottom Sheet title for creating a new AEP key -->
|
||||
<string name="MessageBackupsKeyRecordScreen__create_a_new_backup_key">Create a new recovery key</string>
|
||||
<!-- Bottom Sheet body for creating a new AEP key -->
|
||||
<string name="MessageBackupsKeyRecordScreen__creating_a_new_key_is_only_necessary">Creating a new key is only necessary if someone else knows your key. You will have to re-upload your backup, including media. If you are using \"Optimize storage\" you will have to download offloaded media first.</string>
|
||||
<string name="MessageBackupsKeyRecordScreen__creating_a_new_key_is_only_necessary">Creating a new key is only necessary if someone else knows your key. You will have to re-upload your backup, including media. If you are using \"Optimize Signal storage\" you will have to download offloaded media first.</string>
|
||||
<!-- Dialog title shown when user attempts to exit backup setup before completion -->
|
||||
<string name="MessageBackupsKeyRecordScreen__exit_backup_setup">Exit backup setup?</string>
|
||||
<!-- Dialog body warning user that backup setup is incomplete -->
|
||||
|
||||
Reference in New Issue
Block a user