jQuery(function($){
	$.datepicker.regional['fr'] = {
		closeText: 'Fermer',
		prevText: '&#x3c;Préc',
		nextText: 'Suiv&#x3e;',
		currentText: 'Courant',
		monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
		'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
		monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
		'Jul','Aoû','Sep','Oct','Nov','Déc'],
		dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
		dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
		dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
		dateFormat: 'dd/mm/yy', firstDay: 1,
		isRTL: false};
	$.datepicker.setDefaults($.datepicker.regional['fr']);
});

var C_YOOCASA_LANG = 'en';
var C_YES = 'Yes';
var C_NO = 'No';
var C_CANCEL = 'Cancel';
var C_CONFIRMATION = 'Confirmation';

var C_WELCOME = 'Welcome to Yoocasa';
var C_LOADING = 'Loading...';
var C_GROWL_CONNECT = ' just got ';
var C_GROWL_JOIN_FAMILY = ' is now part of your family';
var C_GROWL_UNJOIN_FAMILY = ' won\'t appear in your personal space anymore';
var C_NO_CONTACT = 'We are a bit lonely, aren\'t we?<br />To fully enjoy Yoocasa, just <a href="applications/join/index.php" ajax="join" rel="ajax">click here</a> and invite the persons who are important for you.';
var C_SYNCH_ERROR = 'Reconnecting...';
var C_FIRST_TIME_MODAL = '<strong>Congratulationa and welcome in your personal space</strong><br />We wish you great moments with your family on Yoocasa!<br /><br />But, you first need to invite members to join your family. To do so, go to your family management page their names or email. You will then be able to invite them straightaway if they are Yoocasa members or with a simple email if they don\'t use Yoocasa yet.';
var C_VISIO_CLOSE_DIALOG_TITLE = 'Confirmation end of call';
var C_VISIO_CLOSE_DIALOG = 'Are you sure you want to hang up?';
var C_CHAT_IS_OFFLINE = ' isn\'t available, he will get your message when he\'s back.';
var C_DIALOG_SHARING_TITLE = 'Share?';
var C_DIALOG_SHARING = 'Do you want to share your existing content (photos, events...) with him?';
var C_DIALOG_POKE = 'I send to ';

var C_STATUS = new Array();
C_STATUS['offline'] = 'disconnected';
C_STATUS['online'] = 'connected';

var C_POKE = new Array();
C_POKE['emo1'] = 'flowers';
C_POKE['emo2'] = 'a kiss';
C_POKE['emo3'] = 'a smile';
C_POKE['emo4'] = 'angry eyes';
C_POKE['emo5'] = 'a fart';
C_POKE['emo6'] = 'a wink';
C_POKE['emo7'] = 'a tear';
C_POKE['emo8'] = 'a cookie';
C_POKE['emo9'] = 'a spell';
C_POKE['emo10'] = 'a hug';
