blob: 83a625da21575c4605c8919d050e51fb0b4ef151 [file] [log] [blame]
Yann Dago254747dc2019-08-22 21:00:441<?xml version="1.0" encoding="utf-8"?>
2<grit-part>
3 <!-- about:flags
4 Not translated. See discussion at: https://crbug.com/587272
5 New entries here should also be added for About:flags/enterprise below -->
6 <message name="IDS_FLAGS_UI_SEARCH_PLACEHOLDER" translateable="false" desc="The placeholder for the search box on the about:flags page.">
7 Search flags
8 </message>
9 <message name="IDS_FLAGS_UI_TITLE" translateable="false" desc="The page title for the about:flags page.">
10 Experiments
11 </message>
12 <message name="IDS_FLAGS_UI_PAGE_RESET" translateable="false" desc="Label for button that resets the flags to their default value.">
13 Reset all to default
14 </message>
15 <message name="IDS_FLAGS_UI_PAGE_WARNING" desc="A warning stating that the features of the page are experimental.">
16 Warning: Experimental features ahead!
17 </message>
18 <message name="IDS_FLAGS_UI_PAGE_WARNING_EXPLANATION" desc="A warning stating what the user gets exposed to by enabling one the features.">
19 By enabling these features, you could lose browser data or
20 compromise your security or privacy. Enabled features apply to all
21 users of this browser.
22 </message>
23 <message name="IDS_FLAGS_UI_OWNER_WARNING" translateable="false" desc="A warning stating what system-wide features can only be set by the owner.">
24 Flags that apply system-wide can only be set by the owner: <ph name="OWNER_EMAIL">$1<ex>[email protected]</ex></ph>
25 </message>
26 <message name="IDS_FLAGS_UI_AVAILABLE_FEATURE" translateable="false" desc="Label for button that shows available features.">
27 Available
28 </message>
29 <message name="IDS_FLAGS_UI_UNAVAILABLE_FEATURE" translateable="false" desc="Label for button that shows unavailable features.">
30 Unavailable
31 </message>
32 <message name="IDS_FLAGS_UI_ENABLED_FEATURE" translateable="false" desc="This is the 'Enabled' option, not the label for the menu.">
33 Enabled
34 </message>
35 <message name="IDS_FLAGS_UI_DISABLED_FEATURE" translateable="false" desc="This is the 'Disabled' option, not the label for the menu.">
36 Disabled
37 </message>
38 <message name="IDS_FLAGS_UI_NO_RESULTS" translateable="false" desc="Message stating that there are no experiments matching the search criterias.">
39 No matching experiments
40 </message>
41 <message name="IDS_FLAGS_UI_NOT_AVAILABLE_ON_PLATFORM" translateable="false" desc="Message stating that an experiment is not available for the current platform.">
42 Not available on your platform.
43 </message>
44 <if expr="chromeos">
45 <message name="IDS_FLAGS_UI_RELAUNCH" translateable="false" desc="Label for button that restarts chrome os.">
46 Restart
47 </message>
48 </if>
49 <if expr="not chromeos">
50 <message name="IDS_FLAGS_UI_RELAUNCH" translateable="false" desc="Label for button that relaunches chrome.">
51 Relaunch
52 </message>
53 </if>
54 <message name="IDS_FLAGS_UI_CLEAR_SEARCH" translateable="false" desc="Tooltip for icon button that clears the searchbar on the chrome://flags page.">
55 Clear search
56 </message>
Andrii Sagaidak7da552202019-08-28 01:29:2457 <message name="IDS_FLAGS_UI_RESET_ACKNOWLEDGED" translateable="false" desc="Screen reader text stating that the reset action was acknowledged.">
58 Reset acknowledged.
Yann Dago254747dc2019-08-22 21:00:4459 </message>
60 <message name="IDS_FLAGS_UI_EXPERIMENT_ENABLED" translateable="false" desc="Screen reader text stating that an experiment is enabled.">
61 Experiment enabled
62 </message>
Andrii Sagaidakdeceef32019-09-13 00:22:2063 <message name="IDS_FLAGS_UI_SEARCH_RESULTS_SINGULAR" desc="Message announced to screenreader users when searching completes and results are showing.">
64 1 result for '<ph name="SEARCH_TEXT">
65 $1<ex>cookies</ex>
66 </ph>'
67 </message>
68 <message name="IDS_FLAGS_UI_SEARCH_RESULTS_PLURAL" desc="Message announced to screenreader users when searching completes and results are showing.">
69 <ph name="RESULT_COUNT">
70 $1<ex>15</ex>
71 </ph> results for '<ph name="SEARCH_TEXT">
72 $2<ex>cookies</ex>
73 </ph>'
74 </message>
Yann Dago78028712019-09-04 15:23:5475 <!-- about:flags/deprecated
Yann Dago254747dc2019-08-22 21:00:4476 New entries here should also be added for about:flags above -->
Yann Dago78028712019-09-04 15:23:5477 <message name="IDS_DEPRECATED_FEATURES_PAGE_RESET" desc="Label for button that resets the features to their default value.">
Yann Dago254747dc2019-08-22 21:00:4478 Reset all to default
79 </message>
Yann Dago78028712019-09-04 15:23:5480 <message name="IDS_DEPRECATED_FEATURES_OWNER_WARNING" desc="A warning stating what system-wide features can only be set by the owner.">
Yann Dago254747dc2019-08-22 21:00:4481 Features that apply system-wide can only be set by the owner: <ph name="OWNER_EMAIL">$1<ex>[email protected]</ex></ph>
82 </message>
Yann Dago78028712019-09-04 15:23:5483 <message name="IDS_DEPRECATED_FEATURES_AVAILABLE_FEATURE" desc="Label for button that shows available features.">
Yann Dago254747dc2019-08-22 21:00:4484 Available
85 </message>
Yann Dago78028712019-09-04 15:23:5486 <message name="IDS_DEPRECATED_FEATURES_UNAVAILABLE_FEATURE" desc="Label for button that shows unavailable features.">
Yann Dago254747dc2019-08-22 21:00:4487 Unavailable
88 </message>
Yann Dago78028712019-09-04 15:23:5489 <message name="IDS_DEPRECATED_FEATURES_ENABLED_FEATURE" desc="This is the 'Enabled' option, not the label for the menu.">
Yann Dago254747dc2019-08-22 21:00:4490 Enabled
91 </message>
Yann Dago78028712019-09-04 15:23:5492 <message name="IDS_DEPRECATED_FEATURES_DISABLED_FEATURE" desc="This is the 'Disabled' option, not the label for the menu">
Yann Dago254747dc2019-08-22 21:00:4493 Disabled
94 </message>
Yann Dago78028712019-09-04 15:23:5495 <message name="IDS_DEPRECATED_FEATURES_NOT_AVAILABLE_ON_PLATFORM" desc="Message stating that an experiment is not available for the current platform.">
Yann Dago254747dc2019-08-22 21:00:4496 Not available on your platform.
97 </message>
98 <if expr="chromeos">
Yann Dago78028712019-09-04 15:23:5499 <message name="IDS_DEPRECATED_FEATURES_RELAUNCH" desc="Label for button that restarts chrome os.">
Yann Dago254747dc2019-08-22 21:00:44100 Restart
101 </message>
102 </if>
103 <if expr="not chromeos">
Yann Dago78028712019-09-04 15:23:54104 <message name="IDS_DEPRECATED_FEATURES_RELAUNCH" desc="Label for button that relaunches chrome.">
Yann Dago254747dc2019-08-22 21:00:44105 Relaunch
106 </message>
107 </if>
Yann Dago78028712019-09-04 15:23:54108 <message name="IDS_DEPRECATED_FEATURES_SEARCH_PLACEHOLDER" desc="The placeholder for the search box on the about:enterprise-settings page.">
Yann Dago254747dc2019-08-22 21:00:44109 Search features
110 </message>
Yann Dago78028712019-09-04 15:23:54111 <message name="IDS_DEPRECATED_FEATURES_TITLE" desc="The page title for the about:enterprise-settings page.">
Yann Dago254747dc2019-08-22 21:00:44112 Deprecated Features
113 </message>
Yann Dago78028712019-09-04 15:23:54114 <message name="IDS_DEPRECATED_FEATURES_PAGE_WARNING" desc="A warning stating that the features of the page are experimental.">
Yann Dago254747dc2019-08-22 21:00:44115 Warning: Deprecated features ahead!
116 </message>
Yann Dago78028712019-09-04 15:23:54117 <message name="IDS_DEPRECATED_FEATURES_PAGE_WARNING_EXPLANATION" desc="Warning to users that features are deprecated. Shown prominently at the top of the page.">
Yann Dago254747dc2019-08-22 21:00:44118 By enabling these features, you will be using deprecated features
119 that will disappear in future versions.
120 </message>
Yann Dago78028712019-09-04 15:23:54121 <message name="IDS_DEPRECATED_FEATURES_NO_RESULTS" desc="Message shown when searching and no results were found.">
Yann Dago254747dc2019-08-22 21:00:44122 No matching features
123 </message>
Yann Dago78028712019-09-04 15:23:54124 <message name="IDS_DEPRECATED_UI_CLEAR_SEARCH" desc="Tooltip for icon button that clears the searchbar on the chrome://flags/enterprise page.">
Yann Dago254747dc2019-08-22 21:00:44125 Clear search
126 </message>
Yann Dago78028712019-09-04 15:23:54127 <message name="IDS_DEPRECATED_UI_RESET_ACKNOWLEDGED" desc="Screen reader text stating that the reset action was acknowledged.">
Andrii Sagaidak7da552202019-08-28 01:29:24128 Reset acknowledged.
Yann Dago254747dc2019-08-22 21:00:44129 </message>
Yann Dago78028712019-09-04 15:23:54130 <message name="IDS_DEPRECATED_UI_EXPERIMENT_ENABLED" desc="Screen reader text stating that an experiment is enabled.">
Yann Dago254747dc2019-08-22 21:00:44131 Experiment enabled
132 </message>
Andrii Sagaidakdeceef32019-09-13 00:22:20133 <message name="IDS_ENTERPRISE_UI_SEARCH_RESULTS_SINGULAR" desc="Message announced to screenreader users when searching completes and results are showing.">
134 1 result for '<ph name="SEARCH_TEXT">
135 $1<ex>cookies</ex>
136 </ph>'
137 </message>
138 <message name="IDS_ENTERPRISE_UI_SEARCH_RESULTS_PLURAL" desc="Message announced to screenreader users when searching completes and results are showing.">
139 <ph name="RESULT_COUNT">
140 $1<ex>15</ex>
141 </ph> results for '<ph name="SEARCH_TEXT">
142 $2<ex>cookies</ex>
143 </ph>'
144 </message>
Yann Dago254747dc2019-08-22 21:00:44145</grit-part>