mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Video Sending Redesign
This commit is contained in:
committed by
Alex Hart
parent
276e253fdf
commit
c53abe0941
@@ -4402,11 +4402,16 @@
|
||||
<string name="GroupDescriptionDialog__group_description">Group description</string>
|
||||
|
||||
<!-- QualitySelectorBottomSheetDialog -->
|
||||
<!-- Label for our standard quality media conversion. -->
|
||||
<string name="QualitySelectorBottomSheetDialog__standard">Standard</string>
|
||||
<!-- Description for our standard quality media conversion. -->
|
||||
<string name="QualitySelectorBottomSheetDialog__faster_less_data">Faster, less data</string>
|
||||
<!-- Label for our high quality media conversion. This has better quality than standard. -->
|
||||
<string name="QualitySelectorBottomSheetDialog__high">High</string>
|
||||
<!-- Label for our high quality media conversion. This has better quality than standard. -->
|
||||
<string name="QualitySelectorBottomSheetDialog__slower_more_data">Slower, more data</string>
|
||||
<string name="QualitySelectorBottomSheetDialog__photo_quality">Photo quality</string>
|
||||
<!-- Title heading for our media conversion quality selector. -->
|
||||
<string name="QualitySelectorBottomSheetDialog__media_quality">Media quality</string>
|
||||
|
||||
<!-- AppSettingsFragment -->
|
||||
<string name="AppSettingsFragment__invite_your_friends">Invite your friends</string>
|
||||
@@ -4882,6 +4887,22 @@
|
||||
<string name="MediaReviewFragment__one_or_more_items_were_too_large">One or more items were too large</string>
|
||||
<string name="MediaReviewFragment__one_or_more_items_were_invalid">One or more items were invalid</string>
|
||||
<string name="MediaReviewFragment__too_many_items_selected">Too many items selected</string>
|
||||
<!-- Small notification presented to the user when they set their video to view-once mode -->
|
||||
<string name="MediaReviewFragment__video_set_to_view_once">Video set to view once</string>
|
||||
<!-- Small notification presented to the user when they set their photo to view-once mode -->
|
||||
<string name="MediaReviewFragment__photo_set_to_view_once">Photo sent to view once</string>
|
||||
<!-- Small notification presented to the user when they set their video to be sent in high visual quality. -->
|
||||
<string name="MediaReviewFragment__video_set_to_high_quality">Video set to high quality</string>
|
||||
<!-- Small notification presented to the user when they set their video to be sent in standard (lower than high) visual quality. -->
|
||||
<string name="MediaReviewFragment__video_set_to_standard_quality">Video set to standard quality</string>
|
||||
<!-- Small notification presented to the user when they set their still image to be sent in high visual quality. -->
|
||||
<string name="MediaReviewFragment__photo_set_to_high_quality">Photo set to high quality</string>
|
||||
<!-- Small notification presented to the user when they set their still image to be sent in standard (lower than high) visual quality. -->
|
||||
<string name="MediaReviewFragment__photo_set_to_standard_quality">Photo set to standard quality</string>
|
||||
<!-- Small notification presented to the user when they set multiple media items to be sent in high visual quality. -->
|
||||
<string name="MediaReviewFragment__items_set_to_high_quality">%d items set to high quality</string>
|
||||
<!-- Small notification presented to the user when they set multiple media items to be sent in standard (lower than high) visual quality. -->
|
||||
<string name="MediaReviewFragment__items_set_to_standard_quality">%d items set to standard quality</string>
|
||||
|
||||
<string name="ImageEditorHud__cancel">Cancel</string>
|
||||
<string name="ImageEditorHud__draw">Draw</string>
|
||||
|
||||
Reference in New Issue
Block a user