diff options
Diffstat (limited to '')
-rw-r--r-- | language/es_ES/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
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'; |