1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2020 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License
16  -->
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18    <string name="app_name" translatable="false">Reference Setup Wizard for Cars</string>
19    <string name="description" translatable="false">This app is used to emulate a Setup Wizard.\n
20    \n
21    It\'s integrated with car-specific features (such as exiting setup when car moves)
22    plus a UI where the user can emulate setup-time options like provisioning a Device Owner.
23    </string>
24    <string name="error_prompt" translatable="false">Error:</string>
25    <string name="finish_setup" translatable="false">Finish Setup</string>
26    <string name="factory_reset" translatable="false">Factory Reset</string>
27    <string name="provision_device" translatable="false">Provision device</string>
28    <string name="legacy_provision_workflow" translatable="false">Legacy</string>
29    <string name="provision_workflow" translatable="false">New workflow</string>
30    <string name="exited_setup_title" translatable="false">Setup Exited</string>
31    <string name="exited_setup_content" translatable="false">Don\'t worry, this is just a friendly
32    FYI, there\'s nothing to do, you are good to go.\nHave fun!</string>
33    <string name="select_dpc" translatable="false">Select DPC!\n</string>
34    <string name="provision_failure_message" translatable="false">Device could not be provisioned!\n
35    \nOn a production device, it should trigger a factory reset, but for development purposes, this
36    Setup Wizard is not doing so.</string>
37    <string name="factory_reset_warning" translatable="false">Factory Reset is irreversible, are you
38    sure?</string>
39</resources>
40