PHP Classes

File: Script/_server/app/modules/main/languages/fr.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   H2OGame PHP Game Engine   Script/_server/app/modules/main/languages/fr.php   Download  
File: Script/_server/app/modules/main/languages/fr.php
Role: Example script
Content type: text/plain
Description: Example script
Class: H2OGame PHP Game Engine
Application to manage an online games platform
Author: By
Last change:
Date: 2 years ago
Size: 691 bytes
 

Contents

Class file image Download
<?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()->aLang = array
(
   
'Page Not Found' => 'Page non trouvée !',
   
'Sorry, it is a Bad Request' => 'Désolé, mais la page que vous cherchez est introuvable ou a été supprimé.',
   
'Suggestions' => 'Suggestions :',
   
'Main Page' => "Page d'accueil",
   
'Go back to the previous page' => 'Aller à la page précédente',
);