PHP Classes

File: it.php

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

Contents

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

/**
 * Days :: definitions
 *
 */
define("FIRST_DAY", "Domenica");
define("SECOND_DAY", "Lunedì");
define("THIRD_DAY", "Martedì");
define("FOURTH_DAY", "Mercoledì");
define("FIFTH_DAY", "Giovedì");
define("SIXTH_DAY", "Venerdì");
define("SEVENTH_DAY", "Sabato");


/**
 * Month :: definitions
 *
 */
define("FIRST_MONTH", "Gennaio");
define("SECOND_MONTH", "Febbraio");
define("THIRD_MONTH", "Marzo");
define("FOURTH_MONTH", "Aprile");
define("FIFTH_MONTH", "Maggio");
define("SIXTH_MONTH", "Giugno");
define("SEVENTH_MONTH", "Luglio");
define("EIGHTH_MONTH", "Agosto");
define("NINETH_MONTH", "Settembre");
define("TENTH_MONTH", "Ottobre");
define("ELEVENTH_MONTH", "Novembre");
define("TWELTH_MONTH", "Dicembre");
?>