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> |
| 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."> |
Edward Jung | f5bbf83 | 2020-02-17 12:53:37 | [diff] [blame] | 13 | Reset all |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 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 Sagaidak | 7da55220 | 2019-08-28 01:29:24 | [diff] [blame] | 57 | <message name="IDS_FLAGS_UI_RESET_ACKNOWLEDGED" translateable="false" desc="Screen reader text stating that the reset action was acknowledged."> |
| 58 | Reset acknowledged. |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 59 | </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 Sagaidak | deceef3 | 2019-09-13 00:22:20 | [diff] [blame] | 63 | <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 Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 75 | <!-- about:flags/deprecated |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 76 | New entries here should also be added for about:flags above --> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 77 | <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] | 78 | Reset all |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 79 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 80 | <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] | 81 | 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 Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 83 | <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] | 84 | Available |
| 85 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 86 | <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] | 87 | Unavailable |
| 88 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 89 | <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] | 90 | Enabled |
| 91 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 92 | <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] | 93 | Disabled |
| 94 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 95 | <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] | 96 | Not available on your platform. |
| 97 | </message> |
| 98 | <if expr="chromeos"> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 99 | <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] | 100 | Restart |
| 101 | </message> |
| 102 | </if> |
| 103 | <if expr="not chromeos"> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 104 | <message name="IDS_DEPRECATED_FEATURES_RELAUNCH" desc="Label for button that relaunches chrome."> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 105 | Relaunch |
| 106 | </message> |
| 107 | </if> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 108 | <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] | 109 | Search features |
| 110 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 111 | <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] | 112 | Deprecated Features |
| 113 | </message> |
Yann Dago | 7e7e853 | 2019-10-08 16:02:10 | [diff] [blame] | 114 | <message name="IDS_DEPRECATED_FEATURES_HEADING" translateable="false" desc="The page heading for the about:flags page."> |
| 115 | Unsupported features |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 116 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 117 | <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] | 118 | 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] | 119 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 120 | <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] | 121 | No matching features |
| 122 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 123 | <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] | 124 | Clear search |
| 125 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 126 | <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] | 127 | Reset acknowledged. |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 128 | </message> |
Yann Dago | 7802871 | 2019-09-04 15:23:54 | [diff] [blame] | 129 | <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] | 130 | Experiment enabled |
| 131 | </message> |
Andrii Sagaidak | deceef3 | 2019-09-13 00:22:20 | [diff] [blame] | 132 | <message name="IDS_ENTERPRISE_UI_SEARCH_RESULTS_SINGULAR" desc="Message announced to screenreader users when searching completes and results are showing."> |
| 133 | 1 result for '<ph name="SEARCH_TEXT"> |
| 134 | $1<ex>cookies</ex> |
| 135 | </ph>' |
| 136 | </message> |
| 137 | <message name="IDS_ENTERPRISE_UI_SEARCH_RESULTS_PLURAL" desc="Message announced to screenreader users when searching completes and results are showing."> |
| 138 | <ph name="RESULT_COUNT"> |
| 139 | $1<ex>15</ex> |
| 140 | </ph> results for '<ph name="SEARCH_TEXT"> |
| 141 | $2<ex>cookies</ex> |
| 142 | </ph>' |
| 143 | </message> |
Yann Dago | 254747dc | 2019-08-22 21:00:44 | [diff] [blame] | 144 | </grit-part> |