unplugged-system/packages/services/Car/tests/CarTestDpc/res/values/strings.xml

34 lines
2.1 KiB
XML

<!--
~ Copyright (C) 2022 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" translatable="false"><b>CarTestDpc</b></string>
<string name="app_title" translatable="false"><b>Test device admin spp for cars</b></string>
<string name="current_user_title" translatable="false"><b>Current User: </b></string>
<string name="this_user" translatable="false"></string>
<string name="reboot" translatable="false">Reboot</string>
<string name="add_user_restriction" translatable="false">Add user restriction: </string>
<string name="user_id" translatable="false">user id (int)</string>
<string name="key" translatable="false">key (string)</string>
<string name="submit" translatable="false">Submit</string>
<string name="rebooting" translatable="false">rebooting...</string>
<string name="adding_user_restriction" translatable="false">adding user restriction (key) to (user)... </string>
<string name="user_not_found" translatable="false">Error: could not find user</string>
<string name="target_user_not_found" translatable="false">Error: Could not parse target user id (see logs)</string>
<string name="display_user_restrictions" translatable="false">No restrictions.</string>
<string name="get_user_restrictions" translatable="false">Get user restrictions for current user: </string>
<string name="no_dpm" translatable="false">Could not find a DevicePolicyManager for this user.</string>
</resources>