Update location permission UI.

This commit is contained in:
mtang-signal
2024-04-26 09:52:25 -04:00
committed by Greyson Parrelli
parent ffc1463cda
commit 18e6c57e75
6 changed files with 263 additions and 12 deletions

View File

@@ -89,6 +89,16 @@
<string name="AttachmentManager_signal_requires_the_external_storage_permission_in_order_to_attach_photos_videos_or_audio">Signal requires the Storage permission in order to attach photos, videos, or audio, but it has been permanently denied. Please continue to the app settings menu, select \"Permissions\", and enable \"Storage\".</string>
<string name="AttachmentManager_signal_requires_contacts_permission_in_order_to_attach_contact_information">Signal requires Contacts permission in order to attach contact information, but it has been permanently denied. Please continue to the app settings menu, select \"Permissions\", and enable \"Contacts\".</string>
<string name="AttachmentManager_signal_requires_location_information_in_order_to_attach_a_location">Signal requires Location permission in order to attach a location, but it has been permanently denied. Please continue to the app settings menu, select \"Permissions\", and enable \"Location\".</string>
<!-- Dialog title asking users for location permission -->
<string name="AttachmentManager_signal_allow_access_location">Allow access to your location</string>
<!-- Dialog description that will explain the steps needed to give location permission -->
<string name="AttachmentManager_signal_to_send_location">To send your location:</string>
<!-- Alert dialog description asking for location permission -->
<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>
<!-- Alert dialog title to show the recipient has not activated payments -->
<string name="AttachmentManager__not_activated_payments">%1$s hasn\'t activated Payments </string>
<!-- Alert dialog description to send the recipient a request to activate payments -->
@@ -3437,6 +3447,14 @@
<!-- Storage permission row description -->
<string name="GrantPermissionsFragment__send_photos_videos_and_files">Send photos, videos and files from your device.</string>
<!-- PermissionDeniedBottomSheet -->
<!-- Sheet describing step 1 on how to give permissions by opening settings -->
<string name="PermissionDeniedBottomSheet__1_tap_settings_below">1. Tap “Settings” below</string>
<!-- Sheet describing step 2 on how to give permissions by checking the permissions button in settings where %s will be replaced with an image of a checked button -->
<string name="PermissionDeniedBottomSheet__2_allow_permission">2. %s Allow the permission</string>
<!-- Label for button at the bottom of the sheet which opens the system permission settings -->
<string name="PermissionDeniedBottomSheet__settings">Settings</string>
<!-- PaymentsSecuritySetupFragment -->
<!-- Toolbar title -->
<string name="PaymentsSecuritySetupFragment__security_setup">Security setup</string>