Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 1 | <?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> |
Elly Fong-Jones | 31b371cd | 2020-12-01 01:52:43 | [diff] [blame] | 9 | <message name="IDS_FLAGS_UI_SEARCH_LABEL" translateable="false" desc="The accessible label for the search box on the about:flags page."> |
| 10 | Search flags |
| 11 | </message> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 12 | <message name="IDS_FLAGS_UI_TITLE" translateable="false" desc="The page title for the about:flags page."> |
| 13 | Experiments |
| 14 | </message> |
| 15 | <message name="IDS_FLAGS_UI_PAGE_RESET" translateable="false" desc="Label for button that resets the flags to their default value."> |
Edward Jung | f5bbf83 | 2020-02-17 12:53:37 | [diff] [blame] | 16 | Reset all |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 17 | </message> |
Elly Fong-Jones | 8631c99f | 2021-06-21 17:48:15 | [diff] [blame^] | 18 | <message name="IDS_FLAGS_UI_PAGE_WARNING" translateable="false" desc="A warning stating that the features of the page are experimental."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 19 | Warning: Experimental features ahead! |
| 20 | </message> |
Elly Fong-Jones | 8631c99f | 2021-06-21 17:48:15 | [diff] [blame^] | 21 | <message name="IDS_FLAGS_UI_PAGE_WARNING_EXPLANATION" translateable="false" desc="A warning stating what the user gets exposed to by enabling one the features."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 22 | By enabling these features, you could lose browser data or |
| 23 | compromise your security or privacy. Enabled features apply to all |
Elly Fong-Jones | eb33f000 | 2021-06-14 17:50:33 | [diff] [blame] | 24 | users of this browser. If you are an enterprise admin you should |
| 25 | not be using these flags in production. |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 26 | </message> |
| 27 | <message name="IDS_FLAGS_UI_OWNER_WARNING" translateable="false" desc="A warning stating what system-wide features can only be set by the owner."> |
| 28 | Flags that apply system-wide can only be set by the owner: <ph name="OWNER_EMAIL">$1<ex>[email protected]</ex></ph> |
| 29 | </message> |
| 30 | <message name="IDS_FLAGS_UI_AVAILABLE_FEATURE" translateable="false" desc="Label for button that shows available features."> |
| 31 | Available |
| 32 | </message> |
| 33 | <message name="IDS_FLAGS_UI_UNAVAILABLE_FEATURE" translateable="false" desc="Label for button that shows unavailable features."> |
| 34 | Unavailable |
| 35 | </message> |
| 36 | <message name="IDS_FLAGS_UI_ENABLED_FEATURE" translateable="false" desc="This is the 'Enabled' option, not the label for the menu."> |
| 37 | Enabled |
| 38 | </message> |
| 39 | <message name="IDS_FLAGS_UI_DISABLED_FEATURE" translateable="false" desc="This is the 'Disabled' option, not the label for the menu."> |
| 40 | Disabled |
| 41 | </message> |
| 42 | <message name="IDS_FLAGS_UI_NO_RESULTS" translateable="false" desc="Message stating that there are no experiments matching the search criterias."> |
| 43 | No matching experiments |
| 44 | </message> |
| 45 | <message name="IDS_FLAGS_UI_NOT_AVAILABLE_ON_PLATFORM" translateable="false" desc="Message stating that an experiment is not available for the current platform."> |
| 46 | Not available on your platform. |
| 47 | </message> |
| 48 | <if expr="chromeos"> |
| 49 | <message name="IDS_FLAGS_UI_RELAUNCH" translateable="false" desc="Label for button that restarts chrome os."> |
| 50 | Restart |
| 51 | </message> |
| 52 | </if> |
| 53 | <if expr="not chromeos"> |
| 54 | <message name="IDS_FLAGS_UI_RELAUNCH" translateable="false" desc="Label for button that relaunches chrome."> |
| 55 | Relaunch |
| 56 | </message> |
| 57 | </if> |
| 58 | <message name="IDS_FLAGS_UI_CLEAR_SEARCH" translateable="false" desc="Tooltip for icon button that clears the searchbar on the chrome://flags page."> |
| 59 | Clear search |
| 60 | </message> |
Andrii Sagaidak | 7da55220 | 2019-08-28 01:29:24 | [diff] [blame] | 61 | <message name="IDS_FLAGS_UI_RESET_ACKNOWLEDGED" translateable="false" desc="Screen reader text stating that the reset action was acknowledged."> |
| 62 | Reset acknowledged. |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 63 | </message> |
| 64 | <message name="IDS_FLAGS_UI_EXPERIMENT_ENABLED" translateable="false" desc="Screen reader text stating that an experiment is enabled."> |
| 65 | Experiment enabled |
| 66 | </message> |
Elly Fong-Jones | 8631c99f | 2021-06-21 17:48:15 | [diff] [blame^] | 67 | <message name="IDS_FLAGS_UI_SEARCH_RESULTS_SINGULAR" translateable="false" desc="Message announced to screenreader users when searching completes and results are showing."> |
Andrii Sagaidak | deceef3 | 2019-09-13 00:22:20 | [diff] [blame] | 68 | 1 result for '<ph name="SEARCH_TEXT"> |
| 69 | $1<ex>cookies</ex> |
| 70 | </ph>' |
| 71 | </message> |
Elly Fong-Jones | 8631c99f | 2021-06-21 17:48:15 | [diff] [blame^] | 72 | <message name="IDS_FLAGS_UI_SEARCH_RESULTS_PLURAL" translateable="false" desc="Message announced to screenreader users when searching completes and results are showing."> |
Andrii Sagaidak | deceef3 | 2019-09-13 00:22:20 | [diff] [blame] | 73 | <ph name="RESULT_COUNT"> |
| 74 | $1<ex>15</ex> |
| 75 | </ph> results for '<ph name="SEARCH_TEXT"> |
| 76 | $2<ex>cookies</ex> |
| 77 | </ph>' |
| 78 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 79 | <!-- about:flags/deprecated |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 80 | New entries here should also be added for about:flags above --> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 81 | <message name="IDS_DEPRECATED_FEATURES_PAGE_RESET" desc="Label for button that resets the features to their default value."> |
Edward Jung | f5bbf83 | 2020-02-17 12:53:37 | [diff] [blame] | 82 | Reset all |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 83 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 84 | <message name="IDS_DEPRECATED_FEATURES_OWNER_WARNING" desc="A warning stating what system-wide features can only be set by the owner."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 85 | Features that apply system-wide can only be set by the owner: <ph name="OWNER_EMAIL">$1<ex>[email protected]</ex></ph> |
| 86 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 87 | <message name="IDS_DEPRECATED_FEATURES_AVAILABLE_FEATURE" desc="Label for button that shows available features."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 88 | Available |
| 89 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 90 | <message name="IDS_DEPRECATED_FEATURES_UNAVAILABLE_FEATURE" desc="Label for button that shows unavailable features."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 91 | Unavailable |
| 92 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 93 | <message name="IDS_DEPRECATED_FEATURES_ENABLED_FEATURE" desc="This is the 'Enabled' option, not the label for the menu."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 94 | Enabled |
| 95 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 96 | <message name="IDS_DEPRECATED_FEATURES_DISABLED_FEATURE" desc="This is the 'Disabled' option, not the label for the menu"> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 97 | Disabled |
| 98 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 99 | <message name="IDS_DEPRECATED_FEATURES_NOT_AVAILABLE_ON_PLATFORM" desc="Message stating that an experiment is not available for the current platform."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 100 | Not available on your platform. |
| 101 | </message> |
| 102 | <if expr="chromeos"> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 103 | <message name="IDS_DEPRECATED_FEATURES_RELAUNCH" desc="Label for button that restarts chrome os."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 104 | Restart |
| 105 | </message> |
| 106 | </if> |
| 107 | <if expr="not chromeos"> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 108 | <message name="IDS_DEPRECATED_FEATURES_RELAUNCH" desc="Label for button that relaunches chrome."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 109 | Relaunch |
| 110 | </message> |
| 111 | </if> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 112 | <message name="IDS_DEPRECATED_FEATURES_SEARCH_PLACEHOLDER" desc="The placeholder for the search box on the about:enterprise-settings page."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 113 | Search features |
| 114 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 115 | <message name="IDS_DEPRECATED_FEATURES_TITLE" desc="The page title for the about:enterprise-settings page."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 116 | Deprecated Features |
| 117 | </message> |
Yann Dago | 7e7e853 | 2019-10-08 16:02:10 | [diff] [blame] | 118 | <message name="IDS_DEPRECATED_FEATURES_HEADING" translateable="false" desc="The page heading for the about:flags page."> |
| 119 | Unsupported features |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 120 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 121 | <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 Dago | 7e7e853 | 2019-10-08 16:02:10 | [diff] [blame] | 122 | These features are disabled by default. They will not be available in future versions of Chrome. |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 123 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 124 | <message name="IDS_DEPRECATED_FEATURES_NO_RESULTS" desc="Message shown when searching and no results were found."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 125 | No matching features |
| 126 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 127 | <message name="IDS_DEPRECATED_UI_CLEAR_SEARCH" desc="Tooltip for icon button that clears the searchbar on the chrome://flags/enterprise page."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 128 | Clear search |
| 129 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 130 | <message name="IDS_DEPRECATED_UI_RESET_ACKNOWLEDGED" desc="Screen reader text stating that the reset action was acknowledged."> |
Andrii Sagaidak | 7da55220 | 2019-08-28 01:29:24 | [diff] [blame] | 131 | Reset acknowledged. |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 132 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 133 | <message name="IDS_DEPRECATED_UI_EXPERIMENT_ENABLED" desc="Screen reader text stating that an experiment is enabled."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 134 | Experiment enabled |
| 135 | </message> |
Andrii Sagaidak | deceef3 | 2019-09-13 00:22:20 | [diff] [blame] | 136 | <message name="IDS_ENTERPRISE_UI_SEARCH_RESULTS_SINGULAR" desc="Message announced to screenreader users when searching completes and results are showing."> |
| 137 | 1 result for '<ph name="SEARCH_TEXT"> |
| 138 | $1<ex>cookies</ex> |
| 139 | </ph>' |
| 140 | </message> |
| 141 | <message name="IDS_ENTERPRISE_UI_SEARCH_RESULTS_PLURAL" desc="Message announced to screenreader users when searching completes and results are showing."> |
| 142 | <ph name="RESULT_COUNT"> |
| 143 | $1<ex>15</ex> |
| 144 | </ph> results for '<ph name="SEARCH_TEXT"> |
| 145 | $2<ex>cookies</ex> |
| 146 | </ph>' |
| 147 | </message> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 148 | </grit-part> |