mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Fixes for FM
This commit is contained in:
parent
ec43524083
commit
5d070fc9a5
13 changed files with 274 additions and 1489 deletions
|
@ -83,6 +83,6 @@ App.Constants.FM_FILE = '<?=__('File')?>';
|
|||
App.Constants.FM_ALREADY_EXISTS = '<?=__('already exists')?>';
|
||||
App.Constants.FM_CREATE_FILE = '<?=__('Create file')?>';
|
||||
App.Constants.FM_CREATE_DIRECTORY = '<?=__('Create directory')?>';
|
||||
|
||||
App.Constants.FM_TRANSLATED_DATES = {'Jan': '<?=__('Jan')?>', 'Feb': '<?=__('Feb')?>','Mar': '<?=__('Mar')?>','Apr': '<?=__('Apr')?>','May': '<?=__('May')?>','Jun': '<?=__('Jun')?>','Jul': '<?=__('Jul')?>','Aug': '<?=__('Aug')?>','Sep': '<?=__('Sep')?>','Oct': '<?=__('Oct')?>','Nov': '<?=__('Nov')?>','Dec': '<?=__('Dec')?>'};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue