$_ => LJ::Lang::month_long_ml( $_ ) . " - " . sprintf( '%0.2d', $_ );
$_ => sprintf( '%s - %0.2d', $LJ::Lang::month_long_ml( $_ ), $_ )
If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
$_ => LJ::Lang::month_long_ml( $_ ) . " - " . sprintf( '%0.2d', $_ );
:)
Makes me want to consider
$_ => sprintf( '%s - %0.2d', $LJ::Lang::month_long_ml( $_ ), $_ )
.