public function init()
 {
     if (!$this->name) {
         $this->name = "Файловый менеджер";
     }
     parent::init();
 }
示例#2
0
 public function init()
 {
     $this->name = "Управление настройками";
     parent::init();
 }
 public function init()
 {
     $this->name = \Yii::t('v3toys/skeeks', 'Товары');
     parent::init();
 }
示例#4
0
 public function init()
 {
     $this->name = \Yii::t('app', "Deleting temporary files");
     parent::init();
 }
示例#5
0
 public function init()
 {
     $this->name = "Управление серверами";
     parent::init();
 }
示例#6
0
 public function init()
 {
     $this->name = \Yii::t('app', "Code generator");
     parent::init();
 }
示例#7
0
 public function init()
 {
     $this->name = \Yii::t('app', "{ssh} console", ['ssh' => 'Ssh']);
     parent::init();
 }
 public function init()
 {
     $this->name = \Yii::t('skeeks/shop/app', 'Reports on orders');
     parent::init();
 }
示例#9
0
 public function init()
 {
     $this->name = \Yii::t('app', "Checking system");
     parent::init();
 }
 public function init()
 {
     $this->name = \skeeks\cms\shop\Module::t('app', 'Reports on orders');
     parent::init();
 }
示例#11
0
 public function init()
 {
     $this->name = "Управление шаблоном";
     parent::init();
 }
示例#12
0
 public function init()
 {
     $this->name = "Маркетплейс";
     parent::init();
 }
示例#13
0
 /**
  * @throws InvalidConfigException
  */
 public function init()
 {
     parent::init();
     $this->_ensure();
 }
示例#14
0
 public function init()
 {
     $this->name = \Yii::t('app', "Information about the system");
     parent::init();
 }
示例#15
0
 public function init()
 {
     $this->_label = "";
     parent::init();
 }
示例#16
0
 public function init()
 {
     $this->name = \Yii::t('app', "Testing send email messages from site");
     parent::init();
 }
 public function init()
 {
     $this->name = \Yii::t('v3toys/skeeks', 'Информация по api');
     parent::init();
 }
示例#18
0
 public function init()
 {
     $this->name = \Yii::t('app', "Job to database");
     parent::init();
 }
示例#19
0
 public function init()
 {
     $this->name = \Yii::t('app', "Desktop");
     parent::init();
 }
 public function init()
 {
     $this->name = "Поисковые фразы";
     parent::init();
 }