From c91e85da877b40c1857c0d900dff11257c3e436f Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 18 May 2011 16:28:12 +0000 Subject: h-source:added German --- h-source/Application/Include/languages.php | 7 ++++++- h-source/Public/Img/Famfamfam/de.png | Bin 0 -> 545 bytes 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 h-source/Public/Img/Famfamfam/de.png 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( diff --git a/h-source/Public/Img/Famfamfam/de.png b/h-source/Public/Img/Famfamfam/de.png new file mode 100755 index 0000000..ac4a977 Binary files /dev/null and b/h-source/Public/Img/Famfamfam/de.png differ -- cgit v1.2.3