Added functions for moving blocks to the left & right
This commit is contained in:
@@ -53,6 +53,7 @@ $lang = array_merge($lang, array(
|
||||
'MOVE_RIGHT' => 'Nach rechts',
|
||||
'MOVE_LEFT' => 'Nach links',
|
||||
'B3P_FILE_NOT_FOUND' => 'Die angegebene Datei konnte nicht gefunden werden',
|
||||
'UNABLE_TO_MOVE' => 'Es ist nicht möglich den Block in die gewählte Spalte zu verschieben.',
|
||||
|
||||
'MODULE_OPTIONS' => 'Modul Optionen',
|
||||
'MODULE_NAME' => 'Modul Name',
|
||||
|
||||
@@ -52,6 +52,7 @@ $lang = array_merge($lang, array(
|
||||
'MOVE_RIGHT' => 'Move right',
|
||||
'MOVE_LEFT' => 'Move left',
|
||||
'B3P_FILE_NOT_FOUND' => 'The requested file could not be found',
|
||||
'UNABLE_TO_MOVE' => 'It is not possible to move the block to the selected column.',
|
||||
|
||||
'MODULE_OPTIONS' => 'Module options',
|
||||
'MODULE_NAME' => 'Module name',
|
||||
|
||||
Reference in New Issue
Block a user