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

Side by Side Diff: chrome/app/google_chrome_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 | « chrome/app/generated_resources.grd ('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 <!-- 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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 </message> 725 </message>
726 726
727 <!-- chrome://settings/extensions page --> 727 <!-- chrome://settings/extensions page -->
728 <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."> 728 <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.">
729 <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. 729 <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.
730 </message> 730 </message>
731 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions."> 731 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions.">
732 Remove from Chrome 732 Remove from Chrome
733 </message> 733 </message>
734 734
735 <message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BODY" desc="Body of the dialog shown when suspicious extensions have been disabled">
736 To make Chrome 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> an d may have been added without your knowledge.
737 </message>
738
735 <!-- Wrench menu --> 739 <!-- Wrench menu -->
736 <message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the brow ser menu"> 740 <message name="IDS_APPMENU_TOOLTIP" desc="The tooltip to show for the brow ser menu">
737 Customize and control Google Chrome 741 Customize and control Google Chrome
738 </message> 742 </message>
739 743
740 <if expr="pp_ifdef('use_titlecase') and not pp_ifdef('chromeos')"> 744 <if expr="pp_ifdef('use_titlecase') and not pp_ifdef('chromeos')">
741 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo ut Chrome menu item"> 745 <message name="IDS_ABOUT" desc="In Title Case: The text label of the Abo ut Chrome menu item">
742 About &amp;Google Chrome 746 About &amp;Google Chrome
743 </message> 747 </message>
744 <message name="IDS_UPDATE_NOW" desc="In Title Case: The text label of th e Update Chrome Now menu item"> 748 <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
972 <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."> 976 <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.">
973 The profile appears to be in use by another Google Chrome process (<ph n ame="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME ">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it doesn' t get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome. 977 The profile appears to be in use by another Google Chrome process (<ph n ame="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME ">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it doesn' t get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome.
974 </message> 978 </message>
975 <message name="IDS_PROFILE_IN_USE_LINUX_RELAUNCH" desc="Text of button in dialog to delete the profile lock file."> 979 <message name="IDS_PROFILE_IN_USE_LINUX_RELAUNCH" desc="Text of button in dialog to delete the profile lock file.">
976 Unlock Profile and Relaunch 980 Unlock Profile and Relaunch
977 </message> 981 </message>
978 982
979 </messages> 983 </messages>
980 </release> 984 </release>
981 </grit> 985 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698