diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-20 16:02:44 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-20 16:02:44 +0200 |
commit | fc4d31547b966e1da5950feadd72502f95c3cc7a (patch) | |
tree | d7fae30ed8e53bb8b818b7fbe611256351d7560a /apps/calendar/l10n | |
parent | 8e32cfbf1587198e755ce7e1a887f269169c05da (diff) | |
download | nextcloud-server-fc4d31547b966e1da5950feadd72502f95c3cc7a.tar.gz nextcloud-server-fc4d31547b966e1da5950feadd72502f95c3cc7a.zip |
spanish language pack
Diffstat (limited to 'apps/calendar/l10n')
-rw-r--r-- | apps/calendar/l10n/es.php | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/apps/calendar/l10n/es.php b/apps/calendar/l10n/es.php new file mode 100644 index 00000000000..f20230fe17f --- /dev/null +++ b/apps/calendar/l10n/es.php @@ -0,0 +1,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", +"" => "" +); +?>
\ No newline at end of file |