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

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

Issue 1137503006: [Extensions] Polish the suspicious extension bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 777
778 <!-- chrome://settings/extensions page --> 778 <!-- chrome://settings/extensions page -->
779 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chromium cannot prevent extensions from recording history in incognito mode. Di splayed in extensions management UI after an extension is selected to be run in incognito mode."> 779 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chromium cannot prevent extensions from recording history in incognito mode. Di splayed in extensions management UI after an extension is selected to be run in incognito mode.">
780 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> Chromium cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option. 780 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> Chromium cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option.
781 </message> 781 </message>
782 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions."> 782 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions.">
783 Remove from Chromium... 783 Remove from Chromium...
784 </message> 784 </message>
785 785
786 <if expr="enable_extensions"> 786 <if expr="enable_extensions">
787 <message name="IDS_EXTENSIONS_UNSUPPORTED_DISABLED_BODY" desc="Body of t he dialog shown when unsupported extensions have been disabled"> 787 <message name="IDS_EXTENSIONS_MULTIPLE_UNSUPPORTED_DISABLED_BODY" desc=" Body of the dialog shown when multiple unsupported extensions have been disabled .">
788 To make Chromium safer, we disabled some extensions that aren't listed in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph > and may have been added without your knowledge. 788 To make Chromium safer, we disabled some extensions that aren't listed in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ex></ph > and may have been added without your knowledge.
789 </message> 789 </message>
790 <message name="IDS_EXTENSIONS_SINGLE_UNSUPPORTED_DISABLED_BODY" desc="Bo dy of the dialog shown when a single unsupported extension has been disabled.">
791 To make Chromium safer, we disabled the following extension that isn't listed in the <ph name="IDS_EXTENSION_WEB_STORE_TITLE">$1<ex>Chrome Web Store</ ex></ph> and may have been added without your knowledge.
792 </message>
Finnur 2015/05/15 15:58:47 You should probably use jshin's new system? https:
Devlin 2015/05/15 16:12:41 Oh, nifty - never seen that new system before. I'
790 </if> 793 </if>
791 794
792 <!-- Main Chrome menu --> 795 <!-- Main Chrome menu -->
793 <message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the brow ser menu"> 796 <message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the brow ser menu">
794 Customize and control Chromium 797 Customize and control Chromium
795 </message> 798 </message>
796 799
797 <if expr="use_titlecase and not chromeos"> 800 <if expr="use_titlecase and not chromeos">
798 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo ut Chrome menu item"> 801 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo ut Chrome menu item">
799 About &amp;Chromium 802 About &amp;Chromium
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 1343 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way.
1341 </message> 1344 </message>
1342 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1345 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1343 Chromium OS terms 1346 Chromium OS terms
1344 </message> 1347 </message>
1345 </if> 1348 </if>
1346 1349
1347 </messages> 1350 </messages>
1348 </release> 1351 </release>
1349 </grit> 1352 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/browser/extensions/extension_message_bubble_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698