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

Side by Side Diff: extensions/extensions_strings.grd

Issue 419713002: Support permission_broker for chrome.hid devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix hid in app_shell after its move to //extensions Created 6 years, 4 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 | Annotate | Revision Log
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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc= "Permission string for access to any computer within multiple domains on the loc al network or internet."> 257 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc= "Permission string for access to any computer within multiple domains on the loc al network or internet.">
258 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex >example.com example.org</ex></ph> 258 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex >example.com example.org</ex></ph>
259 </message> 259 </message>
260 <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."> 260 <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.">
261 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph> 261 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph>
262 </message> 262 </message>
263 <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."> 263 <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.">
264 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph> 264 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph>
265 </message> 265 </message>
266 266
267 <!-- USB API strings. Please keep alphabetized. --> 267 <!-- Device API strings. Please keep alphabetized. -->
268 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f or access to HID devices.">
269 Access your input devices
270 </message>
268 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f or access to USB devices."> 271 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f or access to USB devices.">
269 Access your USB devices 272 Access your USB devices
270 </message> 273 </message>
271 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s tring for access to a specific USB device."> 274 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s tring for access to a specific USB device.">
272 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> 275 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph>
273 </message> 276 </message>
274 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de sc="Permission string for access to a specific USB device when a product name ca nnot be established for a USB device."> 277 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de sc="Permission string for access to a specific USB device when a product name ca nnot be established for a USB device.">
275 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph> 278 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph>
276 </message> 279 </message>
277 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des c="Permission string for access to a specific USB device when a vendor name cann ot be established for a USB device."> 280 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des c="Permission string for access to a specific USB device when a vendor name cann ot be established for a USB device.">
278 Access the USB device 281 Access the USB device
279 </message> 282 </message>
280 283
281 </messages> 284 </messages>
282 </release> 285 </release>
283 </grit> 286 </grit>
OLDNEW
« no previous file with comments | « extensions/common/permissions/extensions_api_permissions.cc ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698