You last logged in (date) language
HI. in the welcome box there's: you last logged in at, the problem is the month names are in english, how can i translate them to my own language, can't be done in the po file.
sidebar.php:
<p class="last-login"><?php _e('You last logged in at:','appthemes'); ?> <?php appthemes_get_last_login($userdata->ID); ?></p>