mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -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
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue