blob: 34aa71ad42af8897cac2ed92d1a21563fa468772 [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>
<!-- Title of the provisioning error dialog. [CHAR LIMIT=45] -->
<string name="provisioning_error_title">Oops!</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 work profile for your corporate email and other apps.</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">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">Encrypt device</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>
<!-- Explains the failure and what to do to next. [CHAR LIMIT=NONE] -->
<string name="managed_provisioning_error_text">Couldn\'t set up your work profile. Contact your IT department or try again later.</string>
<!-- Error string displayed if this device doesn't support managed profiles. -->
<string name="managed_provisioning_not_supported">Your device doesn\'t support work profiles.</string>
<!-- Error string displayed if the user that initiated the provisioning is not the user owner. -->
<string name="user_is_not_owner">Work profiles can only be set up by the owner user of the 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>
<!-- Title of the managed device setup screen. [CHAR LIMIT=NONE] -->
<string name="setup_device">Set up your 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 Wi-Fi...</string>
<!-- Progress text indicating that the device admin package is being downloaded. [CHAR LIMIT=45] -->
<string name="progress_download">Downloading the admin app...</string>
<!-- Progress text indicating that the device admin package is being installed. [CHAR LIMIT=45] -->
<string name="progress_install">Installing the admin app...</string>
<!-- Progress text indicating that the device admin package is set as ownder. [CHAR LIMIT=45] -->
<string name="progress_set_owner">Setting the device owner...</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 setting up and erase your device\'s data?</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">Couldn\'t set up your device. Contact your IT department. </string>
<!-- Message of the error dialog when already provisioned. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_already_provisioned">The device is already set up.</string>
<!-- Message of the error dialog when already owned. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_already_owned">This device already has an owner.</string>
<!-- Message of the error dialog when setting up wifi failed. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_wifi">Couldn\'t connect to wifi.</string>
<!-- Message of the error dialog when data integrity check fails. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_hash_mismatch">Couldn\'t use the admin app due to a checksum error. Contact your IT department.</string>
<!-- Message of the error dialog when device owner apk could not be downloaded. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_download_failed">Couldn\'t download the admin app.</string>
<!-- Message of the error dialog when package to install is invalid. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_package_invalid">Can\'t use the admin app. It\'s missing components or corrupted. Contact your IT department.</string>
<!-- Message of the error dialog when package could not be installed. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_installation_failed">Couldn\'t install the admin app.</string>
<!-- Message of the error dialog when device admin package is not installed. [CHAR LIMIT=NONE] -->
<string name="device_owner_error_package_not_installed">The admin app isn\'t installed on your device.</string>
</resources>