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['ja'] = array(
'NEW DIR' => 'ディレクトリの作成',
'DELETE' => '削除',
'RENAME' => '名前の変更',
'MOVE' => 'MOVE',
'RIGHTS' => '権限',
'COPY' => 'コピー',
'ARCHIVE' => 'アーカイブ',
@ -611,6 +612,7 @@ $LANG['ja'] = array(
'Copy' => 'コピー',
'Cancel' => 'キャンセル',
'Rename' => '名前の変更',
'Move' => 'Move',
'Change Rights' => '権限の変更',
'Delete' => '削除',
'Extract' => '展開',
@ -621,7 +623,9 @@ $LANG['ja'] = array(
'YOU ARE REMOVING' => '削除中',
'Delete items' => '項目の削除',
'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' => '既存のファイルは置き換えられます',
@ -674,6 +678,7 @@ $LANG['ja'] = 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' => 'ファイルを範囲選択する',