From: Sven Schöling Date: Mon, 13 Feb 2012 17:02:17 +0000 (+0100) Subject: Neues Recht "admin" für Administration aus Useraccounts heraus X-Git-Tag: release-2.7.0beta2~5^2~7 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4347f0dfd8aa1e4c54a08f26e2d8eb5d489d41b2;p=kivitendo-erp.git Neues Recht "admin" für Administration aus Useraccounts heraus --- 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',