Replace idea theme with bootstrap4 theme
- Add new bootstrap4 theme - Move idea theme to spartacus
This commit is contained in:
23
templates/bootstrap4/lang_de.inc.php
Normal file
23
templates/bootstrap4/lang_de.inc.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
@define('USE_CORENAV', 'Globale Navigation einbinden?');
|
||||
|
||||
@define('BS_LIGHT', 'hell');
|
||||
@define('BS_DARK', 'dunkel');
|
||||
@define('BS_PRIMARY', 'prim<69>r');
|
||||
|
||||
@define('BS_LARGE', 'gro<72>');
|
||||
@define('BS_SMALL', 'klein');
|
||||
@define('BS_COMPACT', 'kompakt');
|
||||
@define('BS_NONE', 'kein');
|
||||
|
||||
@define('BS_DEFAULT', 'default');
|
||||
@define('BS_TOP', 'fixed-top');
|
||||
@define('BS_BOTTOM', 'fixed-bottom');
|
||||
@define('BS_STICKY', 'sticky-top');
|
||||
|
||||
@define('BS_FLUID', 'Layout-Container in voller Breite?');
|
||||
@define('BS_RSS', 'RSS-Links in der Seitenleiste?');
|
||||
@define('BS_NAVBAR_TYPE', 'Navbar-Typ');
|
||||
@define('BS_NAVBAR_STYLE', 'Navbar-Stil');
|
||||
@define('BS_JUMBOTRON_TYPE', 'Jumbotron-Typ');
|
||||
@define('BS_JUMBOTRON_STYLE', 'Jumbotron-Stil');
|
Reference in New Issue
Block a user