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

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

Issue 8898039: Show all experiments, even those that are unavailable on the current platform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update wording and colors Created 9 years 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')
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 4582 matching lines...) Expand 10 before | Expand all | Expand 10 after
4593 </message> 4593 </message>
4594 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text."> 4594 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text.">
4595 WARNING 4595 WARNING
4596 </message> 4596 </message>
4597 <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."> 4597 <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.">
4598 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. 4598 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.
4599 </message> 4599 </message>
4600 <message name="IDS_FLAGS_NO_EXPERIMENTS_AVAILABLE" desc="Shown if no exper iments are available"> 4600 <message name="IDS_FLAGS_NO_EXPERIMENTS_AVAILABLE" desc="Shown if no exper iments are available">
4601 Aww, it looks like there are currently no experiments available. 4601 Aww, it looks like there are currently no experiments available.
4602 </message> 4602 </message>
4603 <message name="IDS_FLAGS_NOT_SUPPORTED" desc="Shown instead of the Enable/ Disable link, to let the user know that an experiment is not supported on the cu rrent platform.">
4604 Sorry, this experiment is not available on your platform.
4605 </message>
4603 <if expr="not pp_ifdef('chromeos')"> 4606 <if expr="not pp_ifdef('chromeos')">
4604 <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'."> 4607 <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'.">
4605 Your changes will take effect the next time you relaunch <ph name="PRO DUCT_NAME">$1<ex>Google Chrome</ex></ph>. 4608 Your changes will take effect the next time you relaunch <ph name="PRO DUCT_NAME">$1<ex>Google Chrome</ex></ph>.
4606 </message> 4609 </message>
4607 <message name="IDS_FLAGS_RELAUNCH_BUTTON" desc="Text on a button that re launches chrome when clicked. "> 4610 <message name="IDS_FLAGS_RELAUNCH_BUTTON" desc="Text on a button that re launches chrome when clicked. ">
4608 Relaunch Now 4611 Relaunch Now
4609 </message> 4612 </message>
4610 </if> 4613 </if>
4611 <if expr="pp_ifdef('chromeos')"> 4614 <if expr="pp_ifdef('chromeos')">
4612 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'."> 4615 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'.">
(...skipping 10135 matching lines...) Expand 10 before | Expand all | Expand 10 after
14748 </messages> 14751 </messages>
14749 <structures fallback_to_english="true"> 14752 <structures fallback_to_english="true">
14750 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14753 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14751 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14754 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14752 </structure> 14755 </structure>
14753 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14756 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14754 </structure> 14757 </structure>
14755 </structures> 14758 </structures>
14756 </release> 14759 </release>
14757 </grit> 14760 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698