mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Remove SMS export.
This commit is contained in:
committed by
Nicholas Tinsley
parent
98865d61dd
commit
aa33fd44b8
@@ -4417,27 +4417,6 @@
|
||||
<string name="ChatsSettingsFragment__keyboard">Keyboard</string>
|
||||
<string name="ChatsSettingsFragment__enter_key_sends">Enter key sends</string>
|
||||
|
||||
<!--SmsSettingsFragment -->
|
||||
<string name="SmsSettingsFragment__use_as_default_sms_app">Use as default SMS app</string>
|
||||
<!-- Preference title to export sms -->
|
||||
<string name="SmsSettingsFragment__export_sms_messages">Export SMS messages</string>
|
||||
<!-- Preference title to re-export sms -->
|
||||
<string name="SmsSettingsFragment__export_sms_messages_again">Export SMS messages again</string>
|
||||
<!-- Preference title to delete sms -->
|
||||
<string name="SmsSettingsFragment__remove_sms_messages">Remove SMS messages</string>
|
||||
<!-- Snackbar text to confirm deletion -->
|
||||
<string name="SmsSettingsFragment__removing_sms_messages_from_signal">Removing SMS messages from Signal…</string>
|
||||
<!-- Snackbar text to indicate can delete later -->
|
||||
<string name="SmsSettingsFragment__you_can_remove_sms_messages_from_signal_in_settings">You can remove SMS messages from Signal in Settings at any time.</string>
|
||||
<!-- Description for export sms preference -->
|
||||
<string name="SmsSettingsFragment__you_can_export_your_sms_messages_to_your_phones_sms_database">You can export your SMS messages to your phone\'s SMS database</string>
|
||||
<!-- Description for re-export sms preference -->
|
||||
<string name="SmsSettingsFragment__exporting_again_can_result_in_duplicate_messages">Exporting again can result in duplicate messages.</string>
|
||||
<!-- Description for remove sms preference -->
|
||||
<string name="SmsSettingsFragment__remove_sms_messages_from_signal_to_clear_up_storage_space">Remove SMS messages from Signal to clear up storage space.</string>
|
||||
<!-- Information message shown at the top of sms settings to indicate it is being removed soon. -->
|
||||
<string name="SmsSettingsFragment__sms_support_will_be_removed_soon_to_focus_on_encrypted_messaging">SMS support will be removed soon to focus on encrypted messaging.</string>
|
||||
|
||||
<!-- NotificationsSettingsFragment -->
|
||||
<string name="NotificationsSettingsFragment__messages">Messages</string>
|
||||
<string name="NotificationsSettingsFragment__calls">Calls</string>
|
||||
@@ -5828,48 +5807,6 @@
|
||||
<!-- Generic title for overflow menus -->
|
||||
<string name="OverflowMenu__overflow_menu">Overflow menu</string>
|
||||
|
||||
<!-- SMS Export Service -->
|
||||
<!-- Displayed in the notification while export is running -->
|
||||
<string name="SignalSmsExportService__exporting_messages">Exporting messages…</string>
|
||||
<!-- Displayed in the notification title when export completes -->
|
||||
<string name="SignalSmsExportService__signal_sms_export_complete">Signal SMS Export Complete</string>
|
||||
<!-- Displayed in the notification message when export completes -->
|
||||
<string name="SignalSmsExportService__tap_to_return_to_signal">Tap to return to Signal</string>
|
||||
|
||||
<!-- ExportYourSmsMessagesFragment -->
|
||||
<!-- Title of the screen -->
|
||||
<string name="ExportYourSmsMessagesFragment__export_your_sms_messages">Export your SMS messages</string>
|
||||
<!-- Message of the screen -->
|
||||
<string name="ExportYourSmsMessagesFragment__you_can_export_your_sms_messages_to_your_phones_sms_database_and_youll_have_the_option_to_keep_or_remove_them_from_signal">You can export your SMS messages to your phone\'s SMS database and you\'ll have the option to keep or remove them from Signal. This allows other SMS apps on your phone to import them. This does not create a shareable file of your SMS history.</string>
|
||||
<!-- Button label to begin export -->
|
||||
<string name="ExportYourSmsMessagesFragment__continue">Continue</string>
|
||||
|
||||
<!-- ExportingSmsMessagesFragment -->
|
||||
<!-- Title of the screen -->
|
||||
<string name="ExportingSmsMessagesFragment__exporting_sms_messages">Exporting SMS messages</string>
|
||||
<!-- Message of the screen when exporting sms messages -->
|
||||
<string name="ExportingSmsMessagesFragment__this_may_take_awhile">This may take a while</string>
|
||||
<!-- Progress indicator for export -->
|
||||
<plurals name="ExportingSmsMessagesFragment__exporting_d_of_d">
|
||||
<item quantity="one">Exporting %1$d of %2$d…</item>
|
||||
<item quantity="other">Exporting %1$d of %2$d…</item>
|
||||
</plurals>
|
||||
<!-- Alert dialog title shown when we think a user may not have enough local storage available to export sms messages -->
|
||||
<string name="ExportingSmsMessagesFragment__you_may_not_have_enough_disk_space">You may not have enough disk space</string>
|
||||
<!-- Alert dialog message shown when we think a user may not have enough local storage available to export sms messages, placeholder is the file size, e.g., 128kB -->
|
||||
<string name="ExportingSmsMessagesFragment__you_need_approximately_s_to_export_your_messages_ensure_you_have_enough_space_before_continuing">You need approximately %1$s to export your messages, ensure you have enough space before continuing.</string>
|
||||
<!-- Alert dialog button to continue with exporting sms after seeing the lack of storage warning -->
|
||||
<string name="ExportingSmsMessagesFragment__continue_anyway">Continue anyway</string>
|
||||
<!-- Dialog text shown when Signal isn\'t granted the sms permission needed to export messages, different than being selected as the sms app -->
|
||||
<string name="ExportingSmsMessagesFragment__signal_needs_the_sms_permission_to_be_able_to_export_your_sms_messages">Signal needs the SMS permission to be able to export your SMS messages.</string>
|
||||
|
||||
<!-- ChooseANewDefaultSmsAppFragment -->
|
||||
<!-- Title of the screen -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__choose_a_new">Choose a new default SMS app</string>
|
||||
<!-- Button label to launch picker -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__continue">Continue</string>
|
||||
<!-- Button label for when done with changing default SMS app -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__done">Done</string>
|
||||
<!-- First step number/bullet for choose new default sms app instructions -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__bullet_1">1</string>
|
||||
<!-- Second step number/bullet for choose new default sms app instructions -->
|
||||
@@ -5878,47 +5815,6 @@
|
||||
<string name="ChooseANewDefaultSmsAppFragment__bullet_3">3</string>
|
||||
<!-- Fourth step number/bullet for choose new default sms app instructions -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__bullet_4">4</string>
|
||||
<!-- Instruction step for choosing a new default sms app -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__tap_continue_to_open_the_defaults_apps_screen_in_settings">Tap \"Continue\" to open the \"Default apps\" screen in Settings</string>
|
||||
<!-- Instruction step for choosing a new default sms app -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__select_sms_app_from_the_list">Select \"SMS app\" from the list</string>
|
||||
<!-- Instruction step for choosing a new default sms app -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__choose_another_app_to_use_for_sms_messaging">Choose another app to use for SMS messaging</string>
|
||||
<!-- Instruction step for choosing a new default sms app -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__return_to_signal">Return to Signal</string>
|
||||
<!-- Instruction step for choosing a new default sms app -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__open_your_phones_settings_app">Open your phone\'s Settings app</string>
|
||||
<!-- Instruction step for choosing a new default sms app -->
|
||||
<string name="ChooseANewDefaultSmsAppFragment__navigate_to_apps_default_apps_sms_app">Navigate to \"Apps\" > \"Default apps\" > \"SMS app\"</string>
|
||||
|
||||
<!-- RemoveSmsMessagesDialogFragment -->
|
||||
<!-- Action button to keep messages -->
|
||||
<string name="RemoveSmsMessagesDialogFragment__keep_messages">Keep messages</string>
|
||||
<!-- Action button to remove messages -->
|
||||
<string name="RemoveSmsMessagesDialogFragment__remove_messages">Remove messages</string>
|
||||
<!-- Title of dialog -->
|
||||
<string name="RemoveSmsMessagesDialogFragment__remove_sms_messages">Remove SMS messages from Signal?</string>
|
||||
<!-- Message of dialog -->
|
||||
<string name="RemoveSmsMessagesDialogFragment__you_can_now_remove_sms_messages_from_signal">You can now remove SMS messages from Signal to clear up storage space. They will still be available to other SMS apps on your phone even if you remove them.</string>
|
||||
|
||||
<!-- ReExportSmsMessagesDialogFragment -->
|
||||
<!-- Action button to re-export messages -->
|
||||
<string name="ReExportSmsMessagesDialogFragment__continue">Continue</string>
|
||||
<!-- Action button to cancel re-export process -->
|
||||
<string name="ReExportSmsMessagesDialogFragment__cancel">Cancel</string>
|
||||
<!-- Title of dialog -->
|
||||
<string name="ReExportSmsMessagesDialogFragment__export_sms_again">Export SMS again?</string>
|
||||
<!-- Message of dialog -->
|
||||
<string name="ReExportSmsMessagesDialogFragment__you_already_exported_your_sms_messages">You already exported your SMS messages.\nWARNING: If you continue, you may end up with duplicate messages.</string>
|
||||
|
||||
<!-- SetSignalAsDefaultSmsAppFragment -->
|
||||
<!-- Title of the screen -->
|
||||
<string name="SetSignalAsDefaultSmsAppFragment__set_signal_as_the_default_sms_app">Set Signal as the default SMS app</string>
|
||||
<!-- Message of the screen -->
|
||||
<string name="SetSignalAsDefaultSmsAppFragment__to_export_your_sms_messages">To export your SMS messages, you need to set Signal as the default SMS app.</string>
|
||||
<!-- Button label to start export -->
|
||||
<string name="SetSignalAsDefaultSmsAppFragment__next">Next</string>
|
||||
|
||||
<!-- BackupSchedulePermission Megaphone -->
|
||||
<!-- The title on an alert window that explains to the user that we are unable to backup their messages -->
|
||||
<string name="BackupSchedulePermissionMegaphone__cant_back_up_chats">Can\'t back up chats</string>
|
||||
@@ -5937,45 +5833,6 @@
|
||||
<!-- Re-enable backups permission bottom sheet call to action button to open settings -->
|
||||
<string name="BackupSchedulePermissionMegaphone__go_to_settings">Go to settings</string>
|
||||
|
||||
<!-- SmsExportMegaphoneActivity -->
|
||||
<!-- Phase 2 title of full screen megaphone indicating sms will no longer be supported in the near future -->
|
||||
<string name="SmsExportMegaphoneActivity__signal_will_no_longer_support_sms">Signal will no longer support SMS</string>
|
||||
<!-- Phase 3 title of full screen megaphone indicating sms is longer supported -->
|
||||
<string name="SmsExportMegaphoneActivity__signal_no_longer_supports_sms">Signal no longer supports SMS</string>
|
||||
<!-- The text on a button in a popup that, when clicked, will dismiss the popup and schedule the prompt to occur at a later time. -->
|
||||
<string name="SmsExportMegaphoneActivity__remind_me_later">Remind me later</string>
|
||||
<!-- The text on a button in a popup that, when clicked, will navigate the user to a web article on SMS removal -->
|
||||
|
||||
<!-- Title for screen shown after sms export has completed -->
|
||||
<string name="ExportSmsCompleteFragment__export_complete">Export Complete</string>
|
||||
<!-- Button to continue to next screen -->
|
||||
<string name="ExportSmsCompleteFragment__next">Next</string>
|
||||
<!-- Message showing summary of sms export counts -->
|
||||
<plurals name="ExportSmsCompleteFragment__d_of_d_messages_exported">
|
||||
<item quantity="one">%1$d of %2$d message exported</item>
|
||||
<item quantity="other">%1$d of %2$d messages exported</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Title of screen shown when some sms messages did not export -->
|
||||
<string name="ExportSmsPartiallyComplete__export_partially_complete">Export partially complete</string>
|
||||
<!-- Debug step 1 on screen shown when some sms messages did not export -->
|
||||
<string name="ExportSmsPartiallyComplete__ensure_you_have_an_additional_s_free_on_your_phone_to_export_your_messages">Ensure you have an additional %1$s free on your phone to export your messages</string>
|
||||
<!-- Debug step 2 on screen shown when some sms messages dit not export -->
|
||||
<string name="ExportSmsPartiallyComplete__retry_export_which_will_only_retry_messages_that_have_not_yet_been_exported">Retry export, which will only retry messages that have not yet been exported</string>
|
||||
<!-- Partial sentence for Debug step 3 on screen shown when some sms messages did not export, is combined with \'contact us\' -->
|
||||
<string name="ExportSmsPartiallyComplete__if_the_problem_persists">If the problem persists, </string>
|
||||
<!-- Partial sentence for deubg step 3 on screen shown when some sms messages did not export, combined with \'If the problem persists\', link text to open contact support view -->
|
||||
<string name="ExportSmsPartiallyComplete__contact_us">contact us</string>
|
||||
<!-- Button text to retry sms export -->
|
||||
<string name="ExportSmsPartiallyComplete__retry">Retry</string>
|
||||
<!-- Button text to continue sms export flow and not retry failed message exports -->
|
||||
<string name="ExportSmsPartiallyComplete__continue_anyway">Continue anyway</string>
|
||||
<!-- Title of screen shown when all sms messages failed to export -->
|
||||
<string name="ExportSmsFullError__error_exporting_sms_messages">Error exporting SMS messages</string>
|
||||
<!-- Helper text shown when all sms messages failed to export -->
|
||||
<string name="ExportSmsFullError__please_try_again_if_the_problem_persists">Please try again. If the problem persists, </string>
|
||||
|
||||
|
||||
<!-- DonateToSignalFragment -->
|
||||
<!-- Title below avatar -->
|
||||
<string name="DonateToSignalFragment__privacy_over_profit">Privacy over profit</string>
|
||||
@@ -6220,19 +6077,6 @@
|
||||
<!-- Displayed in the "clear filter" item in the chat feed if the user opened the filter from the overflow menu -->
|
||||
<string name="ChatFilter__tip_pull_down">Tip: Pull down on the chat list to filter</string>
|
||||
|
||||
<!-- Title for screen describing that sms support is going to be removed soon -->
|
||||
<string name="SmsRemoval_title_going_away">SMS support is going away</string>
|
||||
<!-- Bullet point message shown on describing screen as first bullet why sms is being removed, placeholder with be date of removal (e.g., March 21st) -->
|
||||
<string name="SmsRemoval_info_bullet_1">SMS messaging in the Signal app will soon no longer be supported.</string>
|
||||
<!-- Bullet point message shown on describing screen as second bullet why sms is being removed -->
|
||||
<string name="SmsRemoval_info_bullet_2">SMS messages are different than Signal messages. <b>This does not affect encrypted Signal messaging which will continue to work.</b></string>
|
||||
<!-- Bullet point message shown on describing screen as third bullet why sms is being removed -->
|
||||
<string name="SmsRemoval_info_bullet_3">You can export your SMS messages and choose a new SMS app.</string>
|
||||
<!-- Bullet point message shown on describing screen as first bullet variant why sms is being removed when user is locked out of sms -->
|
||||
<string name="SmsRemoval_info_bullet_1_phase_3">Signal has removed support for sending SMS messages.</string>
|
||||
<!-- Button label on sms removal info/megaphone to start the export SMS flow -->
|
||||
<string name="SmsRemoval_export_sms">Export SMS</string>
|
||||
|
||||
<!-- Set up your username megaphone -->
|
||||
<!-- Displayed as a title on a megaphone which prompts user to set up a username -->
|
||||
<string name="SetUpYourUsername__set_up_your_signal_username">Set up your Signal username</string>
|
||||
|
||||
Reference in New Issue
Block a user