function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('title', 'pageHeaderTitleType', 'intro', 'about', 'contactName', 'contactEmail'));
 }
 /**
  * Get the field names for which data can be localized
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('title', 'abstract', 'coverPageAltText', 'showCoverPage', 'hideCoverPageToc', 'hideCoverPageAbstract', 'originalFileName', 'fileName', 'width', 'height', 'discipline', 'subjectClass', 'subject', 'coverageGeo', 'coverageChron', 'coverageSample', 'type', 'sponsor', 'citations', 'copyrightHolder'));
 }
 /**
  * Get the list of localized field names for this object
  * @return array
  */
 function getLocaleFieldNames()
 {
     $announcementDao =& DAORegistry::getDAO('AnnouncementDAO');
     return parent::getLocaleFieldNames() + $announcementDao->getLocaleFieldNames();
 }