diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-18 16:28:12 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-05-18 16:28:12 +0000 |
commit | c91e85da877b40c1857c0d900dff11257c3e436f (patch) | |
tree | 60d1cc18519366d57e658341b4be969b013b2d16 /h-source/Application/Include | |
parent | 0ada72da940e0fe0b41b784e081751f990ca5c42 (diff) |
h-source:added German
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/languages.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index abd043b..afd5c27 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -22,7 +22,7 @@ if (!defined('EG')) die('Direct access not allowed!'); class Lang { - public static $allowed = array('en','es','fr','it'); + public static $allowed = array('en','es','fr','it','de'); public static $current = 'en'; public static $complete = array( @@ -30,6 +30,7 @@ class Lang 'es' => 'es.png,Español', 'fr' => 'fr.png,Français', 'it' => 'it.png,Italiano', + 'de' => 'de.png,Deutsch', ); public static $i18n = array( @@ -541,6 +542,10 @@ class Lang "You can download all the h-node database in one unique xml file in order to parse its contents by means of some proper script (for example a Python or Perl or PHP script)" => "Vous pouvez téléchargez toute la base de donnée de h-node en un seul fichier XML pour pouvoir ensuite l'exploiter avec des scripts (Par exemple un script Python , Perl ou PHP)", "Download the h-node hardware database in xml format" => "Téléchargez la base de données matérielle de h-node au format XML", ), + 'de' => array + ( + + ) ); public static $singular = array( |