diff options
Diffstat (limited to 'language/es_ES/common.lang.php')
-rw-r--r-- | language/es_ES/common.lang.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index 267e0be9c..99d1ac42d 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -349,12 +349,12 @@ $lang['reg_err_mail_address_dbl'] = 'Un utilizador ya utiliza esta dirección e- $lang['Category results for'] = 'Los resultados de las categorÃas para'; $lang['Tag results for'] = 'Los resultados de los tags para'; $lang['from %s to %s'] = 'de %s a %s'; -/* TODO */ $lang['start_play'] = 'Play of slideshow'; -/* 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'] = 'Reduce diaporama speed'; -/* TODO */ $lang['dec_period'] = 'Accelerate diaporama speed'; +$lang['start_play'] = 'Lectura del diaporama'; +$lang['stop_play'] = 'Pausa del diaporama'; +$lang['start_repeat'] = 'Repetir el diaporama'; +$lang['stop_repeat'] = 'No repetir el diaporama '; +$lang['inc_period'] = 'Disminuir la velocidad del diaporama'; +$lang['dec_period'] = 'Acelerar la velocidad del diaporama'; $lang['Submit'] = 'Validar'; $lang['Yes'] = 'Si'; $lang['No'] = 'No'; |