diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-01-03 19:29:30 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-01-03 19:29:30 +0000 |
commit | f9eccd5de8708f36a66d646fc2d968d99aa0d494 (patch) | |
tree | a222b0c1ee854faa93e6062e6b9b8a5b9ad4f55c | |
parent | adf538369e5f983b398c18f36b0ad5dc840dacd6 (diff) |
[trunk] - language - update nl_NL thanks to pauldaytona
git-svn-id: http://piwigo.org/svn/trunk@8457 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/nl_NL/admin.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index 5aaf6b65c..6bc4c51ac 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -789,4 +789,7 @@ $lang['Type here the title'] = 'Typ hier de titel'; $lang['remove creation date'] = 'verwijder aanmaakdatum'; $lang['with no album'] = 'zonder album'; $lang['with no tag'] = 'zonder tag'; +$lang['Exif extension not available, admin should disable exif use'] = 'Exif extensie is niet beschikbaar, de administrator moet exif gebruik uitsluiten'; +$lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'Het geuploade bestand is groter dan upload_max_filesize instelling in php.ini: %sB'; +$lang['include child albums'] = 'inclusief sub albums'; ?>
\ No newline at end of file |