Hi,
wpforo Private Messages : plugin version 3.0.1
File wpforo-private-messages/includes/class-template.php : Line 210 is not translation ready.
It would be nice to modify this line for the next plugin version.
'You have %d new messages'
should be replaced with
__( 'You have %d new messages', 'wpforo_pm' )
Same for the second part on the same line ( 'You have %d new message' ).
Line 396 : Another translation code is missing
wpforo_phrase( 'last activity: %s', false )
should be replaced with
wpforo_phrase( __( 'last activity: %s', 'wpforo_pm' ), false )
thank you