diff options
Diffstat (limited to '')
-rw-r--r-- | language/nl_NL/admin.lang.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index 3b4fcdd2f..adf7e22e0 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -224,7 +224,6 @@ $lang['config'] = 'Configuratie'; $lang['confirm'] = 'bevestig'; $lang['Date'] = 'Datum'; $lang['delete category'] = 'verwijder categorie'; -$lang['description'] = 'omschrijving'; $lang['dissociate from category'] = 'verwijder link naar categorie'; $lang['dissociate from group'] = 'verwijder link naar groep'; $lang['edit category permissions'] = 'bewerk categorie rechten'; @@ -259,7 +258,6 @@ $lang['manage sub-categories'] = 'beheer sub-categorie'; $lang['manage'] = 'Beheren'; $lang['maximum height'] = 'maximale hoogte'; $lang['maximum width'] = 'maximale breedte'; -$lang['name'] = 'naam'; $lang['nbm_background_treatment_redirect_second'] = 'Executie tijd is om, treatment moet verder gaan [Verwachte tijd: %d seconden].'; $lang['nbm_background_treatment_redirect_seconds'] = 'Executie tijd is om, treatment moet verder gaan [Verwachte tijd: %d seconden].'; $lang['nbm_break_timeout_list_user'] = 'Verwachte tijd voor de gebruikerslijst voor een mailing is gelimiteerd. Andere gebruikers staan niet op de lijst.'; @@ -657,7 +655,7 @@ $lang['You are running the latest version of Piwigo.'] = 'Je hebt de laatste ver /* TODO */ $lang['GD library is missing'] = 'GD library is missing'; /* TODO */ $lang['conf_extents'] = 'Templates'; /* TODO */ $lang['extend_for_templates'] = 'Extend for templates'; -/* TODO */ $lang['Replacement of original templates'] = +/* TODO */ $lang['Replacement of original templates'] = 'Replacement of original templates by customized templates from template-extension subfolder'; /* TODO */ $lang['Replacers'] = 'Replacers (customized templates)'; /* TODO */ $lang['Original templates'] = 'Original templates'; @@ -665,4 +663,7 @@ $lang['You are running the latest version of Piwigo.'] = 'Je hebt de laatste ver /* TODO */ $lang['Templates recorded.'] = 'Templates configuration has been recorded.'; /* TODO */ $lang['Optimizations completed'] = 'All optimizations have been successfully completed.'; /* TODO */ $lang['Optimizations errors'] = 'Optimizations have been completed with some errors.'; +$lang['delete this comment'] = 'verwijder dit commentaar'; +$lang['link_info_image'] = 'Aanpassen informatie'; +$lang['edit category informations'] = 'bewerk categorie informatie'; ?>
\ No newline at end of file |