Skip to content

Commit 5dd7a38

Browse files
committed
file permission
1 parent 35f7b8a commit 5dd7a38

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

web/js/i18n.js.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
App.Constants.FM_COPY = '<?=__('Copy') ?>';
2727
App.Constants.FM_CANCEL = '<?=__('Cancel')?>';
2828
App.Constants.FM_RENAME = '<?=__('Rename')?>';
29+
App.Constants.FM_CHMOD = '<?=__('Change Rights')?>';
2930
App.Constants.FM_DELETE = '<?=__('Delete')?>';
3031
App.Constants.FM_CONFIRM_DELETE_BULK = '<?=__('Delete items')?>';
3132
App.Constants.FM_EXTRACT = '<?=__('Extract')?>';
@@ -49,4 +50,13 @@
4950
App.Constants.FM_CREATE_DIRECTORY = '<?=__('Create directory')?>';
5051
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')?>'};
5152

53+
App.Constants.FM_READ_BY_OWNER = '<?=__('read by owner')?>';
54+
App.Constants.FM_WRITE_BY_OWNER = '<?=__('write by owner')?>';
55+
App.Constants.FM_EXECUTE_BY_OWNER = '<?=__('execute/search by owner')?>';
56+
App.Constants.FM_READ_BY_GROUP = '<?=__('read by group')?>';
57+
App.Constants.FM_WRITE_BY_GROUP = '<?=__('write by group')?>';
58+
App.Constants.FM_EXECUTE_BY_GROUP = '<?=__('execute/search by group')?>';
59+
App.Constants.FM_READ_BY_OTHERS = '<?=__('read by others')?>';
60+
App.Constants.FM_WRITE_BY_OTHERS = '<?=__('write by others')?>';
61+
App.Constants.FM_EXECUTE_BY_OTHERS = '<?=__('execute/search by others')?>';
5262

0 commit comments

Comments
 (0)