strings.xml revision 2efd2dbbac9eac89620683696c6076463c3a1cd6
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7  
8          http://www.apache.org/licenses/LICENSE-2.0
9  
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17
18    <!-- Text for message to user that a full backup has been requested, and must be confirmed. -->
19    <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>
20    <!-- Button to allow a requested full backup to occur -->
21    <string name="allow_backup_button_label">Back up my data</string>
22    <!-- Button to refuse to allow the requested full backup -->
23    <string name="deny_backup_button_label">Do not back up</string>
24
25    <!-- Text for message to user that a full restore has been requested, and must be confirmed. -->
26    <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>
27    <!-- Button to allow a requested full restore to occur -->
28    <string name="allow_restore_button_label">Restore my data</string>
29    <!-- Button to refuse to allow the requested full restore -->
30    <string name="deny_restore_button_label">Do not restore</string>
31
32    <!-- Text for message to user that they must enter their predefined backup password in order to perform this operation. -->
33    <string name="backup_password_text">Please enter your predefined backup password below. The full backup will also be encrypted using this password:</string>
34    <!-- Text for message to user that they may optionally supply an encryption password to use for a full backup operation. -->
35    <string name="backup_password_optional">If you wish to encrypt the full backup data, enter a password below:</string>
36
37    <!-- 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. -->
38    <string name="restore_password_text">If the backup data is encrypted, please enter the password below:</string>
39</resources>
40