PHP Classes

File: _server/app/modules/main/languages/en.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Spooky   _server/app/modules/main/languages/en.php   Download  
File: _server/app/modules/main/languages/en.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Spooky
System to manage content extensible using modules
Author: By
Last change:
Date: 23 hours ago
Size: 657 bytes
 

Contents

Class file image Download
<?php
/**
 * @author Pierre-Henry Soria <[email protected]>
 * @copyright (c) 2014, 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 Not Found!',
   
'Sorry, it is a Bad Request' => "Sorry, we weren't able to find the page you requested",
   
'Suggestions' => 'Suggestions, go on:',
   
'Main Page' => 'Main Page',
   
'Go back to the previous page' => 'Go back to the previous page',
);