X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/3074ed828fda241ca6e26f9f25bae7f4ce13aa56..0d42410243f361d3a55f26825c64b85cfe370655:/lib/lang.php?ds=sidebyside diff --git a/lib/lang.php b/lib/lang.php index 7938736..cc70b3d 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -21,7 +21,12 @@ $languages_list = array ('auto' => 'Automatic', 'de' => 'Deutsch', 'en' => 'English', - 'fr' => 'Français'); + 'fi' => 'Suomi', + 'fr' => 'Français', + 'it' => 'Italiano', + 'nl' => 'Nederlands', + 'ro' => 'Limba română', + 'sk' => 'Slovenčina'); /* Translation */ function t ($text)