| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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> |
| OLD | NEW |