spanish language pack

master
Georg Ehrke 2011-08-20 16:02:44 +02:00
parent 210734da42
commit a9a0f17510
1 changed files with 68 additions and 0 deletions

68
l10n/es.php Normal file
View File

@ -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",
"" => ""
);
?>