OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Settings-specific strings (included from generated_resources.grd). --> | 2 <!-- Settings-specific strings (included from generated_resources.grd). --> |
3 <grit-part> | 3 <grit-part> |
4 <!-- Main Page --> | 4 <!-- Main Page --> |
5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> | 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> |
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. | 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. |
8 </message> | 8 </message> |
9 </if> | 9 </if> |
10 | 10 |
(...skipping 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1485 </message> | 1485 </message> |
1486 <message name="IDS_ONC_VPN_OPEN_VPN_USERNAME" desc="ONC Property label for V PN.OpenVPN.Username"> | 1486 <message name="IDS_ONC_VPN_OPEN_VPN_USERNAME" desc="ONC Property label for V PN.OpenVPN.Username"> |
1487 Username | 1487 Username |
1488 </message> | 1488 </message> |
1489 <message name="IDS_ONC_VPN_THIRD_PARTY_VPN_PROVIDER_NAME" desc="ONC Property label for VPN.ThirdPartyVPN.ProviderName"> | 1489 <message name="IDS_ONC_VPN_THIRD_PARTY_VPN_PROVIDER_NAME" desc="ONC Property label for VPN.ThirdPartyVPN.ProviderName"> |
1490 Provider name | 1490 Provider name |
1491 </message> | 1491 </message> |
1492 <message name="IDS_ONC_VPN_TYPE" desc="ONC Property label for VPN.Type"> | 1492 <message name="IDS_ONC_VPN_TYPE" desc="ONC Property label for VPN.Type"> |
1493 Provider type | 1493 Provider type |
1494 </message> | 1494 </message> |
1495 <message name="IDS_ONC_WIFI_EAP_ANONYMOUS_IDENTITY" desc="ONC Property label for WiFi.EAP.AnonymousIdentity"> | |
1496 Anonymous Identity | |
1497 </message> | |
1498 <message name="IDS_ONC_WIFI_EAP_IDENTITY" desc="ONC Property label for WiFI. EAP.Identity"> | |
1499 Identity | |
1500 </message> | |
1501 <message name="IDS_ONC_WIFI_EAP_INNER" desc="ONC Property label for WiFi.EAP .Iner (Phase 2 authentication)"> | |
tbarzic
2017/05/01 18:05:56
WiFi.EAP.Inner
stevenjb
2017/05/01 20:12:04
Done.
| |
1502 EAP Phase 2 authentication | |
1503 </message> | |
1504 <message name="IDS_ONC_WIFI_EAP_INNER_AUTOMATIC" desc="ONC Property value fo r WiFi.EAP.Inner = Automatic"> | |
1505 Automatic | |
1506 </message> | |
1507 <message name="IDS_ONC_WIFI_EAP_INNER_MD5" desc="ONC Property value for WiFi .EAP.Inner = MD5"> | |
1508 EAP-MD5 | |
1509 </message> | |
1510 <message name="IDS_ONC_WIFI_EAP_INNER_MSCHAP" desc="ONC Property value for W iFi.EAP.Inner = MSCHAP"> | |
1511 MSCHAP | |
1512 </message> | |
1513 <message name="IDS_ONC_WIFI_EAP_INNER_MSCHAPV2" desc="ONC Property value for WiFi.EAP.Inner = MSCHAPv2"> | |
1514 MSCHAPv2 | |
1515 </message> | |
1516 <message name="IDS_ONC_WIFI_EAP_INNER_PAP" desc="ONC Property value for WiFi .EAP.Inner = PAP"> | |
1517 PAP | |
1518 </message> | |
1519 <message name="IDS_ONC_WIFI_EAP_INNER_CHAP" desc="ONC Property value for WiF i.EAP.Inner = CHAP"> | |
1520 CHAP | |
1521 </message> | |
1522 <message name="IDS_ONC_WIFI_EAP_INNER_GTC" desc="ONC Property value for WiFi .EAP.Inner = GTC"> | |
1523 GTC | |
1524 </message> | |
1525 <message name="IDS_ONC_WIFI_EAP_OUTER" desc="ONC Property label for WiFi.EAP .Outer (Method)"> | |
1526 EAP method | |
1527 </message> | |
1528 <message name="IDS_ONC_WIFI_EAP_SUBJECT_MATCH" desc="ONC Property label for WiFi.EAP.SubjectMatch"> | |
1529 Subject match | |
1530 </message> | |
1495 <message name="IDS_ONC_WIFI_FREQUENCY" desc="ONC Property label for WiFi.Fre quency"> | 1531 <message name="IDS_ONC_WIFI_FREQUENCY" desc="ONC Property label for WiFi.Fre quency"> |
1496 Frequency | 1532 Frequency |
1497 </message> | 1533 </message> |
1498 <message name="IDS_ONC_WIFI_SECURITY" desc="ONC Property label for WiFi.Secu rity"> | 1534 <message name="IDS_ONC_WIFI_SECURITY" desc="ONC Property label for WiFi.Secu rity"> |
1499 Security | 1535 Security |
1500 </message> | 1536 </message> |
1501 <message name="IDS_ONC_WIFI_SIGNAL_STRENGTH" desc="ONC Property label for Wi Fi.SignalStrength"> | 1537 <message name="IDS_ONC_WIFI_SIGNAL_STRENGTH" desc="ONC Property label for Wi Fi.SignalStrength"> |
1502 Signal strength | 1538 Signal strength |
1503 </message> | 1539 </message> |
1504 <message name="IDS_ONC_WIMAX_EAP_IDENTITY" desc="ONC Property label for WiMA X.EAP.Identity"> | 1540 <message name="IDS_ONC_WIMAX_EAP_IDENTITY" desc="ONC Property label for WiMA X.EAP.Identity"> |
(...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3001 System | 3037 System |
3002 </message> | 3038 </message> |
3003 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> | 3039 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> |
3004 Use hardware acceleration when available | 3040 Use hardware acceleration when available |
3005 </message> | 3041 </message> |
3006 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings."> | 3042 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings."> |
3007 Open proxy settings | 3043 Open proxy settings |
3008 </message> | 3044 </message> |
3009 </if> | 3045 </if> |
3010 </grit-part> | 3046 </grit-part> |
OLD | NEW |