@ -1,13 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
** Copyright (c) 2012 Todoroo Inc
**
** See the file "LICENSE" for the full license governing this code.
-->
<resources xmlns:android= "http://schemas.android.com/apk/res/android" >
<!-- ==================================================== Generic Units == -->
<plurals name= "DUt_years" >
<!-- plurals: years -->
<item quantity= "one" > 1 año</item>
@ -86,85 +79,57 @@
<!-- plurals: people -->
<item quantity= "other" > %d personas</item>
</plurals>
<!-- slide 10a, 12c: today -->
<string name= "today" > Hoy</string>
<!-- tomorrow -->
<string name= "tomorrow" > Mañana</string>
<!-- yesterday -->
<string name= "yesterday" > Ayer</string>
<!-- slide 12c: tomorrow, abbreviated -->
<string name= "tmrw" > Mañana</string>
<!-- slide 12c: yesterday, abbreviated -->
<string name= "yest" > Ayer</string>
<!-- ================================================== Generic Dialogs == -->
<!-- confirmation dialog title -->
<string name= "DLG_confirm_title" > ¿Confirmar?</string>
<!-- question dialog title -->
<string name= "DLG_question_title" > Pregunta:</string>
<!-- information dialog title -->
<string name= "DLG_information_title" > Información</string>
<!-- error dialog title -->
<string name= "DLG_error_title" > ¡Error!</string>
<!-- general dialog save -->
<string name= "DLG_save" > Guardar</string>
<!-- general dialog yes -->
<string name= "DLG_yes" > Sí</string>
<!-- general dialog no -->
<string name= "DLG_no" > No</string>
<!-- general dialog close -->
<string name= "DLG_close" > Cerrar</string>
<!-- general dialog done -->
<string name= "DLG_done" > Terminado</string>
<!-- error dialog (%s => error message) -->
<string name= "DLG_error" > ¡Uy, parece que ocurró un error! Esto es lo que pasó:\n\n%s</string>
<!-- error dialog (no message indicated) -->
<string name= "DLG_error_generic" > ¡Uy, parece que ocurrió un error!</string>
<!-- Progress dialog shown when doing something slow -->
<string name= "DLG_wait" > Espere un momento...</string>
<!-- ====================================================== SyncProvider == -->
<!-- Sync Notification: message when sync service active -->
<string name= "SyP_progress" > Sincronizando sus tareas...</string>
<!-- Sync Notification: toast when sync activated from activity -->
<string name= "SyP_progress_toast" > Sincronizando...</string>
<!-- Sync Label: used in menu to denote synchronization -->
<string name= "SyP_label" > Sincronización & copia de seguridad</string>
<!-- Sync Label: used in menu to denote synchronization -->
<string name= "Sync_now_label" > Sincronizar ahora</string>
<!-- Sync label subtitle -->
<string name= "SyP_summary" > Google Tasks, información guardada, copia de seguridad local</string>
<!-- Error msg when io exception -->
<string name= "SyP_ioerror" > ¡Error de conexión! Verifique su conexión a internet.</string>
<!-- ================================================== SyncPreferences == -->
<!-- Status Group Label -->
<string name= "sync_SPr_group_status" > Estado</string>
<!-- Sync status subtitle, %s - > status message -->
<string name= "sync_SPr_status_subtitle" > Estado: %s</string>
<!-- Sync Status: log in -->
@ -181,54 +146,42 @@
<string name= "sync_status_failed_subtitle" > Última sincronización correcta: %s</string>
<!-- Sync Status: never sync\'d -->
<string name= "sync_status_never" > ¡Nunca sincronizado!</string>
<!-- Options Group Label -->
<string name= "sync_SPr_group_options" > Opciones</string>
<!-- Preference: Synchronization Interval Title -->
<string name= "sync_SPr_interval_title" > Sincronización en segundo plano</string>
<!-- Preference: Synchronization Interval Description (when disabled) -->
<string name= "sync_SPr_interval_desc_disabled" > Sincronización en segundo plano deshabilitada</string>
<!-- Preference: Synchronization Interval Description (%s => setting) -->
<string name= "sync_SPr_interval_desc" > Actualmente configurado a: %s</string>
<!-- Preference: Background Wifi Title -->
<string name= "sync_SPr_bgwifi_title" > Configuración solo wifi</string>
<!-- Preference: Background Wifi Description (enabled) -->
<string name= "sync_SPr_bgwifi_desc_enabled" > La sincronización en segundo plano sólo funciona con el Wifi activado</string>
<!-- Preference: Background Wifi Description (disabled) -->
<string name= "sync_SPr_bgwifi_desc_disabled" > La sincronización en segundo plano siempre funcionará</string>
<!-- Actions Group Label -->
<string name= "sync_SPr_group_actions" > Acciones</string>
<!-- Synchronize Now Button -->
<string name= "sync_SPr_sync" > Sincronizar ahora</string>
<!-- Synchronize Now Button if not logged in -->
<string name= "sync_SPr_sync_log_in" > Iniciar sesión & sincronizar!</string>
<!-- Sync: Prefix string before logged in identifier -->
<string name= "sync_SPr_logged_in_prefix" > Sesión iniciada como:</string>
<!-- Sync: Last error -->
<string name= "sync_SPr_last_error" > Reporte de estado</string>
<!-- Sync: last error click for more -->
<string name= "sync_SPr_last_error_subtitle" > Click para enviar un reporte al equipo de Tasks</string>
<!-- Sync: send error report button -->
<string name= "sync_SPr_send_report" > Enviar reporte</string>
<!-- Sync: Clear Data Title -->
<string name= "sync_SPr_forget" > Cerrar sesión</string>
<!-- Sync: Clear Data Description -->
<string name= "sync_SPr_forget_description" > Limpia todos los datos de la sincronización</string>
<!-- confirmation dialog for sync log out -->
<string name= "sync_forget_confirm" > Cerrar sesión/Limpiar datos de sincronización?</string>
<!-- Sync error: network connectivity problems. %s - > name of sync service -->
<string name= "sync_error_offline" > Ha ocurrido un problema conectando a la red durante la última sincronización con %s. Por favor inténtelo nuevamente después.</string>
<string-array name= "sync_SPr_interval_entries" >
<!-- sync_SPr_interval_entries: Synchronization Intervals -->
<item > deshabilitar</item>
@ -242,5 +195,4 @@
<item > cada tres días</item>
<item > cada semana</item>
</string-array>
</resources>