| // | | // +----------------------------------------------------------------------+// // $Id: de_AT.php 110339 2003-01-04 11:55:29Z mj $ require_once('I18N/Common/de.php'); class I18N_Common_de_AT extends I18N_Common_de { function I18N_Common_de_AT() { $this->months[0] = 'Jänner'; // is that right? its actually just for demo how to overwrite only one month } } ?>