diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-08-22 01:12:31 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-08-22 01:12:31 +0000 |
commit | 707351a95cc6f0afa71d684b775bd24e50880ce4 (patch) | |
tree | 25b6b14ba74417720612733f72c7bee35dfb46ba /language/nl_NL/admin.lang.php | |
parent | 0b32dd4c0bd53092fed21a0262dce0ebbd2afb9f (diff) |
- language - removed 2 unnecessary keys from admin.lang
- language - moved some keys from common.lang to admin.lang
git-svn-id: http://piwigo.org/svn/trunk@2482 68402e56-0260-453c-a942-63ccdbb3a9ee
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 |