First take backups so you dont fuck up your site!
You need to edit .php files, just check them all and find things like these:
<?php _e('Posted on',sa); ?> <?php the_time('d. M, Y'); ?> <?php _e('by',sa); ?> <?php the_author_posts_link(); ?> <?php _e('in',sa); ?>
and delete those lines.