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

Side by Side Diff: components/flags_ui_strings.grdp

Issue 1411453004: Componentize internal class FlagsState in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@feature_entry
Patch Set: Rebase Created 5 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 | « components/flags_ui/flags_ui_switches.cc ('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 <grit-part> 2 <grit-part>
3 <message name="IDS_FLAGS_UI_LONG_TITLE" desc="Long version of the title for th e about:flags page."> 3 <message name="IDS_FLAGS_UI_LONG_TITLE" desc="Long version of the title for th e about:flags page.">
4 Careful, these experiments may bite 4 Careful, these experiments may bite
5 </message> 5 </message>
6 <message name="IDS_FLAGS_UI_TABLE_TITLE" desc="Title for the experiments table on the about:flags page."> 6 <message name="IDS_FLAGS_UI_TABLE_TITLE" desc="Title for the experiments table on the about:flags page.">
7 Experiments 7 Experiments
8 </message> 8 </message>
9 <message name="IDS_FLAGS_UI_WARNING_HEADER" desc="Text right before the warnin g body text."> 9 <message name="IDS_FLAGS_UI_WARNING_HEADER" desc="Text right before the warnin g body text.">
10 WARNING 10 WARNING
11 </message> 11 </message>
12 <message name="IDS_FLAGS_UI_WARNING_TEXT" desc="Text at the top of the about:f lags page, warning users that the about:flags contents are volatile."> 12 <message name="IDS_FLAGS_UI_WARNING_TEXT" desc="Text at the top of the about:f lags page, warning users that the about:flags contents are volatile.">
13 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 exp eriments on, and your browser may even spontaneously combust. Jokes aside, your browser may delete all your data, or your security and privacy could be compromi sed in unexpected ways. Any experiments you enable will be enabled for all users of this browser. Please proceed with caution. 13 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 exp eriments on, and your browser may even spontaneously combust. Jokes aside, your browser may delete all your data, or your security and privacy could be compromi sed in unexpected ways. Any experiments you enable will be enabled for all users of this browser. Please proceed with caution.
14 </message> 14 </message>
15 <message name="IDS_FLAGS_UI_PROMOTE_BETA_CHANNEL" desc="Shown on the about:fla gs page when we want to promote the Chrome beta channel"> 15 <message name="IDS_FLAGS_UI_PROMOTE_BETA_CHANNEL" desc="Shown on the about:fla gs page when we want to promote the Chrome beta channel">
16 Interested in cool new Chrome features? Try our beta channel at chrome.com/b eta. 16 Interested in cool new Chrome features? Try our beta channel at chrome.com/b eta.
17 </message> 17 </message>
18 <message name="IDS_FLAGS_UI_PROMOTE_DEV_CHANNEL" desc="Shown on the about:flag s page when we want to promote the Chrome developer channel"> 18 <message name="IDS_FLAGS_UI_PROMOTE_DEV_CHANNEL" desc="Shown on the about:flag s page when we want to promote the Chrome developer channel">
19 Interested in cool new Chrome features? Try our dev channel at chrome.com/de v. 19 Interested in cool new Chrome features? Try our dev channel at chrome.com/de v.
20 </message> 20 </message>
21 <message name="IDS_FLAGS_UI_DISABLE" desc="The link for disabling a labs experiment."> 21 <message name="IDS_FLAGS_UI_DISABLE" desc="The link for disabling a labs exper iment.">
22 Disable 22 Disable
23 </message> 23 </message>
24 <message name="IDS_FLAGS_UI_ENABLE" desc="The link for enabling a labs experim ent."> 24 <message name="IDS_FLAGS_UI_ENABLE" desc="The link for enabling a labs experim ent.">
25 Enable 25 Enable
26 </message> 26 </message>
27 <message name="IDS_FLAGS_UI_RESET_ALL_BUTTON" desc="Text on a button that rese ts all experiments to their default state when clicked."> 27 <message name="IDS_FLAGS_UI_RESET_ALL_BUTTON" desc="Text on a button that rese ts all experiments to their default state when clicked.">
28 Reset all to default 28 Reset all to default
29 </message> 29 </message>
30 <message name="IDS_FLAGS_UI_UNSUPPORTED_TABLE_TITLE" desc="Title for the unsup ported experiments table on the about:flags page. It lists all experiments that are not available on the current platform."> 30 <message name="IDS_FLAGS_UI_UNSUPPORTED_TABLE_TITLE" desc="Title for the unsup ported experiments table on the about:flags page. It lists all experiments that are not available on the current platform.">
31 Unavailable Experiments 31 Unavailable Experiments
(...skipping 23 matching lines...) Expand all
55 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT" desc="Generic 'Default' experiment choice option name. E.G. shown in multi value options in about:flags. "> 55 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT" desc="Generic 'Default' experiment choice option name. E.G. shown in multi value options in about:flags. ">
56 Default 56 Default
57 </message> 57 </message>
58 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED" desc="Generic 'Enabled' experiment choice option name. E.G. shown in multi value options in about:flags. "> 58 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED" desc="Generic 'Enabled' experiment choice option name. E.G. shown in multi value options in about:flags. ">
59 Enabled 59 Enabled
60 </message> 60 </message>
61 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED" desc="Generic 'Disabled ' experiment choice option name. E.G. shown in multi value options in about:flag s."> 61 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED" desc="Generic 'Disabled ' experiment choice option name. E.G. shown in multi value options in about:flag s.">
62 Disabled 62 Disabled
63 </message> 63 </message>
64 </grit-part> 64 </grit-part>
OLDNEW
« no previous file with comments | « components/flags_ui/flags_ui_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698