Files
SetupWizard/res/values-es-rUS/strings.xml
oxmc 54f52cd200 SetupWizard: Initial PawletOS fork
Forked from LineageOS android_packages_apps_SetupWizard.

Changes from upstream:
- Package renamed from org.lineageos.setupwizard to me.pawlet.setupwizard
- Module renamed from LineageSetupWizard to PawletSetupWizard
- Source tree moved from src/org/lineageos/ to src/me/pawlet/
- WelcomeActivity and FinishActivity migrated to Kotlin/Compose
- PawletTheme: Material3 lavender color scheme with Ubuntu font family
- WelcomeScreen and FinishScreen Compose composables
- Added Ubuntu font assets (regular/medium/bold)
- Added missing strings: setup_welcome_description, setup_complete_title,
  setup_complete_description; os_name set to PawletOS
- Android.bp: added Compose deps, pawlet-system framework API
- Privapp-permissions file renamed to me.pawlet.setupwizard.xml
- Helper scripts renamed from start_lineage_wizard to start_pawlet_wizard
- Removed unused org.lineageos.platform.internal dependency
2026-06-13 07:22:37 -07:00

32 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2013-2015 The CyanogenMod Project
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Asistente de configuración</string>
<string name="next">Siguiente</string>
<string name="skip">Omitir</string>
<string name="start">Inicio</string>
<string name="done">Listo</string>
<string name="ok">Aceptar</string>
<string name="loading">Un segundo\u2026</string>
<string name="emergency_call">Llamada de emergencia</string>
<string name="setup_locale">Idioma</string>
<string name="sim_locale_changed">%1$s SIM detectada</string>
<string name="setup_sim_missing">Falta la tarjeta SIM</string>
<string name="sim_missing_summary" product="tablet">No se ha detectado una tarjeta SIM en la tableta. Para insertar una tarjeta SIM, lee las instrucciones que vienen con la tableta.</string>
<string name="sim_missing_summary" product="default">No se ha detectado una tarjeta SIM en el teléfono. Para insertar una tarjeta SIM, lee las instrucciones que vienen con el teléfono.</string>
<string name="setup_datetime">Fecha y hora</string>
<string name="date_time_summary">Configurar la zona horaria y ajustar la fecha y hora actuales si es necesario</string>
<string name="setup_current_date">Fecha actual</string>
<string name="setup_current_time">Hora actual</string>
<string name="intro_restore_button">Restaurar desde copia de seguridad</string>
<string name="setup_location">Servicios de ubicación</string>
<string name="location_access_summary"><b>Permitir aplicaciones que han solicitado el permiso</b> para usar la información de ubicación. Esto puede incluir la ubicación actual y otras ubicaciones recientes.</string>
<string name="setup_services">Características de LineageOS</string>
<string name="services_help_improve_cm">Ayuda a mejorar <xliff:g id="name" example="LineageOS">%s</xliff:g></string>
<string name="services_os_nav_keys_label"><b>Usar las teclas de navegación en pantalla</b> en vez de las teclas físicas.</string>
</resources>