]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/lang.php
add Greek language
[jirafeau_project.git] / lib / lang.php
index 79e32d2fc7f4908528f9e7b8498a884992f9c856..4271c7f0e0c700075fad029bee2b51804df99927 100644 (file)
@@ -21,13 +21,15 @@ global $languages_list;
 $languages_list = array ('auto' => 'Automatic',\r
                          'de'   => 'Deutsch',\r
                          'en'   => 'English',\r
+                         'el'   => 'Ελληνικά',\r
                          'hu'   => 'Magyar',\r
                          'fi'   => 'Suomi',\r
                          'fr'   => 'Français',\r
                          'it'   => 'Italiano',\r
                          'nl'   => 'Nederlands',\r
                          'ro'   => 'Limba română',\r
-                         'sk'   => 'Slovenčina');\r
+                         'sk'   => 'Slovenčina',\r
+                         'zh'   => '汉语');\r
 \r
 /* Translation */\r
 function t ($text)\r

patrick-canterino.de