mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
FileManager stuff
This commit is contained in:
parent
5c8e3d3489
commit
7565e8217f
13 changed files with 514 additions and 60 deletions
|
@ -546,4 +546,54 @@ $LANG['en'] = array(
|
|||
'Create file' => 'Create file',
|
||||
'Create directory' => 'Create directory',
|
||||
|
||||
|
||||
'Add New object' => 'Add New object',
|
||||
'Save Form' => 'Save Form',
|
||||
'Cancel saving form' => 'Cancel saving form',
|
||||
'Go to USER list' => 'Go to USER list',
|
||||
'Go to WEB list' => 'Go to WEB list',
|
||||
'Go to DNS list' => 'Go to DNS list',
|
||||
'Go to MAIL list' => 'Go to MAIL list',
|
||||
'Go to DB list' => 'Go to DB list',
|
||||
'Go to CRON list' => 'Go to CRON list',
|
||||
'Go to BACKUP list' => 'Go to BACKUP list',
|
||||
'Focus on search' => 'Focus on search',
|
||||
'Display/Close shortcuts' => 'Display/Close shortcuts',
|
||||
'Go to Packages' => 'Go to Packages',
|
||||
'Go to IP' => 'Go to IP',
|
||||
'Go to Graphs' => 'Go to Graphs',
|
||||
'Go to Statistic' => 'Go to Statistic',
|
||||
'Go to Log' => 'Go to Log',
|
||||
'Go to Updates' => 'Go to Updates',
|
||||
'Go to Firewall' => 'Go to Firewall',
|
||||
'Go to File Manager' => 'Go to File Manager',
|
||||
'Go to Server' => 'Go to Server',
|
||||
|
||||
|
||||
'Upload' => 'Upload',
|
||||
'New File' => 'New File',
|
||||
'New Folder' => 'New Folder',
|
||||
'Download' => 'Download',
|
||||
'Rename' => 'Rename',
|
||||
'Copy' => 'Copy',
|
||||
'Archive' => 'Archive',
|
||||
'Delete' => 'Delete',
|
||||
'Save File (in text editor)' => 'Save File (in text editor)',
|
||||
'Display Shortcuts Hel' => 'Display Shortcuts Hel',
|
||||
'Close Popup / Cancel' => 'Close Popup / Cancel',
|
||||
'Move Cursor Up' => 'Move Cursor Up',
|
||||
'Move Cursor Dow' => 'Move Cursor Dow',
|
||||
'Switch to Left Tab' => 'Switch to Left Tab',
|
||||
'Switch to Right Tab' => 'Switch to Right Tab',
|
||||
'Switch Tab' => 'Switch Tab',
|
||||
'Go to the Top of File List' => 'Go to the Top of File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File/Enter Directory' => 'Open File/Enter Directory',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
'Append File to the Current Selection' => 'Append File to the Current Selection',
|
||||
'Select All Files' => 'Select All Files',
|
||||
'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' => 'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager',
|
||||
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue