<?php /* PHPalm - Calendar * Tranlation into : Spanish * 02/12/2005 * Author : Rémy Salettes * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation. */ $monday = 'Lunes'; $tuesday = 'Martes'; $wednesday = 'Miércoles'; $thursday = 'Jueves'; $friday = 'Viernes'; $saturday = 'Sábado'; $sunday = 'Domingo'; $january = 'Enero'; $february = 'Febrero'; $march = 'Marzo'; $april = 'Abril'; $may = 'Mayo'; $june = 'Junio'; $july = 'Julio'; $august = 'Agosto'; $september = 'Septembre'; $october = 'Octubre'; $november = 'Noviembre'; $december = 'Diciembre'; ?>