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
|
@ -592,6 +592,7 @@ $LANG['tr'] = array(
|
|||
'NEW DIR' => 'YENİ KLASÖR',
|
||||
'DELETE' => 'SİL',
|
||||
'RENAME' => 'YENİDEN ADLANDIR',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'KOPYALA',
|
||||
'ARCHIVE' => 'ARŞİVLE',
|
||||
|
@ -612,6 +613,7 @@ $LANG['tr'] = array(
|
|||
'Copy' => 'Kopyala',
|
||||
'Cancel' => 'Vazgeç',
|
||||
'Rename' => 'Yeniden Adlandır',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Sil',
|
||||
'Extract' => 'Çıkart',
|
||||
|
@ -622,7 +624,9 @@ $LANG['tr'] = 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' => 'Kopyalamak istediğinizden emin misiniz',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Silmek istediğinizden emin misiniz',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'varolan dosyalar değiştirilir',
|
||||
|
@ -675,6 +679,7 @@ $LANG['tr'] = array(
|
|||
'Go to the Top of the File List' => 'Dosya Listesinin Tepesine git',
|
||||
'Go to the Last File' => 'Son Dosyaya git',
|
||||
'Open File / Enter Directory' => 'Dosya Aç/Dizin Gir',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Üst Dizine Git',
|
||||
'Select Current File' => 'Şuanki Dosyayı Seç',
|
||||
'Select Bunch of Files' => 'Dosya Demetini Seç',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue