mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Add improved archive upload progress.
This commit is contained in:
committed by
Greyson Parrelli
parent
981808d074
commit
6d5be0b445
@@ -7772,6 +7772,13 @@
|
||||
<string name="RemoteBackupsSettingsFragment__learn_more">Learn more</string>
|
||||
<!-- Linear progress dialog text shown when creating a backup -->
|
||||
<string name="RemoteBackupsSettingsFragment__processing_backup">Processing backup…</string>
|
||||
<!-- 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$d of %2$d (%3$d%%) message</item>
|
||||
<item quantity="other">Processing %1$d of %2$d (%3$d%%) messages</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">
|
||||
<item quantity="one">You have %1$s of backup data that’s not on this device. Your backup will be deleted when your subscription ends in %2$d day.</item>
|
||||
|
||||
Reference in New Issue
Block a user