<?php
/**
* @author Pierre-Henry Soria <ph7software@gmail.com>
* @copyright (c) 2014-2015, Pierre-Henry Soria. All Rights Reserved.
* @license See H2O.LICENSE.txt and H2O.COPYRIGHT.txt in the root directory.
* @link http://hizup.com
*/
namespace H2O;
defined('H2O') or exit('Access denied');
Registry::getInstance()->aCoreLang = array
(
'lang' => 'fr',
'charset' => 'utf-8',
'Powered by' => 'Propulsé par',
'Error occurred' => 'Oups ! Une erreur est survenue. Veuillez réessayer plus tard.',
'The following error was found' => "L'erreur suivante a été trouvée :",
'The following %0% errors were found' => 'Les %0% erreurs suivantes ont été trouvées :',
'Error: this %element% must contain %0% character(s) or more' => 'Erreur : %element% doit contenir %0% caractère(s) ou plus',
'Error: this %element% must contain %0% character(s) or less' => 'Erreur : %element% doit contenir %0% caractère(s) ou moins.',
'Please enter a string' => 'Veuillez entrer un chaîne de caractère.',
'Not Found' => 'Contenu non trouvé !',
'Privacy Policy' => 'Politique de confidentialité',
'About' => 'À propos',
'Contact' => 'Contact',
);
|