diff options
Diffstat (limited to 'plugins/acl/localization')
| -rw-r--r-- | plugins/acl/localization/en_US.inc | 3 | ||||
| -rw-r--r-- | plugins/acl/localization/pl_PL.inc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/acl/localization/en_US.inc b/plugins/acl/localization/en_US.inc index 1666377b5..f5b1ae64d 100644 --- a/plugins/acl/localization/en_US.inc +++ b/plugins/acl/localization/en_US.inc @@ -25,6 +25,7 @@ $labels['aclx'] = 'Delete folder'; $labels['acla'] = 'Administer'; $labels['aclfull'] = 'Full control'; +$labels['aclother'] = 'Other'; $labels['aclread'] = 'Read'; $labels['aclwrite'] = 'Write'; $labels['acldelete'] = 'Delete'; @@ -43,7 +44,7 @@ $labels['shortacle'] = 'Expunge'; $labels['shortaclx'] = 'Folder delete'; $labels['shortacla'] = 'Administer'; -$labels['shortaclfull'] = 'Full'; +$labels['shortaclother'] = 'Other'; $labels['shortaclread'] = 'Read'; $labels['shortaclwrite'] = 'Write'; $labels['shortacldelete'] = 'Delete'; diff --git a/plugins/acl/localization/pl_PL.inc b/plugins/acl/localization/pl_PL.inc index 4d048adac..0b3689927 100644 --- a/plugins/acl/localization/pl_PL.inc +++ b/plugins/acl/localization/pl_PL.inc @@ -25,6 +25,7 @@ $labels['aclx'] = 'Usuwanie folderu (Delete)'; $labels['acla'] = 'Administracja (Administer)'; $labels['aclfull'] = 'Wszystkie'; +$labels['aclother'] = 'Inne'; $labels['aclread'] = 'Odczyt'; $labels['aclwrite'] = 'Zapis'; $labels['acldelete'] = 'Usuwanie'; @@ -43,7 +44,7 @@ $labels['shortacle'] = 'Porządkowanie'; $labels['shortaclx'] = 'Usuwanie folderu'; $labels['shortacla'] = 'Administracja'; -$labels['shortaclfull'] = 'Wszystkie'; +$labels['shortaclother'] = 'Pozostałe'; $labels['shortaclread'] = 'Odczyt'; $labels['shortaclwrite'] = 'Zapis'; $labels['shortacldelete'] = 'Usuwanie'; |
