<?php

/**
 *
 * @copyright  2010 frasq.org
 * @version    1
 * @link       http://www.frasq.org
 */

global $strings;

$strings = array(
	array('title'				=> 'frasq.org',
	),
	'fr' => array(
		'description'			=> 'frasq.org : Apprenez comment écrire votre propre CMS en PHP.',
		'keywords'				=> 'PHP HTML CSS CMS MVC site web language programmation tutoriel manuel cours exemple',
		'home:title'			=> 'Accueil',
		'contact:title'			=> 'Nous contacter',
	),
	'en' => array(
		'description'			=> 'frasq.org : Learn how to write your own CMS in PHP.',
		'keywords'				=> 'PHP HTML CSS CMS MVC web site langage programming tutorial manual course example',
		'home:title'			=> 'Home',
		'contact:title'			=> 'Contact us',
	),
);
