aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-18 16:28:12 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-18 16:28:12 +0000
commitc91e85da877b40c1857c0d900dff11257c3e436f (patch)
tree60d1cc18519366d57e658341b4be969b013b2d16
parent0ada72da940e0fe0b41b784e081751f990ca5c42 (diff)
h-source:added German
-rw-r--r--h-source/Application/Include/languages.php7
-rwxr-xr-xh-source/Public/Img/Famfamfam/de.pngbin0 -> 545 bytes
2 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(
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
--- /dev/null
+++ b/h-source/Public/Img/Famfamfam/de.png
Binary files differ