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

Side by Side Diff: components/flags_ui_strings.grdp

Issue 1500533002: Upstream chrome://flags & chrome://ui-alternatives iOS WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add components/flags_ui/resources/apple_flags.css to PRESUBMIT blacklist 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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 </message> 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. "> 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 <if expr="is_ios">
65 <message name="IDS_FLAGS_UI_ALTERNATIVES_UI_TABLE_TITLE" desc="Title for the features table on the about:ui_alternatives page.">
66 UI Alternatives
67 </message>
68 <message name="IDS_FLAGS_UI_ALTERNATIVES_UI_NO_EXPERIMENTS_AVAILABLE" desc=" Shown on the about://ui-alternatives page if no experiments are available">
69 No UI alternatives available
70 </message>
71 </if>
64 </grit-part> 72 </grit-part>
OLDNEW
« no previous file with comments | « components/flags_ui/resources/apple_flags.html ('k') | components/resources/flags_ui_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698