mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
FileManager move function + small bugfixes
This commit is contained in:
parent
7b924c0227
commit
4adbef4517
38 changed files with 563 additions and 566 deletions
|
@ -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' => 'ファイルを範囲選択する',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue