mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
FileManager stuff
This commit is contained in:
parent
5c8e3d3489
commit
7565e8217f
13 changed files with 514 additions and 60 deletions
|
@ -63,6 +63,7 @@ App.Constants.FM_COPY = '<?=__('Copy') ?>';
|
|||
App.Constants.FM_CANCEL = '<?=__('Cancel')?>';
|
||||
App.Constants.FM_RENAME = '<?=__('Rename')?>';
|
||||
App.Constants.FM_DELETE = '<?=__('Delete')?>';
|
||||
App.Constants.FM_CONFIRM_DELETE_BULK = '<?=__('Delete items')?>';
|
||||
App.Constants.FM_EXTRACT = '<?=__('Extract')?>';
|
||||
App.Constants.FM_CREATE = '<?=__('Create')?>';
|
||||
App.Constants.FM_PACK = '<?=__('Compress')?>';
|
||||
|
@ -71,6 +72,8 @@ App.Constants.FM_OK = '<?=__('OK')?>';
|
|||
App.Constants.FM_YOU_ARE_COPYING = '<?=__('YOU ARE COPYING')?>';
|
||||
App.Constants.FM_YOU_ARE_REMOVING = '<?=__('YOU ARE REMOVING')?>';
|
||||
|
||||
App.Constants.FM_COPY_BULK = '<?=__('Copy files')?>';
|
||||
|
||||
App.Constants.FM_CONFIRM_COPY = '<?=__('Are you sure you want to copy')?>';
|
||||
App.Constants.FM_CONFIRM_DELETE = '<?=__('Are you sure you want to delete')?>';
|
||||
App.Constants.FM_INTO_KEYWORD = '<?=__('into')?>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue