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

@ -594,6 +594,7 @@ $LANG['tw'] = array(
'NEW DIR' => '新增資料夾',
'DELETE' => '刪除',
'RENAME' => '重新命名',
'MOVE' => 'MOVE',
'RIGHTS' => '權限',
'COPY' => '複製',
'ARCHIVE' => '壓縮',
@ -614,6 +615,7 @@ $LANG['tw'] = array(
'Copy' => '複製',
'Cancel' => '取消',
'Rename' => '重新命名',
'Move' => 'Move',
'Change Rights' => '修改權限',
'Delete' => '刪除',
'Extract' => '解壓縮',
@ -624,7 +626,9 @@ $LANG['tw'] = 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 move' => 'Are you sure you want to move',
'Are you sure you want to delete' => '確定要刪除',
'into' => '資訊',
'existing files will be replaced' => '原本的檔案會被覆蓋',
@ -677,6 +681,7 @@ $LANG['tw'] = array(
'Go to the Top of the File List' => '回到檔案列表頂端',
'Go to the Last File' => '回到上個檔案',
'Open File / Enter Directory' => '開啟檔案 或 進入資料夾',
'Edit File' => 'Edit File',
'Go to Parent Directory' => '回到上一頁',
'Select Current File' => '選取目前的檔案',
'Select Bunch of Files' => '選取多個檔案',