diff options
Diffstat (limited to 'language/nl_NL')
-rw-r--r-- | language/nl_NL/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php index 816b55387..5b46e4a3a 100644 --- a/language/nl_NL/common.lang.php +++ b/language/nl_NL/common.lang.php @@ -363,8 +363,8 @@ $lang['from %s to %s'] = 'van %s tot %s'; /* TODO */ $lang['stop_play'] = 'Pause of slideshow'; /* TODO */ $lang['start_repeat'] = 'Repeat the slideshow'; /* TODO */ $lang['stop_repeat'] = 'Not repeat the slideshow'; -/* TODO */ $lang['inc_period'] = 'Increase waiting between pictures'; -/* TODO */ $lang['dec_period'] = 'Decrease waiting between pictures'; +/* TODO */ $lang['inc_period'] = 'Reduce diaporama speed'; +/* TODO */ $lang['dec_period'] = 'Accelerate diaporama speed'; $lang['Submit'] = 'Bevestig'; $lang['Yes'] = 'Ja'; $lang['No'] = 'Nee'; |