]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/lang.php
[BUGFIX] run session_start before outputing any html
[jirafeau_project.git] / lib / lang.php
index 4c5bce267e9fb6b76415f0bdd21986ab9961f5b8..71bfbf08f05574ae5acbab705ab2e1f2d5b081ff 100644 (file)
@@ -28,9 +28,13 @@ $languages_list = array('auto' => 'Automatic',
                          'fr'   => 'Français',
                          'it'   => 'Italiano',
                          'nl'   => 'Nederlands',
+                         'pl'   => 'Polszczyzna',
+                         'pt'   => 'português',
+                         'pt_BR'   => 'português (Brasil)',
                          'ro'   => 'Limba română',
                          'ru'   => 'ру́сский',
                          'sk'   => 'Slovenčina',
+                         'tr'   => 'Türkçe',
                          'zh'   => '汉语');
 
 /* Translation */

patrick-canterino.de