OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). | 2 <!-- ChromeOS-specific strings (included from generated_resources.grd). |
3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. --> | 3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. --> |
4 <grit-part> | 4 <grit-part> |
5 <!-- Idle Logout Dialog Strings --> | 5 <!-- Idle Logout Dialog Strings --> |
6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d
ialog"> | 6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d
ialog"> |
7 Are you still there? | 7 Are you still there? |
8 </message> | 8 </message> |
9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id
le logout dialog"> | 9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id
le logout dialog"> |
10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s
econds. | 10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s
econds. |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 </message> | 140 </message> |
141 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l
abel."> | 141 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l
abel."> |
142 Allow | 142 Allow |
143 </message> | 143 </message> |
144 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button
label."> | 144 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button
label."> |
145 Deny | 145 Deny |
146 </message> | 146 </message> |
147 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_NOT_A_JSON_DICTIONARY" desc="E
rror for network configuration: Configuration is not a valid JSON dictionary."> | 147 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_NOT_A_JSON_DICTIONARY" desc="E
rror for network configuration: Configuration is not a valid JSON dictionary."> |
148 The configuration is not a valid JSON dictionary. | 148 The configuration is not a valid JSON dictionary. |
149 </message> | 149 </message> |
| 150 <message name="IDS_NETWORK_CONFIG_ERROR_AT_TOPLEVEL" desc="Error for network c
onfiguration: The configuration contains an error at the top level."> |
| 151 Error at the top level: |
| 152 </message> |
| 153 <message name="IDS_NETWORK_CONFIG_ERROR_AT_PATH" desc="Error for network confi
guration: A field/object in the configuration contains an error and the path of
field names to this field/object is provided."> |
| 154 Error at <ph name="PATH_TO_FIELD">$1<ex>WiFi.Security</ex></ph>: |
| 155 </message> |
| 156 <message name="IDS_NETWORK_CONFIG_WARNING_AT_TOPLEVEL" desc="Warning for netwo
rk configuration: The configuration contains an warning at the top level."> |
| 157 Warning at the top level: |
| 158 </message> |
| 159 <message name="IDS_NETWORK_CONFIG_WARNING_AT_PATH" desc="Warning for network c
onfiguration: A field/object in the configuration contains an warning and the pa
th of field/object names to this field is provided."> |
| 160 Warning at <ph name="PATH_TO_FIELD">$1<ex>WiFi.Security</ex></ph>: |
| 161 </message> |
| 162 <message name="IDS_NETWORK_CONFIG_ERROR_VALUE_HAS_WRONG_TYPE" desc="Error for
network configuration: This field is assigned a value of a wrong type."> |
| 163 Found value '<ph name="ACTUAL_VALUE">$1<ex>123</ex></ph>' of type <ph name="
ACTUAL_TYPE">$2<ex>integer</ex></ph> but type <ph name="REQUIRED_TYPE">$3<ex>str
ing</ex></ph> is required. |
| 164 </message> |
| 165 <message name="IDS_NETWORK_CONFIG_ERROR_UNKNOWN_FIELD_NAME" desc="Error for ne
twork configuration: The field name is unknown."> |
| 166 Field name '<ph name="FIELD_NAME">$1<ex>secruity</ex></ph>' is unknown. |
| 167 </message> |
| 168 <message name="IDS_NETWORK_CONFIG_ERROR_UNEXPECTED_FIELD_IN_UNMANAGED_CONFIG"
desc="Error for network configuration: Found a certain field that is not expecte
d in unmanaged configurations."> |
| 169 Found the field <ph name="UNEXPECTED_FIELD_NAME">$1<ex>Recommended</ex></ph>
although this configuration is unmanaged. |
| 170 </message> |
| 171 <message name="IDS_NETWORK_CONFIG_ERROR_UNKNOWN_FIELD_RECOMMENDED" desc="Error
for network configuration: An unknown field name is recommended in the configur
ation."> |
| 172 The field '<ph name="UNEXPECTED_FIELD_NAME">$1<ex>passhprase</ex></ph>' cann
ot be recommended because it is unknown. |
| 173 </message> |
| 174 <message name="IDS_NETWORK_CONFIG_ERROR_INVALID_VALUE" desc="Error for network
configuration: This field is assigned a value but none of the expected ones."> |
| 175 Found value '<ph name="ACTUAL_VALUE">$1<ex>wlan</ex></ph>' but expected one
of the values <ph name="EXPECTED_VALUES">$2<ex>[WiFi, Ethernet, Cellular]</ex></
ph>. |
| 176 </message> |
| 177 <message name="IDS_NETWORK_CONFIG_ERROR_VALUE_OUT_OF_RANGE" desc="Error for ne
twork configuration: This field is assigned a value that is out of range (bounda
ries inclusive)."> |
| 178 Found value '<ph name="ACTUAL_VALUE">$1<ex>wlan</ex></ph>' but expected a va
lue between <ph name="LOWER_BOUND">$2<ex>1</ex></ph> and <ph name="UPPER_BOUND">
$3<ex>64</ex></ph>. |
| 179 </message> |
| 180 <message name="IDS_NETWORK_CONFIG_ERROR_REQUIRED_FIELD_MISSING" desc="Error fo
r network configuration: A required field is missing."> |
| 181 The required field '<ph name="MISSING_FIELD_NAME">$1<ex>Type</ex></ph>' is m
issing. |
| 182 </message> |
| 183 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORKS_OR_CERTS_REQUIRED" desc="Erro
r for network configuration: Either the network configurations or the certificat
es field has to be present."> |
| 184 Neither the field '<ph name="NETWORKS_FIELD_NAME">$1<ex>NetworkConfiguration
s</ex></ph>' nor the field '<ph name="CERTIFICATES_FIELD_NAME">$1<ex>Certificate
s</ex></ph>' is present, but at least one is required. |
| 185 </message> |
| 186 <message name="IDS_NETWORK_CONFIG_ERROR_IGNORING_DEVICE_LEVEL_POLICY" desc="Er
ror for network configuration: Certain types of networks cannot be configured in
a device policy."> |
| 187 Networks of this type cannot be configured in a device-level policy. |
| 188 </message> |
| 189 <message name="IDS_NETWORK_CONFIG_ERROR_NO_ACTIVE_ETHERNET" desc="Error for ne
twork configuration: Tried to configure an Ethernet network when there is no act
ive Ethernet connection."> |
| 190 Tried to configure an Ethernet network when there is no active Ethernet conn
ection. |
| 191 </message> |
150 <message name="IDS_NETWORK_CONFIG_LOADING_ERROR" desc="Error message for loadi
ng network configuration file."> | 192 <message name="IDS_NETWORK_CONFIG_LOADING_ERROR" desc="Error message for loadi
ng network configuration file."> |
151 Error loading network configuration file: <ph name="error">$1<ex>Unknown err
or</ex></ph> | 193 Error loading network configuration file: <ph name="error">$1<ex>Unknown err
or</ex></ph> |
152 </message> | 194 </message> |
153 <message name="IDS_NETWORK_CONFIG_ERROR_UNKNOWN" desc="Error for network confi
guration: Unknown error."> | 195 <message name="IDS_NETWORK_CONFIG_ERROR_UNKNOWN" desc="Error for network confi
guration: Unknown error."> |
154 Unknown error | 196 Unknown error |
155 </message> | 197 </message> |
156 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne
twork configuration: Incorrect password."> | 198 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne
twork configuration: Incorrect password."> |
157 Incorrect password | 199 Incorrect password |
158 </message> | 200 </message> |
159 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_TYPE_MISSING" desc="Error for
network configuration: Network type missing."> | 201 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_TYPE_MISSING" desc="Error for
network configuration: Network type missing."> |
(...skipping 3285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3445 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for the n
etwork error status in 'Managed by DOMAIN' label on login screen."> | 3487 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for the n
etwork error status in 'Managed by DOMAIN' label on login screen."> |
3446 Network error while communicating with the device management service. | 3488 Network error while communicating with the device management service. |
3447 </message> | 3489 </message> |
3448 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notification ba
r on the login screen showing that this is a managed device."> | 3490 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notification ba
r on the login screen showing that this is a managed device."> |
3449 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>. | 3491 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>. |
3450 </message> | 3492 </message> |
3451 <message name="IDS_LOGIN_MANAGED_REPORTING_HINT" desc="Text for the hint on re
porting features displayed in the enterprise notification bar on the login scree
n."> | 3493 <message name="IDS_LOGIN_MANAGED_REPORTING_HINT" desc="Text for the hint on re
porting features displayed in the enterprise notification bar on the login scree
n."> |
3452 Device usage may be tracked. | 3494 Device usage may be tracked. |
3453 </message> | 3495 </message> |
3454 </grit-part> | 3496 </grit-part> |
OLD | NEW |