mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
filemanager stuff
This commit is contained in:
parent
6a7b3d65c4
commit
9db728e1ad
15 changed files with 1878 additions and 481 deletions
|
@ -46,3 +46,10 @@ if (!function_exists('__')) {
|
|||
|
||||
App.i18n.ARE_YOU_SURE = '<?php echo __('Are you sure?') ?>';
|
||||
App.Constants.UNLIM_TRANSLATED_VALUE = '<?php echo __('unlimited') ?>';
|
||||
|
||||
App.Constants.FM_DIRECTORY_NAME_CANNOT_BE_EMPTY = '<?php echo __('Directory name cannot be empty') ?>';
|
||||
App.Constants.FM_FILE_NAME_CANNOT_BE_EMPTY = '<?php echo __('File name cannot be empty') ?>';
|
||||
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') ?>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue