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

Side by Side Diff: chrome/app/google_chrome_strings.grd

Issue 1137503006: [Extensions] Polish the suspicious extension bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finnur's Created 5 years, 7 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 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 700
701 <!-- chrome://settings/extensions page --> 701 <!-- chrome://settings/extensions page -->
702 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chrome cannot prevent extensions from recording history in incognito mode. Disp layed in extensions management UI after an extension is selected to be run in in cognito mode."> 702 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chrome cannot prevent extensions from recording history in incognito mode. Disp layed in extensions management UI after an extension is selected to be run in in cognito mode.">
703 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> Google Chrome cannot prevent extensions from recording your browsing his tory. To disable this extension in incognito mode, unselect this option. 703 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> Google Chrome cannot prevent extensions from recording your browsing his tory. To disable this extension in incognito mode, unselect this option.
704 </message> 704 </message>
705 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions."> 705 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions.">
706 Remove from Chrome... 706 Remove from Chrome...
707 </message> 707 </message>
708 708
709 <if expr="enable_extensions"> 709 <if expr="enable_extensions">
710 <message name="IDS_EXTENSIONS_UNSUPPORTED_DISABLED_BODY" desc="Body of t he dialog shown when unsupported extensions have been disabled"> 710 <message name="IDS_EXTENSIONS_MULTIPLE_UNSUPPORTED_DISABLED_BODY" desc=" Body of the dialog shown when multiple unsupported extensions have been disabled .">
711 To make Chrome safer, we disabled some extensions that aren't listed i n the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph> and may have been added without your knowledge. 711 To make Chrome safer, we disabled some extensions that aren't listed i n the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph> and may have been added without your knowledge.
712 </message> 712 </message>
713 <message name="IDS_EXTENSIONS_SINGLE_UNSUPPORTED_DISABLED_BODY" desc="Bo dy of the dialog shown when a single unsupported extension has been disabled.">
714 To make Chrome safer, we disabled the following extension that isn't l isted in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex ></ph> and may have been added without your knowledge.
715 </message>
713 </if> 716 </if>
714 717
715 <!-- Wrench menu --> 718 <!-- Wrench menu -->
716 <message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the brow ser menu"> 719 <message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the brow ser menu">
717 Customize and control Google Chrome 720 Customize and control Google Chrome
718 </message> 721 </message>
719 722
720 <if expr="use_titlecase and not chromeos"> 723 <if expr="use_titlecase and not chromeos">
721 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo ut Chrome menu item"> 724 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo ut Chrome menu item">
722 About &amp;Google Chrome 725 About &amp;Google Chrome
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way. 1269 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
1267 </message> 1270 </message>
1268 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1271 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1269 Chrome OS terms 1272 Chrome OS terms
1270 </message> 1273 </message>
1271 </if> 1274 </if>
1272 1275
1273 </messages> 1276 </messages>
1274 </release> 1277 </release>
1275 </grit> 1278 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/extensions/dev_mode_bubble_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698