Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(716)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2458453002: [sensors] Add Permission guard to the generic sensor apis.
Patch Set: rebase + blink reformat Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 </message> 313 </message>
314 <message name="IDS_PAGE_INFO_TYPE_MIC" desc="The label used for the microp hone permission controls in the Website Settings popup."> 314 <message name="IDS_PAGE_INFO_TYPE_MIC" desc="The label used for the microp hone permission controls in the Website Settings popup.">
315 Microphone 315 Microphone
316 </message> 316 </message>
317 <message name="IDS_PAGE_INFO_TYPE_CAMERA" desc="The label used for the cam era permission controls in the Website Settings popup."> 317 <message name="IDS_PAGE_INFO_TYPE_CAMERA" desc="The label used for the cam era permission controls in the Website Settings popup.">
318 Camera 318 Camera
319 </message> 319 </message>
320 <message name="IDS_PAGE_INFO_TYPE_MIDI_SYSEX" desc="The label used for MID I system exclusive message permission controls in the Website Settings popup."> 320 <message name="IDS_PAGE_INFO_TYPE_MIDI_SYSEX" desc="The label used for MID I system exclusive message permission controls in the Website Settings popup.">
321 MIDI devices full control 321 MIDI devices full control
322 </message> 322 </message>
323 <message name="IDS_WEBSITE_SETTINGS_TYPE_SENSORS" desc="The label used for permission controls for Sensors in the Website Settings popup.">
324 Sensors(motion/environment)
325 </message>
323 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_TRANSIENT" desc="Text that is displayed temporarily as a large toast on first entering a WebVR page ov er non-secure transport."> 326 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_TRANSIENT" desc="Text that is displayed temporarily as a large toast on first entering a WebVR page ov er non-secure transport.">
324 Your connection to this site is not private. To exit VR mode at any time , remove headset and press back. 327 Your connection to this site is not private. To exit VR mode at any time , remove headset and press back.
325 </message> 328 </message>
326 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_PERMANENT" desc="Text that is displayed in a small permanent notification on a WebVR page loaded over non-secure transport. (Should be short, does not need to be a complete sentence. )"> 329 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_PERMANENT" desc="Text that is displayed in a small permanent notification on a WebVR page loaded over non-secure transport. (Should be short, does not need to be a complete sentence. )">
327 Not secure 330 Not secure
328 </message> 331 </message>
329 <message name="IDS_PAGE_INFO_NUM_COOKIES" desc="The label of the counts fo r allowed cookies that are in use on the page."> 332 <message name="IDS_PAGE_INFO_NUM_COOKIES" desc="The label of the counts fo r allowed cookies that are in use on the page.">
330 {NUM_COOKIES, plural, =1 {1 in use} other {# in use}} 333 {NUM_COOKIES, plural, =1 {1 in use} other {# in use}}
331 </message> 334 </message>
332 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_ALLOW" desc="The text of th e menu item of a permissions menu on the Page Info UI that resets the setting to the default setting which is allow."> 335 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_ALLOW" desc="The text of th e menu item of a permissions menu on the Page Info UI that resets the setting to the default setting which is allow.">
(...skipping 9976 matching lines...) Expand 10 before | Expand all | Expand 10 after
10309 <message name="IDS_GEOLOCATION_BUBBLE_MANAGE_LINK" desc="Link on the geolo cation bubble that opens up the Content Settings management dialog."> 10312 <message name="IDS_GEOLOCATION_BUBBLE_MANAGE_LINK" desc="Link on the geolo cation bubble that opens up the Content Settings management dialog.">
10310 Manage location settings... 10313 Manage location settings...
10311 </message> 10314 </message>
10312 <message name="IDS_GEOLOCATION_ALLOWED_TOOLTIP" desc="Location bar icon to oltip text when a page is allowed to use geolocation."> 10315 <message name="IDS_GEOLOCATION_ALLOWED_TOOLTIP" desc="Location bar icon to oltip text when a page is allowed to use geolocation.">
10313 This page is tracking your location. 10316 This page is tracking your location.
10314 </message> 10317 </message>
10315 <message name="IDS_GEOLOCATION_BLOCKED_TOOLTIP" desc="Location bar icon to oltip text when a page is blocked from using geolocation."> 10318 <message name="IDS_GEOLOCATION_BLOCKED_TOOLTIP" desc="Location bar icon to oltip text when a page is blocked from using geolocation.">
10316 This page has been blocked from tracking your location. 10319 This page has been blocked from tracking your location.
10317 </message> 10320 </message>
10318 10321
10322 <!-- Sensors messages -->
10323 <message name="IDS_SENSORS_TAB_LABEL" desc="Label for Sensors on Content S ettings dialog">
10324 Sensors (motion/environment) full control.
10325 </message>
10326 <message name="IDS_SENSORS_ALLOW_RADIO" desc="A radio button in Content Se ttings dialog to allow a site to access Sensors messages.">
10327 Allow all sites to use Sensors (motion/environment).
10328 </message>
10329 <message name="IDS_SENSORS_BLOCK_RADIO" desc="A radio button in Content Se ttings dialog to deny a site to access Sensors(motion/environment).">
10330 Do not allow any sites to use Sensors(motion/environment).
10331 </message>
10332 <message name="IDS_SENSORS_ASK_RADIO" desc="A radio button in Content Sett ings dialog to allow a site to query the permision to access Sensors(motion/envi ronment).">
10333 Ask me when a site wants to use Sensors(motion/environment). (recommende d)
10334 </message>
10335 <message name="IDS_SENSORS_INFOBAR_QUESTION" desc="Question asked on the i nfo bar whenever URL wants to access Sensors(motion/environment).">
10336 <ph name="URL">
10337 $1<ex>www.google.com</ex>
10338 </ph> wants to use Sensors(motion/environment).
10339 </message>
10340 <message name="IDS_SENSORS_PERMISSION_FRAGMENT" desc="Permission asked in the permission bubble when a URL wants to access Sensors(motion/environment), al ong with other permissions requests. Preceded by the prompt 'This site would lik e to:'">
10341 Use Sensors(motion/environment).
10342 </message>
10343 <message name="IDS_SENSORS_ALLOW_BUTTON" desc="A button in Sensors access infobar for allowing full access to Sensors for a given domain.">
10344 Allow
10345 </message>
10346 <message name="IDS_SENSORS_DENY_BUTTON" desc="A button in Sensors access i nfobar for denying full access to Sensors for a given domain.">
10347 Block
10348 </message>
10349 <message name="IDS_SENSORS_ALLOWED_TOOLTIP" desc="Location bar icon toolti p text when a page is allowed to use Sensors(motion/environment).">
10350 This page has full control of Sensors.
10351 </message>
10352 <message name="IDS_SENSORS_BLOCKED_TOOLTIP" desc="Location bar icon toolti p text when a page is blocked from using Sensors(motion/environment).">
10353 This page has been blocked from having full control of Sensors(motion/en vironment).
10354 </message>
10355 <message name="IDS_SENSORS_BUBBLE_ALLOWED" desc="Title of the Sensors bubb le where sensors are blocked.">
10356 This site has full control of Sensors(motion/environment).
10357 </message>
10358 <message name="IDS_SENSORS_BUBBLE_DENIED" desc="Title of the Sensors bubbl e where sensors are blocked.">
10359 This site has been blocked from having full control of Sensors(motion/en vironment).
10360 </message>
10361 <message name="IDS_SENSORS_BUBBLE_REQUIRE_RELOAD_TO_CLEAR" desc="Hint text for the Sensors bubble informing user they must reload the page for the Clear s ettings command to take effect.">
10362 Settings will be cleared on next reload.
10363 </message>
10364 <message name="IDS_SENSORS_BUBBLE_CLEAR_LINK" desc="Link on the Sensors bu bble that resets the list of allowed and blocked sites.">
10365 Clear these settings for future visits
10366 </message>
10367 <message name="IDS_SENSORS_BUBBLE_MANAGE_LINK" desc="Link on the Sensors b ubble that opens up the Content Settings management dialog.">
10368 Manage Sensors settings...
10369 </message>
10370
10319 <!-- Web MIDI messages --> 10371 <!-- Web MIDI messages -->
10320 <message name="IDS_MIDI_SYSEX_TAB_LABEL" desc="Label for MIDI system exclu sive message on Content Settings dialog"> 10372 <message name="IDS_MIDI_SYSEX_TAB_LABEL" desc="Label for MIDI system exclu sive message on Content Settings dialog">
10321 MIDI devices full control 10373 MIDI devices full control
10322 </message> 10374 </message>
10323 <message name="IDS_MIDI_SYSEX_ALLOW_RADIO" desc="A radio button in Content Settings dialog to allow a site to access MIDI devices with system exclusive me ssages."> 10375 <message name="IDS_MIDI_SYSEX_ALLOW_RADIO" desc="A radio button in Content Settings dialog to allow a site to access MIDI devices with system exclusive me ssages.">
10324 Allow all sites to use system exclusive messages to access MIDI devices 10376 Allow all sites to use system exclusive messages to access MIDI devices
10325 </message> 10377 </message>
10326 <message name="IDS_MIDI_SYSEX_BLOCK_RADIO" desc="A radio button in Content Settings dialog to deny a site to access MIDI devices with system exclusive mes sages."> 10378 <message name="IDS_MIDI_SYSEX_BLOCK_RADIO" desc="A radio button in Content Settings dialog to deny a site to access MIDI devices with system exclusive mes sages.">
10327 Do not allow any sites to use system exclusive messages to access MIDI d evices 10379 Do not allow any sites to use system exclusive messages to access MIDI d evices
10328 </message> 10380 </message>
(...skipping 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after
12398 Your downloads appear here 12450 Your downloads appear here
12399 </message> 12451 </message>
12400 12452
12401 <!-- Automation info bar --> 12453 <!-- Automation info bar -->
12402 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12454 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12403 Chrome is being controlled by automated test software. 12455 Chrome is being controlled by automated test software.
12404 </message> 12456 </message>
12405 </messages> 12457 </messages>
12406 </release> 12458 </release>
12407 </grit> 12459 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698