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: f20230fe17f9f8bd9724fac649c04fd0acc9f1e0 (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
<?php $TRANSLATIONS = array(
"Calendar" => "Calendario",
"Location" => "Lugar",
"Category" => "Categoría",
"Create a new event" => "Crea un plazo",
"Title of the Event" => "Título del plazo",
"Location of the Event" => "Lugar del plazo",
"All Day Event" => "todo el día",
"From" => "Desde",
"To" => "Hasta",
"Repeat" => "Repetición",
"Attendees" => "Participante",
"Description" => "Descripción",
"Submit" => "Guarda",
"Reset" => "Repone",
"Title" => "Título",
"Sunday" => "Domingo",
"Monday" => "Lunes",
"Tuesday" => "Martes",
"Wednesday" =>  "Miércoles",
"Thursday" =>  "Jueves",
"Friday" =>  "Viernes",
"Saturday" =>  "Sábado",
"CW" => "Semana",
"CWs" => "Semanas",
"Sun." => "Do.",
"Mon." => "Lu.",
"Tue." => "Ma.",
"Wed." => "Mi.",
"Thu." => "Ju.",
"Fri." => "Vi.",
"Sat." => "Sá.",
"January" => "Enero",
"February" => "Febrero",
"March" => "Marzo",
"April" => "Abril",
"May" => "Mayo",
"June" => "Junio",
"July" => "Julio",
"August" => "Agosto",
"September" => "Septiembre",
"October" => "Octubre",
"November" => "Noviembre",
"December" => "Deciembre",
"Jan." => "Ene.",
"Feb." => "Feb.",
"Mar." => "Mär.",
"Apr." => "Abr.",
"May" => "May.",
"Jun." => "Jun.",
"Jul." => "Jul.",
"Aug." => "Ago.",
"Sep." => "Sep.",
"Oct." => "Oct.",
"Nov." => "Nov.",
"Dec." => "Dec.",
"Day" => "Día",
"Week" => "Semana",
"Weeks" => "Semanas",
"Month" => "Mes",
"Listview" => "Lista",
"Today" => "Hoy",
"Calendars" => "Calendarios",
"Time" => "Hora",
"All day" => "todo el día",
"" => ""
);
?>