diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-25 13:05:46 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-25 13:05:46 +0000 |
| commit | 8abae60dcaf7faf237a36085cdc0440e81a02d76 (patch) | |
| tree | e825a6b74a78fcbfef1efdc0ea133e1efde0c538 /plugins/acl/localization/en_US.inc | |
| parent | e5c603c043df9a06a1a3d731991e8337e28201b6 (diff) | |
- Add support for anyone/anonymous ACL
git-svn-id: https://svn.roundcube.net/trunk@4809 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/localization/en_US.inc')
| -rw-r--r-- | plugins/acl/localization/en_US.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/acl/localization/en_US.inc b/plugins/acl/localization/en_US.inc index 7f1655f40..1666377b5 100644 --- a/plugins/acl/localization/en_US.inc +++ b/plugins/acl/localization/en_US.inc @@ -2,10 +2,13 @@ $labels['sharing'] = 'Sharing'; $labels['myrights'] = 'Access Rights'; -$labels['username'] = 'Username'; +$labels['username'] = 'User:'; $labels['advanced'] = 'advanced mode'; $labels['newuser'] = 'Add entry'; $labels['actions'] = 'Access right actions...'; +$labels['anyone'] = 'All users (anyone)'; +$labels['anonymous'] = 'Guests (anonymous)'; +$labels['identifier'] = 'Identifier'; $labels['acll'] = 'Lookup'; $labels['aclr'] = 'Read messages'; |
