| OLD | NEW |
| 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 28 matching lines...) Expand all Loading... |
| 39 </message> | 39 </message> |
| 40 </if> | 40 </if> |
| 41 <if expr="chromeos"> | 41 <if expr="chromeos"> |
| 42 <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. "> |
| 43 Restart Now | 43 Restart Now |
| 44 </message> | 44 </message> |
| 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."> | 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."> |
| 46 Flags that apply system-wide can only be set by the owner: <ph name="OWNER
_EMAIL">$1<ex>owner@example.com</ex></ph>. | 46 Flags that apply system-wide can only be set by the owner: <ph name="OWNER
_EMAIL">$1<ex>owner@example.com</ex></ph>. |
| 47 </message> | 47 </message> |
| 48 </if> | 48 </if> |
| 49 <if expr="is_ios"> | |
| 50 <message name="IDS_FLAGS_UI_ALTERNATIVES_UI_TABLE_TITLE" desc="Title for the
features table on the about:ui_alternatives page."> | |
| 51 UI Alternatives | |
| 52 </message> | |
| 53 <message name="IDS_FLAGS_UI_ALTERNATIVES_UI_NO_EXPERIMENTS_AVAILABLE" desc="
Shown on the about://ui-alternatives page if no experiments are available"> | |
| 54 No UI alternatives available | |
| 55 </message> | |
| 56 </if> | |
| 57 </grit-part> | 49 </grit-part> |
| OLD | NEW |