X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/9161a13511c380965182346bacdf0ca2c29b0533..1fae977a2fe70e66b2543b73f482fd60558aedb3:/lib/lang.php diff --git a/lib/lang.php b/lib/lang.php index b1b6198..0aec1e4 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -21,8 +21,11 @@ $languages_list = array ('auto' => 'Automatic', 'de' => 'Deutsch', 'en' => 'English', + 'fi' => 'Suomi', 'fr' => 'Français', - 'it' => 'Italiano'); + 'it' => 'Italiano', + 'nl' => 'Nederlands', + 'ro' => 'Limba română'); /* Translation */ function t ($text)