mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
Add progress phases for initialization and finalization for local backups.
This commit is contained in:
@@ -8754,6 +8754,8 @@
|
||||
<string name="BackupCreationProgressRow__processing_backup">Processing backup…</string>
|
||||
<!-- Progress text shown while the backup is being prepared (e.g. exporting accounts, recipients, etc.) -->
|
||||
<string name="BackupCreationProgressRow__preparing_backup">Preparing backup…</string>
|
||||
<!-- Progress text shown while the backup is being finalized (e.g. cleaning up old files) -->
|
||||
<string name="BackupCreationProgressRow__finalizing">Finalizing…</string>
|
||||
<!-- Progress text shown while messages are being processed, with no count available yet -->
|
||||
<string name="BackupCreationProgressRow__processing_messages">Processing messages…</string>
|
||||
<!-- Progress text shown while messages are being processed. %1$s is the formatted current count (e.g. "1,000"), %2$s is the formatted total count (e.g. "100,000"), %3$d is the percent complete (e.g. 42). -->
|
||||
|
||||
Reference in New Issue
Block a user