blob: cc3aaa3a8f3edb6273f984f5e4362d615186a3ae [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Copyright (C) 2014 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">
<!-- TODO: Review all strings before launch -->
<!-- General provisioning strings used for both device owner and managed profile provisioning -->
<!-- Name of the application [CHAR LIMIT=NONE] -->
<string name="app_name">Device Provisioner</string>
<!-- Managed profile provisioning flow UI. -->
<!-- User consent -->
<!-- Title of all managed profile setup screens. [CHAR LIMIT=NONE] -->
<string name="setup_work_space">Set up your work profile</string>
<!-- Part 1 of the text that asks for user consent to create a corporate profile [CHAR LIMIT=NONE] -->
<string name="separate_work_spaces">Set up a separate work profile from your personal space</string>
<!-- Part 2 of the text that asks for user consent to create a corporate profile [CHAR LIMIT=NONE] -->
<string name="company_controls_workspace">Your company controls your work profile on this device and keeps
it secure. You control your personal profile. Your company can\'t access it.</string>
<!-- String for positive button on user consent dialog for creating a profile [CHAR LIMIT=NONE] -->
<string name="set_up">Set up</string>
<!-- Progress text shown when setting up work space [CHAR LIMIT=NONE] -->
<string name="setting_up_workspace">Setting up your work profile</string>
<!-- Default profile name used for the creation of managed profiles. [CHAR LIMIT=NONE] -->
<string name="default_managed_profile_name">Managed work profile</string>
<!-- String shown when there is already a managed profile for this user. CHAR LIMIT=NONE] -->
<string name="managed_profile_already_present"> You can only have one work space on your device. It appears that you already have one. Would you like to remove it to proceed?</string>
<!-- String on the dialog that prompts the user to confirm that they really want to delete their existing managed profile-->
<string name="sure_you_want_to_delete_profile"> Are you sure you want to delete your existing work space? This will delete all data associated with it.</string>
<!-- String on the button that triggers the deletion of a managed profile.-->
<string name="delete_profile">Delete</string>
<!-- String on the button that cancels out of the deletion of a managed profile.-->
<string name="cancel_delete_profile">Cancel</string>
<!-- String shown on prompt for user to encrypt and reboot the device [CHAR LIMIT=NONE]-->
<string name="encrypt_device_text">To continue setting up, you\'ll need to encrypt your device. This may take some time.</string>
<!-- String shown on button for user to cancel setup when asked to encrypt device. [CHAR LIMIT=20]-->
<string name="encrypt_device_cancel">Cancel</string>
<!-- String shown on button for user to continue to settings to encrypt the device. [CHAR LIMIT=20]-->
<string name="encrypt_device_launch_settings">Next</string>
<!-- Reminder notification to resume provisioning after device has been encrypted -->
<string name="continue_provisioning_notify_title">Managed provisioning</string>
<string name="continue_provisioning_notify_text">Continue with managed provisioning</string>
<string name="managed_provisioning_error_title">Oops!</string>
<!-- Explains the failure and what to do to next. [CHAR LIMIT=NONE] -->
<string name="managed_provisioning_error_text"> Device provisioning failed. Please try again later!</string>
<!-- Error string displayed if this device doesn't support managed profiles. -->
<string name="managed_provisioning_not_supported">Sorry, work profiles are not supported on this device.</string>
<!-- Device owner provisioning flow UI. -->
<!-- Default username for the user of the owned device. [CHAR LIMIT=45] -->
<string name="default_owned_device_username">User of managed device</string>
<!-- Progress text indicating that the setup data is processed. [CHAR LIMIT=45] -->
<string name="progress_data_process">Processing setup data.</string>
<!-- Progress text indicating that wifi is set up. [CHAR LIMIT=45] -->
<string name="progress_connect_to_wifi">Connecting to Wifi.</string>
<!-- Progress text indicating that the device admin package is being downloaded. [CHAR LIMIT=45] -->
<string name="progress_download">Downloading Device Admin package.</string>
<!-- Progress text indicating that the device admin package is being installed. [CHAR LIMIT=45] -->
<string name="progress_install">Installing Device Admin package.</string>
<!-- Progress text indicating that the device admin package is set as ownder. [CHAR LIMIT=45] -->
<string name="progress_set_owner">Setting Device Owner.</string>
<!-- Title of the error dialog. [CHAR LIMIT=45] -->
<string name="device_owner_error_title">Provisioning failed</string>
<!-- Title of the cancel provisioning dialog. [CHAR LIMIT=45] -->
<string name="device_owner_cancel_title">Stop provisioning?</string>
<!-- Message of the cancel dialog. [CHAR LIMIT=NONE] -->
<string name="device_owner_cancel_message">Are you sure you want to stop provisioning and factory reset the device? The factory reset can take a while.</string>
<!-- Cancel button text of the cancel dialog. [CHAR LIMIT=45] -->
<string name="device_owner_cancel_cancel">Cancel</string>
<!-- OK button text of the error dialog. [CHAR LIMIT=45] -->
<string name="device_owner_error_ok">Ok</string>
<!-- Reset button text of the error dialog. [CHAR LIMIT=45] -->
<string name="device_owner_error_reset">Reset</string>
<!-- Message of the error dialog in case of an unspecified error. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_general">An error occured.</string>
<!-- Message of the error dialog when already provisioned. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_already_provisioned">The device is already provisioned.</string>
<!-- Message of the error dialog when already owned. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_already_owned">The device is already owned by another device owner.</string>
<!-- Message of the error dialog when nfc message parsing failed. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_parse_fail">Processing device admin setup data failed. Please check that the data is sent correctly.</string>
<!-- Message of the error dialog when no device admin package name was provided. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_no_package_name">No device admin package name was provided.</string>
<!-- Message of the error dialog when checksum for device admin file was not provided. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_no_hash">No checksum for the verification of the downloaded device admin package provided.</string>
<!-- Message of the error dialog when setting up wifi failed. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_wifi">Could not connect to wifi.</string>
<!-- Message of the error dialog when data integrity check fails. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_hash_mismatch">Data integrity check failed. Checksum of downloaded file does not match checksum provided by programmer app.</string>
<!-- Message of the error dialog when device owner apk could not be downloaded. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_download_failed">Could not download the device admin package.</string>
<!-- Message of the error dialog when package to install is invalid. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_package_invalid">Device admin package file does not contain the required package and/or components.</string>
<!-- Message of the error dialog when package could not be installed. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_installation_failed">Installation of the device admin package failed.</string>
<!-- Message of the error dialog when device admin package is not installed. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_package_not_installed">Specified device admin package is not installed on device.</string>
<!-- Message of the error dialog when device admin package has no device admin receiver. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_missing_receiver">Specified device admin package is missing a device admin receiver.</string>
</resources>