| 
<?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
 (
 'Welcome' => 'Welcome to The Online Party Game!',
 'Game' => 'Game',
 'Search a Game' => 'Search a Game',
 'Search by Category: "%0%" Game' => 'Search by Category: "%0%" Game(s)',
 'Search a Game in %0% Category' => 'Search a Game in  %0% Category',
 'Score: %0% - Votes: %1%' => 'Score: %0% - Votes: %1%',
 'Add a Game' => 'Add a Game',
 'Update the Game' => 'Update the Game',
 'You have already voted' => 'You have already voted!',
 'Vote' => 'Vote',
 'Votes' => 'Votes',
 'Score: %0% - %2%: %1%' => 'Score: %0% - %2%: %1%',
 'keywords_data' => 'search,game,free,flash,game site,flash game,games,gaming,online game',
 'Search' => 'Search',
 'Categories' => 'Categories',
 'Top Popular' => 'Top Popular',
 'Top Rated' => 'Top Rated',
 'Newest' => 'The Newest',
 'Edit' => 'Edit',
 'Are you sure to delete this game?' => 'Are you sure to delete this game?',
 'Delete' => 'Delete',
 'Download Game' => 'Download this Game',
 '%0% was played %1% and download %2%' => '%0% was played %1% and download %2%.',
 'The game has been successfully added' => 'The game has been successfully added!',
 'Wrong Image Format' => "Image format is incorrect!",
 'Impossible to upload the game. Please check if the folder %0% has write permission' => 'Impossible to upload the game. Please check if the folder %0% has write permission (CHMOD 0755)',
 'The game has been successfully updated' => 'The game has been successfully updated',
 'Enter Name, Description, Keyword or ID of a Game' => 'Enter Name, Description, Keyword or ID of a Game',
 'Browse By' => 'Browse By:',
 'Title' => 'Title',
 'Popular' => 'Popular',
 'Rated' => 'Rated',
 'Downloaded' => 'Downloaded',
 'Direction' => 'Direction:',
 'Ascending' => 'Ascending',
 'Descending' => 'Descending',
 'Category Name' => 'Name of the Category:',
 'Game Name' => 'Name of the Game:',
 'Game Title' => 'Title of the Game:',
 'Description' => 'Description:',
 'Keywords' => 'Keywords:',
 'Update the Game' => 'Update the Game',
 'Share this Game' => 'Share this Game',
 'Embed Code' => 'Embed Code',
 'Game Thumbnail' => 'Thumbnail of the Game:',
 'Game File' => 'File of the Game:',
 'Add a new Game' => 'Add a new Game',
 'There are currently no games installed. Please install some before to continue' => 'There are currently no games installed. Please install some before to continue.',
 'Unable to load data! Please check that the reading ID is correct' => 'Unable to load data! Please check that the reading ID is correct.',
 );
 
 |