Beispiel #1
0
 public function __construct($appType, $defaultParams)
 {
     $this->logoText = n2_('Image manager');
     N2Localization::addJS(array('Generate', 'Desktop image is empty!', 'image', 'images'));
     parent::__construct($appType, $defaultParams);
 }
Beispiel #2
0
 public function __construct($appType, $defaultParams)
 {
     $this->logoText = n2_('Style manager');
     N2Localization::addJS(array('style', 'styles'));
     parent::__construct($appType, $defaultParams);
 }
Beispiel #3
0
 public function __construct($appType, $defaultParams)
 {
     $this->logoText = n2_('Animation');
     N2Localization::addJS(array('animation', 'animations'));
     parent::__construct($appType, $defaultParams);
 }
Beispiel #4
0
 public function initialize()
 {
     parent::initialize();
     N2Localization::addJS(array('Load layout', 'Load whole slide', 'Load only layers'));
 }
 public function __construct($appType, $defaultParams)
 {
     $this->logoText = n2_('Background animation');
     parent::__construct($appType, $defaultParams);
 }