X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/85cfef4c98b0e8157d91ce1693a8a09c321721e2..abb1e0797efe2db4418ad60a8846f427167052dc:/lib/lang.php

diff --git a/lib/lang.php b/lib/lang.php
index 79e32d2..43bdf6c 100644
--- a/lib/lang.php
+++ b/lib/lang.php
@@ -21,13 +21,17 @@ global $languages_list;
 $languages_list = array ('auto' => 'Automatic',
                          'de'   => 'Deutsch',
                          'en'   => 'English',
+                         'el'   => 'Ελληνικά',
+                         'es'   => 'Español',
                          'hu'   => 'Magyar',
                          'fi'   => 'Suomi',
                          'fr'   => 'Français',
                          'it'   => 'Italiano',
                          'nl'   => 'Nederlands',
                          'ro'   => 'Limba română',
-                         'sk'   => 'Slovenčina');
+                         'ru'   => 'ру́сский',
+                         'sk'   => 'Slovenčina',
+                         'zh'   => '汉语');
 
 /* Translation */
 function t ($text)