Your IP : 216.73.216.61


Current Path : /home/wuectly/www/libraries/ic_library/globalize/culture/
Upload File :
Current File : /home/wuectly/www/libraries/ic_library/globalize/culture/cs-CZ.php

<?php
/** 
 *	iCagenda Globalization cs-CZ (CZECH)
 *----------------------------------------------------------------------------
 * @package     com_icagenda
 * @copyright	Copyright (C) 2013 JOOMLIC - All rights reserved.
 * @license     GNU General Public License version 3 or later; see LICENSE.txt
 * @author      Jooml!C - http://www.joomlic.com
 * 
 * @update		2013-04-25
 * @version		2.1.7
 *----------------------------------------------------------------------------
*/

// No direct access to this file
defined( '_JEXEC' ) or die( 'Restricted access' );

			$dateglobalize_1 = '22.04.1996';
			$datevalue_1 = 'j . n . Y';

			$dateglobalize_2 = '22. duben 1996';
			$datevalue_2 = 'j . _ F _ Y';

			$dateglobalize_3 = '22. dub 1996';
			$datevalue_3 = 'j . _ M _ Y';

			$dateglobalize_4 = '22 duben';
			$datevalue_4 = 'd _ F';

			$dateglobalize_6 = 'duben 1996';
			$datevalue_6 = 'F _ Y';

			$dateglobalize_7 = 'pondělí, 22. duben 1996';
			$datevalue_7 = 'l , _ j . _ F _ Y';

			$dateglobalize_8 = 'pondělí, 22 duben';
			$datevalue_8 = 'l , _ d _ F';

			$dateglobalize_11 = 'po, 22. dub 1996';
			$datevalue_11 = 'D , _ j . _ M _ Y';

			$dateglobalize_12 = 'po, 22 dub';
			$datevalue_12 = 'D , _ d _ M';

			
			$dmy_text_5 = '22␣duben␣1996';
			$dmy_text_6 = '22␣dub␣1996';
			
			$mdy_text_5 = 'duben␣22␣1996';
			$mdy_text_6 = 'dub␣22␣1996';
			
			$ymd_text_5 = '1996␣duben␣22';
			$ymd_text_6 = '1996␣dub␣22';