diff options
author | alecpl <alec@alec.pl> | 2011-02-28 17:59:13 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-02-28 17:59:13 +0000 |
commit | bbce3edd61d05e0aa0bade7364315f7840549d9e (patch) | |
tree | 508f91a4f17288b0d71e3b653d13209889205f6e /program/localization/en_US/labels.inc | |
parent | 29c54229cfbc104930e7743cecc212f53aed8a15 (diff) |
- Add simple ACL rights/namespace handling in folder manager (display folder's namespace, modify edit form fields according to MYRIGHTS)
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 8e990384c..2175aeac8 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -427,6 +427,10 @@ $labels['location'] = 'Location'; $labels['info'] = 'Information'; $labels['getfoldersize'] = 'Click to get folder size'; $labels['changesubscription'] = 'Click to change subscription'; +$labels['foldertype'] = 'Folder Type'; +$labels['personalfolder'] = 'Private Folder'; +$labels['otherfolder'] = 'Other User\'s Folder'; +$labels['sharedfolder'] = 'Public Folder'; $labels['sortby'] = 'Sort by'; $labels['sortasc'] = 'Sort ascending'; |