mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Improve display and management of backup progress.
This commit is contained in:
committed by
Cody Henthorne
parent
5b18f05aa8
commit
dd1697de41
@@ -8043,9 +8043,9 @@
|
||||
<!-- Linear progress dialog text shown when preparing a backup -->
|
||||
<string name="RemoteBackupsSettingsFragment__preparing_backup">Preparing backup…</string>
|
||||
<!-- Linear progress dialog text shown when processing messages for backup. First placeholder is completed count, second is approximate total count, third is percent completed. -->
|
||||
<plurals name="RemoteBackupsSettingsFragment__processing_d_of_d_d_messages">
|
||||
<item quantity="one">Processing %1$s of %2$s (%3$d%%) message</item>
|
||||
<item quantity="other">Processing %1$s of %2$s (%3$d%%) messages</item>
|
||||
<plurals name="RemoteBackupsSettingsFragment__processing_messages_progress_text">
|
||||
<item quantity="one">Processing %1$s of %2$s message (%3$d%%)</item>
|
||||
<item quantity="other">Processing %1$s of ~%2$s messages (%3$d%%)</item>
|
||||
</plurals>
|
||||
<!-- Displayed in row when backup is available for download and users subscription has expired. First placeholder is data size e.g. 12MB, second is days before expiration -->
|
||||
<plurals name="RemoteBackupsSettingsFragment__you_have_s_of_backup_data">
|
||||
|
||||
Reference in New Issue
Block a user