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/nb-NO.php

<?php
/** 
 *	iCagenda Globalization nb-NO (NORWEGIAN)
 *----------------------------------------------------------------------------
 * @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-24
 * @version		2.1.7
 *----------------------------------------------------------------------------
*/

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

			$dateglobalize_1 = '22.04.1996';
			$datevalue_1 = 'd . m . Y';

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

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

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

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

			$dateglobalize_7 = 'mandag, 22. april 1996';
			$datevalue_7 = 'l , _ j . _ F _ Y';

			$dateglobalize_8 = 'mandag, 22. april';
			$datevalue_8 = 'l , _ j . _ F';

			$dateglobalize_11 = 'man, 22. apr 1996';
			$datevalue_11 = 'D , _ j . _ M _ Y';

			$dateglobalize_12 = 'man, 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';