Update gallery permission UI

This commit is contained in:
mtang-signal
2024-05-01 16:38:26 -04:00
committed by Alex Hart
parent 3c380d35fd
commit c95b180728
10 changed files with 156 additions and 16 deletions

View File

@@ -80,8 +80,9 @@
<string name="AttachmentKeyboard_file">File</string>
<string name="AttachmentKeyboard_contact">Contact</string>
<string name="AttachmentKeyboard_location">Location</string>
<string name="AttachmentKeyboard_Signal_needs_permission_to_show_your_photos_and_videos">Signal needs permission to show your photos and videos.</string>
<string name="AttachmentKeyboard_give_access">Give Access</string>
<string name="AttachmentKeyboard_Signal_needs_permission_to_show_your_photos_and_videos">Signal needs permission to show your photos and videos</string>
<!-- Text for a button prompting users to allow Signal access to their gallery storage -->
<string name="AttachmentKeyboard_allow_access">Allow Access</string>
<string name="AttachmentKeyboard_payment">Payment</string>
<!-- AttachmentManager -->
@@ -98,6 +99,12 @@
<string name="AttachmentManager_signal_allow_signal_access_location">Allow Signal access to send your location.</string>
<!-- Toast text explaining Signal\'s need for location access -->
<string name="AttachmentManager_signal_needs_location_access">Signal needs location access to send your location.</string>
<!-- Dialog title asking users for gallery storage permission -->
<string name="AttachmentManager_signal_allow_storage">Allow access to storage</string>
<!-- Dialog description that will explain the steps needed to give gallery storage permission -->
<string name="AttachmentManager_signal_to_show_photos">To show photos and videos:</string>
<!-- Toast text explaining Signal's need for storage access -->
<string name="AttachmentManager_signal_needs_storage_access">Signal needs storage access to show your photos and videos.</string>
<!-- Alert dialog title to show the recipient has not activated payments -->
<string name="AttachmentManager__not_activated_payments">%1$s hasn\'t activated Payments </string>