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/pt-PT.php

<?php
/** 
 *	iCagenda Globalization pt-PT (PORTUGUESE)
 *----------------------------------------------------------------------------
 * @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 = 'd - m - Y';

			$dateglobalize_2 = '22 de abril de 1996';
			$datevalue_2 = 'j _ de _ F _ de _ Y';

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

			$dateglobalize_4 = '22 de abril';
			$datevalue_4 = 'j _ de _ F';

			$dateglobalize_6 = 'abril de 1996';
			$datevalue_6 = 'F _ de _ Y';

			$dateglobalize_7 = 'segunda, 22 de abril de 1996';
			$datevalue_7 = 'l , _ j _ de _ F _ de _ Y';

			$dateglobalize_8 = 'segunda, 22 de abril';
			$datevalue_8 = 'l , _ j _ de _ F';

			$dateglobalize_11 = 'Seg., 22 de Abr. de 1996';
			$datevalue_11 = 'D , _ j _ de _ M _ de _ Y';

			$dateglobalize_12 = 'Seg., 22 de Abr.';
			$datevalue_12 = 'D , _ j _ de _ M';

			
			$dmy_text_5 = '22␣abril␣1996';
			$dmy_text_6 = '22␣Abr.␣1996';
			
			$mdy_text_5 = 'abril␣22␣1996';
			$mdy_text_6 = 'Abr.␣22␣1996';
			
			$ymd_text_5 = '1996␣abril␣22';
			$ymd_text_6 = '1996␣Abr.␣22';