/**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  *
  * @author Roland Lehmann <*****@*****.**>, Sebastian Diel <*****@*****.**>
  * @since 05.09.2012
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), array('TagsPerCloud' => _t('SilvercartSearchCloudWidget.TAGSPERCLOUD'), 'FontSizeCount' => _t('SilvercartSearchCloudWidget.FONTSIZECOUNT'), 'isContentView' => _t('SilvercartProductSliderWidget.IS_CONTENT_VIEW')));
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  *
  * @author Roland Lehmann <*****@*****.**>
  * @since 13.07.2012
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), array('numberOfProductsToShow' => _t('SilvercartTopsellerProductsWidget.STOREADMIN_FIELDLABEL')));
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  * 
  * @author Sascha Koehler <*****@*****.**>
  * @since 23.10.2012
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), SilvercartWidgetTools::fieldLabelsForProductSliderWidget($this), array('SilvercartProductGroupManufacturersWidgetLanguages' => _t('Silvercart.TRANSLATIONS')));
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  *
  * @author Roland Lehmann <*****@*****.**>,
  *         Sebastian Diel <*****@*****.**>
  * @since 01.07.2013
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), SilvercartWidgetTools::fieldLabelsForProductSliderWidget($this), array('SilvercartImageSliderWidgetLanguages' => _t('Silvercart.TRANSLATIONS'), 'FrontTitle' => _t('SilvercartWidget.FRONTTITLE'), 'FrontContent' => _t('SilvercartWidget.FRONTCONTENT'), 'Images' => _t('SilvercartImage.PLURALNAME'), 'SilvercartImageSliderImage' => _t('SilvercartImageSliderImage.PLURALNAME'), 'slideImages' => _t('SilvercartProductSliderWidget.CMS_SLIDERIMAGES'), 'Translations' => _t('SilvercartConfig.TRANSLATIONS')));
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  *
  * @author Roland Lehmann <*****@*****.**>
  * @since 13.07.2012
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), array());
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  *
  * @author Roland Lehmann <*****@*****.**>
  * @since 13.07.2012
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), array('startAtLevel' => _t('SilvercartSubNavigationWidget.STARTATLEVEL'), 'showSiblings' => _t('SilvercartSubNavigationWidget.SHOW_SIBLINGS'), 'SilvercartSubNavigationWidgetLanguages' => _t('Silvercart.TRANSLATIONS'), 'Title' => _t('SilvercartSubNavigationWidget.LABEL_TITLE')));
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  *
  * @author Roland Lehmann <*****@*****.**>,
  *         Sebastian Diel <*****@*****.**>
  * @since 13.09.2013
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), array('FrontTitle' => _t('WidgetSetWidget.FRONTTITLE'), 'FieldLabel' => _t('SilvercartProductGroupItemsWidget.STOREADMIN_FIELDLABEL'), 'levelsToShow' => _t('SilvercartProductGroupNavigationWidget.LEVELS_TO_SHOW'), 'ShowAllLevels' => _t('SilvercartProductGroupNavigationWidget.SHOW_ALL_LEVELS'), 'Title' => _t('SilvercartProductGroupNavigationWidget.TITLE'), 'CMSTitle' => _t('SilvercartProductGroupNavigationWidget.CMSTITLE'), 'Description' => _t('SilvercartProductGroupNavigationWidget.DESCRIPTION'), 'expandActiveSectionOnly' => _t('SilvercartProductGroupNavigationWidget.EXPAND_ACTIVE_SECTION_ONLY'), 'SilvercartProductGroupPageID' => _t('SilvercartProductGroupPage.SINGULARNAME'), 'SilvercartProductGroupNavigationWidgetLanguages' => _t('SilvercartProductGroupNavigationWidgetLanguage.PLURALNAME')));
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  *
  * @author Sebastian Diel <*****@*****.**>
  * @since 03.03.2014
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), array('SilvercartTextWidgetLanguages' => _t('SilvercartTextWidgetLanguage.PLURALNAME'), 'Headline' => _t('SilvercartTextWidget.HEADLINEFIELD_LABEL'), 'FreeText' => _t('SilvercartTextWidget.FREETEXTFIELD_LABEL'), 'isContentView' => _t('SilvercartTextWidget.IS_CONTENT_VIEW'), 'Content' => _t('Silvercart.CONTENT'), 'Translations' => _t('SilvercartConfig.TRANSLATIONS')));
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  *
  * @author Roland Lehmann <*****@*****.**>
  * @since 13.07.2012
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), array('ShowOnlyWhenFilled' => _t('SilvercartShoppingcartWidget.SHOWONLYWHENFILLED')));
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  * 
  * @author Sebastian Diel <*****@*****.**>
  * @since 03.03.2014
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), SilvercartWidgetTools::fieldLabelsForProductSliderWidget($this), array('SilvercartProductGroupPage' => _t('SilvercartProductGroupItemsWidget.STOREADMIN_FIELDLABEL'), 'SilvercartProductGroupPageDescription' => _t('SilvercartProductGroupItemsWidget.SilvercartProductGroupPageDescription'), 'useSelectionMethod' => _t('SilvercartProductGroupItemsWidget.USE_SELECTIONMETHOD'), 'SelectionMethodProductGroup' => _t('SilvercartProductGroupItemsWidget.SELECTIONMETHOD_PRODUCTGROUP'), 'SelectionMethodProducts' => _t('SilvercartProductGroupItemsWidget.SELECTIONMETHOD_PRODUCTS'), 'ProductGroupTab' => _t('SilvercartProductGroupItemsWidget.CMS_PRODUCTGROUPTABNAME'), 'SilvercartProductGroupItemsWidgetLanguages' => _t('SilvercartConfig.TRANSLATIONS'), 'SelectProductDescription' => _t("SilvercartProductGroupItemsWidget.SELECT_PRODUCT_DESCRIPTION"), 'SilvercartProducts' => _t('SilvercartProduct.PLURALNAME')));
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  * 
  * @author Sebastian Diel <*****@*****.**>
  * @since 27.03.2012
  */
 public function fieldLabels($includerelations = true)
 {
     return array_merge(parent::fieldLabels($includerelations), SilvercartWidgetTools::fieldLabelsForProductSliderWidget($this), array('SilvercartProductGroupPage' => _t('SilvercartProductGroupItemsWidget.STOREADMIN_FIELDLABEL'), 'useSelectionMethod' => _t('SilvercartProductGroupItemsWidget.USE_SELECTIONMETHOD'), 'SelectionMethodProductGroup' => _t('SilvercartProductGroupItemsWidget.SELECTIONMETHOD_PRODUCTGROUP'), 'SelectionMethodProducts' => _t('SilvercartProductGroupItemsWidget.SELECTIONMETHOD_PRODUCTS'), 'ProductGroupTab' => _t('SilvercartProductGroupItemsWidget.CMS_PRODUCTGROUPTABNAME'), 'ProductsTab' => _t('SilvercartProductGroupItemsWidget.CMS_PRODUCTSTABNAME'), 'SilvercartBargainProductsWidgetLanguages' => _t('Silvercart.TRANSLATIONS')));
 }
 /**
  * Field labels for display in tables.
  *
  * @param boolean $includerelations A boolean value to indicate if the labels returned include relation fields
  *
  * @return array
  *
  * @author Roland Lehmann <*****@*****.**>
  * @since 13.07.2012
  */
 public function fieldLabels($includerelations = true)
 {
     $fieldLabels = array_merge(parent::fieldLabels($includerelations), array('SilvercartImages' => _t('SilvercartSlidorionProductGroupWidget.SILVERCARTIMAGES'), 'SilvercartImagesDescription' => _t('SilvercartSlidorionProductGroupWidget.SilvercartImagesDescription'), 'BasicTab' => _t('SilvercartSlidorionProductGroupWidget.CMS_BASICTABNAME'), 'AdvancedTab' => _t('SilvercartSlidorionProductGroupWidget.CMS_ADVANCEDTABNAME'), 'TranslationsTab' => _t('SilvercartConfig.TRANSLATIONS'), 'FrontTitle' => _t('SilvercartSlidorionProductGroupWidget.FRONT_TITLE'), 'FrontContent' => _t('SilvercartSlidorionProductGroupWidget.FRONT_CONTENT'), 'widgetHeight' => _t('SilvercartSlidorionProductGroupWidget.WIDGET_HEIGHT'), 'speed' => _t('SilvercartSlidorionProductGroupWidget.SPEED'), 'interval' => _t('SilvercartSlidorionProductGroupWidget.INTERVAL'), 'hoverPause' => _t('SilvercartSlidorionProductGroupWidget.HOVERPAUSE'), 'autoPlay' => _t('SilvercartSlidorionProductGroupWidget.AUTOPLAY'), 'effect' => _t('SilvercartSlidorionProductGroupWidget.EFFECT'), 'translations' => _t('SilvercartConfig.TRANSLATIONS'), 'Images' => _t('SilvercartImage.PLURALNAME'), 'AddImage' => _t('SilvercartProductSliderWidget.AddImage')));
     $this->extend('updateFieldLabels', $fieldLabels);
     return $fieldLabels;
 }