Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /**
      4  * Copyright (C) 2014 The Android Open Source Project
      5  *
      6  * Licensed under the Apache License, Version 2.0 (the "License");
      7  * you may not use this file except in compliance with the License.
      8  * You may obtain a copy of the License at
      9  *
     10  *     http://www.apache.org/licenses/LICENSE-2.0
     11  *
     12  * Unless required by applicable law or agreed to in writing, software
     13  * distributed under the License is distributed on an "AS IS" BASIS,
     14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     15  * See the License for the specific language governing permissions and
     16  * limitations under the License.
     17  */
     18 -->
     19 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     20   <!-- General provisioning strings used for both device owner and work profile provisioning -->
     21 
     22   <!-- App label displayed on the notification shown to indicate that the provisioning process was previously started but not completed. [CHAR LIMIT=45] -->
     23   <string name="app_label">Work profile setup</string>
     24 
     25   <!-- Title of the provisioning error dialog. [CHAR LIMIT=45] -->
     26   <string name="provisioning_error_title">Oops!</string>
     27 
     28   <!-- Work profile provisioning flow UI. -->
     29 
     30   <!-- User consent -->
     31   <!-- Title of all work profile setup screens. [CHAR LIMIT=NONE] -->
     32   <string name="setup_work_profile">Set up work profile</string>
     33   <!-- The text that asks for user consent to create a work profile [CHAR LIMIT=NONE] -->
     34   <string name="company_controls_workspace">Your organization controls this profile and keeps it secure. You control everything else on your device.</string>
     35   <!-- The text that asks for user consent to set up a work device [CHAR LIMIT=NONE] -->
     36   <string name="company_controls_device">Your organization will control this device and keep it secure.</string>
     37   <!-- String shown above the icon of the app that will control the work profile after it is set up. [CHAR LIMIT=NONE]-->
     38   <string name="the_following_is_your_mdm">The following app will need to access this profile:</string>
     39   <!-- String shown above the icon of the app that will control the work device after it is set up. [CHAR LIMIT=NONE]-->
     40   <string name="the_following_is_your_mdm_for_device">The following app will manage your device:</string>
     41   <!-- String for positive button on user consent dialog for creating a profile [CHAR LIMIT=NONE] -->
     42   <string name="next">Next</string>
     43   <!-- Progress text shown when setting up work profile [CHAR LIMIT=NONE] -->
     44   <string name="setting_up_workspace">Setting up your work profile\u2026</string>
     45   <!-- Text in a pop-up that asks the user to confirm that they allow the mobile device management app to take control of the profile they are creating. [CHAR LIMIT=NONE]-->
     46   <string name="admin_has_ability_to_monitor_profile">Your admin has the ability to monitor and manage settings, corporate access, apps, permissions, and data associated with this profile, including your network activity, as well as your device\'s location, call history, and contact search history.</string>
     47   <!-- Text in a pop-up that asks the user to confirm that they allow the mobile device management app to take control of the device. [CHAR LIMIT=NONE]-->
     48   <string name="admin_has_ability_to_monitor_device">Your admin has the ability to monitor and manage settings, corporate access, apps, permissions, theft-protection features, and data associated with this device, including network activity and your device\'s location information.</string>
     49   <!-- Text in a pop-up that asks the user to confirm that theft protection will only be enabled after a password-protected screen lock was chosen. [CHAR LIMIT=NONE]-->
     50   <string name="theft_protection_disabled_warning">To use theft-protection features, you must have a password-protected screen lock for your device.</string>
     51   <!-- String telling the user how to get more information about their work profile-->
     52   <string name="contact_your_admin_for_more_info">Contact your admin for more information, including your organization\'s privacy policies.</string>
     53   <!-- Text on the link that will forward the user to a website with more information about work profiles [CHAR LIMIT=30]-->
     54   <string name="learn_more_link">Learn more </string>
     55   <!-- Text on negative button in a popup shown to the user to confirm that they want to start setting up a work profile [CHAR LIMIT=15]-->
     56   <string name="cancel_setup">Cancel</string>
     57   <!-- Text on positive button in a popup shown to the user to confirm that they want to start setting up a work profile [CHAR LIMIT=15]-->
     58   <string name="ok_setup">Ok</string>
     59   <!-- Text of the checkbox to consent to the mobile device management app taking control of the device. [CHAR LIMIT=NONE] -->
     60   <string name="user_consent_msg">I consent</string>
     61 
     62   <!-- Default profile name used for the creation of work profiles. [CHAR LIMIT=NONE] -->
     63   <string name="default_managed_profile_name">Work profile</string>
     64 
     65   <!-- Default name used for the creation of the first meat user on a device with system-user split. [CHAR LIMIT=NONE] -->
     66   <string name="default_first_meat_user_name">Primary user</string>
     67 
     68   <!-- Title on the dialog that prompts the user to confirm that they really want to delete their existing work profile-->
     69   <string name="delete_profile_title">Remove work profile?</string>
     70   <!-- Opening string on the dialog that prompts the user to confirm that they really want to delete
     71        their existing work profile. The administration app icon and name appear after the final
     72        colon. [CHAR LIMIT=NONE] -->
     73   <string name="opening_paragraph_delete_profile_unknown_company">A work profile already exists and is managed by:</string>
     74     <!-- Opening string on the dialog that prompts the user to confirm that they really want to delete
     75          their existing work profile. The administration app icon and name appear after the final
     76          colon, the %s is replaced by the domain name of the organization that owns the work
     77          profile. [CHAR LIMIT=NONE] -->
     78   <string name="opening_paragraph_delete_profile_known_company">This work profile is managed for %s using:</string>
     79   <!-- String on the dialog that links through to more information about the profile management application. -->
     80   <string name="read_more_delete_profile">Before proceeding, <a href="#read_this_link">read this</a>.</string>
     81   <!-- String on the dialog that prompts the user to confirm that they really want to delete their existing work profile-->
     82   <string name="sure_you_want_to_delete_profile">If you continue, all apps and data in this profile will be deleted.</string>
     83   <!-- String on the button that triggers the deletion of a work profile.-->
     84   <string name="delete_profile">Delete</string>
     85   <!-- String on the button that cancels out of the deletion of a work profile.-->
     86   <string name="cancel_delete_profile">Cancel</string>
     87 
     88   <!-- String shown on prompt for user to encrypt and reboot the device, in case of profile setup [CHAR LIMIT=NONE]-->
     89   <string name="encrypt_device_text_for_profile_owner_setup">To continue setting up your work profile, you\'ll need to encrypt your device. This may take some time.</string>
     90   <!-- String shown on prompt for user to encrypt and reboot the device, in case of device setup [CHAR LIMIT=NONE]-->
     91   <string name="encrypt_device_text_for_device_owner_setup">To continue setting up your device, you\'ll need to encrypt it. This may take some time.</string>
     92   <!-- String shown on button for user to continue to settings to encrypt the device. [CHAR LIMIT=20]-->
     93   <string name="encrypt_device_launch_settings">Encrypt</string>
     94 
     95   <!-- Title for reminder notification to resume provisioning after encryption [CHAR LIMIT=30] -->
     96   <string name="continue_provisioning_notify_title">Encryption complete</string>
     97   <!-- Body for reminder notification to resume provisioning after encryption [CHAR LIMIT=NONE] -->
     98   <string name="continue_provisioning_notify_text">Tap to continue setting up your work profile</string>
     99 
    100   <!-- Explains the failure and what to do to next. [CHAR LIMIT=NONE] -->
    101   <string name="managed_provisioning_error_text">Couldn\'t set up your work profile. Contact your IT department or try again later.</string>
    102   <!-- Error string displayed if this device doesn't support work profiles. -->
    103   <string name="managed_provisioning_not_supported">Your device doesn\'t support work profiles</string>
    104   <!-- Error string displayed if the user that initiated the provisioning is not the user owner. -->
    105   <string name="user_cannot_have_work_profile">This user cannot have a work profile</string>
    106   <!-- Error string displayed if provisioning was initiated on a device with a Device Owner -->
    107   <string name="device_owner_exists">Work profiles can not be setup on a managed device</string>
    108   <!-- Error string displayed if maximum user limit is reached -->
    109   <string name="maximum_user_limit_reached">Work profile can\'t be created because you\'ve reached the maximum number of users on your device. Remove at least one user and try again.</string>
    110   <!-- Error string displayed if the selected launcher doesn't support work profiles. -->
    111   <string name="managed_provisioning_not_supported_by_launcher">Your work profile isn\'t supported by this launcher app. You\'ll need to switch to a launcher that\'s compatible.</string>
    112   <!-- Button text for the button that cancels provisioning  -->
    113   <string name="cancel_provisioning">Cancel</string>
    114   <!-- Button text for the button that opens the launcher picker  -->
    115   <string name="pick_launcher">Ok</string>
    116 
    117   <!-- Managed user provisioning flow UI. -->
    118   <string name="user_setup_incomplete">User Setup Incomplete</string>
    119 
    120   <!-- Device owner provisioning flow UI. -->
    121 
    122   <!-- Default username for the user of the owned device. [CHAR LIMIT=45] -->
    123   <string name="default_owned_device_username">User of work device</string>
    124 
    125   <!-- Title of the work device setup screen. [CHAR LIMIT=NONE] -->
    126   <string name="setup_work_device">Set up work device</string>
    127   <!-- Progress text indicating that the setup data is processed. [CHAR LIMIT=45] -->
    128   <string name="progress_data_process">Processing setup data\u2026</string>
    129   <!-- Progress text indicating that wifi is set up. [CHAR LIMIT=45] -->
    130   <string name="progress_connect_to_wifi">Connecting to Wi-Fi\u2026</string>
    131   <!-- Progress text indicating that the device admin package is being downloaded. [CHAR LIMIT=45] -->
    132   <string name="progress_download">Downloading the admin app\u2026</string>
    133   <!-- Progress text indicating that the device admin package is being installed. [CHAR LIMIT=45] -->
    134   <string name="progress_install">Installing the admin app\u2026</string>
    135   <!-- Progress text indicating that the device admin package is set as owner. [CHAR LIMIT=45] -->
    136   <string name="progress_set_owner">Setting the device owner\u2026</string>
    137 
    138   <!-- Message of the error dialog in case a device does not support encryption, but encryption is necessary. [CHAR LIMIT=NONE] -->
    139   <string name="preprovisioning_error_encryption_not_supported">Your device does not support encryption. Contact your IT department.</string>
    140   <!-- Message of the cancel dialog. [CHAR LIMIT=NONE] -->
    141   <string name="device_owner_cancel_message">Stop setting up and erase your device\'s data?</string>
    142   <!-- Cancel button text of the cancel dialog. [CHAR LIMIT=45] -->
    143   <string name="device_owner_cancel_cancel">Cancel</string>
    144   <!-- OK button text of the error dialog. [CHAR LIMIT=45] -->
    145   <string name="device_owner_error_ok">Ok</string>
    146   <!-- Reset button text of the error dialog. [CHAR LIMIT=45] -->
    147   <string name="device_owner_error_reset">Reset</string>
    148   <!-- Message of the error dialog in case of an unspecified error. [CHAR LIMIT=NONE] -->
    149   <string name="device_owner_error_general">Couldn\'t set up your device. Contact your IT department. </string>
    150   <!-- Message of the error dialog when already provisioned. [CHAR LIMIT=NONE] -->
    151   <string name="device_owner_error_already_provisioned">This device is already set up.</string>
    152   <!-- Message of the error dialog when setting up wifi failed. [CHAR LIMIT=NONE] -->
    153   <string name="device_owner_error_wifi">Couldn\'t connect to Wi-Fi</string>
    154   <!-- Message of the error dialog when passing factory reset protection fails. [CHAR LIMIT=NONE] -->
    155   <string name="device_owner_error_frp">This device is locked by factory reset protection. Contact your IT department.</string>
    156   <!-- Message informing the user that the factory reset protection partition is being erased [CHAR LIMIT=30] -->
    157   <string name="frp_clear_progress_title" >Erasing</string>
    158   <!-- Progress screen text shown while erasing the factory reset protection partition [CHAR LIMIT=75] -->
    159   <string name="frp_clear_progress_text">Please wait...</string>
    160   <!-- Message of the error dialog when data integrity check fails. [CHAR LIMIT=NONE] -->
    161   <string name="device_owner_error_hash_mismatch">Couldn\'t use the admin app due to a checksum error. Contact your IT department.</string>
    162   <!-- Message of the error dialog when device owner apk could not be downloaded. [CHAR LIMIT=NONE] -->
    163   <string name="device_owner_error_download_failed">Couldn\'t download the admin app</string>
    164   <!-- Message of the error dialog when package to install is invalid. [CHAR LIMIT=NONE] -->
    165   <string name="device_owner_error_package_invalid">Can\'t use the admin app. It\'s missing components or corrupted. Contact your IT department.</string>
    166   <!-- Message of the error dialog when package could not be installed. [CHAR LIMIT=NONE] -->
    167   <string name="device_owner_error_installation_failed">Couldn\'t install the admin app</string>
    168   <!-- Message of the cancel dialog. [CHAR LIMIT=NONE] -->
    169   <string name="profile_owner_cancel_message">Stop setting up?</string>
    170   <!-- Cancel button text of the cancel dialog. [CHAR LIMIT=45] -->
    171   <string name="profile_owner_cancel_cancel">No</string>
    172   <!-- OK button text of the error dialog. [CHAR LIMIT=45] -->
    173   <string name="profile_owner_cancel_ok">Yes</string>
    174   <!-- Message of the cancel progress dialog. [CHAR LIMIT=45] -->
    175   <string name="profile_owner_cancelling">Canceling\u2026</string>
    176   <!-- Title of the work profile setup cancel dialog. [CHAR LIMIT=45] -->
    177   <string name="work_profile_setup_later_title">Stop profile setup?</string>
    178   <!-- Message of the work profile setup cancel dialog. [CHAR LIMIT=NONE] -->
    179   <string name="work_profile_setup_later_message">You can set up your work profile later from the device management app used by your organization.</string>
    180   <!-- Cancel button text of the work profile setup cancel dialog. [CHAR LIMIT=45] -->
    181   <string name="work_profile_setup_continue">Continue</string>
    182   <!-- OK button text of the work profile setup cancel dialog. [CHAR LIMIT=45] -->
    183   <string name="work_profile_setup_stop">Stop</string>
    184 
    185   <!-- CertService -->
    186   <!-- Title of a status bar notification for a service which installs CA certificates to secondary users. [CHAR LIMIT=45] -->
    187   <string name="provisioning">Provisioning</string>
    188   <!-- Content of a status bar notification for a service which installs CA certificates to secondary users. [CHAR LIMIT=45] -->
    189   <string name="copying_certs">Setting up CA certificates</string>
    190 
    191   <!-- Accessibility Descriptions --> <skip/>
    192   <!-- Accessibility description for the profile setup screen showing organization info. [CHAR LIMIT=NONE] -->
    193   <string name="setup_profile_start_setup">Set up your profile. Start setup</string>
    194   <!-- Accessibility description for the profile setup screen showing encryption info. [CHAR LIMIT=NONE] -->
    195   <string name="setup_profile_encryption">Set up your profile. Encryption</string>
    196   <!-- Accessibility description for the profile setup screen showing progress. [CHAR LIMIT=NONE] -->
    197   <string name="setup_profile_progress">Set up your profile. Showing progress</string>
    198   <!-- Accessibility description for the device setup screen showing company info. [CHAR LIMIT=NONE] -->
    199   <string name="setup_device_start_setup">Set up your device. Start setup</string>
    200   <!-- Accessibility description for the device setup screen showing encryption info. [CHAR LIMIT=NONE] -->
    201   <string name="setup_device_encryption">Set up your device. Encryption</string>
    202   <!-- Accessibility description for the device setup screen showing progress. [CHAR LIMIT=NONE] -->
    203   <string name="setup_device_progress">Set up your device. Showing progress</string>
    204   <!-- Accessibility description for the learn more link in user consent dialog. [CHAR LIMIT=NONE] -->
    205   <string name="learn_more_label">Learn more button</string>
    206   <!-- Accessibility description for the company icon. [CHAR LIMIT=NONE] -->
    207   <string name="mdm_icon_label"><xliff:g id="icon_label" example="Test App">%1$s</xliff:g> icon</string>
    208 
    209   <!-- TODO: Following strings have to be updated. -->
    210   <!-- Strings used in the dialog asking for user confirmation to cancel the setup process and factory reset the device. -->
    211   <!-- Title shown in the dialog. [CHAR LIMIT=45] -->
    212   <string name="cancel_setup_and_factory_reset_dialog_title">End setup and factory reset?</string>
    213   <!-- Message shown in the dialog. [CHAR LIMIT=NONE] -->
    214   <string name="cancel_setup_and_factory_reset_dialog_msg">Ending this setup will factory reset your device and take you back to the first screen.</string>
    215   <!-- Cancel button text of the dialog. [CHAR LIMIT=45] -->
    216   <string name="cancel_setup_and_factory_reset_dialog_cancel">Cancel</string>
    217   <!-- OK button text of the dialog. [CHAR LIMIT=45] -->
    218   <string name="cancel_setup_and_factory_reset_dialog_ok">Reset device</string>
    219 </resources>
    220