summaryrefslogtreecommitdiffstats
path: root/res/values-es-rUS/cm_strings.xml
blob: d5a37381255517ac0209eb71e056d460b7a9b355 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2016 The CyanogenMod Project
               (C) 2017 The LineageOS 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">
  <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to show Device Id -->
  <plurals name="show_device_id_countdown_cm">
    <item quantity="one">Estás a <xliff:g id="step_count">%1$d</xliff:g> paso de obtener el ID del dispositivo.</item>
    <item quantity="other">Estás a <xliff:g id="step_count">%1$d</xliff:g> pasos de obtener el ID del dispositivo.</item>
  </plurals>
  <!--  Device Info screen. Confirmation that Device ID is copied to clipboard -->
  <string name="show_device_id_copied_cm">ID del dispositivo: [<xliff:g id="device_id">%1$s </xliff:g>] copiado al portapapeles</string>
  <!--  Device Info screen. Confirmation that Device ID is not available -->
  <string name="show_device_id_failed_cm">El ID del dispositivo no está disponible en esta versión</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Label for the deviceID text put to clipboard -->
  <string name="show_device_id_clipboard_label">ID del dispositivo</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
  <plurals name="show_dev_countdown_cm">
    <item quantity="one">Ahora estás a <xliff:g id="step_count">%1$d </xliff:g> paso de activar las configuraciones de desarrollo.</item>
    <item quantity="other">Estás a <xliff:g id="step_count">%1$d</xliff:g> pasos de activar las configuraciones de desarrollo.</item>
  </plurals>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
  <string name="show_dev_on_cm">¡Has habilitado las configuraciones de desarrollo!</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
  <string name="show_dev_already_cm">No es necesario. Las configuraciones de desarrollo ya están habilitadas.</string>
  <!-- Launch Dev Tools -->
  <string name="development_tools_title">Herramientas de desarrollo</string>
  <!-- Development shortcut -->
  <string name="development_shortcut_title">Acceso directo de desarrollador</string>
  <string name="development_shortcut_summary">Activar los accesos directos de administración de la aplicación en la lista de aplicaciones recientes</string>
  <!-- Setting checkbox title for root access -->
  <string name="root_access">Acceso root</string>
  <string name="root_access_warning_title">¿Permitir acceso root?</string>
  <string name="root_access_warning_message">¡Permitir que las aplicaciones tengan acceso root es muy peligroso y puede comprometer la seguridad del dispositivo!</string>
  <string name="root_access_none">Deshabilitado</string>
  <string name="root_access_apps">Solo aplicaciones</string>
  <string name="root_access_adb">Solo ADB</string>
  <string name="root_access_all">Aplicaciones y ADB</string>
  <!-- Preference link for root appops -->
  <string name="root_appops_title">Gestión del acceso raíz (root)</string>
  <string name="root_appops_summary">Ver y controlar las reglas de la raíz</string>
  <!-- NFC PreferenceCategory title -->
  <string name="nfc_title_category">NFC</string>
  <!-- About phone screen, Replicant version -->
  <string name="mod_version">Versión de Replicant</string>
  <string name="mod_version_default">Desconocido</string>
  <!-- About phone screen, Device model -->
  <string name="device_model">Modelo de dispositivo</string>
  <!-- About phone screen, Device name -->
  <string name="device_name">Nombre del dispositivo</string>
  <!-- About phone screen, Replicant Api Level -->
  <string name="mod_api_level">Nivel de API de Replicant</string>
  <string name="mod_api_level_default">Desconocido</string>
  <!-- About phone screen, build date -->
  <string name="build_date">Fecha de compilación</string>
  <!-- CM Updater -->
  <string name="cmupdate_settings_title">Actualizaciones de Replicant</string>
  <!-- Settings switch for updating Cyanogen recovery -->
  <string name="update_recovery_title">Actualizar recovery de CyanogenMod</string>
  <string name="update_recovery_summary">Actualizar recovery con las actualizaciones del sistema</string>
  <string name="update_recovery_on_warning">AVISO: Con esta característica activada, la recuperación instalada se reemplazará por la incluida en la versión actual del sistema.\n\nLa recuperación se actualizará junto con algunas mejoras en el sistema, lo que garantiza la compatibilidad con versiones futuras.\n\n¿Quieres activar esta característica?</string>
  <string name="update_recovery_off_warning">ADVERTENCIA: Con esta característica desactivada, la recuperación instalada no se actualizará con las actualizaciones del sistema.\n\nQuizás no sea posible instalar versiones futuras del sistema con una recuperación no actualizada o no compatible.\n\n¿Quieres desactivar esta característica?</string>
  <!-- Themes Settings -->
  <!-- Settings main menu entry -->
  <string name="themes_settings_title">Temas</string>
  <!-- Sound settings screen -->
  <string name="ring_mode_title">Modo de sonido</string>
  <string name="ring_mode_normal">Normal</string>
  <string name="ring_mode_vibrate">Vibrar</string>
  <string name="ring_mode_mute">Silencio</string>
  <string name="settings_reset_button">Restablecer</string>
  <!-- Profiles settings  -->
  <string name="profiles_settings_title">Perfiles del sistema</string>
  <string name="profiles_add">Añadir</string>
  <string name="profile_menu_delete">Eliminar</string>
  <string name="profile_settings_title">Perfil</string>
  <string name="profile_empty_list_profiles_off">Para configurar y usar los perfiles del sistema, actívalos previamente.</string>
  <string name="profile_trigger_configure">Configurar el disparador</string>
  <string name="profile_write_nfc_tag">Escribir en etiqueta NFC</string>
  <string name="profile_write_touch_tag">Tocar etiqueta para escribir</string>
  <string name="profile_write_success">Etiqueta escrita correctamente</string>
  <string name="profile_write_failed">¡Error al escribir la etiqueta!</string>
  <string name="profile_selected">Perfil seleccionado: %1$s</string>
  <string name="profile_nfc_text">Escribir un perfil en una etiqueta NFC permite pulsar la etiqueta para seleccionar el perfil. Pulsar una segunda vez seleccionará el perfil elegido previamente.</string>
  <string name="profile_unknown_nfc_tag">Perfil desconocido</string>
  <string name="profile_add_nfc_text">Esta etiqueta NFC hace referencia a un perfil desconocido. Añadir esta etiqueta NFC a un perfil existente permitirá seleccionar el perfil en el futuro.</string>
  <string name="profile_select">Seleccionar perfil</string>
  <string name="profile_remove_dialog_message">¿Eliminar perfil %1$s?</string>
  <string name="profile_populate_profile_from_state">¿Configurar el perfil usando los ajustes actuales del dispositivo?</string>
  <string name="profile_menu_fill_from_state">Importar los ajustes actuales del dispositivo</string>
  <string name="profile_remove_current_profile">¡No se puede eliminar el perfil actual!</string>
  <string name="profile_app_group_category_title">Anulaciones de notificación</string>
  <string name="profile_app_group_item_instructions">Añadir o quitar grupos</string>
  <string name="profile_app_group_item_instructions_summary">Añadir o eliminar grupos de aplicaciones para anulación de notificación a este perfil</string>
  <!-- Profile mode options. -->
  <string name="profile_entries_on">Activada</string>
  <string name="profile_entries_off">Desactivada</string>
  <string name="profile_entries_no_override">No sobrescribir</string>
  <!-- Add Profile -->
  <string name="profile_name_title">Nombre</string>
  <string name="new_profile_name">&lt;nuevo perfil&gt;</string>
  <!-- Rename Dialog  -->
  <string name="rename_dialog_title">Cambiar nombre</string>
  <string name="rename_dialog_message">Introducir un nuevo nombre</string>
  <string name="duplicate_appgroup_name">¡Nombre de grupo de aplicación duplicado!</string>
  <string name="rename_dialog_hint">Introducir el nombre del perfil</string>
  <!-- Reset Profiles -->
  <string name="profile_reset_title">Restablecer</string>
  <string name="profile_reset_message">¿Eliminar todos los perfiles y grupos de aplicaciones creados por el usuario y restaurarlos a los valores predeterminados?</string>
  <!-- Delete confimation messages -->
  <string name="profile_app_delete_confirm">¿Quitar esta aplicación?</string>
  <!-- Profile network mode -->
  <string name="profile_networkmode_2g">2G</string>
  <string name="profile_networkmode_3g">3G</string>
  <string name="profile_networkmode_4g">LTE</string>
  <string name="profile_networkmode_2g3g">2G/3G</string>
  <string name="profile_networkmode_2g3g4g">2G/3G/LTE</string>
  <!-- Profile Config screen PreferenceGroup titles -->
  <string name="profile_volumeoverrides_title">Volumen</string>
  <string name="connection_state_enabled">Habilitar</string>
  <string name="volume_override_summary">Establecer a %1$s/%2$s</string>
  <string name="profile_volume_override_checkbox_label">Anular volumen</string>
  <!-- Menu item for managing profiles -->
  <string name="profile_profiles_manage">Perfiles</string>
  <string name="profile_profile_manage">Administrar perfil</string>
  <string name="profile_appgroups_manage">Grupo de aplicaciones</string>
  <string name="profile_appgroup_manage">Administrar grupo de aplicaciones</string>
  <!-- Profile settings screen, section header for settings related to notification profiles -->
  <string name="profile_settings">Ajustes de perfil</string>
  <string name="profile_trigger_connect">Al conectar</string>
  <string name="profile_trigger_disconnect">Al desconectar</string>
  <string name="profile_trigger_notrigger">Sin evento</string>
  <!-- Profile Settings sound modes labels -->
  <string name="sound_mode">Modo de notificación</string>
  <string name="ringer_mode">Modo de sonido</string>
  <string name="lights_mode">Brillo</string>
  <string name="vibrate_mode">Vibración</string>
  <string name="choose_soundtone">Escoger tono de notificación</string>
  <string name="choose_ringtone">Seleccionar tono</string>
  <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
  <string name="soundtone_title">Tono de notificación</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">Grupo de aplicaciones</string>
  <string name="profile_applist_title">Aplicaciones</string>
  <string name="profile_new_appgroup">Nuevo grupo de aplicaciones</string>
  <string name="profile_delete_appgroup">¿Eliminar este grupo de aplicaciones?</string>
  <string name="profile_appgroup_name_prompt">Introducir un nombre para el nuevo grupo de aplicaciones</string>
  <string name="profile_appgroup_name_title">Nombre</string>
  <!-- Add application dialog box title -->
  <string name="profile_choose_app">Elegir aplicación</string>
  <!-- Profiles - system settings -->
  <string name="profile_system_settings_title">Ajustes del sistema</string>
  <string name="profile_lockmode_title">Modo de pantalla bloqueada</string>
  <string name="profile_lockmode_policy_disabled_summary">Esta opción ha sido desactivada por una política del administrador del dispositivo</string>
  <string name="profile_lockmode_insecure_summary">No pedir PIN o contraseña</string>
  <string name="profile_lockmode_disabled_summary">Desactivar pantalla bloqueada</string>
  <string name="profile_airplanemode_title">Modo avión</string>
  <string name="profile_brightness_title">Brillo de pantalla</string>
  <string name="profile_brightness_override_summary">Establecer al %1$d%%</string>
  <string name="profile_brightness_override_checkbox_label">Modificar brillo</string>
  <!-- Connection override toggles (not all are used at this time ) -->
  <string name="toggleWifi">Wi\u2011Fi</string>
  <string name="toggleWifiAp">Punto de acceso Wi\u2011Fi</string>
  <string name="toggleBluetooth">Bluetooth</string>
  <string name="toggleGPS">GPS</string>
  <string name="toggleData">Conexión de datos</string>
  <string name="toggleSync">Sincronización automática</string>
  <string name="toggle2g3g4g">Tipo de red preferido</string>
  <string name="toggle2g3g4g_msim">Tipo de red preferida (%1$s)</string>
  <string name="toggleNfc">NFC</string>
  <!-- Wi-Fi region code -->
  <string name="wifi_setting_countrycode_title">Código de región Wi\u2011Fi</string>
  <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
  <string name="wifi_setting_countrycode_summary">Especificar el código de región para Wi\u2011Fi</string>
  <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
  <string name="wifi_setting_countrycode_error">Ocurrió un error al establecer el código de región.</string>
  <string name="wifi_countrycode_us">Estados Unidos</string>
  <string name="wifi_countrycode_ca">Canadá, Taiwán</string>
  <string name="wifi_countrycode_de">Alemania</string>
  <string name="wifi_countrycode_gb">Europa</string>
  <string name="wifi_countrycode_jp">Japón, Rusia</string>
  <string name="wifi_countrycode_au">Australia</string>
  <string name="wifi_countrycode_cn">China</string>
  <string name="wifi_countrycode_kr">Corea</string>
  <string name="wifi_countrycode_tr">Sudáfrica, Turquía</string>
  <string name="wifi_countrycode_sg">Israel, Singapur</string>
  <string name="wifi_countrycode_br">Brasil</string>
  <string name="wifi_countrycode_in">India</string>
  <!-- Profiles -->
  <string name="profile_menu_delete_title">Eliminar</string>
  <string name="profile_action_none">Dejar sin cambios</string>
  <string name="profile_action_system">Ajustes del sistema predeterminados</string>
  <string name="profile_action_disable">Apagar</string>
  <string name="profile_action_enable">Activar</string>
  <string name="profile_trigger_a2dp_connect">Al conectar A2DP</string>
  <string name="profile_trigger_a2dp_disconnect">Al desconectar A2DP</string>
  <string name="profile_tabs_wifi">Wi\u2011Fi</string>
  <string name="profile_tabs_bluetooth">Bluetooth</string>
  <string name="profile_tabs_nfc">NFC</string>
  <string name="profile_triggers_header">Eventos que activarán este perfil</string>
  <string name="profile_setup_setup_triggers_title">Paso 1: Añadir eventos</string>
  <string name="profile_setup_setup_triggers_title_config">Modificar eventos: <xliff:g id="profile_name">%1$s</xliff:g></string>
  <string name="profile_setup_actions_title">Paso 2: Configurar acciones</string>
  <string name="profile_setup_actions_title_config">Reconfigurar acciones</string>
  <string name="profile_appgroups_manage">Grupo de aplicaciones</string>
  <string name="profile_appgroup_manage">Administrar grupo de aplicaciones</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">Grupo de aplicaciones</string>
  <string name="profile_new_appgroup">Nuevo grupo de aplicaciones</string>
  <string name="profile_delete_appgroup">¿Eliminar este grupo de aplicaciones?</string>
  <string name="profile_appgroup_name_prompt">Introducir un nombre para el nuevo grupo de aplicaciones</string>
  <string name="profile_appgroup_name_title">Nombre</string>
  <string name="duplicate_appgroup_name">¡Nombre de grupo de aplicación duplicado!</string>
  <string name="profile_app_delete_confirm">¿Quitar esta aplicación?</string>
  <string name="no_bluetooth_triggers">No hay dispositivos Bluetooth emparejados. \nPulsar para emparejar el dispositivo Bluetooth antes de configurar los eventos.</string>
  <string name="no_wifi_triggers">No hay puntos de acceso Wi\u2011Fi configurados. \nPulsar para activar la conexión Wi\u2011Fi antes de configurar los eventos.</string>
  <string name="no_triggers_configured">No hay eventos configurados. Pulsar para añadir más.</string>
  <string name="no_triggers_configured_nfc">Pulsar para configurar un nuevo evento NFC.</string>
  <string name="profile_setup_setup_triggers_description">Seleccionar qué eventos activarán este perfil</string>
  <string name="profile_setup_actions_description">Ahora configurar qué sucederá cuando el perfil esté activado</string>
  <!-- Navigation Bar -->
  <string name="navigation_bar_category">Barra de navegación</string>
  <string name="navigation_bar_left_title">Modo para zurdos</string>
  <string name="navigation_bar_left_summary">Colocar la barra de navegación a la izquierda de la pantalla en modo horizontal</string>
  <string name="navigation_bar_title">Botones y disposición</string>
  <string name="navigation_bar_help_text">Para empezar, pulsa el icono editar para abrir la barra de navegación en modo de edición.\n\nPuedes pulsar el icono para cambiar su acceso directo, o bien mantener pulsado un icono para volver a organizar su disposición.\n\nPulsa sobre \'Guardar\' para guardar los cambios o restaurar para volver a la disposición predeterminada.</string>
  <string name="navigation_restore_button_text">Restaurar\nde forma predeterminada.</string>
  <string name="navigation_edit_button_text">Editar</string>
  <string name="navigation_save_button_text">Guardar</string>
  <string name="navigation_bar_reset_message">¿Borrar los ajustes actuales y restaurar la disposición predeterminada?</string>
  <string name="navigation_bar_arrow_keys_title">Mostrar teclas de flechas al escribir</string>
  <string name="navigation_bar_arrow_keys_summary">Mostrar los cursores izquierda y derecha durante la escritura. Reemplaza al selector IME.</string>
  <string name="navigation_bar_recents_title">Pulsación prolongada en recientes</string>
  <!-- Notification light dialogs -->
  <string name="edit_light_settings">Editar configuraciones de luz</string>
  <string name="pulse_speed_title">Duración y velocidad de la pulsación</string>
  <string name="default_time">Normal</string>
  <string name="custom_time">Personalizado</string>
  <string name="dialog_delete_title">Eliminar</string>
  <string name="dialog_delete_message">¿Eliminar el elemento seleccionado?</string>
  <!-- Values for the notification light pulse spinners -->
  <string name="pulse_length_always_on">Siempre encendida</string>
  <string name="pulse_length_very_short">Muy corta</string>
  <string name="pulse_length_short">Corta</string>
  <string name="pulse_length_normal">Normal</string>
  <string name="pulse_length_long">Larga</string>
  <string name="pulse_length_very_long">Muy larga</string>
  <string name="pulse_speed_very_fast">Muy rápida</string>
  <string name="pulse_speed_fast">Rápida</string>
  <string name="pulse_speed_normal">Normal</string>
  <string name="pulse_speed_slow">Lenta</string>
  <string name="pulse_speed_very_slow">Muy lenta</string>
  <!-- Battery light settings -->
  <string name="battery_light_title">Indicador de batería</string>
  <string name="battery_low_pulse_title">Parpadear con batería baja</string>
  <string name="battery_light_list_title">Colores</string>
  <string name="battery_light_low_color_title">Batería baja</string>
  <string name="battery_light_medium_color_title">Cargando</string>
  <string name="battery_light_full_color_title">Cargada</string>
  <!-- Lights settings screen, notification light settings -->
  <string name="notification_light_title">Luz de notificación</string>
  <string name="notification_light_general_title">General</string>
  <string name="notification_light_applist_title">Aplicaciones</string>
  <string name="notification_light_phonelist_title">Teléfono</string>
  <string name="notification_light_use_custom">Usar valores personalizados</string>
  <string name="notification_light_default_value">Predeterminado</string>
  <string name="notification_light_missed_call_title">Llamada perdida</string>
  <string name="notification_light_voicemail_title">Correo de voz</string>
  <string name="notification_light_screen_on">Luces con la pantalla encendida</string>
  <string name="notification_light_zen_mode">Luces en modo no molestar</string>
  <string name="notification_light_use_multiple_leds">Múltiples LED</string>
  <string name="keywords_lights_brightness_level">atenuar el brillo de los led</string>
  <string name="notification_light_automagic">Elegir colores automáticamente</string>
  <!-- Lights settings, LED notification -->
  <string name="led_notification_title">Ajustes de luz de notificación</string>
  <string name="led_notification_text">Luz LED activada por ajustes</string>
  <string name="notification_light_no_apps_summary">Para añadir el control por aplicación, activar \'%1$s\' y pulsar \'\u002b\' en la barra de menús</string>
  <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
  <string name="enable_adb_cm">Depuración en Android</string>
  <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
  <string name="enable_adb_summary_cm">Habilitar la interfaz Android Debug Bridge (adb)</string>
  <!-- Android debugging over WiFi -->
  <string name="adb_over_network">ADB sobre red</string>
  <string name="adb_over_network_summary">Activar la depuración TCP/IP sobre las interfaces de red (Wi\u2011Fi, redes USB). Este ajuste se restablece al reiniciar el dispositivo</string>
  <!-- Warning for Adb over Network -->
  <string name="adb_over_network_warning">ADVERTENCIA: Cuando ADB sobre red está activado, el dispositivo está abierto para intrusiones en todas las redes conectadas.\n\nUtiliza esta función solamente cuando estés conectado a redes de confianza.\n\n¿Realmente deseas activar esta función?</string>
  <!-- Setting checkbox summary for displaying USB debugging notification -->
  <string name="adb_notify">Notificación de depuración</string>
  <string name="adb_notify_summary">Mostrar una notificación cuando esté activada la depuración por USB o red</string>
  <!-- Names of categories of app ops tabs - extension of AOSP -->
  <string name="app_ops_categories_location">Ubicación</string>
  <string name="app_ops_categories_personal">Personal</string>
  <string name="app_ops_categories_messaging">Mensajes</string>
  <string name="app_ops_categories_media">Multimedia</string>
  <string name="app_ops_categories_device">Dispositivo</string>
  <string name="app_ops_categories_bootup">Arranque</string>
  <string name="app_ops_categories_su">Acceso root</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_summaries_coarse_location">ubicación aproximada</string>
  <string name="app_ops_summaries_fine_location">ubicación precisa</string>
  <string name="app_ops_summaries_gps">GPS</string>
  <string name="app_ops_summaries_vibrate">vibración</string>
  <string name="app_ops_summaries_read_contacts">consultar tus contactos</string>
  <string name="app_ops_summaries_modify_contacts">modificar tus contactos</string>
  <string name="app_ops_summaries_read_call_log">leer el registro de llamadas</string>
  <string name="app_ops_summaries_modify_call_log">modificar registro de llamadas</string>
  <string name="app_ops_summaries_read_calendar">leer el calendario</string>
  <string name="app_ops_summaries_modify_calendar">modificar el calendario</string>
  <string name="app_ops_summaries_wifi_scan">Exploración de conexiones Wi-Fi</string>
  <string name="app_ops_summaries_notification">notificación/toast</string>
  <string name="app_ops_summaries_cell_scan">ver conexiones de red</string>
  <string name="app_ops_summaries_call_phone">llamar a teléfono</string>
  <string name="app_ops_summaries_read_sms">leer SMS</string>
  <string name="app_ops_summaries_write_sms">escribir SMS</string>
  <string name="app_ops_summaries_receive_sms">recibir SMS</string>
  <string name="app_ops_summaries_receive_emergency_sms">recibir SMS de emergencia</string>
  <string name="app_ops_summaries_receive_mms">recibir mensajes MMS</string>
  <string name="app_ops_summaries_receive_wap_push">recibir mensajes WAP</string>
  <string name="app_ops_summaries_send_sms">enviar mensajes SMS</string>
  <string name="app_ops_summaries_read_icc_sms">leer mensajes ICC</string>
  <string name="app_ops_summaries_write_icc_sms">editar mensajes ICC</string>
  <string name="app_ops_summaries_modify_settings">modificar los ajustes del sistema</string>
  <string name="app_ops_summaries_draw_on_top">mostrar sobre otras aplicaciones</string>
  <string name="app_ops_summaries_access_notifications">acceder a las notificaciones</string>
  <string name="app_ops_summaries_camera">cámara</string>
  <string name="app_ops_summaries_record_audio">grabar audio</string>
  <string name="app_ops_summaries_play_audio">reproducir el audio</string>
  <string name="app_ops_summaries_read_clipboard">leer el portapapeles</string>
  <string name="app_ops_summaries_modify_clipboard">modificar el portapapeles</string>
  <string name="app_ops_summaries_media_buttons">botones multimedia</string>
  <string name="app_ops_summaries_audio_focus">enfoque del audio</string>
  <string name="app_ops_summaries_master_volume">volumen maestro</string>
  <string name="app_ops_summaries_voice_volume">volumen de voz</string>
  <string name="app_ops_summaries_ring_volume">volumen de llamada</string>
  <string name="app_ops_summaries_media_volume">volumen multimedia</string>
  <string name="app_ops_summaries_alarm_volume">volumen de alarma</string>
  <string name="app_ops_summaries_notification_volume">volumen de notificación</string>
  <string name="app_ops_summaries_bluetooth_volume">volumen de bluetooth</string>
  <string name="app_ops_summaries_keep_awake">mantener encendido</string>
  <string name="app_ops_summaries_monitor_location">consultar ubicación aproximada</string>
  <string name="app_ops_summaries_monitor_high_power_location">consultar ubicación precisa</string>
  <string name="app_ops_summaries_get_usage_stats">obtener estadísticas de uso</string>
  <string name="app_ops_summaries_mute_unmute_microphone">activar/desactivar el micrófono</string>
  <string name="app_ops_summaries_toast_window">mostrar notificaciones emergentes</string>
  <string name="app_ops_summaries_project_media">proyectar medios</string>
  <string name="app_ops_summaries_activate_vpn">activar VPN</string>
  <string name="app_ops_summaries_write_wallpaper">editar fondo de pantalla</string>
  <string name="app_ops_summaries_assist_structure">ayudar en la estructura</string>
  <string name="app_ops_summaries_assist_screenshot">ayudar en la captura de pantalla</string>
  <string name="app_ops_summaries_read_phone_state">leer estado del teléfono</string>
  <string name="app_ops_summaries_add_voicemail">agregar al buzón de voz</string>
  <string name="app_ops_summaries_use_sip">usar SIP</string>
  <string name="app_ops_summaries_make_call">hacer llamada</string>
  <string name="app_ops_summaries_use_fingerprint">usar huella digital</string>
  <string name="app_ops_summaries_use_body_sensors">usar sensores corporales</string>
  <string name="app_ops_summaries_read_cell_broadcasts">leer transmisiones celulares</string>
  <string name="app_ops_summaries_mock_location">simular ubicación</string>
  <string name="app_ops_summaries_read_external_storage">leer en almacenamiento externo</string>
  <string name="app_ops_summaries_write_external_storage">escribir en almacenamiento externo</string>
  <string name="app_ops_summaries_turn_screen_on">encender pantalla</string>
  <string name="app_ops_summaries_get_accounts">obtener cuentas</string>
  <string name="app_ops_summaries_toggle_wifi">activar/desactivar Wi-Fi</string>
  <string name="app_ops_summaries_toggle_bluetooth">activar/desactivar la conexión Bluetooth</string>
  <string name="app_ops_summaries_start_at_boot">iniciar en el arranque</string>
  <string name="app_ops_summaries_toggle_nfc">activar/desactivar el NFC</string>
  <string name="app_ops_summaries_toggle_mobile_data">conmutar los datos móviles</string>
  <string name="app_ops_summaries_superuser">acceso root</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_labels_coarse_location">Ubicación aproximada</string>
  <string name="app_ops_labels_fine_location">Ubicación precisa</string>
  <string name="app_ops_labels_gps">GPS</string>
  <string name="app_ops_labels_vibrate">Vibrar</string>
  <string name="app_ops_labels_read_contacts">Consultar contactos</string>
  <string name="app_ops_labels_modify_contacts">Modificar contactos</string>
  <string name="app_ops_labels_read_call_log">Leer registro de llamadas</string>
  <string name="app_ops_labels_modify_call_log">Modificar registro de llamadas</string>
  <string name="app_ops_labels_read_calendar">Leer calendario</string>
  <string name="app_ops_labels_modify_calendar">Modificar calendario</string>
  <string name="app_ops_labels_wifi_scan">Exploración de conexiones Wi-Fi</string>
  <string name="app_ops_labels_notification">Notificación/Mensaje</string>
  <string name="app_ops_labels_cell_scan">Exploración del celular</string>
  <string name="app_ops_labels_call_phone">Llamar</string>
  <string name="app_ops_labels_read_sms">Leer SMS</string>
  <string name="app_ops_labels_write_sms">Escribir SMS</string>
  <string name="app_ops_labels_receive_sms">Recibir SMS</string>
  <string name="app_ops_labels_receive_emergency_sms">Recibir SMS de emergencia</string>
  <string name="app_ops_labels_receive_mms">Recibir MMS</string>
  <string name="app_ops_labels_receive_wap_push">Recibir mensajes WAP</string>
  <string name="app_ops_labels_send_sms">Enviar SMS</string>
  <string name="app_ops_labels_read_icc_sms">Leer mensajes ICC</string>
  <string name="app_ops_labels_write_icc_sms">Editar mensajes ICC</string>
  <string name="app_ops_labels_modify_settings">Modificar ajustes</string>
  <string name="app_ops_labels_draw_on_top">Dibujar sobre</string>
  <string name="app_ops_labels_access_notifications">Acceso a notificaciones</string>
  <string name="app_ops_labels_camera">Cámara</string>
  <string name="app_ops_labels_record_audio">Grabar sonido</string>
  <string name="app_ops_labels_play_audio">Reproducir sonido</string>
  <string name="app_ops_labels_read_clipboard">Leer el portapapeles</string>
  <string name="app_ops_labels_modify_clipboard">Modificar el portapapeles</string>
  <string name="app_ops_labels_media_buttons">Botones multimedia</string>
  <string name="app_ops_labels_audio_focus">Sonido</string>
  <string name="app_ops_labels_master_volume">Volumen</string>
  <string name="app_ops_labels_voice_volume">Volumen de voz</string>
  <string name="app_ops_labels_ring_volume">Volumen de llamada</string>
  <string name="app_ops_labels_media_volume">Volumen multimedia</string>
  <string name="app_ops_labels_alarm_volume">Volumen de alarma</string>
  <string name="app_ops_labels_notification_volume">Volumen de notificación</string>
  <string name="app_ops_labels_bluetooth_volume">Volumen de Bluetooth</string>
  <string name="app_ops_labels_keep_awake">Mantener encendido</string>
  <string name="app_ops_labels_monitor_location">Consultar ubicación aproximada</string>
  <string name="app_ops_labels_monitor_high_power_location">Consultar ubicación precisa</string>
  <string name="app_ops_labels_get_usage_stats">Obtener estadísticas de uso</string>
  <string name="app_ops_labels_mute_unmute_microphone">Activar/desactivar micrófono</string>
  <string name="app_ops_labels_toast_window">Mostrar notificaciones emergentes</string>
  <string name="app_ops_labels_project_media">Proyectar medios</string>
  <string name="app_ops_labels_activate_vpn">Activar VPN</string>
  <string name="app_ops_labels_write_wallpaper">Editar fondo de pantalla</string>
  <string name="app_ops_labels_assist_structure">Ayudar en la estructura</string>
  <string name="app_ops_labels_assist_screenshot">Ayudar en la captura de pantalla</string>
  <string name="app_ops_labels_read_phone_state">Leer estado del teléfono</string>
  <string name="app_ops_labels_add_voicemail">Añadir al buzón de voz</string>
  <string name="app_ops_labels_use_sip">Usar SIP</string>
  <string name="app_ops_labels_make_call">Hacer llamada</string>
  <string name="app_ops_labels_use_fingerprint">Usar huella digital</string>
  <string name="app_ops_labels_use_body_sensors">Usar sensores corporales</string>
  <string name="app_ops_labels_read_cell_broadcasts">Leer transmisiones celulares</string>
  <string name="app_ops_labels_mock_location">Simular ubicación</string>
  <string name="app_ops_labels_read_external_storage">Leer en almacenamiento externo</string>
  <string name="app_ops_labels_write_external_storage">Escribir en almacenamiento externo</string>
  <string name="app_ops_labels_turn_screen_on">Encender pantalla</string>
  <string name="app_ops_labels_get_accounts">Obtener cuentas</string>
  <string name="app_ops_labels_toggle_wifi">Activar/desactivar Wi-Fi</string>
  <string name="app_ops_labels_toggle_bluetooth">Activar/desactivar la conexión Bluetooth</string>
  <string name="app_ops_labels_start_at_boot">Iniciar en el arranque</string>
  <string name="app_ops_labels_toggle_nfc">Activar/desactivar el NFC</string>
  <string name="app_ops_labels_toggle_mobile_data">Conmutar datos móviles</string>
  <string name="app_ops_labels_superuser">Acceso root</string>
  <!-- App ops permissions -->
  <string name="app_ops_permissions_allowed">Permitir</string>
  <string name="app_ops_permissions_ignored">Ignorado</string>
  <string name="app_ops_permissions_always_ask">Preguntar siempre</string>
  <!-- App ops detail -->
  <string name="app_ops_entry_summary"><xliff:g id="op">%1$s</xliff:g> (usado <xliff:g id="count">%2$s</xliff:g>)</string>
  <string name="app_ops_allowed_count">Permitido <xliff:g id="count" example="2 times">%s</xliff:g></string>
  <string name="app_ops_ignored_count">Denegado <xliff:g id="count" example="2 times">%s</xliff:g></string>
  <string name="app_ops_both_count">Permitido <xliff:g id="count">%1$s</xliff:g>, denegado <xliff:g id="count">%2$s</xliff:g></string>
  <string name="app_ops_disabled_by_optimization">Desactivado por el optimizador de batería</string>
  <!-- App ops menu options -->
  <string name="app_ops_show_user_apps">Mostrar aplicaciones de usuario</string>
  <string name="app_ops_show_system_apps">Mostrar aplicaciones del sistema</string>
  <string name="app_ops_reset_counters">Restablecer permitir/denegar contadores</string>
  <string name="app_ops_reset_confirm_title">Confirmar restablecimiento de contadores</string>
  <string name="app_ops_reset_confirm_mesg">¿Estás seguro de que deseas restablecer los contadores?</string>
  <string name="ok">Aceptar</string>
  <!-- Hostname setting -->
  <string name="device_hostname">Nombre del dispositivo</string>
  <string name="unlock_scramble_pin_layout_title">Disposición aleatoria</string>
  <string name="unlock_scramble_pin_layout_summary">Cambiar la disposición de los números del PIN para desbloquear el dispositivo</string>
  <string name="button_pref_title">Botones</string>
  <string name="hardware_keys_power_key_title">Botón de encendido</string>
  <string name="hardware_keys_home_key_title">Botón inicio</string>
  <string name="hardware_keys_back_key_title">Botón atrás</string>
  <string name="hardware_keys_menu_key_title">Botón de menú</string>
  <string name="hardware_keys_assist_key_title">Botón de búsqueda</string>
  <string name="hardware_keys_appswitch_key_title">Botón recientes</string>
  <string name="hardware_keys_camera_key_title">Botón cámara</string>
  <string name="hardware_keys_volume_keys_title">Botones de volumen</string>
  <string name="hardware_keys_short_press_title">Acción de pulsación corta</string>
  <string name="hardware_keys_long_press_title">Acción de pulsación larga</string>
  <string name="hardware_keys_double_tap_title">Acción de doble toque</string>
  <string name="hardware_keys_action_nothing">Sin acción</string>
  <string name="hardware_keys_action_menu">Abrir/Cerrar menú</string>
  <string name="hardware_keys_action_app_switch">Cambio entre aplicaciones recientes</string>
  <string name="hardware_keys_action_search">Asistente de búsqueda</string>
  <string name="hardware_keys_action_voice_search">Búsqueda por voz</string>
  <string name="hardware_keys_action_in_app_search">Búsqueda dentro de la aplicación</string>
  <string name="hardware_keys_action_launch_camera">Iniciar cámara</string>
  <string name="hardware_keys_action_sleep">Apagar la pantalla</string>
  <string name="hardware_keys_action_last_app">Última aplicación</string>
  <string name="camera_sleep_on_release_title">Vista rápida</string>
  <string name="camera_sleep_on_release_summary">Una leve pulsación del botón cámara dejará la pantalla encendida mientras el botón se mantenga pulsado</string>
  <string name="camera_launch_title">Iniciar cámara</string>
  <string name="camera_launch_summary">Una pulsación prolongada iniciará la cámara</string>
  <string name="volbtn_music_controls_title">Control multimedia</string>
  <string name="volbtn_music_controls_summary">Cuando la pantalla esté apagada, una pulsación prolongada de los controles de volumen avanzará o retrocederá sobre las pistas de música activas</string>
  <string name="volbtn_cursor_control_title">Control del cursor</string>
  <string name="volbtn_cursor_control_off">Deshabilitada</string>
  <string name="volbtn_cursor_control_on">Los botones subir y bajar volumen moverán el cursor a izquierda y derecha, respectivamente</string>
  <string name="volbtn_cursor_control_on_reverse">Los botones subir y bajar volumen moverán el cursor a derecha e izquierda, respectivamente</string>
  <string name="power_end_call_title">Finalizar llamada</string>
  <string name="power_end_call_summary">Al pulsar el botón de encendido finalizará la llamada en curso</string>
  <string name="swap_volume_buttons_title">Reorientar botones</string>
  <string name="swap_volume_buttons_summary">Intercambiar los botones de control de volumen al girar la pantalla</string>
  <string name="button_wake_title">Activar dispositivo</string>
  <string name="home_answer_call_title">Contestar la llamada</string>
  <string name="home_answer_call_summary">Al pulsar el botón de encendido se contestará la llamada entrante</string>
  <!-- Backlight brightness settings screen -->
  <string name="adaptive_backlight_title">Brillo adaptativo</string>
  <string name="adaptive_backlight_summary">Variar inteligentemente el brillo de la pantalla para optimizar la duración de la batería</string>
  <!-- Sunlight readability enhancement screen -->
  <string name="sunlight_enhancement_title">Luz del sol</string>
  <string name="sunlight_enhancement_summary">Mejorar el brillo y la lectura de la pantalla bajo la luz del sol</string>
  <!-- Color enhancement settings screen -->
  <string name="color_enhancement_title">Realce de color</string>
  <string name="color_enhancement_summary">Realzar dinámicamente los colores de la pantalla</string>
  <!-- Key backlight -->
  <string name="button_backlight_title">Contraluz</string>
  <string name="button_backlight_enabled">Iluminar botones</string>
  <string name="keyboard_backlight_enabled">Iluminar teclado</string>
  <string name="button_backlight_seekbar_title">Brillo de los botones</string>
  <string name="keyboard_backlight_seekbar_title">Brillo del teclado</string>
  <string name="backlight_timeout_title">Tiempo de iluminación</string>
  <string name="backlight_timeout_unlimited">No apagar</string>
  <string name="backlight_summary_disabled">Deshabilitada</string>
  <string name="backlight_summary_enabled_with_timeout">Habilitada durante <xliff:g id="timeout">%s</xliff:g></string>
  <string name="backlight_summary_enabled">Habilitada</string>
  <!-- Gesture Settings -->
  <!-- Settings main menu entry -->
  <string name="gesture_settings_title">Gestos</string>
  <!-- Power menu -->
  <string name="power_menu_title">Menú de apagado</string>
  <string name="power_menu_reboot_title">Menú de reinicio</string>
  <string name="power_menu_screenshot_title">Captura pantalla</string>
  <string name="power_menu_airplane_title">Modo avión</string>
  <string name="power_menu_users_title">Cambio de usuario</string>
  <string name="power_menu_settings_title">Atajo de configuración</string>
  <string name="power_menu_lockdown_title">Bloqueo de dispositivo</string>
  <string name="power_menu_bug_report_title">Informe de errores</string>
  <string name="power_menu_sound_title">Panel de sonido</string>
  <string name="power_menu_bug_report_disabled">Los informes de error están desactivados en las configuraciones de desarrollo</string>
  <!-- Buttons - Enable navbar -->
  <string name="disable_navkeys_title">Habilitar barra de navegación en pantalla</string>
  <string name="disable_navkeys_summary">Habilitar barra de navegación en pantalla y deshabilitar los botones de hardware</string>
  <!-- tap-to-wake -->
  <string name="double_tap_to_wake_title">Doble toque para activar</string>
  <string name="double_tap_to_wake_summary">Encender la pantalla mediante un doble toque sobre ella</string>
  <!-- tap-to-sleep -->
  <string name="double_tap_to_sleep_title">Doble toque para suspender</string>
  <string name="double_tap_to_sleep_summary">Apagar la pantalla mediante un doble toque sobre la barra de estado</string>
  <!-- Proximity wake -->
  <string name="proximity_wake_title">Prevenir activación accidental</string>
  <string name="proximity_wake_summary">Compruebe el sensor de proximidad antes de despertar mediante gestos</string>
  <!-- Turn on display when power connected; turn off display when power disconnected -->
  <string name="wake_when_plugged_or_unplugged_title">Activar con cargador</string>
  <string name="wake_when_plugged_or_unplugged_summary">Encender la pantalla al conectar o desconectar el cargador</string>
  <!-- Font size sample text. This needs to be a very short string, as it is shown in
    multiple font sizes in a limited amount of space. -->
  <string name="font_size_sample">Muestra</string>
  <!-- Volume settings - Volume adjustment sound -->
  <string name="volume_adjust_sounds_title">Sonidos de ajuste de volumen</string>
  <!-- Hardware tunables - Vibrator intensity -->
  <string name="vibrator_intensity_title">Intensidad de vibración</string>
  <string name="vibrator_warning">No se recomiendan valores mayores a %1$d%%</string>
  <!-- Hardware tunables - Color calibration -->
  <string name="color_calibration_title">Calibración de color</string>
  <string name="color_calibration_summary">Calibrar los colores de la pantalla</string>
  <string name="color_red_title">Rojo</string>
  <string name="color_green_title">Verde</string>
  <string name="color_blue_title">Azul</string>
  <!-- Launch music player when headset is connected -->
  <string name="headset_connect_player_title">Iniciar el reproductor de música</string>
  <string name="headset_connect_player_summary">Iniciar el reproductor de música predeterminado al conectar los auriculares</string>
  <!-- WiFi auto-configure priorities -->
  <string name="wifi_auto_config_priorities">Prioridad automática</string>
  <string name="auto_brightness_reset_button">Restablecer</string>
  <!-- Display : Rotation  -->
  <string name="display_rotation_title">Rotación</string>
  <string name="display_rotation_disabled">Deshabilitada</string>
  <string name="display_rotation_unit">grados</string>
  <string name="display_lockscreen_rotation_title">Girar la pantalla bloqueada</string>
  <string name="display_rotation_category_title">Modos de rotación</string>
  <string name="display_rotation_0_title">0 grados</string>
  <string name="display_rotation_90_title">90 grados</string>
  <string name="display_rotation_180_title">180 grados</string>
  <string name="display_rotation_270_title">270 grados</string>
  <!-- LiveDisplay -->
  <string name="live_display_summary">Optimizar la pantalla según la hora del día y las condiciones ambientales para mejorar la legibilidad y reducir la fatiga visual</string>
  <string name="live_display_mode">Modo de visualización</string>
  <string name="live_display_color_temperature_title">Temperatura de color</string>
  <string name="live_display_color_temperature_summary">Día: <xliff:g id="day_temperature">%1$d</xliff:g>K Noche: <xliff:g id="night_temperature">%2$d</xliff:g>K</string>
  <string name="live_display_color_temperature_label"><xliff:g id="degrees">%1$d</xliff:g>K</string>
  <string name="live_display_day">Día</string>
  <string name="live_display_night">Noche</string>
  <string name="live_display_outdoor_mode_title">Modo automático al aire libre</string>
  <string name="live_display_outdoor_mode_summary">Aumentar automáticamente el brillo y la saturación con la luz del sol</string>
  <string name="live_display_low_power_title">Reducir el consumo de energía</string>
  <string name="live_display_low_power_summary">Ajustar la pantalla al mínimo consumo de energía sin degradación</string>
  <string name="live_display_enhance_color_title">Mejorar colores</string>
  <string name="live_display_enhance_color_summary">Mejorar la intensidad del color de tonos de piel, paisajes y otras imágenes</string>
  <string name="live_display_color_profile_title">Perfil de color</string>
  <string name="live_display_color_profile_standard_title">Estándar</string>
  <string name="live_display_color_profile_standard_summary">Colores precisos y blancos brillantes</string>
  <string name="live_display_color_profile_natural_title">Natural</string>
  <string name="live_display_color_profile_natural_summary">Colores realistas y tonos cálidos</string>
  <string name="live_display_color_profile_dynamic_title">Dinámico</string>
  <string name="live_display_color_profile_dynamic_summary">Colores mejorados y blancos brillantes</string>
  <string name="live_display_color_profile_cinema_title">Cine</string>
  <string name="live_display_color_profile_cinema_summary">Reproducción perfecta de color para video</string>
  <string name="live_display_color_profile_astronomy_title">Astronomía</string>
  <string name="live_display_color_profile_astronomy_summary">Rojo profundo para conservar la visión de noche</string>
  <string name="live_display_color_profile_photography_title">Fotografía</string>
  <string name="live_display_color_profile_photography_summary">Reproducción de color perfecta para fotos</string>
  <string name="live_display_color_profile_basic_title">Básico</string>
  <string name="live_display_color_profile_basic_summary">Utilizar pantalla sin calibrar</string>
  <string name="live_display_color_profile_adaptive_title">Adaptable</string>
  <string name="live_display_color_profile_adaptive_summary">Los colores se adaptan a las condiciones ambientales</string>
  <!-- LiveDisplay : Picture Adjustment -->
  <string name="picture_adjustment_title">Ajuste de imagen</string>
  <string name="picture_adjustment_summary">Ajustar tono, saturación, intensidad y contraste</string>
  <string name="adj_hue_title">Tono</string>
  <string name="adj_saturation_title">Saturación</string>
  <string name="adj_intensity_title">Intensidad</string>
  <string name="adj_contrast_title">Contraste</string>
  <!-- Whether to display IME switcher notifcation -->
  <string name="ime_switcher_notify">Icono de selección</string>
  <string name="ime_switcher_notify_summary">Mostrar el icono de selección del método de entrada</string>
  <!-- Heads up -->
  <string name="heads_up_notifications">Notificaciones emergentes</string>
  <string name="summary_heads_up_enabled">Las notificaciones emergentes están habilitadas</string>
  <string name="summary_heads_up_disabled">Las notificaciones emergentes están deshabilitadas</string>
  <!-- Bluetooth settings.  A checkbox to set if we should accept all the file types regardless of their presence in MIME type whitelist -->
  <string name="bluetooth_accept_all_files">Aceptar todos los tipos de archivo</string>
  <!-- High touch sensitivity -->
  <string name="high_touch_sensitivity_title">Alta sensibilidad táctil</string>
  <string name="high_touch_sensitivity_summary">Aumentar la sensibilidad del panel táctil para que pueda usarse con guantes</string>
  <!-- Display & Lights screen, setting options for LCD density -->
  <string name="lcd_density">Densidad del LCD</string>
  <string name="dialog_title_lcd_density">Densidad del LCD</string>
  <string name="lcd_density_value_format">%d DPI</string>
  <string name="lcd_density_default_value_format">%d DPI (predeterminado)</string>
  <string name="restarting_ui">Reiniciando interfaz de usuario\u2026</string>
  <!-- Stylus Icon -->
  <string name="stylus_icon_enabled_title">Mostrar icono al usar el lápiz</string>
  <string name="stylus_icon_enabled_summary">Mostrar el cursor cuando se arrastra o dibuja con el lápiz</string>
  <!-- Stylus Gestures -->
  <string name="gestures_settings_title">Gestos del lápiz</string>
  <string name="category_spen_title">Gestos del lápiz</string>
  <string name="enable_subcat_title">Lápiz</string>
  <string name="enable_spen_title_head">Habilitar gestos</string>
  <string name="enable_spen_summary_head">Usar gestos con el botón del lápiz pulsado</string>
  <string name="gestures_subcat_title">Gestos</string>
  <string name="gestures_left_spen_title_head">Deslizar a la izquierda</string>
  <string name="gestures_right_spen_title_head">Deslizar a la derecha</string>
  <string name="gestures_up_spen_title_head">Deslizar hacia arriba</string>
  <string name="gestures_down_spen_title_head">Deslizar hacia abajo</string>
  <string name="gestures_long_spen_title_head">Pulsación prolongada</string>
  <string name="gestures_double_spen_title_head">Doble toque</string>
  <!-- Gestures Options -->
  <string name="gestures_action_empty">Sin acción</string>
  <string name="gestures_action_home">Inicio</string>
  <string name="gestures_action_back">Atrás</string>
  <string name="gestures_action_menu">Menú</string>
  <string name="gestures_action_search">Iniciar búsqueda</string>
  <string name="gestures_action_recent">Aplicaciones recientes</string>
  <!-- Stylus gestures -->
  <string name="stylus_app_not_installed">%s no está instalado</string>
  <!-- Touchscreen hovering -->
  <string name="touchscreen_hovering_title">Pantalla táctil deslizante</string>
  <string name="touchscreen_hovering_summary">Permite deslizarse por la pantalla como un ratón en navegadores, escritorios remotos, etc</string>
  <!-- Increasing ring tone volume -->
  <string name="increasing_ring_volume_option_title">Volumen de tono ascendente</string>
  <string name="increasing_ring_min_volume_title">Volumen de inicio</string>
  <string name="increasing_ring_ramp_up_time_title">Tiempo de incremento</string>
  <!-- LTO download data over wi-fi only -->
  <string name="lto_download_data_wifi_only">Descarga de datos por GPS</string>
  <string name="lto_download_data_wifi_only_on">En cualquier red</string>
  <string name="lto_download_data_wifi_only_off">Solo en redes Wi\u2011Fi</string>
  <string name="volume_keys_control_ring_stream_title">Controlar el volumen del tono de llamada</string>
  <string name="volume_keys_control_ring_stream_summary_on">Las teclas de volumen controlan el volumen del tono de llamada</string>
  <string name="volume_keys_control_ring_stream_summary_off">Las teclas de volumen controlan el volumen de archivos multimedia</string>
  <string name="category_calibration">Calibración</string>
  <string name="display_and_lights">Pantalla y led</string>
  <!-- Category title for Charging sounds (Power state change) specific Settings.
         [CHAR LIMIT=40] -->
  <string name="power_notifications_category_title">Cargador</string>
  <!-- Sound settings, Charging sounds enable/disable, setting check box label -->
  <string name="power_notifications_enable_title">Habilitar</string>
  <string name="power_notifications_enable_summary">Reproducir un sonido al conectar o desconectar el cargador</string>
  <!-- Sound settings, Charging sounds vibrate enable/disable, setting check box label -->
  <string name="power_notifications_vibrate_title">Vibrar</string>
  <!-- Sound settings, Charging sounds ringtone selection, preference label -->
  <string name="power_notifications_ringtone_title">Sonido de notificación</string>
  <!-- Sound settings, charging sounds label for ringtone == none -->
  <string name="power_notifications_ringtone_silent">Silencio</string>
  <!-- Status bar -->
  <string name="status_bar_title">Barra de estado</string>
  <string name="status_bar_toggle_brightness">Ajuste de brillo</string>
  <string name="status_bar_toggle_brightness_summary">Permitir ajustar la luminosidad de la pantalla mediante el deslizamiento por la barra de estado</string>
  <string name="status_bar_notif_count_title">Mostrar contador de notificaciones</string>
  <string name="status_bar_notif_count_summary">Mostrar el número de notificaciones pendientes en la barra de estado</string>
  <string name="status_bar_quick_qs_pulldown_title">Despliegue rápido</string>
  <string name="status_bar_quick_qs_pulldown_summary">El borde %1$s de la barra de notificaciones desplegará el panel de ajustes rápidos</string>
  <string name="status_bar_quick_qs_pulldown_summary_left">Izquierdo</string>
  <string name="status_bar_quick_qs_pulldown_summary_right">Derecho</string>
  <string name="status_bar_quick_qs_pulldown_off">Desactivada</string>
  <string name="status_bar_quick_qs_pulldown_left">Izquierdo</string>
  <string name="status_bar_quick_qs_pulldown_right">Derecho</string>
  <!-- Status bar - Clock -->
  <string name="status_bar_clock_style_title">Estilo del reloj</string>
  <string name="status_bar_clock_style_right">Derecho</string>
  <string name="status_bar_clock_style_left">Izquierdo</string>
  <string name="status_bar_clock_style_center">Centrado</string>
  <string name="status_bar_clock_style_hidden">Oculto</string>
  <string name="status_bar_am_pm_title">Estilo AM/PM</string>
  <string name="status_bar_am_pm_info">El formato de 24 horas está activado</string>
  <string name="status_bar_am_pm_normal">Normal</string>
  <string name="status_bar_am_pm_small">Pequeño</string>
  <string name="status_bar_am_pm_hidden">Oculto</string>
  <!-- Status bar - Battery -->
  <string name="status_bar_battery_style_title">Estilo del icono de batería</string>
  <string name="status_bar_battery_style_icon_portrait">Icono vertical</string>
  <string name="status_bar_battery_style_icon_landscape">Icono horizontal</string>
  <string name="status_bar_battery_style_circle">Circular</string>
  <string name="status_bar_battery_style_text">Texto</string>
  <string name="status_bar_battery_style_hidden">Oculto</string>
  <!-- Status bar - Battery percentage -->
  <string name="status_bar_battery_percentage_title">Porcentaje de batería</string>
  <string name="status_bar_battery_percentage_default">Oculto</string>
  <string name="status_bar_battery_percentage_text_inside">Dentro del icono</string>
  <string name="status_bar_battery_percentage_text_next">Junto al icono</string>
  <!-- Status bar - icon blacklist -->
  <string name="status_bar_icons_title">Iconos de la barra de estado</string>
  <string name="status_bar_icons_summary">Controlar qué iconos aparecen en la barra de estado</string>
  <!-- EdgeGesture service -->
  <string name="edge_gesture_service_title">Bloquear eventos táctiles</string>
  <string name="edge_gesture_service_summary">No enviar a las aplicaciones eventos táctiles de la barra de estado y de navegación</string>
  <!-- Keep screen on strings -->
  <string name="keep_screen_on_never">Nunca</string>
  <string name="keep_screen_on_debugging">Durante la depuración USB</string>
  <string name="keep_screen_on_charging">Durante la carga</string>
  <!-- Privacy Settings Header item -->
  <string name="privacy_settings_cyanogenmod_title">Privacidad</string>
  <!-- Privacy Guard -->
  <string name="privacy_guard_default_title">Habilitada de forma predeterminada</string>
  <string name="privacy_guard_default_summary">Habilitar la privacidad de forma predeterminada para nuevas aplicaciones</string>
  <string name="privacy_guard_manager_title">Privacidad</string>
  <string name="privacy_guard_manager_summary">Gestionar las aplicaciones que podrán acceder a los datos personales</string>
  <string name="privacy_guard_no_user_apps">No hay aplicaciones instaladas</string>
  <string name="privacy_guard_help_title">Ayuda</string>
  <string name="privacy_guard_reset_title">Restablecer</string>
  <string name="privacy_guard_reset_text">¿Restablecer permisos?</string>
  <string name="privacy_guard_help_text">En esta pantalla puedes elegir las aplicaciones para las que se activará Privacy Guard tocando sobre ellas. Las aplicaciones seleccionadas no podrán acceder a tu información personal, como contactos, mensajes o registro de llamadas. Realiza una pulsación prolongada para ver la pantalla de detalles de la aplicación.\n\nLas aplicaciones del sistema no se muestran de forma predeterminada pero pueden mostrarse seleccionando la opción de menú correspondiente.</string>
  <string name="privacy_guard_manager_show_system_apps">Mostrar aplicaciones del sistema</string>
  <string name="privacy_guard_advanced_settings_title">Avanzado</string>
  <string name="privacy_guard_notification_title">Mostrar notificación</string>
  <!-- Sizes for pattern lockscreen -->
  <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
  <string name="lockpattern_settings_enable_error_path_title">Mostrar patrón erróneo</string>
  <!-- Whether the dots will be drawn when using the lockscreen pattern -->
  <string name="lockpattern_settings_enable_dots_title">Mostrar puntos de patrón</string>
  <!-- Whether the keyguard will directly pass to password entry -->
  <string name="lock_directly_show_password">Mostrar directamente la contraseña</string>
  <!-- Whether the keyguard will directly pass to pattern view -->
  <string name="lock_directly_show_pattern">Mostrar directamente el patrón</string>
  <!-- Whether the keyguard will directly pass to PIN entry -->
  <string name="lock_directly_show_pin">Mostrar directamente la entrada PIN</string>
  <!-- lock screen visualizer -->
  <string name="lockscreen_visualizer_title">Mostrar visualizador musical</string>
  <!-- lock screen disabled by QS tile warning -->
  <string name="lockscreen_disabled_by_qs_tile_title">Desactivado por los mosaicos de ajustes rápidos</string>
  <string name="lockscreen_disabled_by_qs_tile_summary">Pulsar para activar la pantalla bloqueada</string>
  <string name="lockscreen_disabled_by_qs_tile_summary_enabled">¡Pantalla bloqueada activada!</string>
  <!-- Battery saver -->
  <string name="battery_saver_threshold">Ahorro de batería</string>
  <string name="battery_saver_summary">Reducir el rendimiento y limitar los datos en segundo plano</string>
  <string name="battery_saver_summary_unavailable">No disponible mientras se carga</string>
  <!-- Battery : Automatic performance profiles -->
  <string name="autoperf_title">Habilitar perfiles por aplicación</string>
  <string name="autoperf_summary">Elige automáticamente un modo de batería adecuado para diversas aplicaciones</string>
  <string name="perf_profile_title">Modo de batería</string>
  <!-- Memory -->
  <string name="memory_startup_apps_title">Aplicaciones iniciadas en el arranque</string>
  <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
  <string name="notification_ringtone_title_cm">Tono de notificación</string>
  <!-- Advanced reboot options -->
  <string name="advanced_reboot_title">Opciones avanzadas para reiniciar</string>
  <string name="advanced_reboot_summary">Al desbloquear, incluir en el menú de apagado opciones para reiniciar en modo recovery, bootloader o realizar un reinicio rápido</string>
  <string name="category_interface">Interfaz</string>
  <!-- Expanded desktop -->
  <string name="power_menu_expanded_desktop">Escritorio ampliado</string>
  <string name="expanded_hide_nothing">No ocultar nada</string>
  <string name="expanded_hide_status">Ocultar barra de estado</string>
  <string name="expanded_hide_navigation">Ocultar la barra de navegación</string>
  <string name="expanded_hide_both">Ocultar ambas</string>
  <string name="expanded_nothing_to_show">Para añadir un ajuste personalizado por aplicación para el estado ampliado, configurar \"Activado para todos\" en la posición de apagado</string>
  <string name="expanded_enabled_for_all">Habilitado para todos</string>
  <string name="expanded_desktop_style">Estilo de escritorio ampliado</string>
  <string name="expanded_desktop_style_description">Elige un valor predeterminado para el estilo del escritorio ampliado</string>
  <string name="expanded_desktop_title">Opciones del escritorio ampliado</string>
  <!-- Kill app long-press back -->
  <string name="kill_app_longpress_back">Cerrar aplicaciones con el botón volver</string>
  <string name="kill_app_longpress_back_summary">Finalizar la aplicación actual al mantener pulsado el botón atrás</string>
  <!-- Show/Hide Search Bar -->
  <string name="recents_show_searchbar">Mostrar la barra de búsqueda en el menú de recientes</string>
  <string name="keywords_recents_show_searchbar">reciente recientes desactivar activar mostrar ocultar barra de búsqueda</string>
  <!-- Voice Wakeup -->
  <string name="voice_wakeup_settings_title">Activación por voz</string>
  <string name="voice_wakeup_retrain_title">Entrenar tu voz</string>
  <string name="voice_wakeup_activity_title">Actividad para iniciar</string>
  <string name="voice_wakeup_default_activity">Google Now</string>
  <string name="voice_wakeup_needs_dial_permission_warning">La activación de voz debe tener permisos de llamada para seleccionar un contacto directo.</string>
  <string name="picker_activities">Actividades</string>
  <string name="select_custom_app_title">Seleccionar aplicación personalizada</string>
  <string name="select_custom_activity_title">Seleccionar actividad personalizada</string>
  <!-- Blacklist preferences -->
  <string name="blacklist_title">Lista de contactos bloqueados</string>
  <string name="blacklist_edit_dialog_title">Editar número de teléfono bloqueado</string>
  <string name="blacklist_prefs">Opciones</string>
  <string name="blacklist_button_delete">Eliminar</string>
  <string name="blacklist_empty_text">No hay números en la lista de números bloqueados. Añade una entrada tocando el botón (+).</string>
  <string name="blacklist_disabled_empty_text">Activa la lista de números bloqueados para evitar que te llamen o manden mensajes.</string>
  <string name="blacklist_summary_disabled">Deshabilitada</string>
  <string name="blacklist_summary">No recibirás llamadas ni mensajes de los números incluidos en la lista de números bloqueados</string>
  <string name="blacklist_notify">Mostrar notificación</string>
  <string name="blacklist_private_numbers_title">Números privados</string>
  <string name="blacklist_private_numbers_summary_disabled">No bloquear llamadas de números privados</string>
  <string name="blacklist_private_numbers_summary">Bloquear <xliff:g id="type">%s</xliff:g> entrante de números privados</string>
  <string name="blacklist_unknown_numbers_title">Números desconocidos</string>
  <string name="blacklist_unknown_numbers_summary_disabled">No bloquear llamadas o mensajes de números que no están en la lista de contactos</string>
  <string name="blacklist_unknown_numbers_summary">Bloquear <xliff:g id="type">%s</xliff:g> entrantes de números que no están en la lista de contactos</string>
  <string name="blacklist_summary_type_calls_only">llamadas</string>
  <string name="blacklist_summary_type_messages_only">mensajes</string>
  <string name="blacklist_summary_type_calls_and_messages">llamadas y mensajes</string>
  <string name="blacklist_regex_title">Permitir comodines</string>
  <string name="blacklist_regex_summary">Usar \u00AB.\u00BB como comodín y \u00AB*\u00BB para repetición. Por ejemplo, \u00AB123.*\u00BB bloqueará números que comiencen con 123 y \u00AB.*123.*\u00BB bloqueará números que contengan 123</string>
  <string name="blacklist_policy_block_calls">Bloquear llamadas entrantes</string>
  <string name="blacklist_policy_block_messages">Bloquear mensajes entrantes</string>
  <string name="blacklist_bad_number_add">No se puede añadir un número no válido a la lista de personas bloqueadas</string>
  <!-- Blacklist management -->
  <string name="remove_blacklist_number_title">Quitar número</string>
  <string name="remove_blacklist_entry">¿Quieres eliminar este número de teléfono bloqueado?</string>
  <string name="select_contact">Seleccionar contacto</string>
  <!-- Sms security limit -->
  <string name="app_security_title">Seguridad de las aplicaciones</string>
  <string name="sms_security_check_limit_title">Límite de mensajes SMS</string>
  <string name="sms_security_check_limit_summary">Las aplicaciones pueden enviar hasta %d Sms en 1 minuto antes de solicitar confirmación</string>
  <string name="sms_security_check_limit_summary_none">Las aplicaciones no están autorizadas a enviar mensajes sin confirmación</string>
  <string name="sms_security_check_limit_none">Ninguno</string>
  <!-- Notification spamfilter -->
  <string name="spam_added_title">Añadido %1$s</string>
  <string name="spam_last_blocked_title">Último bloqueado %1$s</string>
  <string name="block_notifications_title">Filtrar notificaciones</string>
  <string name="block_notifications_summary">Gestionar filtros y notificaciones bloqueadas</string>
  <string name="no_filters_title">No hay filtros establecidos</string>
  <!-- Anonymous Statistics #CM -->
  <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. -->
  <string name="anonymous_statistics_title">Estadísticas de Replicant</string>
  <string name="anonymous_statistics_summary">Ayude a mejorar Replicant mediante el envío anónimo de estadísticas</string>
  <string name="anonymous_statistics_warning_title">Acerca de</string>
  <string name="anonymous_statistics_warning">Al permitir la recopilación y el envío de estadísticas de Replicant, autorizas el envío de información de carácter no personal a los desarrolladores de Replicant para hacer un seguimiento de las instalaciones que realices en los dispositivos. La información enviada incluye un identificador único que no compromete tu privacidad ni tu información personal. Esta información es enviada durante el arranque.\n\nPara ver un ejemplo de la información enviada, pulsa en \u00ABPrevisualizar datos\u00BB.</string>
  <string name="enable_reporting_title">Activar envío de estadísticas</string>
  <string name="preview_data_title">Previsualizar datos</string>
  <string name="view_stats_title">Ver estadísticas</string>
  <string name="anonymous_learn_more">Leer más</string>
  <!-- Anonymous Statistics - Preview -->
  <string name="preview_id_title">Identificador único</string>
  <string name="preview_device_title">Dispositivo</string>
  <string name="preview_version_title">Versión</string>
  <string name="preview_country_title">País</string>
  <string name="preview_carrier_title">Operadora móvil</string>
  <string name="stats_collection_title">Recolección de estadísticas</string>
  <string name="stats_collection_summary">Obtener información sobre las operaciones realizadas por las aplicaciones</string>
  <!-- Protected apps lockpattern reset button -->
  <string name="lockpattern_reset_button">Restablecer patrón</string>
  <string name="lockpattern_settings_reset_summary">Introducir la cuenta de correo principal y su contraseña asociada para restablecer el patrón de bloqueo</string>
  <!-- Protected Apps -->
  <string name="menu_hidden_apps_delete">Restablecer</string>
  <string name="menu_hidden_apps_reset_lock">Restablecer patrón de bloqueo</string>
  <string name="protected_apps">Aplicaciones protegidas</string>
  <string name="protected_apps_summary">Administrar aplicaciones que se ocultan detrás de un bloqueo seguro</string>
  <string name="saving_protected_components">Guardar el estado del componente\u2026</string>
  <string name="pa_login_username_hint">Usuario (correo electrónico)</string>
  <string name="pa_login_password_hint">Contraseña</string>
  <string name="pa_login_submit_button">Iniciar sesión</string>
  <string name="pa_login_checking_password">Comprobando cuenta\u2026</string>
  <string name="pa_login_incorrect_login">El inicio de sesión fue incorrecto</string>
  <string name="pa_pattern_or_fingerprint_header">Se debe dibujar el patrón o usar huellas dactilares para desbloquear</string>
  <!-- Contributors cloud activity -->
  <string name="contributors_cloud_fragment_title">Colaboradores</string>
  <string name="contributors_cloud_loading_message">Cargando datos de colaboradores\u2026</string>
  <string name="contributors_cloud_failed_message">No se pueden cargar los datos de colaboradores</string>
  <string name="contributor_info_menu">Información del colaborador</string>
  <string name="contributor_info_msg">
        <![CDATA[<b>Nombre:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
                 <b>Sobrenombre:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/>
                 <b>Contribuciones:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string>
  <string name="contributions_info_menu">Información de las contribuciones</string>
  <string name="contributions_info_msg">
        <![CDATA[<b>Contribuyentes totales:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
                 <b>Contribuciones totales:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
                 <b>Última actualización:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
  <string name="category_sounds">Sonidos</string>
  <string name="notification_manager">Notificaciones</string>
  <string name="lockscreen_settings">Pantalla bloqueada</string>
  <string name="category_lights">Luces</string>
  <string name="category_volume">Volumen</string>
  <string name="category_vibrate">Vibrar</string>
  <string name="category_misc">Varios</string>
  <string name="title_general">General</string>
  <string name="advanced">Avanzado</string>
  <string name="link_volume_option_title">Vincular tonos y volumen de notificaciones</string>
  <string name="lcd_density_prompt_message">Algunas aplicaciones pueden no funcionar con un DPI no estándar.\n\nEsto reiniciará tu teléfono.</string>
  <!-- Edit access point labels: PPP number -->
  <string name="apn_ppp_number">Número de teléfono de APN PPP</string>
  <!-- APNs screen message indicating new APN user is adding is a duplicate -->
  <string name="duplicate_apn_error_title">APN Duplicado</string>
  <string name="duplicate_apn_error_message">Ya existe esta APN. Deseche o cambie los parámetros.</string>
  <string name="sim_enabler_summary"><xliff:g id="displayName">%1$s </xliff:g> es <xliff:g id="status" example="disabled">%2$s </xliff:g></string>
  <string name="sim_disabled">desactivada</string>
  <string name="sim_missing">ausente o defectuosa</string>
  <string name="sim_enabler_need_disable_sim">La tarjeta SIM se desactivará. ¿Quieres continuar?</string>
  <string name="sim_enabler_will_disable_sim_title">Atención</string>
  <string name="sim_enabler_need_switch_data_service">Se deshabilitará esta SIM y la SIM <xliff:g id="slotid">%1$s</xliff:g> se utilizará para servicios de datos. ¿Estás seguro de que deseas continuar?</string>
  <string name="sim_enabler_airplane_on">No se puede realizar la operación mientras esté activado el modo avión.</string>
  <string name="sim_enabler_in_call">No se puede realizar la operación mientras haya una llamada en curso.</string>
  <string name="sim_enabler_both_inactive">No es posible desactivar todas las tarjetas SIM</string>
  <string name="sim_enabler_enabling">Activando\u2026</string>
  <string name="sim_enabler_disabling">Desactivando\u2026</string>
  <string name="sub_activate_success">SIM activada.</string>
  <string name="sub_activate_failed">Activación fallida.</string>
  <string name="sub_deactivate_success">SIM desactivada.</string>
  <string name="sub_deactivate_failed">Error de desactivación.</string>
  <string name="primary_sub_select_title">Suscripción 3G/LTE predeterminada</string>
  <string name="select_sim_card">Seleccionar tarjeta SIM</string>
  <!-- MSIM SIM status -->
  <string name="sim_card_status_title">Estado de SIM %d</string>
  <string name="sim_card_lock_settings_title">Ajustes de bloqueo de SIM %d</string>
  <string name="sim_card_summary_empty">Tarjeta SIM no insertada</string>
  <string name="sim_mobile_network_settings_category_title">Ajustes de la red móvil</string>
  <string name="sim_mobile_network_settings_title">Ajustes de la tarjeta SIM %d</string>
  <!-- Zen mode allowed event setting summary items -->
  <!-- [CHAR LIMIT=50] Like zen_mode_reminders, but part of a list, so lower case if needed-->
  <string name="zen_mode_summary_reminders">recordatorios</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_events">eventos</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_callers, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_selected_callers">llamadores seleccionados</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_messages, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_selected_messages">mensajes seleccionados</string>
  <!-- Allow vibration in zen mode -->
  <string name="zen_mode_vibration">Vibración</string>
  <string name="zen_mode_vibration_never">No vibrar</string>
  <string name="zen_mode_vibration_calls_only">Sólo vibrar para llamadas</string>
  <string name="zen_mode_vibration_calls_and_notifications">Vibración para llamadas y notificaciones</string>
  <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
  <!-- SAR information -->
  <string name="maximum_head_level">Cabeza: %1$s W/kg</string>
  <string name="maximum_body_level">Cuerpo: %1$s W/kg</string>
  <!-- IC Codes -->
  <string name="ic_code_model">Modelo: %1$s</string>
  <string name="ic_code_full">IC: %1$s</string>
  <string name="sim_ringtone_title">Tono de llamada para SIM %d</string>
  <!-- label for application name -->
  <string name="app_name_label_cm">Aplicación:</string>
  <!-- label for last time used -->
  <string name="last_time_used_label_cm">Última vez utilizado:</string>
  <!-- label for usage time -->
  <string name="usage_time_label_cm">Tiempo de uso:</string>
  <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_cm" product="tablet">Esto borrará todos los datos del <b>almacenamiento interno</b> de la tableta, a saber:\n\n<li>Tus cuentas del dispositivo</li>\n<li>Ajustes del sistema y datos de las aplicaciones</li>\n<li>Aplicaciones descargadas</li></string>
  <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_cm" product="default">Esto borrará todos los datos del <b>almacenamiento interno</b> del teléfono, a saber:\n\n<li>Tus cuentas del dispositivo</li>\n<li>Ajustes del sistema y datos de las aplicaciones</li>\n<li>Aplicaciones descargadas</li></string>
  <!-- Factory reset strings -->
  <string name="factory_reset_instructions_title">Aplicaciones y datos personales</string>
  <string name="factory_reset_instructions_summary">Esto borrará del dispositivo todas tus cuentas, aplicaciones, datos de aplicaciones y ajustes de sistema</string>
  <string name="factory_reset_personal_content">Contenido personal</string>
  <string name="factory_reset_erase_stored_content">Eliminar contenido almacenado</string>
  <string name="factory_reset_erase_stored_content_summary">Eliminar música, fotos, videos y otros datos de usuario almacenados en este dispositivo</string>
  <string name="factory_reset_erase_stored_content_summary_forced">Borrar música, fotos, videos y otros datos de usuario almacenados en este dispositivo. \n\n <b>El contenido no se puede guardar debido a que el dispositivo esta cifrado.</b></string>
  <string name="factory_reset_erase_sd_card">Formatear tarjeta SD</string>
  <string name="factory_reset_erase_sd_card_summary">Borrar todos los datos de la tarjeta SD, incluidos música y fotos</string>
  <string name="factory_reset_warning_text_reset_now">RESTABLECER AHORA</string>
  <string name="factory_reset_warning_text_message">Todas tus cuentas, aplicaciones, datos de aplicaciones y ajustes del sistema se eliminarán del dispositivo. Esto no se puede revertir.</string>
  <!-- Tethering & portable hotspot other category -->
  <string name="tethering_other_category_text">Otros</string>
  <!-- Wi-Fi tethering inactivity timeout -->
  <string name="hotstpot_inactivity_timeout_text">Tiempo de espera del punto de acceso Wi\u2011Fi</string>
  <string name="hotstpot_inactivity_timeout_never">Nunca</string>
  <string name="hotstpot_inactivity_timeout_1_minute">1 minuto</string>
  <string name="hotstpot_inactivity_timeout_5_minutes">5 minutos</string>
  <string name="hotstpot_inactivity_timeout_10_minutes">10 minutos</string>
  <string name="hotstpot_inactivity_timeout_never_summary_text">El punto de acceso portátil Wi\u2011Fi no se apagará nunca</string>
  <string name="hotstpot_inactivity_timeout_summary_text">El punto de acceso portátil Wi\u2011Fi se apagará después de <xliff:g id="timeout">%1$s</xliff:g></string>
  <!-- Live lock screen -->
  <!-- Live lock screen title -->
  <string name="live_lock_screen_title">Pantalla bloqueada animada</string>
  <!-- Live lock screen summary -->
  <string name="live_lock_screen_summary">Habilitar y configurar pantallas bloqueadas animadas</string>
  <!-- Live lock screen settings content description -->
  <string name="live_lock_screen_settings_button">Opciones</string>
  <!-- Live lock screen settings screen, caption for when live lock screens are disabled -->
  <string name="live_lock_screen_settings_disabled_prompt">Para ver las pantallas bloqueadas animadas disponibles, activar las pantallas bloqueadas animadas.</string>
  <string name="interruptions_ignore_while_media_title">Prevenir reducción de audio</string>
  <string name="interruptions_ignore_while_media_summary">No reducir el volumen de reproducción cuando llegue una notificación</string>
  <!-- CM Legal -->
  <string name="cmlicense_title">Licencia de Replicant</string>
  <!-- Menu label for reset the battery stats -->
  <string name="menu_stats_reset">Restablecer estadísticas</string>
  <!-- Reset stats confirmation dialog's message -->
  <string name="reset_stats_msg">Se restablecerán las estadísticas de la batería</string>
  <!-- Dock battery not present message -->
  <string name="dock_battery_not_present">No se encontró la batería de la base</string>
  <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging on Dock AC. -->
  <string name="battery_info_status_charging_dock_ac">Carga en estado AC</string>
  <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging over Dock USB. -->
  <string name="battery_info_status_charging_dock_usb">Cargando en base de USB</string>
  <string name="restrict_app_wlan_title">Desactivar el uso de la aplicación Wi\u2011Fi</string>
  <string name="restrict_app_wlan_summary">Evitar que la aplicación utilice la conexión de datos Wi\u2011Fi</string>
  <string name="restrict_app_cellular_title">Desactivar el uso de datos móviles en la aplicación</string>
  <string name="restrict_app_cellular_summary">Evitar que la aplicación utilice la conexión de datos móviles</string>
  <string name="privacy_guard_internet_category">Internet</string>
  <!-- Weather -->
  <string name="weather_settings_title">El tiempo</string>
  <string name="weather_settings_no_services_prompt">No hay servicios de proveedores del clima instalados</string>
  <string name="weather_settings_button">Ajustes del proveedor</string>
  <string name="weather_settings_activity_not_found">No se puede iniciar el menú de ajustes de este proveedor</string>
  <string name="weather_settings_add_weather_provider">Agregar proveedor de clima</string>
  <string name="weather_settings_general_settings_title">General</string>
  <string name="weather_settings_providers_title">Proveedores</string>
  <string name="weather_settings_temp_units_title">Unidad de temperatura</string>
  <string name="weather_settings_temp_celsius">Celsius</string>
  <string name="weather_settings_temp_fahrenheit">Fahrenheit</string>
  <string name="weather_settings_keyword">clima</string>
  <string name="background_data_access">Acceso a datos en segundo plano</string>
  <string name="allow_background_both">Sobre datos celulares &amp; Wi\u2011Fi</string>
  <string name="allow_background_wlan">Solo por Wi-Fi</string>
  <string name="allow_background_none">Sin acceso</string>
  <string name="mobile_data_alert">Alerta de uso de datos celulares</string>
  <string name="mobile_data_alert_summary">Notificar cuando la aplicación utilice una cantidad significativa de datos</string>
  <string name="data_usage_menu_enable_data_alerts">Activar las alertas de uso de datos</string>
  <string name="data_usage_menu_disable_data_alerts">Desactivar las alertas de uso de datos</string>
  <string name="data_usage_menu_reset_stats">Restablecer los datos estadísticos</string>
  <string name="reset_data_stats_msg">Esto borrará todos los datos información de seguimiento</string>
  <string name="reset_stats_confirm">Confirmar</string>
  <string name="restrict_cellular_access_title">Restringir el acceso de datos móviles</string>
  <string name="restrict_cellular_access_summary">Desactivar el acceso de datos en redes móviles</string>
  <string name="restrict_cellular_access_dialog_title">¿Restringir el acceso de datos móviles?</string>
  <string name="restrict_cellular_access_dialog_summary">Esta función puede causar que una aplicación que depende del acceso a la red deje de funcionar cuando haya solo redes móviles disponibles.\n\nPuede encontrar los controles de uso de datos más adecuados en los ajustes disponibles dentro de la aplicación.</string>
  <!-- Label for settings shortcut: carrier selection -->
  <string name="shortcut_carrier_title">Operadores de red</string>
  <!-- title for lock screen blur preference -->
  <string name="lockscreen_blur_enabled_title">Desenfoque de fondo</string>
  <!-- title for lock screen weather preference -->
  <string name="lockscreen_weather_enabled_title">Mostrar clima</string>
  <!-- Per app controls for LP keyguard notifications -->
  <string name="app_notification_show_on_keyguard_title">Mostrar en la pantalla bloqueada</string>
  <string name="app_notification_show_on_keyguard_summary">Mostrar notificaciones de esta aplicación en la pantalla bloqueada</string>
  <string name="app_notification_no_ongoing_on_keyguard_title">Desactivar notificaciones persistentes en la pantalla bloqueada</string>
  <string name="app_notification_no_ongoing_on_keyguard_summary">No mostrar nunca notificaciones persistentes de esta aplicación en la pantalla bloqueada</string>
  <!-- Notification sound timeout -->
  <string name="app_notification_sound_timeout_title">Tiempo mínimo entre los sonidos de notificación</string>
  <string name="app_notification_sound_timeout_summary_template">Permitir sonidos o vibraciones no más de una vez cada <xliff:g id="duration">%1$s </xliff:g></string>
  <string name="app_notification_sound_timeout_value_none">Sin restricción</string>
  <string name="app_notification_sound_timeout_value_10_seconds">10 segundos</string>
  <string name="app_notification_sound_timeout_value_30_seconds">30 segundos</string>
  <string name="app_notification_sound_timeout_value_1_minute">1 minuto</string>
  <string name="app_notification_sound_timeout_value_5_minutes">5 minutos</string>
  <string name="app_notification_sound_timeout_value_15_minutes">10 minutos</string>
  <string name="app_notification_sound_timeout_value_30_minutes">30 minutos</string>
  <!-- CmRadioInfo -->
  <string name="cm_radio_info_label">Control avanzado de la radio</string>
  <!-- Radio Control (IMS/MBN etc.) -->
  <string name="cm_radio_info_mbn_auto_load_on_label">Desactivar la carga automática del MBN</string>
  <string name="cm_radio_info_mbn_auto_load_off_label">Activar la carga automática del MBN</string>
  <string name="cm_radio_info_volte_avail_ovr_on_label">Desactivar depuración de VoLTE</string>
  <string name="cm_radio_info_volte_avail_ovr_off_label">Activar depuración de VoLTE</string>
  <string name="cm_radio_info_vt_avail_ovr_on_label">Desactivar depuración de VT</string>
  <string name="cm_radio_info_vt_avail_ovr_off_label">Activar depuración de VT</string>
  <string name="cm_radio_info_wfc_avail_ovr_on_label">Desactivar depuración de WFC</string>
  <string name="cm_radio_info_wfc_avail_ovr_off_label">Activar depuración de WFC</string>
  <string name="cm_radio_info_adb_log_on_label">Desactivar el registro en ADB de la radio</string>
  <string name="cm_radio_info_adb_log_off_label">Activar el registro en ADB de la radio</string>
  <string name="cm_radio_info_diag_log_on_label">Desactivar el registro Diag</string>
  <string name="cm_radio_info_diag_log_off_label">Activar el registro Diag</string>
  <!-- Lock screen wallpaper -->
  <string name="lockscreen_wallpaper_title">Fondo de pantalla</string>
  <string name="not_available_with_app">No disponible con %1$s</string>
  <!-- Format string for fingerprint location message -->
  <string name="security_settings_fingerprint_enroll_find_sensor_message_cm">Ubique el sensor de huella digital en el <xliff:g id="sensor_location">%1$s </xliff:g> de su teléfono.</string>
  <!-- Fingerprint sensor locations -->
  <string name="security_settings_fingerprint_sensor_location_back">lado trasero</string>
  <string name="security_settings_fingerprint_sensor_location_front">lado frontal</string>
  <string name="security_settings_fingerprint_sensor_location_left">lado izquierdo</string>
  <string name="security_settings_fingerprint_sensor_location_right">lado derecho</string>
  <!-- SIM status format string -->
  <string name="sim_status_format_string">Voz: <xliff:g id="voice_status">%1$s</xliff:g> / Datos: <xliff:g id="data_status">%2$s</xliff:g></string>
</resources>