]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/lang.php
Enable Russian translation
[jirafeau_project.git] / lib / lang.php
index 79e32d2fc7f4908528f9e7b8498a884992f9c856..c193af4e400bf38a2bb9747d2b1b6e1f5b29f8b0 100644 (file)
@@ -21,13 +21,16 @@ 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
+                         'ru'   => 'ру́сский язы́к',\r
+                         'sk'   => 'Slovenčina',\r
+                         'zh'   => '汉语');\r
 \r
 /* Translation */\r
 function t ($text)\r

patrick-canterino.de