PHP Classes

File: Script/_server/inc/lang_list.inc.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   H2OGame PHP Game Engine   Script/_server/inc/lang_list.inc.php   Download  
File: Script/_server/inc/lang_list.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: H2OGame PHP Game Engine
Application to manage an online games platform
Author: By
Last change:
Date: 2 years ago
Size: 1,027 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');

return array(
   
'en' => 'English',
   
'fr' => 'Français',
   
'de' => 'Deutsch',
   
'nl' => 'Dutch',
   
'es' => 'Español',
   
'it' => 'Italiano',
   
'pt' => 'Português',
   
'pt' => 'Português',
   
'ru' => '???????',
   
'sa' => '???????',
   
'he' => '????????',
   
'jp' => '???',
   
'cn' => '????',
   
'cn' => '?? ??',
   
'tr' => 'Türkçe',
   
'dk' => 'Dansk',
   
'no' => 'Norsk',
   
'cz' => '?eskı',
   
'bn' => '?????',
   
'ro' => 'Român?',
   
'pl' => 'Polski',
   
'ba' => 'Bosanski',
   
'hr' => 'Hrvatski',
   
'rs' => 'Srpski',
   
'si' => 'Slovenski',
   
'sw' => 'Kiswahili',
   
'hu' => 'Magyar'
);