Replace line 65 of content.php which is
<span><?php _e('Category:','themonic'); ?> <?php the_category(' '); ?></span> <span><?php the_tags(); ?></span>
with
<?php if ( !is_home() ) : ?>
<span><?php _e('Category:','themonic'); ?> <?php the_category(' '); ?></span> <span><?php the_tags(); ?></span>
<?php endif;?>
2) The word ‘search’ is provided by WordPress widget itself and not by theme, if you are using WordPress in your language it will translate out of the box. Refer the language folder in theme folder for translating theme. If any other word is missing, wait for the update which is already uploaded but waiting to become live by mods.