public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), []);
 }
Beispiel #2
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['is_multiple' => \Yii::t('skeeks/cms', 'Multiple choice')]);
 }
Beispiel #3
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['content_id' => \Yii::t('skeeks/cms', 'Content')]);
 }
Beispiel #4
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['fieldElement' => \Yii::t('skeeks/cms', 'Element form'), 'rows' => \Yii::t('skeeks/cms', 'The number of lines of the text field'), 'default_value' => \Yii::t('skeeks/cms', 'Default Value')]);
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['showDefaultPalette' => \Yii::t('skeeks/cms', 'Show extended palette of colors'), 'saveValueAs' => \Yii::t('skeeks/cms', 'Format conservation values'), 'useNative' => \Yii::t('skeeks/cms', 'Use the native color selection'), 'showAlpha' => \Yii::t('skeeks/cms', 'Management transparency'), 'showInput' => \Yii::t('skeeks/cms', 'Show input field values'), 'showPalette' => \Yii::t('skeeks/cms', 'Generally show the palette')]);
 }
Beispiel #6
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['fieldElement' => \Yii::t('app', 'Element form')]);
 }
Beispiel #7
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['default_value' => \Yii::t('skeeks/cms', 'Default Value')]);
 }
Beispiel #8
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['type' => 'Тип']);
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['type' => \Yii::t('app', 'Type')]);
 }
Beispiel #10
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['fieldElement' => \Yii::t('app', 'Element form'), 'rows' => \Yii::t('app', 'The number of lines of the text field')]);
 }