Hi Aparicio,
If you have done everything right then open your wp-config.php file which is located in the root install-directory and paste this code.
define( ‘WPLANG’, ‘es_ES’ ); // for spanish language
After adding this code Goto Dashboard-> settings-> Reading-> Site Language and select your language and click on Save Changes
You file must be es_ES.po and es_ES.mo for espanish language. This “Leave a Reply” is from default wordpress. The .po and .mo file translate only the language which is in string not the wordpress default value. You can change the wordpress default value by selecting it in your language from Dashboard-> settings-> Reading-> Site Language
Thank you!