Hi,
For update the messages is need change the text in php files, but need too update the .po file where are the translation.
All stings into functions __(), _e() and _m() are string that will be translated and appear in .po files.
When code and po are updated the strings, you need generate the .mo file ( compiled .po )
You may need poedit for edit the .po files, and finally, the .po files are compiled into binary .mo files with msgfmt.
PS: theme.po only theme strings ./oc-content/themes/modern/ you only should need modify this file