diff options
Diffstat (limited to 'lib')
-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'; |