X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/88e724f1380e8cf1fb35567a65bb182a8d6df540..d98c495abf51c2581b2d8b1edfc09004f5defcde:/lib/lang.php?ds=inline diff --git a/lib/lang.php b/lib/lang.php index 3cbe2bd..0aec1e4 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -21,9 +21,11 @@ $languages_list = array ('auto' => 'Automatic', 'de' => 'Deutsch', 'en' => 'English', - 'fi' => 'Suomi' + 'fi' => 'Suomi', 'fr' => 'Français', - 'it' => 'Italiano'); + 'it' => 'Italiano', + 'nl' => 'Nederlands', + 'ro' => 'Limba română'); /* Translation */ function t ($text)