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

Side by Side Diff: components/flags_ui_strings.grdp

Issue 2682223002: [Flags UI] Remove unused strings from components (Closed)
Patch Set: Created 3 years, 10 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
« 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 <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 15 matching lines...) Expand all
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
32 </message> 32 </message>
33 <message name="IDS_FLAGS_UI_NOT_AVAILABLE" desc="Shown instead of the Enable/D isable link, to let the user know that an experiment is not available on the cur rent platform."> 33 <message name="IDS_FLAGS_UI_NOT_AVAILABLE" desc="Shown instead of the Enable/D isable link, to let the user know that an experiment is not available on the cur rent platform.">
34 Sorry, this experiment is not available on your platform. 34 Sorry, this experiment is not available on your platform.
35 </message> 35 </message>
36 <message name="IDS_FLAGS_UI_ENABLE_NACL_NAME" desc="Name of the 'Enable Native Client' lab.">
37 Native Client
38 </message>
39 <if expr="not chromeos"> 36 <if expr="not chromeos">
40 <message name="IDS_FLAGS_UI_RELAUNCH_BUTTON" desc="Text on a button that rel aunches Chrome when clicked. "> 37 <message name="IDS_FLAGS_UI_RELAUNCH_BUTTON" desc="Text on a button that rel aunches Chrome when clicked. ">
41 Relaunch Now 38 Relaunch Now
42 </message> 39 </message>
43 </if> 40 </if>
44 <if expr="chromeos"> 41 <if expr="chromeos">
45 <message name="IDS_FLAGS_UI_RELAUNCH_BUTTON" desc="Text on a button that res tarts Chrome OS when clicked. "> 42 <message name="IDS_FLAGS_UI_RELAUNCH_BUTTON" desc="Text on a button that res tarts Chrome OS when clicked. ">
46 Restart Now 43 Restart Now
47 </message> 44 </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."> 45 <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.">
(...skipping 14 matching lines...) Expand all
63 </message> 60 </message>
64 <if expr="is_ios"> 61 <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."> 62 <message name="IDS_FLAGS_UI_ALTERNATIVES_UI_TABLE_TITLE" desc="Title for the features table on the about:ui_alternatives page.">
66 UI Alternatives 63 UI Alternatives
67 </message> 64 </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"> 65 <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 66 No UI alternatives available
70 </message> 67 </message>
71 </if> 68 </if>
72 </grit-part> 69 </grit-part>
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