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/sv-SE.php

<?php
/** 
 *	iCagenda Globalization sv-SE (SWEDISH)
 *----------------------------------------------------------------------------
 * @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 = '1996-04-22';
			$datevalue_1 = 'Y - m - d';

			$dateglobalize_2 = 'den 22 april 1996';
			$datevalue_2 = 'den _ j _ F _ Y';

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

			$dateglobalize_4 = 'den 22 april';
			$datevalue_4 = 'den _ j _ F';

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

			$dateglobalize_7 = 'måndag, den 22 april 1996';
			$datevalue_7 = 'l , _ den _ j _ F _ Y';

			$dateglobalize_8 = 'måndag, den 22 april';
			$datevalue_8 = 'l , _ den _ j _ F';

			$dateglobalize_11 = 'må, 22 apr 1996';
			$datevalue_11 = 'D , _ j _ M _ Y';

			$dateglobalize_12 = 'må, 22 apr';
			$datevalue_12 = 'D , _ j _ M';

			
			$dmy_text_5 = '22␣april␣1996';
			$dmy_text_6 = '22␣apr␣1996';
			
			$mdy_text_5 = 'april␣22␣1996';
			$mdy_text_6 = 'apr␣22␣1996';
			
			$ymd_text_5 = '1996␣april␣22';
			$ymd_text_6 = '1996␣apr␣22';