mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -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
|
@ -593,6 +593,7 @@ $LANG['fa'] = array(
|
|||
'NEW DIR' => 'پوشه تازه',
|
||||
'DELETE' => 'حذف',
|
||||
'RENAME' => 'تغییر نام',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'رونوشت',
|
||||
'ARCHIVE' => 'بايگاني',
|
||||
|
@ -613,6 +614,7 @@ $LANG['fa'] = array(
|
|||
'Copy' => 'كپي',
|
||||
'Cancel' => 'لغو',
|
||||
'Rename' => 'تغيير نام',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'حذف',
|
||||
'Extract' => 'بیرون کشیدن',
|
||||
|
@ -623,7 +625,9 @@ $LANG['fa'] = 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' => 'آيا از كپي كردن اطمينان داريد؟',
|
||||
'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' => 'پرونده های موجود جایگزین خواهد شد',
|
||||
|
@ -676,6 +680,7 @@ $LANG['fa'] = 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