mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
File Manager update
This commit is contained in:
parent
1ce7c69383
commit
687f36688a
3 changed files with 21 additions and 9 deletions
|
@ -52,6 +52,7 @@ App.Constants.FM_FILE_NAME_CANNOT_BE_EMPTY = '<?php echo __('File name cann
|
|||
App.Constants.FM_NO_FILE_SELECTED = '<?php echo __('No file selected') ?>';
|
||||
App.Constants.FM_NO_FILE_OR_DIRECTORY_SELECTED = '<?php echo __('No file or folder selected') ?>';
|
||||
App.Constants.FM_FILE_TYPE_NOT_SUPPORTED = '<?php echo __('File type not supported') ?>';
|
||||
App.Constants.FM_DIRECTORY_DOWNLOAD_NOT_READY = '<?php echo __('Directory download not available in current version') ?>';
|
||||
|
||||
App.Constants.FM_DIRECTORY_NOT_AVAILABLE = '<?php echo __('Directory not available') ?>';
|
||||
App.Constants.FM_DONE = '<?php echo __('Done') ?>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue