Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es.php « l10n « calendar « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d2d1d377efcf791b4c125403886384f0f1c4d00 (plain)
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
<?php $TRANSLATIONS = array(
"Authentication error" => "Error de autentificación",
"Wrong calendar" => "Calendario incorrecto",
"Timezone changed" => "Zona horaria cambiada",
"Invalid request" => "Petición no válida",
"Calendar" => "Calendario",
"Birthday" => "Cumpleaños",
"Business" => "Negocios",
"Clients" => "Clientes",
"Holidays" => "Feriados",
"Ideas" => "Ideas",
"Journey" => "Viaje",
"Jubilee" => "Aniversario",
"Meeting" => "Reunión",
"Other" => "Otro",
"Personal" => "Personal",
"Projects" => "Projectos",
"Questions" => "Preguntas",
"Work" => "Trabajo",
"Does not repeat" => "No se repite",
"Daily" => "Diariamente",
"Weekly" => "Semanalmente",
"Every Weekday" => "Una vez a la semana",
"Bi-Weekly" => "Dos veces a la semana",
"Monthly" => "Mensualmente",
"Yearly" => "Anualmente",
"All day" => "Todo el día",
"Sunday" => "Domingo",
"Monday" => "Lunes",
"Tuesday" => "Martes",
"Wednesday" => "Miércoles",
"Thursday" => "Jueves",
"Friday" => "Viernes",
"Saturday" => "Sábado",
"Sun." => "Dom.",
"Mon." => "Lun.",
"Tue." => "Mar.",
"Wed." => "Mie.",
"Thu." => "Jue.",
"Fri." => "Vie.",
"Sat." => "Sáb.",
"January" => "Enero",
"February" => "Febrero",
"March" => "Marzo",
"April" => "Abril",
"May" => "Mayo",
"June" => "Junio",
"July" => "Julio",
"August" => "Agosto",
"September" => "Septiembre",
"October" => "Octubre",
"November" => "Noviembre",
"December" => "Diciembre",
"Jan." => "Ene.",
"Feb." => "Feb.",
"Mar." => "Mar.",
"Apr." => "Abr.",
"Jun." => "Jun.",
"Jul." => "Jul.",
"Aug." => "Ago.",
"Sep." => "Sep.",
"Oct." => "Oct.",
"Nov." => "Nov.",
"Dec." => "Dic.",
"Week" => "Semana",
"Weeks" => "Semanas",
"Day" => "Día",
"Month" => "Mes",
"List" => "Lista",
"Today" => "Hoy",
"Calendars" => "Calendarios",
"Time" => "Hora",
"There was a fail, while parsing the file." => "Hubo un fallo al analizar el archivo.",
"Choose active calendars" => "Elige los calendarios activos",
"New Calendar" => "Nuevo calendario",
"Download" => "Descargar",
"Edit" => "Editar",
"New calendar" => "Nuevo calendario",
"Edit calendar" => "Editar calendario",
"Displayname" => "Nombre",
"Active" => "Activo",
"Description" => "Descripción",
"Calendar color" => "Color del calendario",
"Save" => "Guardar",
"Submit" => "Guardar",
"Cancel" => "Cancelar",
"Edit an event" => "Editar un evento",
"Title" => "Título",
"Title of the Event" => "Título del evento",
"Location" => "Lugar",
"Location of the Event" => "Lugar del Evento",
"Category" => "Categoría",
"Select category" => "Seleccionar categoría",
"All Day Event" => "Todo el día",
"From" => "Desde",
"To" => "Hasta",
"Repeat" => "Repetir",
"Attendees" => "Asistentes",
"Description of the Event" => "Descripción del evento",
"Close" => "Cerrar",
"Create a new event" => "Crear un nuevo evento",
"Timezone" => "Zona horaria"
);