1 2 3 4 5 6 7 8
<?php $pt = array ( 'profile' => 'Perfil', 'profile:notfound' => 'Desculpe. Não foi possível encontrar o perfil especificado.', ); add_translation("pt", $pt);