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

Side by Side Diff: extensions/extensions_strings.grd

Issue 795543002: Added PermissionIDSet to APIPermissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permissions_patch_1_static_initializer_fix
Patch Set: Rebase Created 6 years 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/common/permissions/usb_device_permission.cc ('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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 </message> 348 </message>
349 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f or access to HID devices."> 349 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f or access to HID devices.">
350 Access your input devices 350 Access your input devices
351 </message> 351 </message>
352 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices."> 352 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices.">
353 Access your serial devices 353 Access your serial devices
354 </message> 354 </message>
355 <message name="IDS_EXTENSION_PROMPT_WARNING_VPN" desc="Permission string f or access to VPN API."> 355 <message name="IDS_EXTENSION_PROMPT_WARNING_VPN" desc="Permission string f or access to VPN API.">
356 Access your network traffic 356 Access your network traffic
357 </message> 357 </message>
358 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_PRODUCT_NAME_AND_VE NDOR" desc="USB device name and vendor string, used in various permission messag es for USB devices.">
359 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_ NAME">$2<ex>Griffin Technology</ex></ph>
360 </message>
358 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s tring for access to a specific USB device."> 361 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s tring for access to a specific USB device.">
359 Access any <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph na me="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> via USB 362 Access any <ph name="PRODUCT_NAME_AND_VENDOR">$1<ex>SoundKnob from Griff in Technology</ex></ph> via USB
360 </message> 363 </message>
361 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_UNKNOWN_PRODUCT" de sc="Permission string for access to a specific USB device with an unknown produc t ID."> 364 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_UNKNOWN_PRODUCT" de sc="Permission string for access to a specific USB device with an unknown produc t ID.">
362 Access USB devices from <ph name="VENDOR_NAME">$1<ex>Griffin Technology< /ex></ph> 365 Access USB devices from <ph name="VENDOR_NAME">$1<ex>Griffin Technology< /ex></ph>
363 </message> 366 </message>
364 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_UNKNOWN_VENDOR" des c="Permission string for acceess to a specific USB device with an unknown vendor ID."> 367 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_UNKNOWN_VENDOR" des c="Permission string for acceess to a specific USB device with an unknown vendor ID.">
365 Access USB devices from an unknown vendor 368 Access USB devices from an unknown vendor
366 </message> 369 </message>
367 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_LIST" desc="Permiss ion string for access to a list of USB devices."> 370 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_LIST" desc="Permiss ion string for access to a list of USB devices.">
368 Access any of these USB devices 371 Access any of these USB devices
369 </message> 372 </message>
370 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_LIST_ITEM" desc="Li ne item for a USB device listed under IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_LI ST."> 373 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_LIST_ITEM" desc="Li ne item for a USB device listed under IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_LI ST.">
371 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_ NAME">$2<ex>Griffin Technology</ex></ph> 374 <ph name="PRODUCT_NAME_AND_VENDOR">$1<ex>SoundKnob from Griffin Technolo gy</ex></ph>
372 </message> 375 </message>
373 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_LIST_ITEM_UNKNOWN_P RODUCT" desc="Line item for a USB device listed under IDS_EXTENSION_PROMPT_WARNI NG_USB_DEVICE_LIST that has an unknown product ID."> 376 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_LIST_ITEM_UNKNOWN_P RODUCT" desc="Line item for a USB device listed under IDS_EXTENSION_PROMPT_WARNI NG_USB_DEVICE_LIST that has an unknown product ID.">
374 unknown devices from <ph name="VENDOR_NAME">$1<ex>Griffin Technology</ex ></ph> 377 unknown devices from <ph name="VENDOR_NAME">$1<ex>Griffin Technology</ex ></ph>
375 </message> 378 </message>
376 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_LIST_ITEM_UNKNOWN_V ENDOR" desc="Line item for a USB device listed under IDS_EXTENSION_PROMPT_WARNIN G_USB_DEVICE_LIST that has an unknown vendor ID."> 379 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_LIST_ITEM_UNKNOWN_V ENDOR" desc="Line item for a USB device listed under IDS_EXTENSION_PROMPT_WARNIN G_USB_DEVICE_LIST that has an unknown vendor ID.">
377 devices from an unknown vendor 380 devices from an unknown vendor
378 </message> 381 </message>
379 <message name="IDS_EXTENSION_TASK_MANAGER_APPVIEW_TAG_PREFIX" desc="The pr efix for a guest page loaded in an appview tag in the Task Manager"> 382 <message name="IDS_EXTENSION_TASK_MANAGER_APPVIEW_TAG_PREFIX" desc="The pr efix for a guest page loaded in an appview tag in the Task Manager">
380 Appview: <ph name="APPVIEW_TAG_NAME">$1<ex>Google Hangouts</ex></ph> 383 Appview: <ph name="APPVIEW_TAG_NAME">$1<ex>Google Hangouts</ex></ph>
381 </message> 384 </message>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 <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."> 426 <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.">
424 Access your Universal 2nd Factor devices 427 Access your Universal 2nd Factor devices
425 </message> 428 </message>
426 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions."> 429 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions.">
427 Communicate with cooperating websites 430 Communicate with cooperating websites
428 </message> 431 </message>
429 432
430 </messages> 433 </messages>
431 </release> 434 </release>
432 </grit> 435 </grit>
OLDNEW
« no previous file with comments | « extensions/common/permissions/usb_device_permission.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698