diff options
| author | 2021-11-18 04:12:48 +0000 | |
|---|---|---|
| committer | 2021-11-18 04:12:48 +0000 | |
| commit | e25bce2d631fa4602edca142aa2602e37d6d63db (patch) | |
| tree | ad1e3c3067f896a4230a8a7cb1604dda13f81b90 | |
| parent | a2e3ba47008b02f59a9624d8f7180409df1342f8 (diff) | |
| parent | 6521a6ee65eb0825fd6a548e1c8de39c662fd8a6 (diff) | |
Merge "Fixed some strings for automotive." into sc-v2-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index bb56b8d21a03..3c7f0267d943 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1932,6 +1932,10 @@ typed when unlocking the screen, and lock your Android TV device or erase all your Android TV device\'s data if too many incorrect passwords are typed.</string> <!-- Description of policy access to watch user login attempts --> + <string name="policydesc_watchLogin" product="automotive">Monitor the number of incorrect passwords + typed. when unlocking the screen, and lock the infotainment system or erase all the infotainment system\'s + data if too many incorrect passwords are typed.</string> + <!-- Description of policy access to watch user login attempts --> <string name="policydesc_watchLogin" product="default">Monitor the number of incorrect passwords typed. when unlocking the screen, and lock the phone or erase all the phone\'s data if too many incorrect passwords are typed.</string> @@ -1941,6 +1945,9 @@ <string name="policydesc_watchLogin_secondaryUser" product="tv">Monitor the number of incorrect passwords typed when unlocking the screen, and lock your Android TV device or erase all this user\'s data if too many incorrect passwords are typed.</string> + <string name="policydesc_watchLogin_secondaryUser" product="automotive">Monitor the number of incorrect passwords + typed when unlocking the screen, and lock the infotainment system or erase all this profile\'s data + if too many incorrect passwords are typed.</string> <string name="policydesc_watchLogin_secondaryUser" product="default">Monitor the number of incorrect passwords typed when unlocking the screen, and lock the phone or erase all this user\'s data if too many incorrect passwords are typed.</string> @@ -1959,14 +1966,20 @@ <!-- Description of policy access to wipe the user's data --> <string name="policydesc_wipeData" product="tv">Erase your Android TV device\'s data without warning by performing a factory data reset.</string> <!-- Description of policy access to wipe the user's data --> + <string name="policydesc_wipeData" product="automotive">Erase the infotainment system\'s data without warning by performing a factory data reset.</string> + <!-- Description of policy access to wipe the user's data --> <string name="policydesc_wipeData" product="default">Erase the phone\'s data without warning by performing a factory data reset.</string> <!-- Title of policy access to wipe secondary user's data --> - <string name="policylab_wipeData_secondaryUser">Erase user data</string> + <string name="policylab_wipeData_secondaryUser" product="automotive">Erase profile data</string> + <!-- Title of policy access to wipe secondary user's data --> + <string name="policylab_wipeData_secondaryUser" product="default">Erase user data</string> <!-- Description of policy access to wipe the user's data --> <string name="policydesc_wipeData_secondaryUser" product="tablet">Erase this user\'s data on this tablet without warning.</string> <!-- Description of policy access to wipe the user's data --> <string name="policydesc_wipeData_secondaryUser" product="tv">Erase this user\'s data on this Android TV device without warning.</string> <!-- Description of policy access to wipe the user's data --> + <string name="policydesc_wipeData_secondaryUser" product="automotive">Erase this profile\'s data on this infotainment system without warning.</string> + <!-- Description of policy access to wipe the user's data --> <string name="policydesc_wipeData_secondaryUser" product="default">Erase this user\'s data on this phone without warning.</string> <!-- Title of policy access to set global proxy --> <string name="policylab_setGlobalProxy">Set the device global proxy</string> |