FileManager move function + small bugfixes

This commit is contained in:
Serghey Rodin 2016-08-09 19:22:45 +03:00
commit 4adbef4517
38 changed files with 563 additions and 566 deletions

View file

@ -592,6 +592,7 @@ $LANG['cz'] = array(
'NEW DIR' => 'NEW DIR',
'DELETE' => 'DELETE',
'RENAME' => 'RENAME',
'MOVE' => 'MOVE',
'RIGHTS' => 'RIGHTS',
'COPY' => 'COPY',
'ARCHIVE' => 'ARCHIVE',
@ -612,6 +613,7 @@ $LANG['cz'] = array(
'Copy' => 'Copy',
'Cancel' => 'Cancel',
'Rename' => 'Rename',
'Move' => 'Move',
'Change Rights' => 'Change Rights',
'Delete' => 'Delete',
'Extract' => 'Extract',
@ -622,7 +624,9 @@ $LANG['cz'] = array(
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
'Delete items' => 'Delete items',
'Copy files' => 'Copy files',
'Move files' => 'Move files',
'Are you sure you want to copy' => 'Are you sure you want to copy',
'Are you sure you want to move' => 'Are you sure you want to move',
'Are you sure you want to delete' => 'Are you sure you want to delete',
'into' => 'into',
'existing files will be replaced' => 'existing files will be replaced',
@ -675,6 +679,7 @@ $LANG['cz'] = array(
'Go to the Top of the File List' => 'Go to the Top of the File List',
'Go to the Last File' => 'Go to the Last File',
'Open File / Enter Directory' => 'Open File / Enter Directory',
'Edit File' => 'Edit File',
'Go to Parent Directory' => 'Go to Parent Directory',
'Select Current File' => 'Select Current File',
'Select Bunch of Files' => 'Select Bunch of Files',