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