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['id'] = array(
'NEW DIR' => 'DIREKTORI BARU',
'DELETE' => 'HAPUS',
'RENAME' => 'GANTI',
'MOVE' => 'MOVE',
'RIGHTS' => 'RIGHTS',
'COPY' => 'SALIN',
'ARCHIVE' => 'ARSIP',
@ -614,6 +615,7 @@ $LANG['id'] = array(
'Copy' => 'Salin',
'Cancel' => 'Batal',
'Rename' => 'Ganti nama',
'Move' => 'Move',
'Change Rights' => 'Change Rights',
'Delete' => 'Hapus',
'Extract' => 'Ekstrak',
@ -624,7 +626,9 @@ $LANG['id'] = 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' => 'Yakin mau disalin',
'Are you sure you want to move' => 'Are you sure you want to move',
'Are you sure you want to delete' => 'Yakin mau dihapus',
'into' => 'ke',
'existing files will be replaced' => 'file yg sudah ada akan diganti',
@ -677,6 +681,7 @@ $LANG['id'] = array(
'Go to the Top of the File List' => 'Pindah Ke atas dari Daftar File',
'Go to the Last File' => 'Pindah File terakhir',
'Open File / Enter Directory' => 'Buka File/Masuk ke Directory',
'Edit File' => 'Edit File',
'Go to Parent Directory' => 'Ke Parent Directory',
'Select Current File' => 'Pilih File ini',
'Select Bunch of Files' => 'Pilih Bunch of Files',