diff options
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)'; |
