diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-01 15:17:08 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-01 15:17:08 (GMT) |
commit | d2c15c8de68cab0b07f9c0590e8fefe8c9c219bb (patch) | |
tree | 890b565f9b6220e5a2e8f0676c6cd441ccd2a9c8 /lib/locale/en_US.php | |
parent | fe46c72139e6f717ea30ef15405405dac0a8bd8e (diff) | |
download | kolab-wap-d2c15c8de68cab0b07f9c0590e8fefe8c9c219bb.tar.gz |
Add additional labels
Diffstat (limited to 'lib/locale/en_US.php')
-rw-r--r-- | lib/locale/en_US.php | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/locale/en_US.php b/lib/locale/en_US.php index e36977d..5a44634 100644 --- a/lib/locale/en_US.php +++ b/lib/locale/en_US.php @@ -56,12 +56,16 @@ $LANG['aci.thisentry'] = 'This entry'; $LANG['aci.selected'] = 'all selected'; $LANG['aci.other'] = 'all except selected'; -$LANG['acl.read'] = 'read'; -$LANG['acl.write'] = 'write'; -$LANG['acl.post'] = 'post'; -$LANG['acl.append'] = 'append'; $LANG['acl.all'] = 'all'; +$LANG['acl.append'] = 'append'; $LANG['acl.custom'] = 'custom...'; +$LANG['acl.full'] = 'Full (without access control)'; +$LANG['acl.post'] = 'post'; +$LANG['acl.read'] = 'read'; +$LANG['acl.read-only'] = 'Read-Only'; +$LANG['acl.read-write'] = 'Read/Write'; +$LANG['acl.semi-full'] = 'Write new items'; +$LANG['acl.write'] = 'write'; $LANG['acl.l'] = 'Lookup'; $LANG['acl.r'] = 'Read messages'; $LANG['acl.s'] = 'Keep Seen state'; |