diff options
Diffstat (limited to 'lib/locale/en_US.php')
-rw-r--r-- | lib/locale/en_US.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/locale/en_US.php b/lib/locale/en_US.php index 1805d0c..be4ffef 100644 --- a/lib/locale/en_US.php +++ b/lib/locale/en_US.php @@ -56,16 +56,12 @@ $LANG['aci.thisentry'] = 'This entry'; $LANG['aci.selected'] = 'all selected'; $LANG['aci.other'] = 'all except selected'; -$LANG['acl.all'] = 'all'; -$LANG['acl.append'] = 'append'; -$LANG['acl.custom'] = 'custom...'; +$LANG['acl.all'] = 'All'; +$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'] = 'l - Lookup'; $LANG['acl.r'] = 'r - Read messages'; $LANG['acl.s'] = 's - Keep Seen state'; |