diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php
index 247d5fdc7..0f5e6fec2 100644
--- a/language/nl_NL/admin.lang.php
+++ b/language/nl_NL/admin.lang.php
@@ -818,5 +818,18 @@ $lang['Piwigo Update'] = 'Piwigo Update';
$lang['Extensions Update'] = 'Uitbreidingen Update';
$lang['All extensions are up to date.'] = 'Alle uitbreidingen zijn bijgewerkt.';
$lang['Following plugins may not be compatible with the new version of Piwigo:'] = 'De volgende plugins zouden niet compatibel kunnen zijn met de nieuwe versie van Piwigo:';
+$lang['Add a criteria'] = 'Voeg een criterium toe';
+$lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = 'U kan geen standaard foto volgorde aanmaken, omdat u een aangepaste instelling in uw locale configuratie heeft.';
+$lang['You have specified $conf[\'order_by\'] in your local configuration file, this parameter in deprecated, please remove it or rename it into $conf[\'order_by_custom\'] !'] = 'U heeft $conf[\'order_by\'] in uw lokale configuratie bestand gespecificeerd. Deze parameter is verouderd, verwijder het of hernoem het naar $conf[\'order_by_custom\'] !';
+$lang['Following themes may not be compatible with the new version of Piwigo:'] = 'De volgende thema\'s zijn mogelijk niet compatibel met de nieuwe versie van Piwigo:';
+$lang['I decide to update anyway'] = 'Ik besluit om alsnog te updaten';
+$lang['Update to Piwigo %s'] = 'Update naar Piwigo %s';
+$lang['Two updates are available'] = 'Twee updates zijn beschikbaar';
+$lang['This is a minor update, with only bug corrections.'] = 'Dit is een kleine update, met alleen wat gerepareerde foutjes.';
+$lang['This is a major update, with new exciting features.'] = 'Dit is een grote update, met allerlei nieuwe mogelijkheden.';
+$lang['Some themes and plugins may be not available yet.'] = 'Sommige thema\'s en plugins zijn mogelijk nog niet beschikbaar.';
+$lang['You can update to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'U kunt gelijk naar Piwigo %s updaten, zonder eerst up te daten naar Piwigo %s (aanbevolen).';
+$lang['Save Template Directory'] = 'Sla sjabloon direcotry op';
+$lang['Dump Database'] = 'Dump Database';
?>
\ No newline at end of file