mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Update camera permission UI in media.
This commit is contained in:
committed by
Nicholas Tinsley
parent
b14eddefc9
commit
c3c743fbb8
@@ -225,6 +225,38 @@
|
||||
<string name="CameraXFragment_capture_description">Capture</string>
|
||||
<string name="CameraXFragment_change_camera_description">Change camera</string>
|
||||
<string name="CameraXFragment_open_gallery_description">Open gallery</string>
|
||||
<!-- Button text asking for access to camera permissions -->
|
||||
<string name="CameraXFragment_allow_access">Allow access</string>
|
||||
<!-- Dialog title asking users for camera and microphone permission -->
|
||||
<string name="CameraXFragment_allow_access_camera_microphone">Allow access to your camera and microphone</string>
|
||||
<!-- Dialog title asking users for camera permission -->
|
||||
<string name="CameraXFragment_allow_access_camera">Allow access to your camera</string>
|
||||
<!-- Dialog title asking users for microphone permission -->
|
||||
<string name="CameraXFragment_allow_access_microphone">Allow access to your microphone</string>
|
||||
<!-- Text explaining why Signal needs camera access in order to take photos -->
|
||||
<string name="CameraXFragment_to_capture_photos_allow_camera">To capture photos, allow Signal access to the camera.</string>
|
||||
<!-- Text explaining why Signal needs camera access in order to take photos and videos -->
|
||||
<string name="CameraXFragment_to_capture_photos_and_video_allow_camera">To capture photos and video, allow Signal access to the camera.</string>
|
||||
<!-- Text explaining why Signal needs camera and microphone access in order to take photos and videos -->
|
||||
<string name="CameraXFragment_to_capture_photos_and_video_allow_camera_microphone">To capture photos and video, allow Signal access to the camera and microphone.</string>
|
||||
<!-- Text explaining why Signal needs microphone access to take videos -->
|
||||
<string name="CameraXFragment_to_capture_videos_with_sound">To capture videos with sound, allow Signal access to your microphone.</string>
|
||||
<!-- Text explaining why Signal needs camera access to scan QR codes -->
|
||||
<string name="CameraXFragment_to_scan_qr_code_allow_camera">To scan a QR code, allow Signal access to the camera.</string>
|
||||
<!-- Toast dialog explaining why Signal needs camera permissions when capturing photos -->
|
||||
<string name="CameraXFragment_signal_needs_camera_access_capture_photos">Signal needs camera access to capture photos</string>
|
||||
<!-- Toast dialog explaining why Signal needs camera permissions when scanning QR codes -->
|
||||
<string name="CameraXFragment_signal_needs_camera_access_scan_qr_code">Signal needs camera access to scan QR codes</string>
|
||||
<!-- Toast dialog explaining why Signal needs microphone permissions -->
|
||||
<string name="CameraXFragment_signal_needs_microphone_access_video">Signal needs microphone access to capture video</string>
|
||||
<!-- Dialog description that explains the steps needed to give camera permission -->
|
||||
<string name="CameraXFragment_to_capture_photos">To capture photos in Signal:</string>
|
||||
<!-- Dialog description that explains the steps needed to give camera and microphone permission -->
|
||||
<string name="CameraXFragment_to_capture_photos_videos">To capture photos and videos in Signal:</string>
|
||||
<!-- Dialog description that explains the steps needed to give microphone permission -->
|
||||
<string name="CameraXFragment_to_capture_videos">To capture videos with sound:</string>
|
||||
<!-- Dialog description that explains the steps needed to give Signal camera permissions -->
|
||||
<string name="CameraXFragment_to_scan_qr_codes">To scan QR codes:</string>
|
||||
|
||||
<!-- CameraContacts -->
|
||||
<string name="CameraContacts_recent_contacts">Recent contacts</string>
|
||||
|
||||
Reference in New Issue
Block a user