[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <grit-part> |
| 3 | |
| 4 | <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a successful device management server call."> |
| 5 | Request succeeded |
| 6 | </message> |
| 7 | <message name="IDS_POLICY_DM_STATUS_REQUEST_INVALID" desc="Message indicating a bad request to the enterprise server."> |
| 8 | Invalid request or request parameters |
| 9 | </message> |
| 10 | <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating the request to the enterprise server failed in the network."> |
| 11 | Network error |
| 12 | </message> |
| 13 | <message name="IDS_POLICY_DM_STATUS_TEMPORARY_UNAVAILABLE" desc="Message indicating a temporary problem on the enterprise server."> |
| 14 | Temporary server error |
| 15 | </message> |
| 16 | <message name="IDS_POLICY_DM_STATUS_HTTP_STATUS_ERROR" desc="Message indicating an abnormal response code from the enterprise server."> |
| 17 | HTTP error |
| 18 | </message> |
| 19 | <message name="IDS_POLICY_DM_STATUS_RESPONSE_DECODING_ERROR" desc="Message indicating a problem decoding a response from the enterprise server."> |
| 20 | Failed to decode response |
| 21 | </message> |
| 22 | <message name="IDS_POLICY_DM_STATUS_SERVICE_MANAGEMENT_NOT_SUPPORTED" desc="Message indicating that enterprise management is not applicable to the user/device."> |
| 23 | Management not supported |
| 24 | </message> |
| 25 | <message name="IDS_POLICY_DM_STATUS_SERVICE_DEVICE_NOT_FOUND" desc="Message indicating the enterprise server is missing a device record."> |
| 26 | Missing device record |
| 27 | </message> |
| 28 | <message name="IDS_POLICY_DM_STATUS_SERVICE_MANAGEMENT_TOKEN_INVALID" desc="Message indicating the token used to authenticate to the enterprise server is invalid."> |
| 29 | Invalid device management token |
| 30 | </message> |
| 31 | <message name="IDS_POLICY_DM_STATUS_SERVICE_ACTIVATION_PENDING" desc="Message indicating enterprise management must first be activated for this user/device."> |
| 32 | Activation is pending on the server |
| 33 | </message> |
| 34 | <message name="IDS_POLICY_DM_STATUS_SERVICE_INVALID_SERIAL_NUMBER" desc="Message indicating the provided device serial number is invalid."> |
| 35 | Device serial number is invalid |
| 36 | </message> |
| 37 | <message name="IDS_POLICY_DM_STATUS_SERVICE_DEVICE_ID_CONFLICT" desc="Message indicating the chosen device identifier is already used."> |
| 38 | Conflicting device identifier |
| 39 | </message> |
| 40 | <message name="IDS_POLICY_DM_STATUS_SERVICE_MISSING_LICENSES" desc="Message indicating the enterprise server doesn't have enough licenses to allow management."> |
| 41 | Licenses exhausted |
| 42 | </message> |
[email protected] | ffddfc5 | 2013-12-12 21:04:38 | [diff] [blame] | 43 | <message name="IDS_POLICY_DM_STATUS_SERVICE_DEPROVISIONED" desc="Message indicating the administrator has deprovisioned this client on the server."> |
| 44 | Deprovisioned |
| 45 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 46 | <message name="IDS_POLICY_DM_STATUS_SERVICE_POLICY_NOT_FOUND" desc="Message indicating that the enterprise server failed to find the policy to be applied to the device."> |
| 47 | Policy not found |
| 48 | </message> |
| 49 | <message name="IDS_POLICY_DM_STATUS_UNKNOWN_ERROR" desc="Message indicating an unknown error from the enterprise server."> |
| 50 | Unknown error |
| 51 | </message> |
[email protected] | b24033e5e | 2014-03-31 17:33:49 | [diff] [blame] | 52 | <message name="IDS_POLICY_DM_STATUS_SERVICE_DOMAIN_MISMATCH" desc="Message indicating this client cannot be registered with the specified domain."> |
| 53 | Domain mismatch |
| 54 | </message> |
drcrash | 26a5d63 | 2016-08-25 00:57:53 | [diff] [blame] | 55 | <message name="IDS_POLICY_DM_STATUS_CANNOT_SIGN_REQUEST" desc="Message indicating a failure to sign a request."> |
| 56 | Request could not be signed |
| 57 | </message> |
Owen Min | 42de53d | 2019-05-31 17:17:19 | [diff] [blame] | 58 | <message name="IDS_POLICY_DM_STATUS_REQUEST_TOO_LARGE" desc="Message indicating a request to enterprise server is too large."> |
| 59 | Request is too large |
| 60 | </message> |
Owen Min | d173ce0 | 2020-09-22 18:19:17 | [diff] [blame] | 61 | <message name="IDS_POLICY_DM_STATUS_SERVICE_TOO_MANY_REQUESTS" desc="Message indicating the enterprise server receives too many requests in a short time period."> |
| 62 | Too many requests |
| 63 | </message> |
Alexander Hendrich | 9fb2b02 | 2018-08-27 12:14:08 | [diff] [blame] | 64 | <message name="IDS_POLICY_DM_STATUS_CONSUMER_ACCOUNT_WITH_PACKAGED_LICENSE" desc="Message to show when the user tries to enroll a device with a packaged license using a consumer account."> |
| 65 | Can't enroll with consumer account (packaged license available). |
| 66 | </message> |
Roman Aleksandrov | e1521ca3 | 2020-05-15 11:53:20 | [diff] [blame] | 67 | <message name="IDS_POLICY_DM_STATUS_ENTERPRISE_ACCOUNT_IS_NOT_ELIGIBLE_TO_ENROLL" desc="Message to show when the user tries to enroll a device with an ineligible enterprise account."> |
| 68 | Can't enroll with enterprise account (enterprise account is not eligible). |
| 69 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 70 | <message name="IDS_POLICY_VALIDATION_OK" desc="Message indicating successful policy validation."> |
| 71 | Validation successful |
| 72 | </message> |
| 73 | <message name="IDS_POLICY_VALIDATION_BAD_INITIAL_SIGNATURE" desc="Message indicating a bad signature on policy validation using the initial key."> |
tnagel | ccc8edf | 2016-08-04 14:07:30 | [diff] [blame] | 74 | Bad initial signature |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 75 | </message> |
| 76 | <message name="IDS_POLICY_VALIDATION_BAD_SIGNATURE" desc="Message indicating a bad signature on policy validation."> |
| 77 | Bad signature |
| 78 | </message> |
| 79 | <message name="IDS_POLICY_VALIDATION_ERROR_CODE_PRESENT" desc="Message indicating policy validation failure due to an error code in the policy."> |
| 80 | Error code present in the policy response |
| 81 | </message> |
| 82 | <message name="IDS_POLICY_VALIDATION_PAYLOAD_PARSE_ERROR" desc="Message indicating a policy parse error during policy validation."> |
| 83 | Error parsing policy |
| 84 | </message> |
| 85 | <message name="IDS_POLICY_VALIDATION_WRONG_POLICY_TYPE" desc="Message indicating the policy did not have the expected type."> |
| 86 | Wrong policy type |
| 87 | </message> |
| 88 | <message name="IDS_POLICY_VALIDATION_WRONG_SETTINGS_ENTITY_ID" desc="Message indicating the policy did not have the expected entity identifier."> |
| 89 | Wrong entity identifier |
| 90 | </message> |
| 91 | <message name="IDS_POLICY_VALIDATION_BAD_TIMESTAMP" desc="Message indicating the policy timestamp is bad."> |
| 92 | Bad policy timestamp |
| 93 | </message> |
tnagel | 6310fd6 | 2016-08-12 13:03:02 | [diff] [blame] | 94 | <message name="IDS_POLICY_VALIDATION_BAD_DM_TOKEN" desc="Message indicating the policy token is empty or different from the one expected."> |
| 95 | Returned policy token is empty or doesn't match current token |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 96 | </message> |
ljusten | 981dc1a | 2016-09-05 16:21:45 | [diff] [blame] | 97 | <message name="IDS_POLICY_VALIDATION_BAD_DEVICE_ID" desc="Message indicating the policy device id is empty or different from the one expected."> |
| 98 | Returned policy device id is empty or doesn't match current device id |
| 99 | </message> |
Sergey Poromov | 4405a297 | 2018-04-09 22:36:40 | [diff] [blame] | 100 | <message name="IDS_POLICY_VALIDATION_BAD_USER" desc="Message indicating policy validation failed due to bad user/domain id."> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 101 | Wrong policy subject |
| 102 | </message> |
| 103 | <message name="IDS_POLICY_VALIDATION_POLICY_PARSE_ERROR" desc="Message indicating a parse error in policy."> |
| 104 | Error parsing policy settings |
| 105 | </message> |
[email protected] | 1b9a4a1 | 2014-02-02 17:28:39 | [diff] [blame] | 106 | <message name="IDS_POLICY_VALIDATION_BAD_KEY_VERIFICATION_SIGNATURE" desc="Message indicating a policy key had an invalid verification signature."> |
tnagel | a6ac28e | 2014-12-09 17:12:22 | [diff] [blame] | 107 | Bad verification signature |
[email protected] | 1b9a4a1 | 2014-02-02 17:28:39 | [diff] [blame] | 108 | </message> |
Alexander Hendrich | ce3a581 | 2018-08-10 16:53:31 | [diff] [blame] | 109 | <message name="IDS_POLICY_VALIDATION_VALUE_WARNING" desc="Message indicating the policy value validation succeeded with non-fatal warnings."> |
| 110 | Validation of policy values has raised warnings |
| 111 | </message> |
| 112 | <message name="IDS_POLICY_VALIDATION_VALUE_ERROR" desc="Message indicating the policy value validation failed with fatal errors."> |
| 113 | Validation of policy values has failed with errors |
| 114 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 115 | <message name="IDS_POLICY_VALIDATION_UNKNOWN_ERROR" desc="Message indicating unknown error in policy validation."> |
| 116 | Unknown error |
| 117 | </message> |
| 118 | |
| 119 | <message name="IDS_POLICY_STORE_STATUS_OK" desc="Message indicating a healthy policy store."> |
| 120 | Policy cache OK |
| 121 | </message> |
| 122 | <message name="IDS_POLICY_STORE_STATUS_LOAD_ERROR" desc="Message indicating a failure to load policy."> |
| 123 | Failed to load policy settings |
| 124 | </message> |
| 125 | <message name="IDS_POLICY_STORE_STATUS_STORE_ERROR" desc="Message indicating a failure to store policy."> |
| 126 | Failed to store policy settings |
| 127 | </message> |
tnagel | a6ac28e | 2014-12-09 17:12:22 | [diff] [blame] | 128 | <message name="IDS_POLICY_STORE_STATUS_PARSE_ERROR" desc="Message indicating a parse error on loading policy."> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 129 | Policy parse error |
| 130 | </message> |
| 131 | <message name="IDS_POLICY_STORE_STATUS_SERIALIZE_ERROR" desc="Message indicating an error preparing policy for storage."> |
| 132 | Serialization error |
| 133 | </message> |
| 134 | <message name="IDS_POLICY_STORE_STATUS_VALIDATION_ERROR" desc="Message indicating policy validation on store/load failed."> |
tnagel | a6ac28e | 2014-12-09 17:12:22 | [diff] [blame] | 135 | Validation error: <ph name="VALIDATION_ERROR">$1<ex>Bad signature</ex></ph> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 136 | </message> |
| 137 | <message name="IDS_POLICY_STORE_STATUS_BAD_STATE" desc="Message indicating policy cannot be stored/loaded due to the backend being in bad state."> |
| 138 | Backing store in bad state |
| 139 | </message> |
| 140 | <message name="IDS_POLICY_STORE_STATUS_UNKNOWN_ERROR" desc="Message indicating an unknown error with the policy cache."> |
| 141 | Unknown error |
| 142 | </message> |
| 143 | |
[email protected] | 63735786 | 2013-12-20 14:10:23 | [diff] [blame] | 144 | <message name="IDS_POLICY_ASSOCIATION_STATE_ACTIVE" desc="Message indicating that the server actively manages the client."> |
| 145 | Active |
| 146 | </message> |
| 147 | <message name="IDS_POLICY_ASSOCIATION_STATE_UNMANAGED" desc="Message indicating that the server is currently not willing to manage this client."> |
| 148 | Unmanaged |
| 149 | </message> |
| 150 | <message name="IDS_POLICY_ASSOCIATION_STATE_DEPROVISIONED" desc="Message indicating that the server has deprovisioned the client."> |
| 151 | Deprovisioned |
| 152 | </message> |
| 153 | |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 154 | <message name="IDS_POLICY_TYPE_ERROR" desc="The text displayed in the status column when a policy value has the wrong type."> |
| 155 | Expected <ph name="VALUE_TYPE">$1<ex>boolean</ex></ph> value. |
| 156 | </message> |
| 157 | <message name="IDS_POLICY_OUT_OF_RANGE_ERROR" desc="The text displayed in the status column when a policy value is out of range."> |
| 158 | Value is out of range <ph name="VALUE">$1<ex>10</ex></ph>. |
| 159 | </message> |
| 160 | <message name="IDS_POLICY_VALUE_FORMAT_ERROR" desc="The text displayed in the status column when a policy value doesn't match the expected format."> |
| 161 | Value doesn't match format. |
| 162 | </message> |
Dominique Fauteux-Chapleau | a50456d | 2020-03-27 19:19:38 | [diff] [blame] | 163 | <message name="IDS_POLICY_CLOUD_SOURCE_ONLY_ERROR" desc="The text displayed in the status column when a policy that should only be set in the cloud is set from another source."> |
| 164 | Ignored because the policy is not set by a cloud source. |
| 165 | </message> |
Jin Young Hur | b29622d | 2021-05-22 11:53:08 | [diff] [blame] | 166 | <message name="IDS_POLICY_CLOUD_MANAGEMENT_ENROLLMENT_ONLY_ERROR" desc="The text displayed in the status column when a policy that is effective only when the machine is enrolled with the Chrome Browser Cloud Management."> |
| 167 | Ignored because the machine is not enrolled with Chrome Browser Cloud Management. |
| 168 | </message> |
Julian Pastarmov | c9d86f1 | 2017-12-01 13:44:35 | [diff] [blame] | 169 | <message name="IDS_POLICY_DEFAULT_SEARCH_DISABLED" desc="The text displayed in the status column when a policy value has been ignored because default search has not been enabled."> |
| 170 | Ignored because default search is not enabled by policy. |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 171 | </message> |
| 172 | <message name="IDS_POLICY_NOT_SPECIFIED_ERROR" desc="The text displayed in the status column when a policy value should have been specified but wasn't."> |
| 173 | Must be specified. |
| 174 | </message> |
Yann Dago | ee29190 | 2019-08-19 15:49:06 | [diff] [blame] | 175 | <message name="IDS_POLICY_EXTENSION_SETTINGS_ORIGIN_LIMIT_WARNING" desc="The text displayed in the status column of the 'Extension Settings' policy when more than 100 origins are specified."> |
| 176 | This field should not have more than <ph name="MAX_ITEMS_LIMIT">$1<ex>100</ex></ph> entries. All further entries will be discarded. |
| 177 | </message> |
Mahmoud Gawad | a0ebcb5 | 2021-06-07 19:43:38 | [diff] [blame] | 178 | <message name="IDS_POLICY_URL_ALLOW_BLOCK_LIST_MAX_FILTERS_LIMIT_WARNING" desc="The text displayed in the status column of the URLAllowlist and URLBlocklist policies when the max number of filters is exceeded."> |
| 179 | This field should not have more than <ph name="MAX_ITEMS_LIMIT">$1<ex>1000</ex></ph> entries. All further entries will be ignored. |
| 180 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 181 | <message name="IDS_POLICY_SUBKEY_ERROR" desc="The text displayed in the status column for errors in a subkey of a policy."> |
| 182 | Key "<ph name="SUBKEY">$1<ex>ProxyMode</ex></ph>": <ph name="ERROR">$2<ex>Must be specified.</ex></ph> |
| 183 | </message> |
| 184 | <message name="IDS_POLICY_LIST_ENTRY_ERROR" desc="The text displayed in the status column for errors in list entry in a policy."> |
| 185 | List entry "<ph name="ENTRY_INDEX">$1<ex>3</ex></ph>": <ph name="ERROR">$2<ex>Value is out of range.</ex></ph> |
| 186 | </message> |
[email protected] | a5bb83d | 2014-02-05 15:32:10 | [diff] [blame] | 187 | <message name="IDS_POLICY_SCHEMA_VALIDATION_ERROR" desc="The text displayed in the status column when the policy value doesn't conform to the policy schema."> |
| 188 | Schema validation error at "<ph name="ERROR_PATH">$1<ex>AC.Delays.ScreenOff</ex></ph>": <ph name="ERROR">$2<ex>Value is out of range.</ex></ph> |
| 189 | </message> |
A Olsen | bc71baf | 2018-06-05 14:42:44 | [diff] [blame] | 190 | <message name="IDS_POLICY_INVALID_JSON_ERROR" desc="The text displayed in the status column when the policy value should be a valid JSON string, but it cannot be parsed as JSON."> |
| 191 | Error while parsing JSON value: <ph name="ERROR">$1<ex>Line 2, Column 3: Map keys must be quoted.</ex></ph> |
| 192 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 193 | <message name="IDS_POLICY_INVALID_SEARCH_URL_ERROR" desc="The text displayed in the status column when a the URL given for DefaultSearchProviderSearchURL is invalid."> |
| 194 | Invalid search URL. |
| 195 | </message> |
Steven Bingler | ace5fd2 | 2019-08-20 21:01:20 | [diff] [blame] | 196 | <message name="IDS_POLICY_INVALID_SECURE_DNS_MODE_ERROR" desc="The text displayed in the status column when the value for DnsOverHttpsMode is invalid."> |
| 197 | Invalid DnsOverHttps mode. |
| 198 | </message> |
Steven Bingler | bb471bc6 | 2019-10-30 16:11:09 | [diff] [blame] | 199 | <message name="IDS_POLICY_SECURE_DNS_TEMPLATES_INVALID_ERROR" desc="The text displayed in the status column when one or more of the DnsOverHttpsTemplates server template URIs is invalid."> |
| 200 | One or more of the DnsOverHttpsTemplates server template URIs is invalid and will not be used. |
| 201 | </message> |
| 202 | <message name="IDS_POLICY_SECURE_DNS_TEMPLATES_IRRELEVANT_MODE_ERROR" desc="The text displayed in the status column when the DnsOverHttpsTemplate policy is specified but DnsOverHttpsMode is not set to a value that makes the templates relevant."> |
| 203 | The DnsOverHttpsTemplates value is not relevant, and will not be used, unless the DnsOverHttpsMode policy is set to either <ph name="SECURE_DNS_MODE_AUTOMATIC">'automatic'</ph> or <ph name="SECURE_DNS_MODE_SECURE">'secure'</ph>. |
| 204 | </message> |
| 205 | <message name="IDS_POLICY_SECURE_DNS_TEMPLATES_INVALID_MODE_ERROR" desc="The text displayed in the status column when the DnsOverHttpsTemplate policy is specified but DnsOverHttpsMode is not valid."> |
| 206 | The templates you've specified may not be applied due to an error with the DnsOverHttpsMode policy. |
| 207 | </message> |
| 208 | <message name="IDS_POLICY_SECURE_DNS_TEMPLATES_UNSET_MODE_ERROR" desc="The text displayed in the status column when the DnsOverHttpsTemplate policy is specified but DnsOverHttpsMode is unset."> |
| 209 | The templates you've specified may not be applied due to the DnsOverHttpsMode policy not being set. |
| 210 | </message> |
| 211 | <message name="IDS_POLICY_SECURE_DNS_TEMPLATES_NOT_SPECIFIED_ERROR" desc="The text displayed in the status column when the DnsOverHttpsTemplate policy is not specified but the DnsOverHttpsMode is secure."> |
| 212 | Must be specified and a valid string when DnsOverHttpsMode is <ph name="SECURE_DNS_MODE_SECURE">'secure'</ph>. |
| 213 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 214 | <message name="IDS_POLICY_INVALID_PROXY_MODE_ERROR" desc="The text displayed in the status column when the value for ProxyMode is invalid."> |
| 215 | Invalid proxy mode. |
| 216 | </message> |
binjin | 1e1cc33a | 2014-10-09 18:08:16 | [diff] [blame] | 217 | <message name="IDS_POLICY_INVALID_UPDATE_URL_ERROR" desc="The text displayed in the status column when the update URL for given extension is invalid."> |
| 218 | Invalid update URL for extension with ID "<ph name="EXTENSION_ID">$1<ex>abcdefghijklmnopabcdefghijklmnop</ex></ph>". |
| 219 | </message> |
Nick Peterson | d952cb77 | 2018-03-07 15:46:03 | [diff] [blame] | 220 | <message name="IDS_POLICY_OFF_CWS_URL_ERROR" desc="The text displayed in the status column when the update URL points to a location other than the Chrome Webstore and the machine is not enterprise managed."> |
Lutz Justen | e4055bd | 2018-12-03 11:36:39 | [diff] [blame] | 221 | This computer is not detected as enterprise managed so policy can only automatically install extensions hosted on the Chrome Webstore. The Chrome Webstore update URL is "<ph name="CWS_UPDATE_URL">$1<ex>https://clients2.google.com/service/update2/crx</ex></ph>". |
| 222 | </message> |
| 223 | <message name="IDS_POLICY_HOMEPAGE_LOCATION_ERROR" desc="The text displayed in the status column when the homepage URL given by the HomepageLocation policy is invalid."> |
Lutz Justen | caa8a403 | 2019-04-01 10:34:00 | [diff] [blame] | 224 | Invalid URL. Must be a URL with a standard scheme, e.g http://example.com or https://example.com. |
Nick Peterson | d952cb77 | 2018-03-07 15:46:03 | [diff] [blame] | 225 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 226 | <message name="IDS_POLICY_PROXY_MODE_DISABLED_ERROR" desc="The text displayed in the status column when use of a proxy is disabled but a proxy configuration is given."> |
| 227 | Use of a proxy is disabled but an explicit proxy configuration is specified. |
| 228 | </message> |
| 229 | <message name="IDS_POLICY_PROXY_MODE_AUTO_DETECT_ERROR" desc="The text displayed in the status column when the proxy is set to auto configured but a proxy configuration is given."> |
| 230 | Proxy is set to auto configured. |
| 231 | </message> |
| 232 | <message name="IDS_POLICY_PROXY_MODE_PAC_URL_ERROR" desc="The text displayed in the status column when the proxy configuration is set to use a .pac script URL but policies only for fixed proxy servers are also specified."> |
| 233 | Proxy configuration is set to use a .pac script URL, not fixed proxy servers. |
| 234 | </message> |
| 235 | <message name="IDS_POLICY_PROXY_MODE_FIXED_SERVERS_ERROR" desc="The text displayed in the status column when the proxy configuration is set to use fixed proxy servers but an alternate configuration is given."> |
| 236 | Proxy is set to use fixed proxy servers, not a .pac script URL. |
| 237 | </message> |
| 238 | <message name="IDS_POLICY_PROXY_MODE_SYSTEM_ERROR" desc="The text displayed in the status column when the proxy configuration is set to use system settings but an alternate configuration is given."> |
| 239 | System proxy settings are set to be used but an explicit proxy configuration is also specified. |
| 240 | </message> |
| 241 | <message name="IDS_POLICY_PROXY_BOTH_SPECIFIED_ERROR" desc="The text displayed in the status column when both fixed proxy servers and .pac url are specified."> |
| 242 | Both fixed proxy servers and a .pac script URL are specified. |
| 243 | </message> |
| 244 | <message name="IDS_POLICY_PROXY_NEITHER_SPECIFIED_ERROR" desc="The text displayed in the status column when neither a fixed proxy servers or a .pac url are specified."> |
| 245 | Neither fixed proxy servers nor a .pac script URL are specified. |
| 246 | </message> |
| 247 | <message name="IDS_POLICY_OVERRIDDEN" desc="The text displayed in the status column when the corresponding policy is being ignored because another policy is overriding it."> |
| 248 | Ignored because it was overridden by <ph name="POLICY_NAME">$1<ex>ProxyMode</ex></ph>. |
| 249 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 250 | <message name="IDS_POLICY_VALUE_DEPRECATED" desc="The text displayed in the status column when a specific value for a policy is deprecated."> |
| 251 | This value is deprecated for this policy. |
| 252 | </message> |
Owen Min | dca90f6 | 2021-04-15 18:31:40 | [diff] [blame] | 253 | <message name="IDS_POLICY_DEPENDENCY_ERROR" desc="The text displayed in the status column when a policy is ignored as another policies is not set properly."> |
| 254 | Ignored because <ph name="POLICY_NAME">$1<ex>CloudReportingEnabled</ex></ph> is not set to <ph name="VALUE">$2<ex>Enabled</ex></ph>. |
| 255 | </message> |
[email protected] | 604b272 | 2014-04-23 22:12:19 | [diff] [blame] | 256 | <if expr="chromeos"> |
| 257 | <message name="IDS_POLICY_NETWORK_CONFIG_PARSE_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy failed to parse."> |
Alexander Hendrich | d1feffd | 2018-11-13 12:20:14 | [diff] [blame] | 258 | Network configuration failed to be parsed (invalid JSON). |
[email protected] | 604b272 | 2014-04-23 22:12:19 | [diff] [blame] | 259 | </message> |
Alexander Hendrich | aa67ada1 | 2018-08-10 17:26:03 | [diff] [blame] | 260 | <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_PARTIAL" desc="The text displayed in the status column when the corresponding network configuration policy is not standard conform and was imported partially. DEBUG_INFO contains non-localized detailed information about existing warnings."> |
[email protected] | 604b272 | 2014-04-23 22:12:19 | [diff] [blame] | 261 | The network configuration doesn't comply to the ONC standard. Parts of the configuration may not be imported. |
Alexander Hendrich | aa67ada1 | 2018-08-10 17:26:03 | [diff] [blame] | 262 | Additional details: |
| 263 | <ph name="DEBUG_INFO">$1<ex>WARNING: Field name 'SomeRandomField' is unknown. (at toplevel)</ex></ph> |
[email protected] | 604b272 | 2014-04-23 22:12:19 | [diff] [blame] | 264 | </message> |
Alexander Hendrich | aa67ada1 | 2018-08-10 17:26:03 | [diff] [blame] | 265 | <message name="IDS_POLICY_NETWORK_CONFIG_IMPORT_FAILED" desc="The text displayed in the status column when the corresponding network configuration policy is invalid. DEBUG_INFO contains non-localized detailed information about existing errors/warnings."> |
[email protected] | 604b272 | 2014-04-23 22:12:19 | [diff] [blame] | 266 | The network configuration is invalid and couldn't be imported. |
Alexander Hendrich | aa67ada1 | 2018-08-10 17:26:03 | [diff] [blame] | 267 | Additional details: |
| 268 | <ph name="DEBUG_INFO">$1<ex>ERROR: Field name 'SomeRandomField' is unknown. (at toplevel)</ex></ph> |
[email protected] | 604b272 | 2014-04-23 22:12:19 | [diff] [blame] | 269 | </message> |
| 270 | <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status column when a policy is set in an unsupported scope."> |
| 271 | Policy scope is not supported. |
| 272 | </message> |
| 273 | </if> |
[email protected] | 4e76f00 | 2014-06-16 17:24:13 | [diff] [blame] | 274 | <message name="IDS_POLICY_LEVEL_ERROR" desc="Text displayed in the status column when a policy is set at an unsupported level."> |
| 275 | Policy level is not supported. |
| 276 | </message> |
Igor Ruvinov | ff5d7d6 | 2021-02-08 22:56:11 | [diff] [blame] | 277 | <message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy." meaning="Policy is working as expected."> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 278 | OK |
| 279 | </message> |
| 280 | <message name="IDS_POLICY_UNSET" desc="Text displayed in the status column when no value is set for a policy."> |
| 281 | Not set. |
| 282 | </message> |
| 283 | <message name="IDS_POLICY_UNKNOWN" desc="Text displayed in the status column when a policy name is not recognized."> |
| 284 | Unknown policy. |
| 285 | </message> |
Igor Ruvinov | 64db9d5 | 2020-12-04 22:54:19 | [diff] [blame] | 286 | <message name="IDS_POLICY_PROTO_PARSING_ERROR" desc="Text displayed when error is encountered during policy parsing/decoding."> |
| 287 | Policy parsing error: <ph name="ERROR">$1<ex>Invalid JSON string: Line: 1, column: 14</ex></ph> |
| 288 | </message> |
Igor Ruvinov | ece5f15 | 2021-03-25 21:36:49 | [diff] [blame] | 289 | <message name="IDS_POLICY_HEX_COLOR_ERROR" desc="Error message in the policy summary page for the BrowserThemeColor policy when the policy value is an invalid hex color."> |
| 290 | Value "<ph name="VALUE">$1<ex>#zzzzzz</ex></ph>" is an invalid hex color. |
| 291 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 292 | |
| 293 | <!-- chrome://policy --> |
| 294 | <message name="IDS_POLICY_TITLE" desc="Page title and the title of the section that lists policies."> |
| 295 | Policies |
| 296 | </message> |
| 297 | <message name="IDS_POLICY_FILTER_PLACEHOLDER" desc="Placeholder for the input field that lets the user filter policies by name."> |
| 298 | Filter policies by name |
| 299 | </message> |
| 300 | <message name="IDS_POLICY_RELOAD_POLICIES" desc="Label for the button that reloads policies."> |
| 301 | Reload policies |
| 302 | </message> |
Owen Min | 0add8ed | 2021-02-24 15:45:02 | [diff] [blame] | 303 | <message name="IDS_POLICY_LOADING_POLICIES" desc="Screen reader message indicates policies are being loaded."> |
| 304 | Loading policies |
| 305 | </message> |
| 306 | <message name="IDS_POLICY_LOAD_POLICIES_DONE" desc="Screen reader message indicates policies have been loaded."> |
| 307 | Policies is loaded |
| 308 | </message> |
Anton Urusov | cd9784a | 2017-08-10 21:00:21 | [diff] [blame] | 309 | <message name="IDS_EXPORT_POLICIES_JSON" desc="Label for the button that exports policies in JSON format."> |
| 310 | Export to JSON |
| 311 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 312 | <message name="IDS_POLICY_STATUS" desc="Title of the status section."> |
| 313 | Status |
| 314 | </message> |
| 315 | <message name="IDS_POLICY_STATUS_DEVICE" desc="Title for the device policy status box."> |
| 316 | Device policies |
| 317 | </message> |
| 318 | <message name="IDS_POLICY_STATUS_USER" desc="Title for the user policy status box."> |
| 319 | User policies |
| 320 | </message> |
Tien Mai | 0b22b08 | 2018-09-26 15:10:12 | [diff] [blame] | 321 | <message name="IDS_POLICY_STATUS_MACHINE" desc="Title for the machine policy status box."> |
| 322 | Machine policies |
| 323 | </message> |
Yann Dago | 7a25b6f | 2020-05-14 01:09:24 | [diff] [blame] | 324 | <if expr="is_win"> |
| 325 | <message name="IDS_POLICY_STATUS_UPDATER" desc="Title for the updater policy status box on windows."> |
| 326 | Google Update |
| 327 | </message> |
| 328 | </if> |
Tien Mai | 0b22b08 | 2018-09-26 15:10:12 | [diff] [blame] | 329 | <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_DOMAIN" desc="Label for the enrollment domain in the machine policy status box."> |
| 330 | Enrollment domain: |
| 331 | </message> |
| 332 | <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_TOKEN" desc="Label for the enrollment token in the machine policy status box."> |
| 333 | Enrollment Token: |
| 334 | </message> |
| 335 | <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_DEVICE_ID" desc="Label for the device ID in the machine policy status box."> |
| 336 | Device ID: |
| 337 | </message> |
| 338 | <message name="IDS_POLICY_LABEL_MACHINE_ENROLLMENT_MACHINE_NAME" desc="Label for the machine name in the machine policy status box."> |
| 339 | Machine Name: |
| 340 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 341 | <message name="IDS_POLICY_LABEL_USERNAME" desc="Label for the username in the user policy status box."> |
| 342 | User: |
| 343 | </message> |
Sergey Poromov | 1ef25cf | 2018-04-18 16:10:51 | [diff] [blame] | 344 | <message name="IDS_POLICY_LABEL_GAIA_ID" desc="Label for the user GAIA ID in the user policy status box."> |
| 345 | Gaia ID: |
| 346 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 347 | <message name="IDS_POLICY_LABEL_CLIENT_ID" desc="Label for the client IDs in the policy status boxes."> |
| 348 | Client ID: |
| 349 | </message> |
pbond | 36d002d | 2015-04-15 11:55:46 | [diff] [blame] | 350 | <message name="IDS_POLICY_LABEL_ASSET_ID" desc="Label for the asset ID in the device policy status box."> |
| 351 | Asset ID: |
| 352 | </message> |
| 353 | <message name="IDS_POLICY_LABEL_LOCATION" desc="Label for the device location in the device policy status box."> |
| 354 | Assigned Location: |
| 355 | </message> |
| 356 | <message name="IDS_POLICY_LABEL_DIRECTORY_API_ID" desc="Label for the directory API ID in the device policy status box."> |
| 357 | Directory API ID: |
| 358 | </message> |
Jana Grill | 81c20295 | 2021-02-08 11:57:38 | [diff] [blame] | 359 | <message name="IDS_POLICY_LABEL_MANAGED_BY" desc="Label for the manager in the policy status boxes. Manager can be a domain or an email address."> |
| 360 | Managed by: |
| 361 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 362 | <message name="IDS_POLICY_LABEL_TIME_SINCE_LAST_REFRESH" desc="Label for the time since the last refresh in the policy status boxes."> |
| 363 | Last fetched: |
| 364 | </message> |
Jin Young Hur | 15e75ab5 | 2021-05-07 15:02:55 | [diff] [blame] | 365 | <message name="IDS_POLICY_LABEL_LAST_CLOUD_REPORT_SENT_TIMESTAMP" desc="Label for the time when the last cloud report is sent successfully."> |
| 366 | Report sent: |
| 367 | </message> |
pbond | 36d002d | 2015-04-15 11:55:46 | [diff] [blame] | 368 | <message name="IDS_POLICY_NOT_SPECIFIED" desc="Indicates if that device attribute has not specified yet."> |
| 369 | Not Specified |
| 370 | </message> |
Yann Dago | aed534e9 | 2019-03-06 03:03:58 | [diff] [blame] | 371 | <message name="IDS_POLICY_LABEL_PUSH_POLICIES" desc="Label to indicates the policies can be pushed or not to chrome."> |
| 372 | Policies push: |
| 373 | </message> |
James Cook | 25171b7 | 2020-01-13 17:21:10 | [diff] [blame] | 374 | <message name="IDS_POLICY_PUSH_POLICIES_ON" desc="Label in the chrome://policy information page." meaning="Policies can be pushed to chrome."> |
Yann Dago | aed534e9 | 2019-03-06 03:03:58 | [diff] [blame] | 375 | On |
| 376 | </message> |
James Cook | 25171b7 | 2020-01-13 17:21:10 | [diff] [blame] | 377 | <message name="IDS_POLICY_PUSH_POLICIES_OFF" desc="Label in the chrome://policy information page." meaning="Policies cannot be pushed to chrome."> |
Yann Dago | aed534e9 | 2019-03-06 03:03:58 | [diff] [blame] | 378 | Off |
| 379 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 380 | <message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fetch was never performed before."> |
| 381 | Never |
| 382 | </message> |
| 383 | <message name="IDS_POLICY_LABEL_REFRESH_INTERVAL" desc="Label for the refresh interval in the policy status boxes."> |
| 384 | Fetch interval: |
| 385 | </message> |
Igor Ruvinov | 6b01e4a | 2021-01-21 21:07:05 | [diff] [blame] | 386 | <message name="IDS_POLICY_LABEL_CONFLICT" desc="Label for the conflict status column in the policy table."> |
Yann Dago | c69a17ab | 2019-03-01 01:55:58 | [diff] [blame] | 387 | Conflict |
| 388 | </message> |
Igor Ruvinov | 6b01e4a | 2021-01-21 21:07:05 | [diff] [blame] | 389 | <message name="IDS_POLICY_LABEL_SUPERSEDING" desc="Label for the superseding status column in the policy table."> |
| 390 | Superseding |
| 391 | </message> |
| 392 | <message name="IDS_POLICY_LABEL_CONFLICT_VALUE" desc="Label for the conflict row in the policy table."> |
| 393 | Value (conflict) |
| 394 | </message> |
| 395 | <message name="IDS_POLICY_LABEL_SUPERSEDED_VALUE" desc="Label for the superseded row in the policy table."> |
| 396 | Value (superseded) |
| 397 | </message> |
Yann Dago | f255167d | 2019-05-16 16:11:30 | [diff] [blame] | 398 | <message name="IDS_POLICY_LABEL_ERROR" desc="Label for the error row in the policy table."> |
| 399 | Error |
| 400 | </message> |
Yann Dago | cf6036d | 2020-03-20 20:26:42 | [diff] [blame] | 401 | <message name="IDS_POLICY_LABEL_DEPRECATED" desc="Label for the status of a deprecated policy."> |
| 402 | Deprecated |
| 403 | </message> |
Owen Min | 633933a | 2020-06-12 15:11:07 | [diff] [blame] | 404 | <message name="IDS_POLICY_LABEL_FUTURE" desc="Label for the status of an unreleased policy."> |
| 405 | Unreleased |
| 406 | </message> |
Yann Dago | f255167d | 2019-05-16 16:11:30 | [diff] [blame] | 407 | <message name="IDS_POLICY_LABEL_IGNORED" desc="Label for the ignored row in the policy table."> |
| 408 | Ignored |
Yann Dago | c69a17ab | 2019-03-01 01:55:58 | [diff] [blame] | 409 | </message> |
Yann Dago | b23ff36 | 2019-02-27 13:15:36 | [diff] [blame] | 410 | <message name="IDS_POLICY_LABEL_VALUE" desc="Label for the value row in the policy table."> |
| 411 | Value |
| 412 | </message> |
Yann Dago | 7a25b6f | 2020-05-14 01:09:24 | [diff] [blame] | 413 | <message name="IDS_POLICY_LABEL_VERSION" desc="Label for the version in the policy status box."> |
| 414 | Version: |
| 415 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 416 | <message name="IDS_POLICY_LABEL_STATUS" desc="Label for the actual status in the policy status boxes."> |
| 417 | Status: |
| 418 | </message> |
Igor Ruvinov | 6b01e4a | 2021-01-21 21:07:05 | [diff] [blame] | 419 | <message name="IDS_POLICY_LABEL_INFO" desc="Label for the info row in the policy table."> |
| 420 | Info |
| 421 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 422 | <message name="IDS_POLICY_SHOW_UNSET" desc="Label for the checkbox that determines whether policies whose value has not been set are shown."> |
| 423 | Show policies with no value set |
| 424 | </message> |
| 425 | <message name="IDS_POLICY_NO_POLICIES_SET" desc="Text displayed when none of the policies have been set."> |
| 426 | No policies set |
| 427 | </message> |
| 428 | <message name="IDS_POLICY_HEADER_SCOPE" desc="Table header for the column in the policy table that details whether a policy is a user or a device policy."> |
| 429 | Applies to |
| 430 | </message> |
| 431 | <message name="IDS_POLICY_HEADER_LEVEL" desc="Table header for the column in the policy table that details whether a policy is mandatory or recommended."> |
| 432 | Level |
| 433 | </message> |
| 434 | <message name="IDS_POLICY_HEADER_NAME" desc="Table header for the column in the policy table that contains the policy name."> |
| 435 | Policy name |
| 436 | </message> |
| 437 | <message name="IDS_POLICY_HEADER_VALUE" desc="Table header for the column in the policy table that contains the policy value."> |
| 438 | Policy value |
| 439 | </message> |
| 440 | <message name="IDS_POLICY_HEADER_STATUS" desc="Table header for the column in policy table that contains the policy status."> |
| 441 | Status |
| 442 | </message> |
fhorschig | 64834b71 | 2015-09-21 14:20:23 | [diff] [blame] | 443 | <message name="IDS_POLICY_HEADER_SOURCE" desc="Table header for the column in policy table that contains the policy source."> |
| 444 | Source |
| 445 | </message> |
Yann Dago | b23ff36 | 2019-02-27 13:15:36 | [diff] [blame] | 446 | <message name="IDS_POLICY_HEADER_WARNING" desc="Table header for the column in the policy table that contains the policy warnings."> |
| 447 | Warning |
| 448 | </message> |
Yann Dago | c69a17ab | 2019-03-01 01:55:58 | [diff] [blame] | 449 | <message name="IDS_POLICY_SHOW_MORE" desc="Text for the link that expands and shows the are full value, conflicts and warnings rows of a policy."> |
| 450 | Show more |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 451 | </message> |
Yann Dago | c69a17ab | 2019-03-01 01:55:58 | [diff] [blame] | 452 | <message name="IDS_POLICY_SHOW_LESS" desc="Text for the link that collapses and hides the are full value, conflicts and warnings rows of a policy."> |
| 453 | Show less |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 454 | </message> |
Anton Urusov | 15f361a1 | 2017-09-05 19:43:29 | [diff] [blame] | 455 | <message name="IDS_POLICY_LEARN_MORE" desc="Help text for learn-more link for known chrome policies."> |
| 456 | Learn more about <ph name="POLICY_NAME">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy |
| 457 | </message> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 458 | <message name="IDS_POLICY_SCOPE_USER" desc="Text displayed in the Applies to column when a policy applies to the current user only."> |
| 459 | Current user |
| 460 | </message> |
[email protected] | 34c4cab | 2014-02-20 01:54:52 | [diff] [blame] | 461 | <if expr="not is_android and not chromeos"> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 462 | <message name="IDS_POLICY_SCOPE_DEVICE" desc="Text displayed in the Applies to column when a policy applies to everyone on the machine."> |
| 463 | Machine |
| 464 | </message> |
| 465 | </if> |
[email protected] | 34c4cab | 2014-02-20 01:54:52 | [diff] [blame] | 466 | <if expr="chromeos or is_android"> |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 467 | <message name="IDS_POLICY_SCOPE_DEVICE" desc="Mobile: Text displayed in the Applies To column when a policy applies to everyone on the device."> |
| 468 | Device |
| 469 | </message> |
| 470 | </if> |
| 471 | <message name="IDS_POLICY_LEVEL_RECOMMENDED" desc="Text displayed in the Level column when a policy is recommended."> |
| 472 | Recommended |
| 473 | </message> |
| 474 | <message name="IDS_POLICY_LEVEL_MANDATORY" desc="Text displayed in the Level column when a policy is mandatory."> |
| 475 | Mandatory |
| 476 | </message> |
fhorschig | 64834b71 | 2015-09-21 14:20:23 | [diff] [blame] | 477 | <message name="IDS_POLICY_SOURCE_ENTERPRISE_DEFAULT" desc="Indicates that a policy is set by default in an enterprise environment and can be overridden (for Chrome OS only)."> |
| 478 | Enterprise default |
| 479 | </message> |
Yann Dago | 2644fc8 | 2020-10-07 03:42:13 | [diff] [blame] | 480 | <message name="IDS_POLICY_SOURCE_DEFAULT" desc="Indicates that a policy is set by default and can be overridden."> |
| 481 | Default |
| 482 | </message> |
Owen Min | a9db061 | 2020-08-13 18:54:54 | [diff] [blame] | 483 | <message name="IDS_POLICY_SOURCE_COMMAND_LINE" desc="Indicates that a policy is set by command line switch for testing purpose."> |
| 484 | Command line |
| 485 | </message> |
fhorschig | 64834b71 | 2015-09-21 14:20:23 | [diff] [blame] | 486 | <message name="IDS_POLICY_SOURCE_CLOUD" desc="Indicates that the policy originates from the cloud."> |
| 487 | Cloud |
| 488 | </message> |
Julian Pastarmov | eb2225b | 2019-04-04 12:51:16 | [diff] [blame] | 489 | <message name="IDS_POLICY_SOURCE_MERGED" desc="Indicates that the policy is a merged values from multiple sources."> |
Yann Dago | 5b33398 | 2019-08-13 15:30:24 | [diff] [blame] | 490 | Merged |
Julian Pastarmov | eb2225b | 2019-04-04 12:51:16 | [diff] [blame] | 491 | </message> |
Olya Kalitova | 6db4d98 | 2021-05-12 00:18:18 | [diff] [blame] | 492 | <message name="IDS_POLICY_SOURCE_CLOUD_FROM_ASH" desc="Indicates that the policy originates from the cloud in Ash and piped to Lacros."> |
| 493 | Cloud (system-wide) |
| 494 | </message> |
Maria Petrisor | 9f7ea3a | 2021-07-12 08:00:30 | [diff] [blame] | 495 | <message name="IDS_POLICY_SOURCE_RESTRICTED_MANAGED_GUEST_SESSION_OVERRIDE" desc="Indicates that the policy originates from the restricted managed guest session override."> |
| 496 | Restricted managed guest session override |
| 497 | </message> |
tnagel | 66f76d3 | 2017-06-06 13:21:56 | [diff] [blame] | 498 | <message name="IDS_POLICY_SOURCE_ACTIVE_DIRECTORY" desc="Indicates that the policy originates from a local server, e.g. Samba or Active Directory."> |
| 499 | <ph name="MICROSOFT_ACTIVE_DIRECTORY">Local Server</ph> |
tnagel | 8d2791ec | 2016-11-18 10:43:13 | [diff] [blame] | 500 | </message> |
fhorschig | 64834b71 | 2015-09-21 14:20:23 | [diff] [blame] | 501 | <message name="IDS_POLICY_SOURCE_PLATFORM" desc="Indicates that the policy is obtained from the local OS."> |
| 502 | Platform |
| 503 | </message> |
Oleg Davydov | 22f5159 | 2019-05-13 16:45:33 | [diff] [blame] | 504 | <message name="IDS_POLICY_SOURCE_DEVICE_LOCAL_ACCOUNT_OVERRIDE" desc="Indicates that the policy is set programmatically because of an active device-local account session: managed session or Kiosk app (both for Chrome OS only). It could have overridden other sources that set this policy."> |
| 505 | Device local account override |
fhorschig | 64834b71 | 2015-09-21 14:20:23 | [diff] [blame] | 506 | </message> |
fhorschig | 07c5e062 | 2015-12-03 16:48:57 | [diff] [blame] | 507 | <message name="IDS_POLICY_RISK_TAG_FULL_ADMIN_ACCESS" desc="Title of a group/tag whose policies potentially allow the administrator to access all of a user's data."> |
| 508 | Full Admin Access |
| 509 | </message> |
| 510 | <message name="IDS_POLICY_RISK_TAG_SYSTEM_SECURITY" desc="Title of a group/tag whose policies might influence the system's security."> |
| 511 | System Security |
| 512 | </message> |
| 513 | <message name="IDS_POLICY_RISK_TAG_WEBSITE_SHARING" desc="Title of a group/tag whose policies might lead to information sharing with other websites."> |
| 514 | Sharing with Websites |
| 515 | </message> |
| 516 | <message name="IDS_POLICY_RISK_TAG_ADMIN_SHARING" desc="Title of a group/tag whose policies potentially allow sending information about the user (like activity times) to an administrator."> |
| 517 | Sharing with Administrator |
| 518 | </message> |
| 519 | <message name="IDS_POLICY_RISK_TAG_FILTERING" desc="Title of a group/tag whose policies might restrict web contents which would be visible otherwise (e.g. forced SafeSearch)."> |
| 520 | Filtering |
| 521 | </message> |
| 522 | <message name="IDS_POLICY_RISK_TAG_LOCAL_DATA_ACCESS" desc="Title of a group/tag whose policies might allow storage of user data to local drives where others might access them."> |
| 523 | Local Data Access |
| 524 | </message> |
| 525 | <message name="IDS_POLICY_RISK_TAG_GOOGLE_SHARING" desc="Title of a group/tag whose policies enable functionality that might share user data with trusted Google services."> |
| 526 | Sharing with Google |
| 527 | </message> |
Andreea Costinas | 22de452 | 2018-12-28 14:47:29 | [diff] [blame] | 528 | <message name="IDS_POLICY_SHOW_EXPANDED_STATUS" desc="Text for the link that shows the policy status. Used when the policy status is too long to be always visible."> |
| 529 | Show status |
| 530 | </message> |
| 531 | <message name="IDS_POLICY_HIDE_EXPANDED_STATUS" desc="Text for the link that hides the policy status. Used when the policy status is too long to be always visible."> |
| 532 | Hide status |
| 533 | </message> |
Yann Dago | 73f014f | 2019-04-16 13:51:54 | [diff] [blame] | 534 | <message name="IDS_POLICY_LIST_MERGING_WRONG_POLICY_TYPE_SPECIFIED" desc="Text explaining that a policy specified to be merged as a list is not a list."> |
Yann Dago | 74c81f0 | 2019-05-13 18:43:57 | [diff] [blame] | 535 | Warning: This policy was not merged as a list as specified by policy because it is not a list. |
| 536 | </message> |
| 537 | <message name="IDS_POLICY_DICTIONARY_MERGING_WRONG_POLICY_TYPE_SPECIFIED" desc="Text explaining that a policy specified to be merged as a dictionary is not a dictionary."> |
| 538 | Warning: This policy was not merged as a dictionary as specified by policy because it is not a dictionary. |
| 539 | </message> |
| 540 | <message name="IDS_POLICY_DICTIONARY_MERGING_POLICY_NOT_ALLOWED" desc="Text explaining that a policy specified to be merged as a dictionary is not allowed to be merged."> |
| 541 | Warning: This policy was not merged as specified in PolicyDictionaryMultipleSourceMergeList policy because it is not part of the dictionary policies that can be merged. |
Yann Dago | 73f014f | 2019-04-16 13:51:54 | [diff] [blame] | 542 | </message> |
Yann Dago | 808f354 | 2019-02-05 16:48:37 | [diff] [blame] | 543 | <message name="IDS_POLICY_CONFLICT_SAME_VALUE" desc="Text explaining that a policy had conflicting sources, but with the same values."> |
Igor Ruvinov | 6b01e4a | 2021-01-21 21:07:05 | [diff] [blame] | 544 | This policy is working as intended but the same value is set elsewhere and is superseded by this policy. |
Yann Dago | 808f354 | 2019-02-05 16:48:37 | [diff] [blame] | 545 | </message> |
| 546 | <message name="IDS_POLICY_CONFLICT_DIFF_VALUE" desc="Text explaining that a policy had conflicting sources and values."> |
Igor Ruvinov | 6b01e4a | 2021-01-21 21:07:05 | [diff] [blame] | 547 | This policy is working as intended but a conflicting value is set elsewhere and is overridden by this policy. |
Yann Dago | 808f354 | 2019-02-05 16:48:37 | [diff] [blame] | 548 | </message> |
Nicolas | 51625ad | 2019-03-21 00:21:20 | [diff] [blame] | 549 | <message name="IDS_POLICY_MIGRATED_OLD_POLICY" desc="Text explaining that a policy is deprecated, and that admins should use the new policy instead"> |
| 550 | This policy is deprecated. You should use the <ph name="NEW_POLICY">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy instead. |
| 551 | </message> |
| 552 | <message name="IDS_POLICY_MIGRATED_NEW_POLICY" desc="Text explaining that the policy value was automatically copied from a deprecated policy's value"> |
| 553 | This policy was automatically copied from the deprecated <ph name="OLD_POLICY">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy. You should use this policy instead. |
| 554 | </message> |
Yann Dago | 0fb0da9 | 2019-02-28 01:31:26 | [diff] [blame] | 555 | <message name="IDS_POLICY_BLOCKED" desc="Text explaining that a policy is blocked, therefore ignored."> |
| 556 | This policy is blocked, its value will be ignored. |
| 557 | </message> |
Fabian Sommer | 6fede8e6 | 2020-06-02 17:44:04 | [diff] [blame] | 558 | <message name="IDS_POLICY_INVALID" desc="Text explaining that a policy failed to validate against a schema, and therefore ignored."> |
| 559 | This policy value failed to validate against its schema and will be ignored. |
| 560 | </message> |
Yann Dago | 6080fea | 2019-04-30 21:03:33 | [diff] [blame] | 561 | <message name="IDS_POLICY_IGNORED_BY_GROUP_MERGING" desc="Text explaining that a policy is ignored because another policy of the same group has a higher priority"> |
| 562 | This policy is ignored because another policy from the same policy group has a higher priority. |
| 563 | </message> |
Anatoliy Potapchuk | 4bbbb5b6b | 2019-03-25 17:32:46 | [diff] [blame] | 564 | <message name="IDS_POLICY_INVALID_VALUE" desc="Text explaining that the policy value is invalid"> |
| 565 | Policy value is not valid. |
| 566 | </message> |
Julian Pastarmov | 3ccb0b9 | 2020-12-09 21:05:51 | [diff] [blame] | 567 | <message name="IDS_POLICY_IGNORED_MANDATORY_REPORTING_POLICY" desc="Text explaining that the policy MetricsReportingEnabled can not be forced to enabled anymore"> |
| 568 | This policy cannot be set to "True" and be mandatory, therefore it was changed to recommended. |
| 569 | </message> |
Guillaume Jenkins | f9cf4e3 | 2019-03-12 19:54:55 | [diff] [blame] | 570 | <if expr="not is_macosx"> |
| 571 | <message name="IDS_POLICY_SPELLCHECK_UNKNOWN_LANGUAGE" desc="Warning message in the policy summary page for the spellcheck policies when a language is unrecognized or unsupported."> |
| 572 | List entry "<ph name="LANGUAGE_ID">$1<ex>xx-YY</ex></ph>": Unknown or unsupported language. |
| 573 | </message> |
Leonard Grey | 5d31442c | 2020-06-30 19:28:39 | [diff] [blame] | 574 | <message name="IDS_POLICY_SPELLCHECK_BLOCKLIST_IGNORE" desc="Warning message in the policy summary page for the spellcheck blocklist policy when a language is both force-enabled and force-disabled. 'SpellcheckLanguage' is a policy name and shouldn't be translated."> |
Guillaume Jenkins | f9cf4e3 | 2019-03-12 19:54:55 | [diff] [blame] | 575 | List entry "<ph name="LANGUAGE_ID">$1<ex>en-GB</ex></ph>": Entry ignored because it is also included in the SpellcheckLanguage policy. |
| 576 | </message> |
| 577 | </if> |
Andreea Costinas | 138eb0a | 2019-06-06 11:52:07 | [diff] [blame] | 578 | <message name="IDS_POLICY_LABEL_IS_AFFILIATED" desc="Label to indicate if the user is affiliated or not."> |
| 579 | Is affiliated: |
| 580 | </message> |
| 581 | <message name="IDS_POLICY_IS_AFFILIATED_YES" desc="Indicates the user is affiliated."> |
| 582 | Yes |
| 583 | </message> |
| 584 | <message name="IDS_POLICY_IS_AFFILIATED_NO" desc="Indicates the user is not affiliated."> |
| 585 | No |
| 586 | </message> |
Aya ElAttar | 5a009a9 | 2019-07-08 16:42:30 | [diff] [blame] | 587 | <message name="IDS_POLICY_LABEL_IS_OFFHOURS_ACTIVE" desc="Label to indicate if the off-hours policy is active or not."> |
| 588 | Off-Hours Policy: |
| 589 | </message> |
| 590 | <message name="IDS_POLICY_OFFHOURS_ACTIVE" desc="Indicates the off-hours policy is active."> |
| 591 | Active |
| 592 | </message> |
| 593 | <message name="IDS_POLICY_OFFHOURS_NOT_ACTIVE" desc="Indicates the off-hours policy is not active."> |
| 594 | Not active |
| 595 | </message> |
Alexander Hendrich | 02ab52e | 2019-12-04 15:47:43 | [diff] [blame] | 596 | <message name="IDS_POLICY_SIGNIN_PROFILE" desc="Label to indicate that the policy is for the sign-in screen profile."> |
| 597 | sign-in screen profile |
| 598 | </message> |
Jérôme Gingras | 272c1f7d | 2020-05-27 16:35:50 | [diff] [blame] | 599 | <message name ="IDS_POLICY_COPY_VALUE" desc="Help text for link that copies the value of a policy."> |
| 600 | Copy the value of <ph name="POLICY_NAME">$1<ex>AllowDinosaurEasterEgg</ex></ph> policy |
| 601 | </message> |
Jérôme Gingras | 4b90f6fc | 2020-05-28 18:48:57 | [diff] [blame] | 602 | <message name="IDS_COPY_POLICIES_JSON" desc="Label for the button that copies policies in JSON format."> |
| 603 | Copy as JSON |
| 604 | </message> |
Aya ElAttar | 3fbc1b3 | 2020-03-18 17:12:37 | [diff] [blame] | 605 | |
| 606 | <!-- Strings for Disabled chrome://.* screen --> |
| 607 | <message name="IDS_CHROME_URLS_DISABLED_PAGE_HEADER" desc="A heading for the user when the application is blocked."> |
| 608 | Application is blocked |
| 609 | </message> |
| 610 | <message name="IDS_CHROME_URLS_DISABLED_PAGE_TITLE" desc="The title for the blocked chrome URLs page."> |
| 611 | Application blocked by your administrator |
| 612 | </message> |
| 613 | <message name="IDS_CHROME_URLS_DISABLED_PAGE_MESSAGE" desc="A paragraph informing the user that the application is blocked."> |
Aya ElAttar | 6b0eaa1 | 2020-05-15 14:48:48 | [diff] [blame] | 614 | This application has been blocked by your administrator |
Aya ElAttar | 3fbc1b3 | 2020-03-18 17:12:37 | [diff] [blame] | 615 | </message> |
Aya ElAttar | 8f8eee4 | 2020-09-24 13:59:26 | [diff] [blame] | 616 | |
Sergey Poromov | 41185a2 | 2020-09-25 07:49:47 | [diff] [blame] | 617 | <!-- Strings for Data Leak Prevention --> |
Aya ElAttar | 31308b4fb | 2021-01-28 17:33:02 | [diff] [blame] | 618 | <message name="IDS_POLICY_DLP_CLIPBOARD_BLOCKED_ON_PASTE" desc="A notification informing the user that paste is blocked."> |
Aya ElAttar | 0d358a0 | 2020-12-21 09:31:48 | [diff] [blame] | 619 | Pasting from <ph name="ORIGIN_NAME">$1<ex>corp.google.com</ex></ph> to this location is blocked by administrator policy |
Aya ElAttar | 8f8eee4 | 2020-09-24 13:59:26 | [diff] [blame] | 620 | </message> |
| 621 | <message name="IDS_POLICY_DLP_CLIPBOARD_BLOCKED_ON_COPY_VM" desc="A toast informing the user that sharing clipboard data to VMs is blocked."> |
Aya ElAttar | 0d358a0 | 2020-12-21 09:31:48 | [diff] [blame] | 622 | Sharing from <ph name="ORIGIN_NAME">$1<ex>corp.google.com</ex></ph> to <ph name="VM_NAME">$2<ex>Linux</ex></ph> has been blocked by administrator policy |
Aya ElAttar | 8f8eee4 | 2020-09-24 13:59:26 | [diff] [blame] | 623 | </message> |
Aya ElAttar | 554a491b3 | 2020-09-29 13:30:46 | [diff] [blame] | 624 | <message name="IDS_POLICY_DLP_ANDROID_APPS" desc="Name shown for ARC in data leak prevention toasts."> |
| 625 | Android apps |
| 626 | </message> |
Aya ElAttar | 08c9c0c5d2 | 2020-11-19 10:14:34 | [diff] [blame] | 627 | <message name="IDS_POLICY_DLP_CLIPBOARD_BLOCK_DISMISS_BUTTON" desc="Dismiss dialog button label for disabled paste notification."> |
| 628 | Got it |
| 629 | </message> |
Aya ElAttar | 31308b4fb | 2021-01-28 17:33:02 | [diff] [blame] | 630 | <message name="IDS_POLICY_DLP_CLIPBOARD_WARN_ON_PASTE" desc="A notification warning the user that paste is not recommended."> |
Aya ElAttar | 69c217e0 | 2021-01-22 10:02:48 | [diff] [blame] | 631 | Pasting from <ph name="ORIGIN_NAME">$1<ex>corp.google.com</ex></ph> to this location is not recommended by administrator policy |
| 632 | </message> |
| 633 | <message name="IDS_POLICY_DLP_CLIPBOARD_WARN_PROCEED_BUTTON" desc="Proceed dialog button label for warning before paste."> |
| 634 | Paste anyway |
| 635 | </message> |
| 636 | <message name="IDS_POLICY_DLP_CLIPBOARD_WARN_DISMISS_BUTTON" desc="Dismiss dialog button label for warning before paste."> |
| 637 | Cancel |
| 638 | </message> |
Aya ElAttar | 4b4846aa | 2021-02-09 19:26:44 | [diff] [blame] | 639 | <message name="IDS_POLICY_DLP_CLIPBOARD_WARN_ON_COPY_VM" desc="A toast informing the user that pasting the clipboard data to VMs is not recommended."> |
| 640 | Copying and pasting this content to <ph name="VM_NAME">$1<ex>Linux</ex></ph> is not recommended by administrator policy |
| 641 | </message> |
Sergey Poromov | 1d30ab7e | 2020-10-29 11:13:37 | [diff] [blame] | 642 | <message name="IDS_POLICY_DLP_PRINTING_BLOCKED_TITLE" desc="The title for notification informing the user that printing is blocked."> |
| 643 | Printing is blocked |
| 644 | </message> |
| 645 | <message name="IDS_POLICY_DLP_PRINTING_BLOCKED_MESSAGE" desc="The message for notification informing the user that printing is blocked."> |
Sergey Poromov | 475a2c9a | 2021-01-13 20:01:39 | [diff] [blame] | 646 | Printing this content is blocked by administrator policy |
Sergey Poromov | 41185a2 | 2020-09-25 07:49:47 | [diff] [blame] | 647 | </message> |
Sergey Poromov | fb1bc3c | 2020-11-09 17:53:42 | [diff] [blame] | 648 | <message name="IDS_POLICY_DLP_SCREEN_CAPTURE_PAUSED_TITLE" desc="The title for notification informing the user that screen capture is paused."> |
| 649 | Screen capture paused |
| 650 | </message> |
| 651 | <message name="IDS_POLICY_DLP_SCREEN_CAPTURE_PAUSED_MESSAGE" desc="The message for notification informing the user that screen capture is paused."> |
Sergey Poromov | 72eaa81 | 2021-01-12 14:26:57 | [diff] [blame] | 652 | Administrator policy disables screen sharing with <ph name="APPLICATION_TITLE">$1<ex>example.com</ex></ph> when confidential content is visible |
Sergey Poromov | fb1bc3c | 2020-11-09 17:53:42 | [diff] [blame] | 653 | </message> |
| 654 | <message name="IDS_POLICY_DLP_SCREEN_CAPTURE_RESUMED_TITLE" desc="The title for notification informing the user that screen capture is resumed."> |
| 655 | Screen capture resumed |
| 656 | </message> |
| 657 | <message name="IDS_POLICY_DLP_SCREEN_CAPTURE_RESUMED_MESSAGE" desc="The message for notification informing the user that screen capture is resumed."> |
Sergey Poromov | 72eaa81 | 2021-01-12 14:26:57 | [diff] [blame] | 658 | Screen sharing with <ph name="APPLICATION_TITLE">$1<ex>example.com</ex></ph> was resumed |
Sergey Poromov | fb1bc3c | 2020-11-09 17:53:42 | [diff] [blame] | 659 | </message> |
Aya ElAttar | 8f8eee4 | 2020-09-24 13:59:26 | [diff] [blame] | 660 | |
[email protected] | dae12fe9 | 2013-11-26 14:57:34 | [diff] [blame] | 661 | </grit-part> |