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/es-ES.php

<?php
/** 
 *	iCagenda Globalization es-ES (SPANISH)
 *----------------------------------------------------------------------------
 * @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 = 'd _ de _ F _ de _ Y';

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

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

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

			$dateglobalize_7 = 'Lunes, 22 de Abril de 1996';
			$datevalue_7 = 'l , _ d _ de _ F _ de _ Y';

			$dateglobalize_8 = 'Lunes, 22 de Abril';
			$datevalue_8 = 'l , _ d _ de _ F';

			$dateglobalize_11 = 'Lun, 22 de Abr de 1996';
			$datevalue_11 = 'D , _ d _ de _ M _ de _ Y';

			$dateglobalize_12 = 'Lun, 22 de Abr';
			$datevalue_12 = 'D , _ d _ 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';