mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Use dynamic/rule-based size calculations for transfer control view.
This commit is contained in:
committed by
Greyson Parrelli
parent
e945efac8b
commit
d7c2e6844b
@@ -3033,10 +3033,7 @@
|
||||
<!-- Status update label used while the device is transcoding video as a prerequisite to uploading -->
|
||||
<string name="TransferControlView__processing">Processing…</string>
|
||||
<!-- Status update label used while the device is transmitting data over the network. Will take the form of "1.0 MB/2.0 MB" -->
|
||||
<string name="TransferControlView__download_progress">%1.1f MB/%2.1f MB</string>
|
||||
<!-- Attachment file size label for not-yet-downloaded images and video. Will take the form of "1.0 MB" -->
|
||||
<string name="TransferControlView__filesize">%1.1f MB</string>
|
||||
|
||||
<string name="TransferControlView__download_progress">%1$s/%2$s</string>
|
||||
|
||||
<!-- UnauthorizedReminder -->
|
||||
<!-- Message shown in a reminder banner when the user\'s device is no longer registered -->
|
||||
|
||||
Reference in New Issue
Block a user