/**
  * Declares customized attribute labels.
  * If not declared here, an attribute would have a label that is
  * the same as its name with the first letter in upper case.
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('username_anysms' => Yii::t('SmsModule.base', 'Username'), 'password_anysms' => Yii::t('SmsModule.base', 'Password'), 'gateway_anysms' => Yii::t('SmsModule.base', 'Gateway Number'), 'test_anysms' => Yii::t('SmsModule.base', 'Test option. Sms are not delivered, but server responses as if the were.')));
 }
 /**
  * Declares customized attribute labels.
  * If not declared here, an attribute would have a label that is
  * the same as its name with the first letter in upper case.
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('username_clickatell' => Yii::t('SmsModule.base', 'Username'), 'password_clickatell' => Yii::t('SmsModule.base', 'Password'), 'apiid_clickatell' => Yii::t('SmsModule.base', 'API ID')));
 }
 /**
  * Declares customized attribute labels.
  * If not declared here, an attribute would have a label that is
  * the same as its name with the first letter in upper case.
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('username_spryng' => Yii::t('SmsModule.base', 'Username'), 'password_spryng' => Yii::t('SmsModule.base', 'Password'), 'route_spryng' => Yii::t('SmsModule.base', 'Select the Spryng route (default: BUSINESS)'), 'service_spryng' => Yii::t('SmsModule.base', 'Reference tag to create a filter in statistics'), 'allowlong_spryng' => Yii::t('SmsModule.base', 'Allow Messages > 160 characters (default: not allowed -> currently not supported, as characters are limited by the view)')));
 }