diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-23 20:38:19 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-23 20:38:19 +0200 |
commit | 6e46bd73733e9b7168ba08f8d8edfcf5a92ead60 (patch) | |
tree | 89ed67fd02710a9dcfc314b3ab8ab72d1dc41b92 /apps/calendar/l10n/es.php | |
parent | aa4aa40b57a46d680d636956b2b7d1aa708162e9 (diff) | |
download | nextcloud-server-6e46bd73733e9b7168ba08f8d8edfcf5a92ead60.tar.gz nextcloud-server-6e46bd73733e9b7168ba08f8d8edfcf5a92ead60.zip |
integrated and updated calendar translations
Diffstat (limited to 'apps/calendar/l10n/es.php')
-rw-r--r-- | apps/calendar/l10n/es.php | 87 |
1 files changed, 51 insertions, 36 deletions
diff --git a/apps/calendar/l10n/es.php b/apps/calendar/l10n/es.php index f20230fe17f..75650ee14fb 100644 --- a/apps/calendar/l10n/es.php +++ b/apps/calendar/l10n/es.php @@ -1,35 +1,30 @@ <?php $TRANSLATIONS = array( +"Authentication error" => "Error de autentificación", +"Timezone changed" => "Zona horaria cambiada", +"Invalid request" => "Petición no válida", "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", +"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", -"CW" => "Semana", -"CWs" => "Semanas", -"Sun." => "Do.", -"Mon." => "Lu.", -"Tue." => "Ma.", -"Wed." => "Mi.", -"Thu." => "Ju.", -"Fri." => "Vi.", -"Sat." => "Sá.", +"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", @@ -41,28 +36,48 @@ "September" => "Septiembre", "October" => "Octubre", "November" => "Noviembre", -"December" => "Deciembre", +"December" => "Diciembre", "Jan." => "Ene.", "Feb." => "Feb.", -"Mar." => "Mär.", +"Mar." => "Mar.", "Apr." => "Abr.", -"May" => "May.", "Jun." => "Jun.", "Jul." => "Jul.", "Aug." => "Ago.", "Sep." => "Sep.", "Oct." => "Oct.", "Nov." => "Nov.", -"Dec." => "Dec.", -"Day" => "Día", +"Dec." => "Dic.", "Week" => "Semana", "Weeks" => "Semanas", +"Day" => "Día", "Month" => "Mes", -"Listview" => "Lista", "Today" => "Hoy", "Calendars" => "Calendarios", "Time" => "Hora", -"All day" => "todo el día", -"" => "" +"There was a fail, while parsing the file." => "Hubo un fallo al analizar el archivo.", +"Choose active calendars" => "Elige los calendarios activos", +"Download" => "Descargar", +"Edit" => "Editar", +"Edit calendar" => "Editar calendario", +"Displayname" => "Nombre", +"Active" => "Activo", +"Description" => "Descripción", +"Calendar color" => "Color del calendario", +"Submit" => "Guardar", +"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", +"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" ); -?>
\ No newline at end of file |