mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 20:18:36 +00:00
Various backup strings updates.
This commit is contained in:
committed by
Jeffrey Starke
parent
ecddf34083
commit
71c34e17eb
@@ -361,7 +361,7 @@ private fun BackupAvailableContent(
|
|||||||
}
|
}
|
||||||
|
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(R.string.RemoteRestoreActivity__if_you_choose_not_to_restore),
|
text = stringResource(R.string.RemoteRestoreActivity__your_media_will_restore_in_the_background),
|
||||||
style = MaterialTheme.typography.bodyMedium,
|
style = MaterialTheme.typography.bodyMedium,
|
||||||
color = MaterialTheme.colorScheme.secondary,
|
color = MaterialTheme.colorScheme.secondary,
|
||||||
modifier = Modifier.padding(top = 16.dp)
|
modifier = Modifier.padding(top = 16.dp)
|
||||||
@@ -375,7 +375,7 @@ private fun BackupAvailableContent(
|
|||||||
)
|
)
|
||||||
|
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(R.string.RemoteRestoreActivity__if_you_choose_not_to_restore),
|
text = stringResource(R.string.RemoteRestoreActivity__your_media_will_restore_in_the_background),
|
||||||
style = MaterialTheme.typography.bodyLarge.copy(textAlign = TextAlign.Center),
|
style = MaterialTheme.typography.bodyLarge.copy(textAlign = TextAlign.Center),
|
||||||
color = MaterialTheme.colorScheme.onSurfaceVariant
|
color = MaterialTheme.colorScheme.onSurfaceVariant
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1500,7 +1500,7 @@
|
|||||||
<!-- Text label button to dismiss the dialog -->
|
<!-- Text label button to dismiss the dialog -->
|
||||||
<string name="RemoteRestoreActivity__not_now">Not now</string>
|
<string name="RemoteRestoreActivity__not_now">Not now</string>
|
||||||
<!-- Text shown on restore screen as information on what will happen if you skip -->
|
<!-- Text shown on restore screen as information on what will happen if you skip -->
|
||||||
<string name="RemoteRestoreActivity__if_you_choose_not_to_restore">If you choose not to restore now, you won\'t be able to restore later. Your media will restore in the background.</string>
|
<string name="RemoteRestoreActivity__your_media_will_restore_in_the_background">Your media will restore in the background. If you choose not to restore now, you won\'t be able to restore later.</string>
|
||||||
|
|
||||||
<!-- GroupMentionSettingDialog -->
|
<!-- GroupMentionSettingDialog -->
|
||||||
<string name="GroupMentionSettingDialog_notify_me_for_mentions">Notify me for Mentions</string>
|
<string name="GroupMentionSettingDialog_notify_me_for_mentions">Notify me for Mentions</string>
|
||||||
@@ -7753,7 +7753,7 @@
|
|||||||
<!-- Title of a megaphone shown to prompt the user to verify their backup key -->
|
<!-- Title of a megaphone shown to prompt the user to verify their backup key -->
|
||||||
<string name="VerifyBackupKey__title">Verify your backup key</string>
|
<string name="VerifyBackupKey__title">Verify your backup key</string>
|
||||||
<!-- Body of a megaphone shown to prompt the user to verify their backup key -->
|
<!-- Body of a megaphone shown to prompt the user to verify their backup key -->
|
||||||
<string name="VerifyBackupKey__body">To help you remember your key, we\'ll periodically ask you for it.</string>
|
<string name="VerifyBackupKey__body">We\'ll occasionally ask you to verify your key to ensure you still know it</string>
|
||||||
<!-- Button of a megaphone that will take users to the verify backup key screen -->
|
<!-- Button of a megaphone that will take users to the verify backup key screen -->
|
||||||
<string name="VerifyBackupKey__verify">Verify</string>
|
<string name="VerifyBackupKey__verify">Verify</string>
|
||||||
<!-- Button of a megaphone that will snooze the reminder to verify their backup key -->
|
<!-- Button of a megaphone that will snooze the reminder to verify their backup key -->
|
||||||
|
|||||||
Reference in New Issue
Block a user