-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Javier Manrique
committed
Nov 24, 2024
1 parent
1aa6fa1
commit a5d567c
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="wayback_pin">Wayback pin</string> | ||
<string name="wayback_pin" translatable="false">Wayback pin</string> | ||
<string name="permission_required_title">Permission Required</string> | ||
<string name="permission_required_positive_action">Go to Settings</string> | ||
<string name="permission_required_negative_action">Cancel</string> | ||
<string name="permission_required_negative_action" comment="Cancel an action">Cancel</string> | ||
<string name="location_permission_required_message">Location permission is required for this feature. Please enable it in the app settings.</string> | ||
<string name="camera_permission_required_message">Camera permission is required to take a picture. Please enable it in the app settings.</string> | ||
<string name="no_maps_application">No maps application found</string> | ||
<string name="share_using">Share using</string> | ||
<string name="share_location_title">Parked at</string> | ||
<string name="share_location_title" comment="Vehicle parking location">Parked at</string> | ||
<string name="share_note_title">Note:</string> | ||
</resources> |