1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
|
<?php $TRANSLATIONS = array(
"New Timezone:" => "Nueva zona horaria:",
"Timezone changed" => "Zona horaria cambiada",
"Invalid request" => "Petición no válida",
"Calendar" => "Calendario",
"Wrong calendar" => "Calendario incorrecto",
"Birthday" => "Cumpleaños",
"Business" => "Negocios",
"Call" => "LLamada",
"Clients" => "Clientes",
"Deliverer" => "Entrega",
"Holidays" => "Feriados",
"Ideas" => "Ideas",
"Journey" => "Viaje",
"Jubilee" => "Aniversario",
"Meeting" => "Reunión",
"Other" => "Otro",
"Personal" => "Personal",
"Projects" => "Proyectos",
"Questions" => "Preguntas",
"Work" => "Trabajo",
"Does not repeat" => "No se repite",
"Daily" => "Diariamente",
"Weekly" => "Semanalmente",
"Every Weekday" => "Días de semana laboral",
"Bi-Weekly" => "Cada 2 semanas",
"Monthly" => "Mensualmente",
"Yearly" => "Anualmente",
"never" => "nunca",
"by occurrences" => "por ocurrencias",
"by date" => "por fecha",
"by monthday" => "por día del mes",
"by weekday" => "por día de la semana",
"Monday" => "Lunes",
"Tuesday" => "Martes",
"Wednesday" => "Miércoles",
"Thursday" => "Jueves",
"Friday" => "Viernes",
"Saturday" => "Sábado",
"Sunday" => "Domingo",
"events week of month" => "eventos de la semana del mes",
"first" => "primer",
"second" => "segundo",
"third" => "tercer",
"fourth" => "cuarto",
"fifth" => "quinto",
"last" => "último",
"January" => "Enero",
"February" => "Febrero",
"March" => "Marzo",
"April" => "Abril",
"May" => "Mayo",
"June" => "Junio",
"July" => "Julio",
"August" => "Agosto",
"September" => "Septiembre",
"October" => "Octubre",
"November" => "Noviembre",
"December" => "Diciembre",
"by events date" => "por fecha de los eventos",
"by yearday(s)" => "por día(s) del año",
"by weeknumber(s)" => "por número(s) de semana",
"by day and month" => "por día y mes",
"Not an array" => "No es una serie",
"Date" => "Fecha",
"Cal." => "Cal.",
"All day" => "Todo el día",
"New Calendar" => "Nuevo calendario",
"Missing fields" => "Los campos que faltan",
"Title" => "Título",
"From Date" => "Desde la fecha",
"From Time" => "Desde la hora",
"To Date" => "Hasta la fecha",
"To Time" => "Hasta la hora",
"The event ends before it starts" => "El evento termina antes de que comience",
"There was a database fail" => "Hubo un error en la base de datos",
"Week" => "Semana",
"Month" => "Mes",
"List" => "Lista",
"Today" => "Hoy",
"Calendars" => "Calendarios",
"There was a fail, while parsing the file." => "Hubo un fallo al analizar el archivo.",
"Sun." => "Dom.",
"Mon." => "Lun.",
"Tue." => "Mar.",
"Wed." => "Mié.",
"Thu." => "Jue.",
"Fri." => "Vie.",
"Sat." => "Sáb.",
"Jan." => "Ene.",
"Feb." => "Feb.",
"Mar." => "Mar.",
"Apr." => "Abr.",
"May." => "May.",
"Jun." => "Jun.",
"Jul." => "Jul.",
"Aug." => "Ago.",
"Sep." => "Sep.",
"Oct." => "Oct.",
"Nov." => "Nov.",
"Dec." => "Dic.",
"Choose active calendars" => "Elige los calendarios activos",
"CalDav Link" => "Enlace a CalDav",
"Download" => "Descargar",
"Edit" => "Editar",
"Delete" => "Eliminar",
"New calendar" => "Nuevo calendario",
"Edit calendar" => "Editar calendario",
"Displayname" => "Nombre",
"Active" => "Activo",
"Calendar color" => "Color del calendario",
"Save" => "Guardar",
"Submit" => "Guardar",
"Cancel" => "Cancelar",
"Edit an event" => "Editar un evento",
"Export" => "Exportar",
"Title of the Event" => "Título del evento",
"Category" => "Categoría",
"Select category" => "Seleccionar categoría",
"All Day Event" => "Todo el día",
"From" => "Desde",
"To" => "Hasta",
"Advanced options" => "Opciones avanzadas",
"Repeat" => "Repetir",
"Advanced" => "Avanzado",
"Select weekdays" => "Seleccionar días de la semana",
"Select days" => "Seleccionar días",
"and the events day of year." => "y el día del año de los eventos.",
"and the events day of month." => "y el día del mes de los eventos.",
"Select months" => "Seleccionar meses",
"Select weeks" => "Seleccionar semanas",
"and the events week of year." => "y la semana del año de los eventos.",
"Interval" => "Intervalo",
"End" => "Fin",
"occurrences" => "ocurrencias",
"Location" => "Lugar",
"Location of the Event" => "Lugar del Evento",
"Description" => "Descripción",
"Description of the Event" => "Descripción del evento",
"Import a calendar file" => "Importar un archivo de calendario",
"Please choose the calendar" => "Elija el calendario",
"create a new calendar" => "Crear un nuevo calendario",
"Name of new calendar" => "Nombre del nuevo calendario",
"Import" => "Importar",
"Importing calendar" => "Importando calendario",
"Calendar imported successfully" => "Calendario importado exitosamente",
"Close Dialog" => "Cerrar diálogo",
"Create a new event" => "Crear un nuevo evento",
"Timezone" => "Zona horaria",
"Check always for changes of the timezone" => "Comprobar siempre por cambios en la zona horaria",
"Timeformat" => "Formato de hora",
"24h" => "24h",
"12h" => "12h",
"Calendar CalDAV syncing address:" => "Dirección de sincronización de calendario CalDAV:"
);
|