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

Side by Side Diff: extensions/extensions_strings.grd

Issue 633793002: Prompt for granting permission to access USB devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename UsbDevicesChosen -> OnUsbDevicesChosen. Created 6 years, 2 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 | « extensions/extensions.gyp ('k') | no next file » | 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 Strings for the extensions module. Used mostly for low-level error messages. 4 Strings for the extensions module. Used mostly for low-level error messages.
5 Where possible new strings should be kept in Chrome and the extensions module 5 Where possible new strings should be kept in Chrome and the extensions module
6 should return an error code, message flag, etc. 6 should return an error code, message flag, etc.
7 --> 7 -->
8 8
9 <grit latest_public_release="0" current_release="1" 9 <grit latest_public_release="0" current_release="1"
10 source_lang_id="en" enc_check="möl"> 10 source_lang_id="en" enc_check="möl">
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex >example.com example.org</ex></ph> 298 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex >example.com example.org</ex></ph>
299 </message> 299 </message>
300 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe rmission string for access to a single specific computers on the local network o r internet."> 300 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe rmission string for access to a single specific computers on the local network o r internet.">
301 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph> 301 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph>
302 </message> 302 </message>
303 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P ermission string for access to multiple specific computers on the local network or internet."> 303 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P ermission string for access to multiple specific computers on the local network or internet.">
304 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph> 304 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph>
305 </message> 305 </message>
306 306
307 <!-- Device API strings. Please keep alphabetized. --> 307 <!-- Device API strings. Please keep alphabetized. -->
308 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_HEADING" desc="Title of the d evice selection dialog.">
309 USB Devices
310 </message>
311 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_SINGLE" desc="Instructions as king the user to select one device for use with an app.">
312 Select a device to use with <ph name="APP_NAME">$1<ex>Chrome Dev Editor< /ex></ph>.
313 </message>
314 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_MULTIPLE" desc="Instructions asking the user to select one or more devices for use with an app.">
315 Select devices to use with <ph name="APP_NAME">$1<ex>Chrome Dev Editor</ ex></ph>.
316 </message>
317 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_DEVICE_NAME" desc="String des cribing a device in a list of devices.">
318 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_ NAME">$2<ex>Griffin Technology</ex></ph>
319 </message>
320 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_DEVICE_TOOLTIP" desc="String providing device vendor and product ID details in a tooltip.">
321 <ph name="VENDOR_NAME">$1<ex>Griffin Technology</ex></ph> (<ph name="VEN DOR_ID">$2<ex>0x1234</ex></ph>), <ph name="PRODUCT_NAME">$3<ex>SoundKnob</ex></p h> (<ph name="PRODUCT_ID">$4<ex>0x5678</ex></ph>)
322 </message>
323 <message name="IDS_DEVICE_UNKNOWN_PRODUCT" desc="String used when no human -readable product name is available for a device.">
324 Unknown Product
325 </message>
326 <message name="IDS_DEVICE_UNKNOWN_VENDOR" desc="String used when no human- readable vendor name is available for a device.">
327 Unknown Vendor
328 </message>
308 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f or access to HID devices."> 329 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f or access to HID devices.">
309 Access your input devices 330 Access your input devices
310 </message> 331 </message>
311 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices."> 332 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices.">
312 Access your serial devices 333 Access your serial devices
313 </message> 334 </message>
314 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f or access to USB devices."> 335 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f or access to USB devices.">
315 Access your USB devices 336 Access your USB devices
316 </message> 337 </message>
317 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s tring for access to a specific USB device."> 338 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s tring for access to a specific USB device.">
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes sage which indicates that an extension has access to Universal 2nd Factor device s."> 394 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes sage which indicates that an extension has access to Universal 2nd Factor device s.">
374 Access your Universal 2nd Factor devices 395 Access your Universal 2nd Factor devices
375 </message> 396 </message>
376 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions."> 397 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions.">
377 Communicate with cooperating websites 398 Communicate with cooperating websites
378 </message> 399 </message>
379 400
380 </messages> 401 </messages>
381 </release> 402 </release>
382 </grit> 403 </grit>
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698