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

Side by Side Diff: extensions/extensions_strings.grd

Issue 870163002: Move networking_private to src/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN 2 Created 5 years, 10 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') | extensions/shell/browser/shell_extensions_browser_client.h » ('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 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 </message> 352 </message>
353 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_MULTIPLE" desc="Instructions asking the user to select one or more devices for use with an app."> 353 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_MULTIPLE" desc="Instructions asking the user to select one or more devices for use with an app.">
354 The application "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>" is requesting access to one or more of your devices. 354 The application "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>" is requesting access to one or more of your devices.
355 </message> 355 </message>
356 <message name="IDS_DEVICE_UNKNOWN_PRODUCT" desc="String used when no human -readable product name is available for a device."> 356 <message name="IDS_DEVICE_UNKNOWN_PRODUCT" desc="String used when no human -readable product name is available for a device.">
357 Product <ph name="PRODUCT_ID">$1<ex>0x1234</ex></ph> 357 Product <ph name="PRODUCT_ID">$1<ex>0x1234</ex></ph>
358 </message> 358 </message>
359 <message name="IDS_DEVICE_UNKNOWN_VENDOR" desc="String used when no human- readable vendor name is available for a device."> 359 <message name="IDS_DEVICE_UNKNOWN_VENDOR" desc="String used when no human- readable vendor name is available for a device.">
360 Vendor <ph name="VENDOR_ID">$1<ex>0x1234</ex></ph> 360 Vendor <ph name="VENDOR_ID">$1<ex>0x1234</ex></ph>
361 </message> 361 </message>
362 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORKING_PRIVATE" desc="Perm ission string for Networking Private API.">
363 Manage network connections
364 </message>
362 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices."> 365 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices.">
363 Access your serial devices 366 Access your serial devices
364 </message> 367 </message>
365 <message name="IDS_EXTENSION_PROMPT_WARNING_VPN" desc="Permission string f or access to VPN API."> 368 <message name="IDS_EXTENSION_PROMPT_WARNING_VPN" desc="Permission string f or access to VPN API.">
366 Access your network traffic 369 Access your network traffic
367 </message> 370 </message>
368 <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."> 371 <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.">
369 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_ NAME">$2<ex>Griffin Technology</ex></ph> 372 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_ NAME">$2<ex>Griffin Technology</ex></ph>
370 </message> 373 </message>
371 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s tring for access to a specific USB device."> 374 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s tring for access to a specific USB device.">
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 </message> 462 </message>
460 </if> 463 </if>
461 <if expr="not is_win"> 464 <if expr="not is_win">
462 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> 465 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="">
463 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that does not contain a symlink. No such pat h exists for your profile. 466 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that does not contain a symlink. No such pat h exists for your profile.
464 </message> 467 </message>
465 </if> 468 </if>
466 </messages> 469 </messages>
467 </release> 470 </release>
468 </grit> 471 </grit>
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/shell/browser/shell_extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698