summaryrefslogtreecommitdiffstats
path: root/packages/BackupRestoreConfirmation/res/values-ast-rES/strings.xml
blob: 4efd898165a45b125c5df193c32d22885ade3db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!-- Copyright (C) 2011 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">
  <!-- Title of the activity when a full backup has been requested and must be confirmed -->
  <string name="backup_confirm_title">Respaldu completu</string>
  <!-- Title of the activity when a full restore has been requested and must be confirmed -->
  <string name="restore_confirm_title">Restauración completa</string>
  <!-- Text for message to user that a full backup has been requested, and must be confirmed. -->
  <string name="backup_confirm_text">Solicitóse un respaldu completu de tolos datos a un ordenador coneutáu. ¿Quies permitilo?\n\nSi nun solicitesti respaldu dalu, nun permitas la operación.</string>
  <!-- Button to allow a requested full backup to occur -->
  <string name="allow_backup_button_label">Respaldar los mios datos</string>
  <!-- Button to refuse to allow the requested full backup -->
  <string name="deny_backup_button_label">Nun respaldar</string>
  <!-- Text for message to user that a full restore has been requested, and must be confirmed. -->
  <!-- Button to allow a requested full restore to occur -->
  <string name="allow_restore_button_label">Restaurar los mios datos</string>
  <!-- Button to refuse to allow the requested full restore -->
  <string name="deny_restore_button_label">Nun restaurar</string>
  <!-- Text for message to user that they must enter their predefined backup password in order to perform this operation. -->
  <!-- Text for message to user that they must enter their device encryption password in order to perform this restore operation. -->
  <!-- Text for message to user that they must enter their device encryption password in order to perform this backup operation. -->
  <!-- Text for message to user that they must enter an encryption password to use for the full backup operation. -->
  <string name="backup_enc_password_text">Introduz una contraseña pa usar nel cifráu del respaldu completu. Si se dexa balero, usaráse la contraseña del to respaldu actual:</string>
  <!-- Text for message to user that they may optionally supply an encryption password to use for a full backup operation. -->
  <string name="backup_enc_password_optional">Si desees cifrar los datos del respaldu completu, introduz embaxo la contraseña:</string>
  <!-- Text for message to user that they must supply an encryption password to use for a full backup operation because their phone is locked. -->
  <string name="backup_enc_password_required">Darréu que\'l preséu ta cifráu, ríquese que cifres el to respaldu. Introduz embaxo una contraseña:</string>
  <!-- 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. -->
  <string name="restore_enc_password_text">Si los datos de restauración tán cifraos, introduz embaxo la contraseña:</string>
  <!-- Text of a toast telling the user that a full backup operation has begun -->
  <string name="toast_backup_started">Aniciando respaldu...</string>
  <!-- Text of a toast telling the user that a full backup operation has ended -->
  <string name="toast_backup_ended">Finó\'l respaldu</string>
  <!-- Text of a toast telling the user that a full restore operation has begun -->
  <string name="toast_restore_started">Aniciando restauración...</string>
  <!-- Text of a toast telling the user that a full restore operation has ended -->
  <string name="toast_restore_ended">Finó la restauración</string>
  <!-- Text of a toast telling the user that the operation has timed out -->
  <string name="toast_timeout">Escosó\'l tiempu d\'operación</string>
</resources>