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