14a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate<?xml version="1.0" encoding="utf-8"?>
24a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate<!-- Copyright (C) 2011 The Android Open Source Project
34a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate
44a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate     Licensed under the Apache License, Version 2.0 (the "License");
54a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate     you may not use this file except in compliance with the License.
64a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate     You may obtain a copy of the License at
74a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate  
84a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate          http://www.apache.org/licenses/LICENSE-2.0
94a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate  
104a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate     Unless required by applicable law or agreed to in writing, software
114a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate     distributed under the License is distributed on an "AS IS" BASIS,
124a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
134a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate     See the License for the specific language governing permissions and
144a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate     limitations under the License.
154a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate-->
164a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17c58cf7dd02ad227a68d62a0204152cee62c13182Christopher Tate    <!-- Title of the activity when a full backup has been requested and must be confirmed -->
18c58cf7dd02ad227a68d62a0204152cee62c13182Christopher Tate    <string name="backup_confirm_title">Full backup</string>
19c58cf7dd02ad227a68d62a0204152cee62c13182Christopher Tate    <!-- Title of the activity when a full restore has been requested and must be confirmed -->
20c58cf7dd02ad227a68d62a0204152cee62c13182Christopher Tate    <string name="restore_confirm_title">Full restore</string>
214a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate
224a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <!-- Text for message to user that a full backup has been requested, and must be confirmed. -->
234a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <string name="backup_confirm_text">A full backup of all data to a connected desktop computer has been requested.  Do you want to allow this to happen\?\n\nIf you did not request the backup yourself, do not allow the operation to proceed.</string>
244a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <!-- Button to allow a requested full backup to occur -->
254a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <string name="allow_backup_button_label">Back up my data</string>
264a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <!-- Button to refuse to allow the requested full backup -->
274a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <string name="deny_backup_button_label">Do not back up</string>
284a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate
294a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <!-- Text for message to user that a full restore has been requested, and must be confirmed. -->
304a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <string name="restore_confirm_text">A full restore of all data from a connected desktop computer has been requested.  Do you want to allow this to happen\?\n\nIf you did not request the restore yourself, do not allow the operation to proceed.  This will replace any data currently on the device!</string>
314a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <!-- Button to allow a requested full restore to occur -->
324a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <string name="allow_restore_button_label">Restore my data</string>
334a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <!-- Button to refuse to allow the requested full restore -->
344a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate    <string name="deny_restore_button_label">Do not restore</string>
354a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate
362efd2dbbac9eac89620683696c6076463c3a1cd6Christopher Tate    <!-- Text for message to user that they must enter their predefined backup password in order to perform this operation. -->
37728a1c4d5ed3b808172013a7f5bb5065d1e964f6Christopher Tate    <string name="current_password_text">Please enter your current backup password below:</string>
3832418be49e5b61c2e9281528cb8fb67939e301e8Christopher Tate    <!-- Text for message to user that they must enter their device encryption password in order to perform this restore operation. -->
3932418be49e5b61c2e9281528cb8fb67939e301e8Christopher Tate    <string name="device_encryption_restore_text">Please enter your device encryption password below.</string>
4032418be49e5b61c2e9281528cb8fb67939e301e8Christopher Tate    <!-- Text for message to user that they must enter their device encryption password in order to perform this backup operation. -->
4132418be49e5b61c2e9281528cb8fb67939e301e8Christopher Tate    <string name="device_encryption_backup_text">Please enter your device encryption password below. This will also be used to encrypt the backup archive.</string>
42728a1c4d5ed3b808172013a7f5bb5065d1e964f6Christopher Tate
4332418be49e5b61c2e9281528cb8fb67939e301e8Christopher Tate    <!-- Text for message to user that they must enter an encryption password to use for the full backup operation. -->
44728a1c4d5ed3b808172013a7f5bb5065d1e964f6Christopher Tate    <string name="backup_enc_password_text">Please enter a password to use for encrypting the full backup data. If this is left blank, your current backup password will be used:</string>
452efd2dbbac9eac89620683696c6076463c3a1cd6Christopher Tate    <!-- Text for message to user that they may optionally supply an encryption password to use for a full backup operation. -->
46728a1c4d5ed3b808172013a7f5bb5065d1e964f6Christopher Tate    <string name="backup_enc_password_optional">If you wish to encrypt the full backup data, enter a password below:</string>
4732d06732cdb7ee653a58e49a4dab13a780513db5Paul Lawrence    <!-- Text for message to user that they must supply an encryption password to use for a full backup operation because their phone is locked. -->
4832d06732cdb7ee653a58e49a4dab13a780513db5Paul Lawrence    <string name="backup_enc_password_required">Since your device is encrypted, you are required to encrypt your backup. Please enter a password below:</string>
492efd2dbbac9eac89620683696c6076463c3a1cd6Christopher Tate
502efd2dbbac9eac89620683696c6076463c3a1cd6Christopher Tate    <!-- Text for message to user when performing a full restore operation, explaining that they must enter the password originally used to encrypt the full backup data. -->
51728a1c4d5ed3b808172013a7f5bb5065d1e964f6Christopher Tate    <string name="restore_enc_password_text">If the restore data is encrypted, please enter the password below:</string>
5228b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate
5328b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate    <!-- Text of a toast telling the user that a full backup operation has begun -->
5428b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate    <string name="toast_backup_started">Backup starting...</string>
5528b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate    <!-- Text of a toast telling the user that a full backup operation has ended -->
5628b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate    <string name="toast_backup_ended">Backup finished</string>
5728b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate    <!-- Text of a toast telling the user that a full restore operation has begun -->
5828b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate    <string name="toast_restore_started">Restore starting...</string>
5928b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate    <!-- Text of a toast telling the user that a full restore operation has ended -->
6028b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate    <string name="toast_restore_ended">Restore ended</string>
6128b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate    <!-- Text of a toast telling the user that the operation has timed out -->
6228b591c2a416d7f5955371970272bcaa2b1b303eChristopher Tate    <string name="toast_timeout">Operation timed out</string>
634a627c71ff53a4fca1f961f4b1dcc0461df18a06Christopher Tate</resources>
64