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

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

Issue 56973008: Strings for protections against forced extension installs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated to trunk Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | 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 <!-- 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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 </message> 801 </message>
802 802
803 <!-- chrome://settings/extensions page --> 803 <!-- chrome://settings/extensions page -->
804 <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."> 804 <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.">
805 <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. 805 <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.
806 </message> 806 </message>
807 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions."> 807 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions.">
808 Remove from Chromium 808 Remove from Chromium
809 </message> 809 </message>
810 810
811 <message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BODY" desc="Body of the dialog shown when suspicious extensions have been disabled">
812 To make Chromium 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.
813 </message>
814
811 <!-- Main Chrome menu --> 815 <!-- Main Chrome menu -->
812 <message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the brow ser menu"> 816 <message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the brow ser menu">
813 Customize and control Chromium 817 Customize and control Chromium
814 </message> 818 </message>
815 819
816 <if expr="pp_ifdef('use_titlecase') and not pp_ifdef('chromeos')"> 820 <if expr="pp_ifdef('use_titlecase') and not pp_ifdef('chromeos')">
817 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo ut Chrome menu item"> 821 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo ut Chrome menu item">
818 About &amp;Chromium 822 About &amp;Chromium
819 </message> 823 </message>
820 <message name="IDS_UPDATE_NOW" desc="In Title Case: The text label of th e Update Chrome Now menu item"> 824 <message name="IDS_UPDATE_NOW" desc="In Title Case: The text label of th e Update Chrome Now menu item">
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host."> 1052 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host.">
1049 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium. 1053 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium.
1050 </message> 1054 </message>
1051 <message name="IDS_PROFILE_IN_USE_LINUX_RELAUNCH" desc="Text of button in dialog to delete the profile lock file."> 1055 <message name="IDS_PROFILE_IN_USE_LINUX_RELAUNCH" desc="Text of button in dialog to delete the profile lock file.">
1052 Unlock Profile and Relaunch 1056 Unlock Profile and Relaunch
1053 </message> 1057 </message>
1054 1058
1055 </messages> 1059 </messages>
1056 </release> 1060 </release>
1057 </grit> 1061 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698