diff options
author | Tao Bai <michaelbai@google.com> | 2014-05-14 18:08:21 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-05-14 18:08:21 +0000 |
commit | 440030f0992eec8da2b717566ad4895d9621041c (patch) | |
tree | 6f211186400b35757a2d3f2665982257207915bc /res/values | |
parent | f6b6a1c69074801f8f4429cb22bc389e63f27de9 (diff) | |
parent | e1b6b3b2f9c0dbf201234162101023770835df9e (diff) | |
download | packages_apps_Browser-440030f0992eec8da2b717566ad4895d9621041c.zip packages_apps_Browser-440030f0992eec8da2b717566ad4895d9621041c.tar.gz packages_apps_Browser-440030f0992eec8da2b717566ad4895d9621041c.tar.bz2 |
Merge "Use general permission API."
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 079d893..8a0fd49 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -854,6 +854,13 @@ <!-- Geolocation --> <!-- Permissions prompt --> + <string name="permissions_prompt_message"><xliff:g id="website origin" example="maps.google.com">%s</xliff:g> wants to use your <xliff:g id="resources" example="camera, microphone">%s</xliff:g>.</string> + <string name="permissions_prompt_allow">Allow</string> + <string name="permissions_prompt_deny">Deny</string> + <string name="permissions_prompt_remember">Remember preference</string> + <string name="resource_geolocation">location</string> + <string name="resource_video_capture">camera</string> + <string name="resource_audio_capture">microphone</string> <string name="geolocation_permissions_prompt_message"><xliff:g id="website origin" example="maps.google.com">%s</xliff:g> wants to know your location</string> <string name="geolocation_permissions_prompt_share">Share location</string> <string name="geolocation_permissions_prompt_dont_share">Decline</string> |