public function fieldLabels($relations = true)
 {
     return array_merge(parent::fieldLabels($relations), array('NotificationEmail' => _t('NotifyUsersWorkflowAction.NOTIFICATIONEMAIL', 'Notification Email'), 'NotificationNote' => _t('NotifyUsersWorkflowAction.NOTIFICATIONNOTE', 'All users attached to the workflow will be sent an email when this action is run.'), 'EmailSubject' => _t('NotifyUsersWorkflowAction.EMAILSUBJECT', 'Email subject'), 'EmailFrom' => _t('NotifyUsersWorkflowAction.EMAILFROM', 'Email from'), 'ListingTemplateID' => _t('NotifyUsersWorkflowAction.LISTING_TEMPLATE', 'Listing Template - Items will be the list of all actions in the workflow (synonym to Actions). ' . 'Also available will be all properties of the current Workflow Instance'), 'EmailTemplate' => _t('NotifyUsersWorkflowAction.EMAILTEMPLATE', 'Email template'), 'FormattingHelp' => _t('NotifyUsersWorkflowAction.FORMATTINGHELP', 'Formatting Help')));
 }
 public function fieldLabels($relations = true)
 {
     return array_merge(parent::fieldLabels($relations), array('AssignUsers' => _t('AssignUsersToWorkflowAction.ASSIGNUSERS', 'Assign Users'), 'Users' => _t('AssignUsersToWorkflowAction.USERS', 'Users'), 'Groups' => _t('AssignUsersToWorkflowAction.GROUPS', 'Groups'), 'AssignInitiator' => _t('AssignUsersToWorkflowAction.INITIATOR', 'Assign Initiator')));
 }