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

Side by Side Diff: components/flags_ui_strings.grdp

Issue 1415953005: Componentize about_flags::FeatureEntry in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « components/flags_ui/feature_entry_macros.h ('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
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 </message> 42 </message>
43 </if> 43 </if>
44 <if expr="chromeos"> 44 <if expr="chromeos">
45 <message name="IDS_FLAGS_UI_RELAUNCH_BUTTON" desc="Text on a button that res tarts Chrome OS when clicked. "> 45 <message name="IDS_FLAGS_UI_RELAUNCH_BUTTON" desc="Text on a button that res tarts Chrome OS when clicked. ">
46 Restart Now 46 Restart Now
47 </message> 47 </message>
48 <message name="IDS_FLAGS_UI_SYSTEM_OWNER_ONLY" desc="A warning that flags th at apply system-wide can only be set by the owner."> 48 <message name="IDS_FLAGS_UI_SYSTEM_OWNER_ONLY" desc="A warning that flags th at apply system-wide can only be set by the owner.">
49 Flags that apply system-wide can only be set by the owner: <ph name="OWNER _EMAIL">$1<ex>owner@example.com</ex></ph>. 49 Flags that apply system-wide can only be set by the owner: <ph name="OWNER _EMAIL">$1<ex>owner@example.com</ex></ph>.
50 </message> 50 </message>
51 </if> 51 </if>
52 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_AUTOMATIC" desc="Generic 'Automat ic' experiment choice option name.">
53 Automatic
54 </message>
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
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. ">
59 Enabled
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.">
62 Disabled
63 </message>
52 </grit-part> 64 </grit-part>
OLDNEW
« no previous file with comments | « components/flags_ui/feature_entry_macros.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698