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

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

Issue 7492021: Change about:flags warning to indicate that flags are browser-wide, not per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 4096 matching lines...) Expand 10 before | Expand all | Expand 10 after
4107 <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for t he about:flags page."> 4107 <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for t he about:flags page.">
4108 Careful, these experiments may bite 4108 Careful, these experiments may bite
4109 </message> 4109 </message>
4110 <message name="IDS_FLAGS_TABLE_TITLE" desc="Title for the experiments tabl e on the about:flags page."> 4110 <message name="IDS_FLAGS_TABLE_TITLE" desc="Title for the experiments tabl e on the about:flags page.">
4111 Experiments 4111 Experiments
4112 </message> 4112 </message>
4113 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text."> 4113 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text.">
4114 WARNING 4114 WARNING
4115 </message> 4115 </message>
4116 <message name="IDS_FLAGS_WARNING_TEXT" desc="Text at the top of the about: flags page, warning users that the about:flags contents are volatile."> 4116 <message name="IDS_FLAGS_WARNING_TEXT" desc="Text at the top of the about: flags page, warning users that the about:flags contents are volatile.">
4117 These experimental features may change, break, or disappear at any time. We make absolutely no guarantees about what may happen if you turn one of these experiments on, and your browser may even spontaneously combust. Jokes aside, y our browser may delete all your data, or your security and privacy could be comp romised in unexpected ways. Please proceed with caution. 4117 These experimental features may change, break, or disappear at any time. We make absolutely no guarantees about what may happen if you turn one of these experiments on, and your browser may even spontaneously combust. Jokes aside, y our browser may delete all your data, or your security and privacy could be comp romised in unexpected ways. Any experiments you enable will be enabled for all u sers of this browser. Please proceed with caution.
4118 </message> 4118 </message>
4119 <message name="IDS_FLAGS_NO_EXPERIMENTS_AVAILABLE" desc="Shown if no exper iments are available"> 4119 <message name="IDS_FLAGS_NO_EXPERIMENTS_AVAILABLE" desc="Shown if no exper iments are available">
4120 Aww, it looks like there are currently no experiments available. 4120 Aww, it looks like there are currently no experiments available.
4121 </message> 4121 </message>
4122 <if expr="not pp_ifdef('chromeos')"> 4122 <if expr="not pp_ifdef('chromeos')">
4123 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to relaunch chrome. Shown next to a button that says 'Relaunch Now'."> 4123 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to relaunch chrome. Shown next to a button that says 'Relaunch Now'.">
4124 Your changes will take effect the next time you relaunch <ph name="PRO DUCT_NAME">$1<ex>Google Chrome</ex></ph>. 4124 Your changes will take effect the next time you relaunch <ph name="PRO DUCT_NAME">$1<ex>Google Chrome</ex></ph>.
4125 </message> 4125 </message>
4126 <message name="IDS_FLAGS_RELAUNCH_BUTTON" desc="Text on a button that re launches chrome when clicked. "> 4126 <message name="IDS_FLAGS_RELAUNCH_BUTTON" desc="Text on a button that re launches chrome when clicked. ">
4127 Relaunch Now 4127 Relaunch Now
(...skipping 8979 matching lines...) Expand 10 before | Expand all | Expand 10 after
13107 </includes> 13107 </includes>
13108 <structures fallback_to_english="true"> 13108 <structures fallback_to_english="true">
13109 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13109 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13110 </structure> 13110 </structure>
13111 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13111 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13112 </structure> 13112 </structure>
13113 </structures> 13113 </structures>
13114 13114
13115 </release> 13115 </release>
13116 </grit> 13116 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698