diff options
author | rub <rub@piwigo.org> | 2008-03-09 07:53:02 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-03-09 07:53:02 +0000 |
commit | e834737e848c7328638a9080868cf92541b656a9 (patch) | |
tree | a638d353c2be763991079923819970473af89f41 /language/nl_NL/common.lang.php | |
parent | 6e5f8631e394d4b3950ca619232790cc8a881e3a (diff) |
Resolved issue 0000807: New slideshow features
change icon actions
git-svn-id: http://piwigo.org/svn/trunk@2270 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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'; |