diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 4 | ||||
-rw-r--r-- | language/es_ES/common.lang.php | 4 | ||||
-rw-r--r-- | language/fr_FR/common.lang.php | 4 | ||||
-rw-r--r-- | language/nl_NL/common.lang.php | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index b6cdb666b..b19db1e8b 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -363,8 +363,8 @@ $lang['start_play'] = 'Play of slideshow'; $lang['stop_play'] = 'Pause of slideshow'; $lang['start_repeat'] = 'Repeat the slideshow'; $lang['stop_repeat'] = 'Not repeat the slideshow'; -$lang['inc_period'] = 'Increase waiting between pictures'; -$lang['dec_period'] = 'Decrease waiting between pictures'; +$lang['inc_period'] = 'Reduce diaporama speed'; +$lang['dec_period'] = 'Accelerate diaporama speed'; $lang['Submit'] = 'Submit'; $lang['Yes'] = 'Yes'; $lang['No'] = 'No'; diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index 7daa903d7..c143b5903 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -363,8 +363,8 @@ $lang['from %s to %s'] = 'de %s a %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'] = 'Validar'; $lang['Yes'] = 'Si'; $lang['No'] = 'No'; diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index d207515bf..73dbbb92a 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -363,8 +363,8 @@ $lang['start_play'] = 'Lecture du diaporama'; $lang['stop_play'] = 'Pause du diaporama'; $lang['start_repeat'] = 'Répeter le diaporama'; $lang['stop_repeat'] = 'Ne pas répeter le diaporama'; -$lang['inc_period'] = 'Augmenter l\'attente entre les images'; -$lang['dec_period'] = 'Diminuer l\'attente entre les images'; +$lang['inc_period'] = 'Ralentir la vitesse du diaporama'; +$lang['dec_period'] = 'Accélerer la vitesse du diaporama'; $lang['Submit'] = 'Valider'; $lang['Yes'] = 'Oui'; $lang['No'] = 'Non'; 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'; |