mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Added support for view-once video.
This commit is contained in:
committed by
Greyson Parrelli
parent
50a81c0e60
commit
d698d3bd6f
@@ -671,9 +671,10 @@
|
||||
<string name="RegistrationActivity_call">Call</string>
|
||||
|
||||
<!-- RevealableMessageView -->
|
||||
<string name="RevealableMessageView_view_photo">View Photo</string>
|
||||
<string name="RevealableMessageView_viewed">Viewed</string>
|
||||
<string name="RevealableMessageView_photo">Photo</string>
|
||||
<string name="RevealableMessageView_video">Video</string>
|
||||
<string name="RevealableMessageView_viewed">Viewed</string>
|
||||
<string name="RevealableMessageView_outgoing_media">Media</string>
|
||||
|
||||
<!-- ScribbleActivity -->
|
||||
<string name="ScribbleActivity_save_failure">Failed to save image changes</string>
|
||||
@@ -746,6 +747,7 @@
|
||||
<string name="ThreadRecord_media_message">Media message</string>
|
||||
<string name="ThreadRecord_sticker">Sticker</string>
|
||||
<string name="ThreadRecord_disappearing_photo">Disappearing photo</string>
|
||||
<string name="ThreadRecord_disappearing_video">Disappearing video</string>
|
||||
<string name="ThreadRecord_s_is_on_signal">%s is on Signal!</string>
|
||||
<string name="ThreadRecord_disappearing_messages_disabled">Disappearing messages disabled</string>
|
||||
<string name="ThreadRecord_disappearing_message_time_updated_to_s">Disappearing message time set to %s</string>
|
||||
@@ -786,6 +788,9 @@
|
||||
<string name="VerifyIdentityActivity_signal_needs_the_camera_permission_in_order_to_scan_a_qr_code_but_it_has_been_permanently_denied">Signal needs the Camera permission in order to scan a QR code, but it has been permanently denied. Please continue to app settings, select \"Permissions\", and enable \"Camera\".</string>
|
||||
<string name="VerifyIdentityActivity_unable_to_scan_qr_code_without_camera_permission">Unable to scan QR code without Camera permission</string>
|
||||
|
||||
<!-- ViewOnceMessageActivity -->
|
||||
<string name="ViewOnceMessageActivity_video_duration" translatable="false">%1$02d:%2$02d</string>
|
||||
|
||||
<!-- MessageDisplayHelper -->
|
||||
<string name="MessageDisplayHelper_bad_encrypted_message">Bad encrypted message</string>
|
||||
<string name="MessageDisplayHelper_message_encrypted_for_non_existing_session">Message encrypted for non-existing session</string>
|
||||
@@ -834,6 +839,7 @@
|
||||
<string name="MessageNotifier_media_message">Media message</string>
|
||||
<string name="MessageNotifier_sticker">Sticker</string>
|
||||
<string name="MessageNotifier_disappearing_photo">Disappearing photo</string>
|
||||
<string name="MessageNotifier_disappearing_video">Disappearing video</string>
|
||||
<string name="MessageNotifier_reply">Reply</string>
|
||||
<string name="MessageNotifier_signal_message">Signal Message</string>
|
||||
<string name="MessageNotifier_unsecured_sms">Unsecured SMS</string>
|
||||
@@ -1000,6 +1006,7 @@
|
||||
<string name="QuoteView_audio">Audio</string>
|
||||
<string name="QuoteView_video">Video</string>
|
||||
<string name="QuoteView_photo">Photo</string>
|
||||
<string name="QuoteView_media">Media message</string>
|
||||
<string name="QuoteView_sticker">Sticker</string>
|
||||
<string name="QuoteView_document">Document</string>
|
||||
<string name="QuoteView_you">You</string>
|
||||
|
||||
Reference in New Issue
Block a user