translate( 'client/html', 'Dear %1$s %2$s %3$s' ); $addr = $this->extAddressItem; $string = sprintf( $msg, ( in_array( $addr->getSalutation(), $salutations ) ? $this->translate( 'client/html/code', $addr->getSalutation() ) : '' ), $addr->getFirstName(), $addr->getLastName() ); } catch( Exception $e ) { $string = $this->translate( 'client/html/email', 'Dear Sir or Madam' ); } ?> get( 'salutationBody' ); ?>