mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Ignore unused strings to be deleted
This commit is contained in:
parent
233fe21f26
commit
4f3b4a71ce
1 changed files with 3 additions and 3 deletions
|
@ -3017,10 +3017,10 @@
|
|||
<string name="location_share_live_select_duration_option_1">15 minutes</string>
|
||||
<string name="location_share_live_select_duration_option_2">1 hour</string>
|
||||
<string name="location_share_live_select_duration_option_3">8 hours</string>
|
||||
<!--TODO delete-->
|
||||
<string name="location_in_background_missing_permission_dialog_title">Allow access</string>
|
||||
<!--TODO delete-->
|
||||
<string name="location_in_background_missing_permission_dialog_content">If you’d like to share your Live location, ${app_name} needs location access all the time when the app is in the background.\nWe will only access your location for the duration that you choose.</string>
|
||||
<string name="location_in_background_missing_permission_dialog_title" tools:ignore="UnusedResources">Allow access</string>
|
||||
<!--TODO delete-->
|
||||
<string name="location_in_background_missing_permission_dialog_content" tools:ignore="UnusedResources">If you’d like to share your Live location, ${app_name} needs location access all the time when the app is in the background.\nWe will only access your location for the duration that you choose.</string>
|
||||
<string name="location_not_available_dialog_title">${app_name} could not access your location</string>
|
||||
<string name="location_not_available_dialog_content">${app_name} could not access your location. Please try again later.</string>
|
||||
<string name="location_share_external">Open with</string>
|
||||
|
|
Loading…
Reference in a new issue