. */ use OCP\IURLGenerator; use OCP\IConfig; use OCA\SideMenu\AppInfo\Application; script('side_menu', 'admin'); style('side_menu', 'admin'); $urlGenerator = \OC::$server[IURLGenerator::class]; $cacheSize = floor(mb_strlen(\OC::$server[IConfig::class]->getAppValue(Application::APP_ID, 'cache-categories', ''), '8bit') / 1024); $choicesYesNo = [ 'No' => '0', 'Yes' => '1', ]; $choicesSizes = [ 'Hidden' => 'hidden', 'Small' => 'small', 'Normal' => 'normal', 'Big' => 'big', ]; ?>

t('Colors')); ?> t('Live preview')); ?>

t('Same color')); ?> t('Opposite color')); ?>
t('Transparent')); ?> t('Opaque')); ?>

t('Opener')); ?>

'side-menu-opener', 'Default (dark)' => 'side-menu-opener-dark', 'Hamburger' => 'side-menu-opener-hamburger', 'Hamburger (dark)' => 'side-menu-opener-hamburger-dark', 'Hamburger 2' => 'side-menu-opener-hamburger-2', 'Hamburger 2 (dark)' => 'side-menu-opener-hamburger-2-dark', ]; ?>
'before', 'After the logo' => 'after', ]; ?>

t('Panel')); ?>

!$_['always-displayed'] && !$_['big-menu'], 'always-displayed' => $_['always-displayed'] && !$_['big-menu'], 'big-menu' => $_['big-menu'], ]; ?>

<?php p($l->t('Default')); ?>

t('The big menu is not compatible with AppOrder.')); ?>

<?php p($l->t('Big menu')); ?>


t('Not compatible with touch screens.')); ?>

<?php p($l->t('Always displayed')); ?>


t('This is the automatic behavior when the menu is always displayed.')); ?>

t('This feature is not compatible with the big menu display.'); ?>

t('The logo will be hidden when the menu is always displayed.')); ?>

t('Use the avatar instead of the logo')); ?>

🖱️ t('Show and hide the list of applications')); ?>


t('Top menu')); ?>

🖱️ t('Show and hide the list of applications')); ?>

t('Tips')); ?>

t('Use the shortcut Ctrl+o to open and to hide the side menu. Use tab to navigate.'); ?>

t('You like this app and you want to support me?')); ?>