Neues Recht "admin" für Administration aus Useraccounts heraus
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 13 Feb 2012 17:02:17 +0000 (18:02 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 13 Feb 2012 17:02:17 +0000 (18:02 +0100)
SL/Auth.pm
locale/de/all

index 870ead1..d855268 100644 (file)
@@ -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;
index 4228c58..bcd35da 100644 (file)
@@ -152,6 +152,7 @@ $self->{texts} = {
   'Add unit'                    => 'Einheit hinzuf&uuml;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',