/**
  * @return array
  */
 public function fieldLabels($includerelations = true)
 {
     return array_merge(parent::fieldLabels($includerelations), array('ConnError' => _t('DrupalConnector.CONNERROR', 'Could not connect to the Drupal site:'), 'BaseUrl' => _t('DrupalConnector.WPBASEURL', 'Drupal Base URL'), 'Username' => _t('DrupalConnector.WPUSER', 'Drupal Username'), 'Password' => _t('DrupalConnector.WPPASS', 'Drupal Password')));
 }
 /**
  * @return array
  */
 public function fieldLabels($includerelations = true)
 {
     return array_merge(parent::fieldLabels(), array('ConnError' => _t('WordpresConnector.CONNERROR', 'Could not connect to the wordpress site:'), 'BaseUrl' => _t('WordpressConnector.WPBASEURL', 'Wordpress Base URL'), 'BlogId' => _t('WordpressConnector.BLOGID', 'Wordpress Blog ID'), 'Username' => _t('WordpressConnector.WPUSER', 'Wordpress Username'), 'Password' => _t('WordpressConnector.WPPASS', 'Wordpress Password')));
 }