From 4347f0dfd8aa1e4c54a08f26e2d8eb5d489d41b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 13 Feb 2012 18:02:17 +0100 Subject: [PATCH] =?utf8?q?Neues=20Recht=20"admin"=20f=C3=BCr=20Administrat?= =?utf8?q?ion=20aus=20Useraccounts=20heraus?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Auth.pm | 1 + locale/de/all | 1 + 2 files changed, 2 insertions(+) diff --git a/SL/Auth.pm b/SL/Auth.pm index 870ead100..d8552686b 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -979,6 +979,7 @@ sub all_rights_full { ["--others", $locale->text("Others")], ["email_bcc", $locale->text("May set the BCC field when sending emails")], ["config", $locale->text("Change Lx-Office installation settings (all menu entries beneath 'System')")], + ["admin", $locale->text("Administration (Used to access instance administration from user logins)")], ); return @all_rights; diff --git a/locale/de/all b/locale/de/all index 4228c5821..bcd35dabf 100644 --- a/locale/de/all +++ b/locale/de/all @@ -152,6 +152,7 @@ $self->{texts} = { 'Add unit' => 'Einheit hinzufügen', 'Address' => 'Adresse', 'Administration' => 'Administration', + 'Administration (Used to access instance administration from user logins)' => 'Administration (Für die Verwaltung der aktuellen Instanz aus einem Userlogin heraus)', 'Administration area' => 'Administration', 'Advance turnover tax return' => 'Umsatzsteuervoranmeldung', 'Aktion' => 'Aktion', -- 2.20.1