PHP Classes

File: en.php

Recommend this page to a friend!
  Classes of Riccardo Brambilla   RCalendar   en.php   Download  
File: en.php
Role: Configuration script
Content type: text/plain
Description: EN - language file
Class: RCalendar
Display XHTML calendars of a given month
Author: By
Last change:
Date: 17 years ago
Size: 787 bytes
 

Contents

Class file image Download
<?php
/**
 * Language File :: EN ::
 */

/**
 * Days :: definitions
 *
 */
define("FIRST_DAY", "Sunday");
define("SECOND_DAY", "Monday");
define("THIRD_DAY", "Tuesday");
define("FOURTH_DAY", "Wednesday");
define("FIFTH_DAY", "Thursday");
define("SIXTH_DAY", "Friday");
define("SEVENTH_DAY", "Saturday");


/**
 * Month :: definitions
 *
 */
define("FIRST_MONTH", "January");
define("SECOND_MONTH", "February");
define("THIRD_MONTH", "March");
define("FOURTH_MONTH", "April");
define("FIFTH_MONTH", "May");
define("SIXTH_MONTH", "June");
define("SEVENTH_MONTH", "July");
define("EIGHTH_MONTH", "August");
define("NINETH_MONTH", "September");
define("TENTH_MONTH", "October");
define("ELEVENTH_MONTH", "November");
define("TWELTH_MONTH", "December");
?>