It's impossible to translate the Pending Approval Email.
The texte of the email is in "ue_config.php".
The translation must be in "cbteamplugins_language.php"
But there is an error in "plugin.foundation.php" line 196.
The wrong code is
Code:
$returnText = $text; // not yet: CBTxt::T( $text );
The good code is
Code:
$returnText = CBTxt::T( $text );