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

Unverified Commit b0fae31c authored by Óscar Fernández Díaz's avatar Óscar Fernández Díaz Committed by GitHub
Browse files

Update Spanish translation (#1315)

parent 19118d0b
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ SPDX-FileCopyrightText: 2020, microG Project Team
  ~ SPDX-License-Identifier: Apache-2.0
  -->

<resources>
    <string name="menu_advanced">Avanzado</string>

    <string name="list_no_item_none">Ninguno</string>
    <string name="list_item_see_all">Ver todo</string>

    <string name="open_app">Abrir</string>
</resources>
+27 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2013-2017 microG Project Team
  ~ Copyright (C) 2013-2020 microG Project Team
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
@@ -16,4 +16,29 @@
  -->

<resources>
    <string name="lib_name">Herramientas de IU de microG</string>
    <string name="lib_license">Apache License 2.0, Equipo de microG</string>

    <string name="about_version_str">Versión %1$s</string>
    <string name="about_name_version_str">%1$s %2$s</string>
    <string name="about_default_license">Todos los derechos reservados.</string>

    <string name="prefcat_setup">Configuración</string>

    <string name="self_check_title">Autocomprobación</string>
    <string name="self_check_desc">Comprueba si el sistema está correctamente configurado para usar microG.</string>

    <string name="self_check_cat_permissions">Permisos concedidos</string>
    <string name="self_check_name_permission">Permiso para %1$s:</string>
    <string name="self_check_resolution_permission">Toque aquí para conceder el permiso. No conceder el permiso puede resultar en comportamientos incorrectos de las aplicaciones.</string>

    <string name="about_root_title">Demo de IU de microG</string>
    <string name="about_root_summary">Resumen</string>
    <string name="about_root_version">Versión v0.1.0</string>
    <string name="about_root_libraries">Librerías incluidas</string>

    <string name="about_android_support_v4">v4 Support Library</string>
    <string name="about_android_support_v7_appcompat">v7 appcompat Support Library</string>
    <string name="about_android_support_v7_preference">v7 preference Support Library</string>
    <string name="about_android_support_license">Apache License 2.0, The Android Open Source Project</string>
</resources>
+161 −2

File changed.

Preview size limit exceeded, changes collapsed.

+18 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2017 microG Project Team
  ~ Copyright (C) 2017-2020 microG Project Team
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
@@ -16,4 +16,20 @@
  -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <plurals name="pref_unifiednlp_summary">
        <item quantity="one"><xliff:g example="1">%1$d</xliff:g> backend configurado</item>
        <item quantity="other"><xliff:g example="3">%1$d</xliff:g> backends configurados</item>
    </plurals>
    <plurals name="gcm_registered_apps_counter">
        <item quantity="one"><xliff:g example="1">%1$d</xliff:g> aplicación registrada</item>
        <item quantity="other"><xliff:g example="123">%1$d</xliff:g> aplicaciones registradas</item>
    </plurals>
    <plurals name="cond_perm_summary">
        <item quantity="one">No se concede el permiso necesario para el correcto funcionamiento del núcleo de servicio de microG.</item>
        <item quantity="other">No se conceden los permisos necesarios para el correcto funcionamiento del núcleo de servicio de microG.</item>
    </plurals>
    <plurals name="cond_perm_action">
        <item quantity="one">Solicitar el permiso que falta</item>
        <item quantity="other">Solicitar los permisos que faltan</item>
    </plurals>
</resources>
+119 −15

File changed.

Preview size limit exceeded, changes collapsed.

Loading