Merge branch 'android-4.4' of github.com:omnirom/android_packages_apps_OpenDelta into android-4.4

This commit is contained in:
Jorrit Jongma 2013-12-07 12:32:18 +01:00
commit a01a85c612
1 changed files with 50 additions and 0 deletions

50
res/values-es/strings.xml Normal file
View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">OpenDelta</string>
<string name="title">Actualizaciones del sistema</string>
<string name="action_networks">Redes</string>
<string name="title_networks">Actualización automática de las redes</string>
<string name="network_2g">2G</string>
<string name="network_3g">3G</string>
<string name="network_4g">4G</string>
<string name="network_wifi">Wi-Fi</string>
<string name="network_ethernet">Ethernet</string>
<string name="network_unknown">Otros</string>
<string name="action_about">Acerca de</string>
<string name="about_content"><![CDATA[
Copyright &copy; _COPYRIGHT_OPENDELTA_ <b>Jorrit \'Chainfire\' Jongma</b><br>
<br>
Creado para <b>el proyecto OmniROM</b><br>
<br>
Licenciado bajo los términos de la <b>GNU General Public License, version 3.0 (GPLv3)</b><br>
<br>
Decodificación Delta basada en <b>xdelta</b>, copyright &copy; _COPYRIGHT_XDELTA_ <b>Joshua MacDonald</b><br>
]]></string>
<string name="state_action_none">El sistema está actualizado</string>
<string name="state_action_checking">Comprobando si hay actualizaciones disponibles &#8230;</string>
<string name="state_action_checking_md5">Verificando archivo &#8230;</string>
<string name="state_action_searching">Buscando archivos &#8230;</string>
<string name="state_action_searching_md5">Verificando archivo &#8230;</string>
<string name="state_action_downloading">Descargando &#8230;</string>
<string name="state_action_applying">Parcheando &#8230;</string>
<string name="state_action_applying_patch">Parcheando &#8230;</string>
<string name="state_action_applying_md5">Verificando archivo &#8230;</string>
<string name="state_action_copying">Copiando archivo &#8230;</string>
<string name="state_action_ready">Una actualización está disponible</string>
<string name="state_error_disk_space">¡ No hay espacio suficiente en el disco !</string>
<string name="state_error_unknown">Error desconocido</string>
<string name="error_disk_space_sub" formatted="false">%d MiB disponible, %d MiB necesario</string>
<string name="notify_update_available">Una actualización está disponible</string>
<string name="notify_checking">Comprobando si hay actualizaciones disponibles &#8230;</string>
<string name="last_checked" formatted="false">Última comprobación el %s a las %s</string>
<string name="last_checked_never">Nunca se ha comprobado, ¿ Tal vez le gustaría hacerlo ?</string>
<string name="last_checked_filename" formatted="false">%s, última comprobación el %s a las %s</string>
<string name="button_check_now">Comprobar ahora &#8230;</string>
<string name="button_flash_now">Flashear ahora &#8230;</string>
</resources>