| <?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. |
| --> |
| <resources xmlns:tools="http://schemas.android.com/tools"> |
| <string-array name="reminder_methods_labels"> |
| <item>Notificación</item> |
| <item>Correo</item> |
| <item>SMS</item> |
| <item>Alarma</item> |
| </string-array> |
| <string-array name="preferences_week_start_day_labels"> |
| <item>Región predefinida</item> |
| <item>Sábado</item> |
| <item>Domingo</item> |
| <item>Lunes</item> |
| </string-array> |
| <string-array name="availability"> |
| <item>Ocupado</item> |
| <item>Disponible</item> |
| <item>Provisional</item> |
| </string-array> |
| <string-array name="response_labels1"> |
| <item>Sin respuesta</item> |
| <item>Sí</item> |
| <item>Quizás</item> |
| <item>No</item> |
| </string-array> |
| <string-array name="delete_repeating_labels"> |
| <item>Solo este evento</item> |
| <item>Este y otros eventos posteriores</item> |
| <item>Todos los eventos</item> |
| </string-array> |
| <string-array name="change_response_labels"> |
| <item>Solo este evento</item> |
| <item>Todos los eventos de la serie</item> |
| </string-array> |
| <string-array name="buttons_list"> |
| <item>Día</item> |
| <item>Semana</item> |
| <item>Mes</item> |
| <item>Agenda</item> |
| </string-array> |
| <string-array name="preferences_skip_reminders_labels"> |
| <item>Solo si se rechaza</item> |
| <item>Si se rechaza o no responde</item> |
| </string-array> |
| <string-array name="recurrence_freq"> |
| <item>REPETIR DIARIAMENTE</item> |
| <item>REPETIR SEMANALMENTE</item> |
| <item>REPETIR MENSUALMENTE</item> |
| <item>REPETIR ANUALMENTE</item> |
| </string-array> |
| <string-array name="repeat_by_nth_sun"> |
| <item>cada primer domingo del mes</item> |
| <item>cada segundo domingo del mes</item> |
| <item>cada tercer domingo del mes</item> |
| <item>cada cuarto domingo del mes</item> |
| <item>cada último domingo del mes</item> |
| </string-array> |
| <string-array name="repeat_by_nth_mon"> |
| <item>cada primer lunes del mes</item> |
| <item>cada segundo lunes del mes</item> |
| <item>cada tercer lunes del mes</item> |
| <item>cada cuarto lunes del mes</item> |
| <item>cada último lunes del mes</item> |
| </string-array> |
| <string-array name="repeat_by_nth_tues"> |
| <item>cada primer martes del mes</item> |
| <item>cada segundo martes del mes</item> |
| <item>cada tercer martes del mes</item> |
| <item>cada cuarto martes del mes</item> |
| <item>cada último martes del mes</item> |
| </string-array> |
| <string-array name="repeat_by_nth_wed"> |
| <item>cada primer miércoles del mes</item> |
| <item>cada segundo miércoles del mes</item> |
| <item>cada tercer miércoles del mes</item> |
| <item>cada cuarto miércoles del mes</item> |
| <item>cada último miércoles del mes</item> |
| </string-array> |
| <string-array name="repeat_by_nth_thurs"> |
| <item>cada primer jueves del mes</item> |
| <item>cada segundo jueves del mes</item> |
| <item>cada tercer jueves del mes</item> |
| <item>cada cuarto jueves del mes</item> |
| <item>cada último jueves del mes</item> |
| </string-array> |
| <string-array name="repeat_by_nth_fri"> |
| <item>cada primer viernes del mes</item> |
| <item>cada segundo viernes del mes</item> |
| <item>cada tercer viernes del mes</item> |
| <item>cada cuarto viernes del mes</item> |
| <item>cada último viernes del mes</item> |
| </string-array> |
| <string-array name="repeat_by_nth_sat"> |
| <item>cada primer sábado del mes</item> |
| <item>cada segundo sábado del mes</item> |
| <item>cada tercer sábado del mes</item> |
| <item>cada cuarto sábado del mes</item> |
| <item>cada último sábado del mes</item> |
| </string-array> |
| </resources> |