Hello Super User,
That was because the Greek language haven't translated to 100% yet (
https://opentranslators.transifex.com/projects/p/easyblog/language/el_GR/ ), so some of word will showing English language.
But you also can manually update it by your own, for example just you attached that image, find this word
"If you did not perform the above action, please click on the unsubscribe link below to cancel the subscription." from your English language file in editor(Notepad ++, Sublime, or etc), so the result is
"COM_EASYBLOG_NOTIFICATION_SUBSCRIBE_CONFIRMATION_NOTICE" ->
http://screencast.com/t/qnmv5dty
Go find this language string in your Greek language file
"COM_EASYBLOG_NOTIFICATION_SUBSCRIBE_CONFIRMATION_NOTICE" then translate it to Greek language.
COM_EASYBLOG_NOTIFICATION_SUBSCRIBE_CONFIRMATION_NOTICE="If you did not perform the above action, please click on the unsubscribe link below to cancel the subscription."
Hope this help.