Dutch translation

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@308 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-08-07 12:48:37 +00:00
parent aa636bb817
commit 2ee863a9ab
2 changed files with 155 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ static $langs = array(
'en' => 'English',
'cs' => 'Čeština', // Jakub Vrána - http://php.vrana.cz
'sk' => 'Slovenčina', // Ivan Suchy - http://www.ivansuchy.com
'nl' => 'Nederlands', // Maarten Balliauw - http://blogs.balliauw.be/blogs/maarten/
);
function lang($idf, $number = null) {