For those of you who are using Atahualpa version 3.4.6 theme and your site also running WPML plugin, you have to modify the certain code in footer.php file inside your Atahualpa directory theme in order to translate the copyright text properly. Here is the simple modification that I have successfully done and you also need to do.
Open your /wp-content/themes/{youratahualpadirectorytheme}/footer.php file, and find this code:
78 | <?php echo bfa_footer($bfa_ata['footer_style_content']); ?> |
then replace with this following code:
78 79 | <?php // Modified by Masino Sinaga, April 29, 2010, in order to translate the copyright text ?> <?php echo bfa_footer(__($bfa_ata['footer_style_content'], 'atahualpa') ); ?> |
Save the changes, and refresh or reload your site. Now the copyright text in your footer site should be translated according to the selected language.

Hi.
I am new in wordpress blog. I have a blog with INove theme with own domain. I want to edit footer.
Pelase telllme how can i edit footer.php. where this file located.
@faisal
That footer.php file is located in your inove theme directory.