Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea797adf authored by Lorenzo M's avatar Lorenzo M
Browse files

core & Keyguard: ES translations

- CAF refactor
- Added ApsOps translations

PS3: Fix duplicates

Change-Id: Ic4c4b6857506c8df15042b45f37d7d2145ff9c2e
parent 9c498988
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 The CyanogenMod 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>
    <string name="pinpuk_attempts">\nIntentos restantes:</string>
    <string name="lockscreen_sim_error_message_short">Tarjeta inválida.</string>
    <string name="lockscreen_airplane_mode_on">Modo avión</string>
    <string name="progress_nomediapresent" product="default">No hay medios extraíbles\u2026</string>
    <string name="stk_cc_ussd_to_dial">Solicitud USSD es modificada a solicitud DIAL.</string>
    <string name="stk_cc_ussd_to_ss">Solicitud USSD es modificada a solicitud SS.</string>
    <string name="stk_cc_ussd_to_ussd">Solicitud USSD es modificada a nueva solicitud USSD.</string>
    <string name="stk_cc_ss_to_dial">Solicitud SS es modificada a solicitud DIAL.</string>
    <string name="stk_cc_ss_to_ussd">Solicitud SS es modificada a solicitud USSD.</string>
    <string name="stk_cc_ss_to_ss">Solicitud SS es modificada a nueva solicitud SS.</string>
</resources>
+42 −3
Original line number Diff line number Diff line
@@ -67,7 +67,46 @@
    <string name="permlab_resetBatteryStats">restablecer estadísticas de batería</string>
    <string name="permdesc_resetBatteryStats">Permite que la aplicación restablezca los datos del uso de la batería.</string>
    <string name="immersive_mode_confirmation_bottom">Desliza el dedo hacia arriba desde el borde inferior para salir de la pantalla completa</string>

    <!-- AOSP/CAF -->
    <string name="progress_nomediapresent" product="default">No hay medios extraíbles\u2026</string>
    <string name="app_ops_access_camera">acceder a la cámara</string>
    <string name="app_ops_access_location">acceder a tu ubicación</string>
    <string name="app_ops_access_notifications">leer tus notificaciones</string>
    <string name="app_ops_alarm_wakeup">despertar el dispositivo</string>
    <string name="app_ops_draw_on_top">permanecer en primer plano</string>
    <string name="app_ops_keep_device_awake">mantener tu dispositivo encendido</string>
    <string name="app_ops_make_phone_call">realizar una llamada</string>
    <string name="app_ops_modify_calendar">actualizar tu calendario</string>
    <string name="app_ops_modify_call_log">actualizar el registro de llamadas</string>
    <string name="app_ops_modify_clipboard">modificar el portapapeles</string>
    <string name="app_ops_modify_contacts">actualizar tus contactos</string>
    <string name="app_ops_modify_settings">actualizar los ajustes del sistema</string>
    <string name="app_ops_play_audio">reproducir sonido</string>
    <string name="app_ops_post_notification">publicar una notificación</string>
    <string name="app_ops_read_calendar">leer tu calendario</string>
    <string name="app_ops_read_call_log">leer el registro de llamadas</string>
    <string name="app_ops_read_clipboard">leer el portapapeles</string>
    <string name="app_ops_read_contacts">leer tus contactos</string>
    <string name="app_ops_read_mms">leer tus mensajes MMS</string>
    <string name="app_ops_read_sms">leer tus mensajes SMS</string>
    <string name="app_ops_receive_sms">recibir un mensaje SMS</string>
    <string name="app_ops_record_audio">grabar sonido</string>
    <string name="app_ops_send_mms">enviar un mensaje MMS</string>
    <string name="app_ops_send_sms">enviar un mensaje SMS</string>
    <string name="app_ops_start_at_bootup">ejecutarse al inicio</string>
    <string name="app_ops_toggle_bluetooth">cambiar Bluetooth</string>
    <string name="app_ops_toggle_mobile_data">cambiar datos móviles</string>
    <string name="app_ops_toggle_wifi">cambiar Wi-Fi</string>
    <string name="app_ops_use_alarm_volume">controlar el volumen de la alarma</string>
    <string name="app_ops_use_audio_focus">controlar volumen del sonido</string>
    <string name="app_ops_use_bluetooth_volume">controlar el volumen de Bluetooth</string>
    <string name="app_ops_use_master_volume">controlar el volumen</string>
    <string name="app_ops_use_media_buttons">usar los botones multimedia</string>
    <string name="app_ops_use_media_volume">controlar el volumen multimedia</string>
    <string name="app_ops_use_notification_volume">controlar el volumen de notificaciones</string>
    <string name="app_ops_use_ring_volume">controlar el volumen de llamada</string>
    <string name="app_ops_use_vibrate">usar la respuesta háptica</string>
    <string name="app_ops_use_voice_volume">controlar el volumen del teléfono</string>
    <string name="app_ops_write_mms">escribir un mensaje MMS</string>
    <string name="app_ops_write_sms">escribir un mensaje SMS</string>
    <string name="privacy_guard_dialog_title">Privacidad</string>
    <string name="privacy_guard_dialog_summary"><xliff:g id="app">%1$s</xliff:g> quiere <xliff:g id="op">%2$s</xliff:g>.</string>
</resources>
+27 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 The CyanogenMod 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">
    <string name="keyguard_password_wrong_puk_code">Código PUK incorrecto.</string>
    <string name="keyguard_password_pin_failed">Falló la operación PIN.</string>
    <string name="keyguard_password_puk_failed">Falló la operación PUK.</string>
    <string name="keyguard_pin_accepted">Código aceptado.</string>
    <string name="pinpuk_attempts">\nIntentos restantes:</string>
    <string name="lockscreen_sim_error_message_short">Tarjeta inválida.</string>
    <string name="keyguard_perso_locked_message">SIM/RUIM con bloqueo personal</string>
    <string name="msim_kg_sim_pin_msg_format">SUB:<xliff:g id="number">%d</xliff:g>: <xliff:g id="msg">%s</xliff:g>.</string>
    <string name="msim_carrier_text_format"><xliff:g id="text_1">%s</xliff:g>, <xliff:g id="text_2">%s</xliff:g></string>
</resources>