aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/nl/conf.php')
-rw-r--r--app/i18n/nl/conf.php16
1 files changed, 12 insertions, 4 deletions
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php
index ec219d051..22302ccc0 100644
--- a/app/i18n/nl/conf.php
+++ b/app/i18n/nl/conf.php
@@ -1,15 +1,23 @@
<?php
-/* Dutch translation by Wanabo. http://www.nieuwskop.be */
+
return array(
'archiving' => array(
'_' => 'Archivering',
- 'advanced' => 'Geavanceerd',
'delete_after' => 'Verwijder artikelen na',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Meer opties zijn beschikbaar in de persoonlijke stroom instellingen',
- 'keep_history_by_feed' => 'Minimum aantal te behouden artikelen in de feed',
- 'optimize' => 'Optimaliseer database',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Minimum aantal te behouden artikelen in de feed',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
+ 'optimize' => 'Optimaliseer database', //TODO - Translation
'optimize_help' => 'Doe dit zo af en toe om de omvang van de database te verkleinen',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Schoon nu op',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Archivering',
'ttl' => 'Vernieuw niet automatisch meer dan',
),