<?php /* PHPalm - Calendar * Tranlation into : English * 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 = 'Monday'; $tuesday = 'Tuesday'; $wednesday = 'Wednesday'; $thursday = 'Thursday'; $friday = 'Friday'; $saturday = 'Saturday'; $sunday = 'Sunday'; $january = 'January'; $february = 'February'; $march = 'March'; $april = 'April'; $may = 'May'; $june = 'June'; $july = 'July'; $august = 'August'; $september = 'September'; $october = 'October'; $november = 'November'; $december = 'December'; ?>