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

Side by Side Diff: extensions/extensions_strings.grd

Issue 606503002: Rewrite apps::SavedDevicesService as extensions::DevicePermissionsManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments. 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 </message> 316 </message>
317 <message name="IDS_EXTENSION_TASK_MANAGER_EXTENSIONOPTIONS_TAG_PREFIX" des c="The prefix for a guest page loaded in an extensionoptions tag in the Task Man ager"> 317 <message name="IDS_EXTENSION_TASK_MANAGER_EXTENSIONOPTIONS_TAG_PREFIX" des c="The prefix for a guest page loaded in an extensionoptions tag in the Task Man ager">
318 Options: <ph name="EXTENSIONOPTIONS_TAG_NAME">$1<ex>Google Hangouts</ex> </ph> 318 Options: <ph name="EXTENSIONOPTIONS_TAG_NAME">$1<ex>Google Hangouts</ex> </ph>
319 </message> 319 </message>
320 <message name="IDS_EXTENSION_TASK_MANAGER_MIMEHANDLERVIEW_TAG_PREFIX" desc ="The prefix for a guest page loaded in a mime handler view page in the task man ager"> 320 <message name="IDS_EXTENSION_TASK_MANAGER_MIMEHANDLERVIEW_TAG_PREFIX" desc ="The prefix for a guest page loaded in a mime handler view page in the task man ager">
321 Mimehandler: <ph name="MIMEHANDLERVIEW_TAG_NAME">$1<ex>My mime handler v iew</ex></ph> 321 Mimehandler: <ph name="MIMEHANDLERVIEW_TAG_NAME">$1<ex>My mime handler v iew</ex></ph>
322 </message> 322 </message>
323 <message name="IDS_EXTENSION_TASK_MANAGER_WEBVIEW_TAG_PREFIX" desc="The pr efix for a guest page loaded in a webview tag in the Task Manager"> 323 <message name="IDS_EXTENSION_TASK_MANAGER_WEBVIEW_TAG_PREFIX" desc="The pr efix for a guest page loaded in a webview tag in the Task Manager">
324 Webview: <ph name="WEBVIEW_TAG_NAME">$1<ex>Google</ex></ph> 324 Webview: <ph name="WEBVIEW_TAG_NAME">$1<ex>Google</ex></ph>
325 </message> 325 </message>
326 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_SERIAL" desc="Permi ssion string for accessing a USB device with a known vendor name, product name a nd serial number.">
327 <ph name="PRODUCT_NAME">$2<ex>Nexus 5</ex></ph> from <ph name="VENDOR_NA ME">$1<ex>Google Inc.</ex></ph> (serial number <ph name="SERIAL_NUMBER">$3<ex>AB CDEF123456</ex></ph>)
328 </message>
329 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_PID_SERIAL" desc="P ermission string for accessing a USB device with a known vendor name and serial number and a hexidecimal product ID.">
330 Product <ph name="PRODUCT_ID">$2<ex>0x1234</ex></ph> from <ph name="VEND OR_NAME">$1<ex>Google Inc.</ex></ph> (serial number <ph name="SERIAL_NUMBER">$3< ex>ABCDEF123456</ex></ph>)
331 </message>
332 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_VID_PID_SERIAL" des c="Permission string for accessing a USB device with a known serial number and a hexidecimal vendor and product IDs.">
333 Product <ph name="PRODUCT_ID">$2<ex>0x5678</ex></ph> from Vendor <ph nam e="VENDOR_ID">$1<ex>0x1234</ex></ph> (serial number <ph name="SERIAL_NUMBER">$3< ex>ABCDEF123456</ex></ph>)
334 </message>
326 335
327 <!-- Global error messages for extensions. Please keep alphabetized. --> 336 <!-- Global error messages for extensions. Please keep alphabetized. -->
328 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message indicating that an extension caused excessive network delays for web requests"> 337 <message name="IDS_EXTENSION_WARNINGS_NETWORK_DELAY" desc="Warning message indicating that an extension caused excessive network delays for web requests">
329 This extension is slowing down <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>. You should disable it to restore <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph>'s performance. 338 This extension is slowing down <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>. You should disable it to restore <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph>'s performance.
330 </message> 339 </message>
331 <message name="IDS_EXTENSION_WARNINGS_NETWORK_CONFLICT" desc="Warning mess age which indicates that two or more extensions tried to modify a network reques t in a conflicting way and the modification of this extension was ignored"> 340 <message name="IDS_EXTENSION_WARNINGS_NETWORK_CONFLICT" desc="Warning mess age which indicates that two or more extensions tried to modify a network reques t in a conflicting way and the modification of this extension was ignored">
332 This extension failed to modify a network request because the modificati on conflicted with another extension. 341 This extension failed to modify a network request because the modificati on conflicted with another extension.
333 </message> 342 </message>
334 <message name="IDS_EXTENSION_WARNINGS_REDIRECT_CONFLICT" desc="Warning mes sage indicating that two extensions tried to redirect to different destinations" > 343 <message name="IDS_EXTENSION_WARNINGS_REDIRECT_CONFLICT" desc="Warning mes sage indicating that two extensions tried to redirect to different destinations" >
335 This extension failed to redirect a network request to <ph name="ATTEMPT ED_REDIRECT_DESTINATION">$1<ex>http://www.google.com</ex></ph> because another e xtension (<ph name="EXTENSION_NAME">$2<ex>My Cool Extension</ex></ph>) redirecte d it to <ph name="ACTUAL_REDIRECT_DESTINATION">$3<ex>https://www.google.com</ex> </ph>. 344 This extension failed to redirect a network request to <ph name="ATTEMPT ED_REDIRECT_DESTINATION">$1<ex>http://www.google.com</ex></ph> because another e xtension (<ph name="EXTENSION_NAME">$2<ex>My Cool Extension</ex></ph>) redirecte d it to <ph name="ACTUAL_REDIRECT_DESTINATION">$3<ex>https://www.google.com</ex> </ph>.
(...skipping 16 matching lines...) Expand all
352 <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."> 361 <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.">
353 Access your Universal 2nd Factor devices 362 Access your Universal 2nd Factor devices
354 </message> 363 </message>
355 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions."> 364 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions.">
356 Communicate with cooperating websites 365 Communicate with cooperating websites
357 </message> 366 </message>
358 367
359 </messages> 368 </messages>
360 </release> 369 </release>
361 </grit> 370 </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