diff options
Diffstat (limited to 'language/es_ES/common.lang.php')
-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 13917e3ac..8330ce9c3 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -28,7 +28,7 @@ $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'es'; $lang_info['zero_plural'] = false; -$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (noté %d fois, écart type = %.2f)'; +$lang['%.2f (rated %d times)'] = '%.2f (noté %d fois)'; $lang['%d Kb'] = '%d Ko'; $lang['%d category updated'] = '%d Categoría actualizada'; $lang['%d categories updated'] = '%d Actualización categorías'; @@ -389,4 +389,4 @@ $lang['This author modified following comment:'] = 'Este autor modificó el come $lang['This author removed the comment with id %d'] = 'Este autor suprimió el comentario sustentador al que él identificaba %d'; $lang['validate this comment'] = 'Validar este comentario'; -?>
\ No newline at end of file +?> |