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

Side by Side Diff: extensions/extensions_strings.grd

Issue 518963002: Add whitelisted permission for access to Universal 2nd Factor devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary files. Created 6 years, 3 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/common/permissions/permission_message.h ('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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 </message> 325 </message>
326 <message name="IDS_EXTENSION_WARNINGS_CREDENTIALS_CONFLICT" desc="Warning message which indicates that two or more extensions tried to modify a network re quest in a conflicting way and the modification of this extension was ignored"> 326 <message name="IDS_EXTENSION_WARNINGS_CREDENTIALS_CONFLICT" desc="Warning message which indicates that two or more extensions tried to modify a network re quest in a conflicting way and the modification of this extension was ignored">
327 This extension failed to provide credentials to a network request becaus e another extension (<ph name="EXTENSION_NAME">$1<ex>My Cool Extension</ex></ph> ) provided different credentials. 327 This extension failed to provide credentials to a network request becaus e another extension (<ph name="EXTENSION_NAME">$1<ex>My Cool Extension</ex></ph> ) provided different credentials.
328 </message> 328 </message>
329 <message name="IDS_EXTENSION_WARNINGS_DOWNLOAD_FILENAME_CONFLICT" desc="Wa rning message which indicates that two or more extensions tried to determine the filename of a downloaded file in a conflicting way and the modification of this extension was ignored"> 329 <message name="IDS_EXTENSION_WARNINGS_DOWNLOAD_FILENAME_CONFLICT" desc="Wa rning message which indicates that two or more extensions tried to determine the filename of a downloaded file in a conflicting way and the modification of this extension was ignored">
330 This extension failed to name the download "<ph name="ATTEMPTED_FILENAME ">$1<ex>apple.png</ex></ph>" because another extension (<ph name="EXTENSION_NAME ">$2<ex>My Cool Extension</ex></ph>) determined a different filename "<ph name=" ACTUAL_FILENAME">$3<ex>banana.png</ex></ph>". 330 This extension failed to name the download "<ph name="ATTEMPTED_FILENAME ">$1<ex>apple.png</ex></ph>" because another extension (<ph name="EXTENSION_NAME ">$2<ex>My Cool Extension</ex></ph>) determined a different filename "<ph name=" ACTUAL_FILENAME">$3<ex>banana.png</ex></ph>".
331 </message> 331 </message>
332 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me ssage which indates that an extension got stuck in a reload loop."> 332 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me ssage which indates that an extension got stuck in a reload loop.">
333 This extension reloaded itself too frequently. 333 This extension reloaded itself too frequently.
334 </message> 334 </message>
335 335 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes sage which indates that an extension has access to Universal 2nd Factor devices. ">
juanlang (chromium.org) 2014/09/02 20:39:50 Nit: s/indates/indicates/
Reilly Grant (use Gerrit) 2014/09/02 20:52:34 Done.
336 Access your Universal 2nd Factor devices
337 </message>
336 </messages> 338 </messages>
337 </release> 339 </release>
338 </grit> 340 </grit>
OLDNEW
« no previous file with comments | « extensions/common/permissions/permission_message.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698