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

Side by Side Diff: extensions/extensions_strings.grd

Issue 565423003: Move extensions manifest tests to run in extensions_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (manifest2) fix deps, android 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
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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 </message> 342 </message>
343 <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"> 343 <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">
344 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>". 344 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>".
345 </message> 345 </message>
346 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me ssage which indates that an extension got stuck in a reload loop."> 346 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me ssage which indates that an extension got stuck in a reload loop.">
347 This extension reloaded itself too frequently. 347 This extension reloaded itself too frequently.
348 </message> 348 </message>
349 <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."> 349 <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.">
350 Access your Universal 2nd Factor devices 350 Access your Universal 2nd Factor devices
351 </message> 351 </message>
352 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss ion string for allowing websites to connect to extensions.">
353 Communicate with cooperating websites
354 </message>
355
352 </messages> 356 </messages>
353 </release> 357 </release>
354 </grit> 358 </grit>
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/test/data/manifest_tests/externally_connectable_all_ids.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698