* support for limiting user place some panel in other columns.

This commit is contained in:
Hao Sun
2021-08-05 15:20:34 +08:00
parent df5d8e384d
commit 13aa0c9628
8 changed files with 38 additions and 2 deletions
+2
View File
@@ -93,6 +93,8 @@ $lang->block->refresh = 'Aktualisieren';
$lang->block->nbsp = '';
$lang->block->hidden = 'Verstecken';
$lang->block->dynamicInfo = "<span class='timeline-tag'>%s</span> <span class='timeline-text'>%s <em>%s</em> %s <a href='%s'>%s</a></span>";
$lang->block->cannotPlaceInLeft = 'Kann den Block nicht auf der linken Seite platzieren.';
$lang->block->cannotPlaceInRight = 'Kann den Block nicht auf der rechten Seite platzieren.';
$lang->block->productName = $lang->productCommon . ' Name';
$lang->block->totalStory = 'The Total ' . $lang->SRCommon;