From: jakubvrana Date: Fri, 9 May 2008 08:32:49 +0000 (+0000) Subject: New translations X-Git-Tag: v3.0.0~1112 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=a68c4094915a29d0675e1e6e883acab24e4869e2;p=adminer.git New translations git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@402 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/lang/nl.inc.php b/lang/nl.inc.php index 59dfd83b..c835dbee 100644 --- a/lang/nl.inc.php +++ b/lang/nl.inc.php @@ -155,6 +155,8 @@ $translations = array( 'all' => 'alle', 'Delete selected' => 'Geselecteerde verwijderen', 'Truncate table' => 'Tabel leegmaken', - 'Logged as: %s' => '', - 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => '', + 'Logged as: %s' => 'Aangemeld als: %s', + 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST-data is te groot. Verklein de hoeveelheid data of verhoog de "post_max_size" configuratie.', + 'Move up' => 'Omhoog', + 'Move down' => 'Omlaag', );