You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/res/values-es/arrays.xml

118 lines
5.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source 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.
-->
<!-- Translation Note:
Guidelines to those translating the resources
1) Quality over Quantity: the quality of the phrases is important not the number of phrases used in any given
languages.
2) Dynamic Equivalence not necessary literal translation but capture the idea and create the same desired effect
-->
<resources>
<!--
Goal: Maximize the chance that they will perform the task while minimizing the annoyance.-->
<string-array name="reminders">
<!-- reminders: Make these < 20 chars so the task name is displayed -->
<item>¡Hola! ¿Tienes un segundo?</item>
<item>¿Puedo verte un segundo?</item>
<item>¿Tienes unos minutos?</item>
<item>¿Te has olvidado?</item>
<item>¡Perdón!</item>
<item>Cuando tengas un minuto:</item>
<item>En tu agenda:</item>
<item>¿Tienes un momento libre?</item>
<item>¡Aquí Astrid!</item>
<item>¡Hola! ¿Puedo molestarte?</item>
<item>¿Me concedes un minuto?</item>
<item>Es un gran día para</item>
</string-array>
<string-array name="reminder_responses">
<!-- reminder_responses: Astrid says... (user should answer yes or no) -->
<item>¡Tengo algo para ti!</item>
<item>¿Listo para poner esto en el pasado?</item>
<item>¿Porqué no terminas esto?</item>
<item>¿Qué me dices? ¿Listo tigre?</item>
<item>¿Listo para hacer esto?</item>
<item>¿Puedes con esto?</item>
<item>¡Puedes ser feliz! ¡Solo termínalo!</item>
<item>¡Te prometo que te sentirás mejor si lo terminas!</item>
<item>¿Por qué no haces esto hoy?</item>
<item>Por favor, acaba esto. Me tiene cansado ya.</item>
<item>¿Puedes terminar esto? ¡Yes you can!</item>
<item>¿Piensas hacer esto alguna vez?</item>
<item>¡Sientete mejor contigo mismo! ¡Vamos!</item>
<item>¡Estoy orgulloso de ti! ¡Vamos a acabar esto!</item>
<item>¿Un descanso cuando acabes esto?</item>
<item>¿Solo esta tarea? ¿Por favor?</item>
<item>¡Es hora de acortar tu lista de tarea!</item>
</string-array>
<string-array name="postpone_nags">
<!-- Astrid's nagging when user clicks postpone -->
<item>¡Por favor, no me digas que eres un procrastinador!</item>
<item>¿No te cansas a veces de ser vago?</item>
<item>¡En algún lugar, alguien está esperando que lo acabes!</item>
<item>Con "postponer" querías decir que vas a hacerlo ya, ¿verdad?</item>
<item>Ésta es la última vez que lo pospones, ¿verdad?</item>
<item>Acábalo hoy, ¡no se lo diré a nadie!</item>
<item>Por que posponerlo cuando puedes uhm... ¡no posponerlo!</item>
<item>¿Supongo que al final lo acabarás?</item>
<item>¡Creo que eres genial! ¿Qué tal no posponerlo?</item>
<item>¿Podrás alcanzar tus metas si haces eso?</item>
<item>Posponer, posponer, posponer. ¡Cuando cambiarás!</item>
<item>¡Me tienes harto con tus excusas! ¡Hazlo ya!</item>
<item>¿Esa no fue la excusa la última vez?</item>
<item>No te puedo ayudar a organizar tu vida si haces eso...</item>
</string-array>
<string-array name="notif_icon_entries">
<!-- Icons for notification tray -->
<item>Rosa</item>
<item>Aburrido</item>
<item>Astrid</item>
</string-array>
<string-array name="notif_icon_values">
<!-- Corresponding to the constants in Preferences.java (do not edit) -->
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
<string-array name="sync_interval_entries">
<!-- sync_interval_entries: Synchronization Intervals -->
<item>desactivar</item>
<item>cada media hora</item>
<item>cada hora</item>
<item>dos veces al día</item>
<item>Cada día</item>
<item>dos veces a la semana</item>
<item>Cada semana</item>
</string-array>
<string-array name="sync_interval_values">
<!-- sync_interval_values: interval in seconds for sync entries (do not edit) -->
<item>0</item>
<item>1800</item>
<item>3600</item>
<item>43200</item>
<item>86400</item>
<item>302400</item>
<item>604800</item>
</string-array>
</resources>