diff options
| -rw-r--r-- | core/res/res/values/strings.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 5130073e0973..aac4092db08f 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -670,7 +670,7 @@ <string name="permgroupdesc_contacts">access your contacts</string> <!-- Message shown to the user when the apps requests permission from this group --> <string name="permgrouprequest_contacts">Allow - <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your contacts</string> + <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your contacts?</string> <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> <string name="permgrouplab_location">Location</string> @@ -678,7 +678,7 @@ <string name="permgroupdesc_location">access this device\'s location</string> <!-- Message shown to the user when the apps requests permission from this group --> <string name="permgrouprequest_location">Allow - <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access this device\'s location</string> + <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access this device\'s location?</string> <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> <string name="permgrouplab_calendar">Calendar</string> @@ -686,7 +686,7 @@ <string name="permgroupdesc_calendar">access your calendar</string> <!-- Message shown to the user when the apps requests permission from this group --> <string name="permgrouprequest_calendar">Allow - <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your calendar</string> + <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access your calendar?</string> <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> <string name="permgrouplab_sms">SMS</string> @@ -694,7 +694,7 @@ <string name="permgroupdesc_sms">send and view SMS messages</string> <!-- Message shown to the user when the apps requests permission from this group --> <string name="permgrouprequest_sms">Allow - <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to send and view SMS messages</string> + <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to send and view SMS messages?</string> <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> <string name="permgrouplab_storage">Storage</string> @@ -702,7 +702,7 @@ <string name="permgroupdesc_storage">access photos, media, and files on your device</string> <!-- Message shown to the user when the apps requests permission from this group --> <string name="permgrouprequest_storage">Allow - <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos, media, and files on your device</string> + <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access photos, media, and files on your device?</string> <!-- Title of a category of application permissioncds, listed so the user can choose whether they want to allow the application to do this. --> <string name="permgrouplab_microphone">Microphone</string> @@ -710,7 +710,7 @@ <string name="permgroupdesc_microphone">record audio</string> <!-- Message shown to the user when the apps requests permission from this group --> <string name="permgrouprequest_microphone">Allow - <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to record audio</string> + <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to record audio?</string> <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> <string name="permgrouplab_camera">Camera</string> @@ -718,7 +718,7 @@ <string name="permgroupdesc_camera">take pictures and record video</string> <!-- Message shown to the user when the apps requests permission from this group --> <string name="permgrouprequest_camera">Allow - <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to take pictures and record video</string> + <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to take pictures and record video?</string> <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> <string name="permgrouplab_phone">Phone</string> @@ -726,7 +726,7 @@ <string name="permgroupdesc_phone">make and manage phone calls</string> <!-- Message shown to the user when the apps requests permission from this group --> <string name="permgrouprequest_phone">Allow - <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to make and manage phone calls</string> + <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to make and manage phone calls?</string> <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> <string name="permgrouplab_sensors">Body Sensors</string> @@ -734,7 +734,7 @@ <string name="permgroupdesc_sensors">access sensor data about your vital signs</string> <!-- Message shown to the user when the apps requests permission from this group --> <string name="permgrouprequest_sensors">Allow - <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access sensor data about your vital signs</string> + <b><xliff:g id="app_name" example="Gmail">%1$s</xliff:g></b> to access sensor data about your vital signs?</string> <!-- Title for the capability of an accessibility service to retrieve window content. --> <string name="capability_title_canRetrieveWindowContent">Retrieve window content</string> |