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

@ -591,6 +591,7 @@ $LANG['vi'] = array(
'NEW DIR' => 'Thêm thư mục mới',
'DELETE' => 'Xóa',
'RENAME' => 'Đổi tên',
'MOVE' => 'MOVE',
'RIGHTS' => 'RIGHTS',
'COPY' => 'Sao chép',
'ARCHIVE' => 'Nén',
@ -611,6 +612,7 @@ $LANG['vi'] = array(
'Copy' => 'Sao chép',
'Cancel' => 'Hủy',
'Rename' => 'Đổi tên',
'Move' => 'Move',
'Change Rights' => 'Change Rights',
'Delete' => 'Xóa',
'Extract' => 'Giải nén',
@ -621,7 +623,9 @@ $LANG['vi'] = 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' => 'Bạn có chắc chắn muốn sao chép',
'Are you sure you want to move' => 'Are you sure you want to move',
'Are you sure you want to delete' => 'Bạn có chắc chắn muốn xóa',
'into' => 'into',
'existing files will be replaced' => 'tệp tồn tại sẽ được ghi đè',
@ -674,6 +678,7 @@ $LANG['vi'] = array(
'Go to the Top of the File List' => 'Lên đầu danh sách tệp',
'Go to the Last File' => 'Di chuyển đến tệp cuối cùng',
'Open File / Enter Directory' => 'Mở tệp/Truy cập thư mục',
'Edit File' => 'Edit File',
'Go to Parent Directory' => 'Về thư mục cha',
'Select Current File' => 'Chọn tệp hiện tại',
'Select Bunch of Files' => 'Chọn nhiều tệp',