Hey there Eservices,
Hope you’re well today!
Both previous/next and search placeholder text should be translatable and the easiest way to change them would be to use translation files. You can find more info on how to do that here: http://codex.wordpress.org/Translating_WordPress.
An alternative to that would be to make changes directly in the code. The files you’re looking for are loop-nav.php and searchform.php both located in the root folder of the theme. I strongly suggest not editing theme core files but rather making a copy in child theme and making the changes there.
Once you do that open loop-nav.php and go to lines 4 and 5 and change “Previous Post” in line 4 and “Next Post” in line 5, see screenshot http://screencast.com/t/cpS5hXmL.
As for the search text open searchform.php and replace “Search” in line 4 with the word of your choice http://screencast.com/t/0srViPMHl4.
Hope this helps 🙂
Best regards,
Bojan