Exemple #1
0
 public function attributeLabels()
 {
     $attr = parent::attributeLabels();
     $attr['repeat_end_time'] = \GO::t('repeatUntil', 'calendar');
     $attr['start_time'] = \GO::t('startsAt', 'calendar');
     $attr['end_time'] = \GO::t('endsAt', 'calendar');
     return $attr;
 }
Exemple #2
0
 public function attributeLabels()
 {
     $attr = parent::attributeLabels();
     $attr['username'] = \GO::t('strUsername');
     $attr['password'] = \GO::t('strPassword');
     return $attr;
 }
Exemple #3
0
 public function attributeLabels()
 {
     $labels = parent::attributeLabels();
     $labels['passwordConfirm'] = GO::t("passwordConfirm");
     return $labels;
 }
Exemple #4
0
 public function attributeLabels()
 {
     $labels = parent::attributeLabels();
     $labels['postAddressIsEqual'] = "Post address is equal to visit address";
     $labels['link_id'] = \GO::t('cmdLink');
     $labels['invoice_email'] = \GO::t('email');
     $labels['photo'] = \GO::t('photo', 'addressbook');
     return $labels;
 }
Exemple #5
0
 public function attributeLabels()
 {
     $labels = parent::attributeLabels();
     $labels['url_facebook'] = \GO::t('facebookUrl', 'addressbook');
     $labels['url_linkedin'] = \GO::t('linkedinUrl', 'addressbook');
     $labels['url_twitter'] = \GO::t('twitterUrl', 'addressbook');
     $labels['skype_name'] = \GO::t('skypeName', 'addressbook');
     $labels['photo'] = \GO::t('photo', 'addressbook');
     $labels['action_date'] = \GO::t('actionDate', 'addressbook');
     return $labels;
 }