mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Streamline export account data to not save to disk.
This commit is contained in:
@@ -3980,21 +3980,17 @@
|
||||
<string name="AccountSettingsFragment__require_your_signal_pin">Require your Signal PIN to register your phone number with Signal again</string>
|
||||
<string name="AccountSettingsFragment__change_phone_number">Change phone number</string>
|
||||
<!-- Account setting that allows user to request and export their signal account data -->
|
||||
<string name="AccountSettingsFragment__request_account_data">Request account data</string>
|
||||
<string name="AccountSettingsFragment__request_account_data">Your account data</string>
|
||||
|
||||
<!-- ExportAccountDataFragment -->
|
||||
<!-- Part of requesting account data flow, this is the section title for requesting that account data -->
|
||||
<string name="ExportAccountDataFragment__your_account_data">Your account data</string>
|
||||
<!-- Explanation of account data the user can request. %1$s is replaced with Learn more with a link -->
|
||||
<string name="ExportAccountDataFragment__export_explanation">Download and export a report of your Signal account data. This report does not include any messages or media. %1$s</string>
|
||||
<string name="ExportAccountDataFragment__export_explanation">Export a report of your Signal account data. This report does not include any messages or media. %1$s</string>
|
||||
<!-- Learn more link to more information about requesting account data -->
|
||||
<string name="ExportAccountDataFragment__learn_more">Learn more</string>
|
||||
<!-- Button action to download the report data -->
|
||||
<string name="ExportAccountDataFragment__download_report">Download report</string>
|
||||
<!-- Button action to export the report data to another app (e.g. email) -->
|
||||
<string name="ExportAccountDataFragment__export_report">Export report</string>
|
||||
<!-- Button action to delete the requested account data -->
|
||||
<string name="ExportAccountDataFragment__delete_report">Delete report</string>
|
||||
|
||||
<!-- Radio option to export the data as a text file .txt -->
|
||||
<string name="ExportAccountDataFragment__export_as_txt">Export as TXT</string>
|
||||
@@ -4010,8 +4006,10 @@
|
||||
|
||||
<!-- Acknowledgement for download failure -->
|
||||
<string name="ExportAccountDataFragment__ok_action">OK</string>
|
||||
<!-- Message shown when report download fails -->
|
||||
<string name="ExportAccountDataFragment__report_download_failed">Your report could not be downloaded due to a network error. Check your connection and try again.</string>
|
||||
<!-- Title of dialog shown when report fails to generate -->
|
||||
<string name="ExportAccountDataFragment__report_generation_failed">Couldn\'t generate report</string>
|
||||
<!-- Message of dialog shown when report fails to generate asking user to check network connection -->
|
||||
<string name="ExportAccountDataFragment__check_network">Check your connection and try again.</string>
|
||||
|
||||
<!-- Title for export confirmation dialog -->
|
||||
<string name="ExportAccountDataFragment__export_report_confirmation">Export data?</string>
|
||||
@@ -4020,19 +4018,10 @@
|
||||
<!-- Action to export in for export confirmation dialog -->
|
||||
<string name="ExportAccountDataFragment__export_report_action">Export</string>
|
||||
|
||||
<!-- Action to delete report in confirmation dialog -->
|
||||
<string name="ExportAccountDataFragment__delete_report_action">Delete</string>
|
||||
<!-- Title for delete report confirmation dialog -->
|
||||
<string name="ExportAccountDataFragment__delete_report_confirmation">Delete report?</string>
|
||||
<!-- Message for delete report confirmation dialog -->
|
||||
<string name="ExportAccountDataFragment__delete_report_confirmation_message">This will not delete any data from your account.</string>
|
||||
|
||||
<!-- Shown as a snackbar letting the user know the report was deleted -->
|
||||
<string name="ExportAccountDataFragment__delete_report_snackbar">Report deleted</string>
|
||||
<!-- Shown in a dialog with a spinner while the report is downloading -->
|
||||
<string name="ExportAccountDataFragment__download_progress">Downloading report…</string>
|
||||
<!-- Explanation that the downloaded report will be available for 30 days before it is deleted -->
|
||||
<string name="ExportAccountDataFragment__report_deletion_disclaimer">Your report will be available for export for 30 days and will then be automatically deleted.</string>
|
||||
<string name="ExportAccountDataFragment__download_progress">Generating report…</string>
|
||||
<!-- Explanation that the report is only generated on export and is not saved on the device -->
|
||||
<string name="ExportAccountDataFragment__report_not_stored_disclaimer">Your report is generated only at the time of export and is not stored by Signal on your device.</string>
|
||||
|
||||
<!-- ChangeNumberFragment -->
|
||||
<string name="ChangeNumberFragment__use_this_to_change_your_current_phone_number_to_a_new_phone_number">Use this to change your current phone number to a new phone number. You can’t undo this change.\n\nBefore continuing, make sure your new number can receive SMS or calls.</string>
|
||||
|
||||
Reference in New Issue
Block a user