[Debconf6-data-commit] r281 - website/www-es

Luciano Bello luciano-guest at costa.debian.org
Sat Feb 4 16:30:57 UTC 2006


Author: luciano-guest
Date: 2006-02-04 16:30:56 +0000 (Sat, 04 Feb 2006)
New Revision: 281

Modified:
   website/www-es/top.html
Log:
latin waiting.. :P



Modified: website/www-es/top.html
===================================================================
--- website/www-es/top.html	2006-02-04 04:27:57 UTC (rev 280)
+++ website/www-es/top.html	2006-02-04 16:30:56 UTC (rev 281)
@@ -8,7 +8,7 @@
 		$datetill = Date::Manip::DateCalc("today","09:00 14th May, 2006",\$err,1);
 		$datetill =~ s/\+//;
 		@array = split(/:/,$datetill);
-		my $output = "Nos vemos en ";
+		my $output = "¡Nos vemos en ";
 		my @names = ('a&ntildeo','mese','semana','dia','hora','minuto','segundo');
 		my $i = 0;
 		my @array;
@@ -25,7 +25,7 @@
 		foreach $element(@array) {
 			$output .= $element;
 			$output .= ", " if ($i < ($elelength - 2));
-			$output .= " and " if ($i == ($elelength - 2) );
+			$output .= " y " if ($i == ($elelength - 2) );
 			$i++;
 		}
 		if ($output eq "See you in ") {




More information about the Debconf6-data-commit mailing list