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 | |
| 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')
| -rw-r--r-- | plugins/acl/localization/en_US.inc | 5 | ||||
| -rw-r--r-- | plugins/acl/localization/pl_PL.inc | 5 |
2 files changed, 8 insertions, 2 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'; diff --git a/plugins/acl/localization/pl_PL.inc b/plugins/acl/localization/pl_PL.inc index cba12d927..608dc4f04 100644 --- a/plugins/acl/localization/pl_PL.inc +++ b/plugins/acl/localization/pl_PL.inc @@ -2,10 +2,13 @@ $labels['sharing'] = 'Udostępnianie'; $labels['myrights'] = 'Prawa dostępu'; -$labels['username'] = 'Nazwa użytkownika'; +$labels['username'] = 'Użytkownik:'; $labels['advanced'] = 'tryb zaawansowany'; $labels['newuser'] = 'Dodaj rekord'; $labels['actions'] = 'Akcje na prawach...'; +$labels['anyone'] = 'Wszyscy (anyone)'; +$labels['anonymous'] = 'Goście (anonymous)'; +$labels['identifier'] = 'Identyfikator'; $labels['acll'] = 'Podgląd (Lookup)'; $labels['aclr'] = 'Odczyt (Read)'; |
