it is a wordpress search widget.
if you use widget, you should be able to change the text in widget title.
if not open sidebar.php and look for this line
<?php _e('Search',TEMPLATE_DOMAIN); ?>
It is changed in sidebar.php, I dont see any other posible place where to translate it, that was the first place where I tried to do something.
i think that’s under wordpress core element, check
http://codex.wordpress.org/Translating_WordPress
I was searching and searching… and found it in the file wp-includes/general-template.php
For the others, who have the same problem. 🙂