aboutsummaryrefslogtreecommitdiffstats
path: root/languages/spanish.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-27 03:52:00 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-27 03:52:00 +0000
commitdc6d8b40debc48b1aeddcd2afa6e50eef4a051c9 (patch)
tree007d546e76b53722684330fa7acbc1d39591d440 /languages/spanish.inc.php
parent82aca39c0a2b98f52a19ca49ab322cfb53fa5155 (diff)
downloadphpicalendar-dc6d8b40debc48b1aeddcd2afa6e50eef4a051c9.tar.gz
phpicalendar-dc6d8b40debc48b1aeddcd2afa6e50eef4a051c9.tar.bz2
phpicalendar-dc6d8b40debc48b1aeddcd2afa6e50eef4a051c9.zip
Added 0.8 translations to language files. Need translated.
Diffstat (limited to 'languages/spanish.inc.php')
-rw-r--r--languages/spanish.inc.php21
1 files changed, 17 insertions, 4 deletions
diff --git a/languages/spanish.inc.php b/languages/spanish.inc.php
index 2a50bba..ccac48f 100644
--- a/languages/spanish.inc.php
+++ b/languages/spanish.inc.php
@@ -1,7 +1,7 @@
<?php
// Spanish language include
-// For version 0.6 PHP iCalendar
+// For version 0.8 PHP iCalendar
//
// Translation by Javier Navarro from XIPS (jnavarro@xips.es)
@@ -22,9 +22,7 @@ $last_year_lang = "A&ntilde;o anterior";
$subscribe_lang = "Suscribir";
$download_lang = "Descargar";
$powered_by_lang = "Powered by";
-$version_lang = "0.6";
-
-// from here down, translate
+$version_lang = "0.8";
$event_lang = 'Evento';
$event_start_lang = 'Inicio';
$event_end_lang = 'Fin';
@@ -43,6 +41,21 @@ $goday_lang = 'Ir a Hoy';
$goweek_lang = 'Ir a Esta semana';
$gomonth_lang = 'Ir a Este Mes';
$goyear_lang = 'Ir a Este A&ntilde;o';
+$goprint_lang = 'Printer Friendly';
+$time_lang = 'Time';
+$summary_lang = 'Summary';
+$description_lang = 'Description';
+
+// RSS text for 0.8
+$this_site_is_lang = 'This site is';
+$no_events_day_lang = 'No events today.';
+$no_events_week_lang = 'No events this week.';
+$no_events_month_lang = 'No events this month.';
+$rss_day_date = 'g:i A'; // Lists just the time
+$rss_week_date = '%b %e'; // Lists just the day
+$rss_month_date = '%b %e'; // Lists just the day
+
+
$daysofweek_lang = array ('Domingo','Lunes','Martes','Mi&eacute;rcoles','Jueves','Viernes','S&aacute;bado');
$daysofweekshort_lang = array ('Dom','Lun','Mar','Mie','Jue','Vie','Sab');

© 2014-2024 Faster IT GmbH | imprint | privacy policy