mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Admin - Add warning about deleting all records if nobody is selected to account delete popup
This commit is contained in:
parent
48f57ba4e6
commit
7306cc36ab
@ -453,6 +453,7 @@ if different from email address admin de falls unterschiedlich zu E-Mail-Adresse
|
||||
if no acl records for user or any group the user is a member of admin de Wenn es keinen ACL-Eintrag für einen Benutzer oder eine Gruppe, der er angehört, gibt
|
||||
if using ldap, do you want to manage homedirectory and loginshell attributes? admin de Wenn Sie LDAP verwenden, möchten Sie Benutzerverzeichnisse und Kommandointerpreter verwalten?
|
||||
if using ssl or tls, you must have the php openssl extension loaded. admin de Wenn Sie SSL oder TLS benutzen, müssen Sie die openssl PHP Erweiterung geladen haben.
|
||||
if you delete the user without selecting an account to move the data to, all entries get deleted! admin de Wenn Sie den Benutzer löschen, ohne jemanden auszuwählen, zu dem die Daten verschoben werden sollen, werden alle Einträge gelöscht!
|
||||
if you ignore that error as admin, you should check "%1"! admin de Falls Sie den Fehler als Administrator ignorieren, sollten Sie "%1" abhacken!
|
||||
if you specify port 5190 as sieve server port, you enforce ssl for sieve (server must support that) admin de Wenn Sie als SIEVE Server Port 5190 eintragen, wird für die Kommunikation mit dem SIEVE-Server eine SSL-Verbindung verwendet (der Server muss das natürlich unterstützen)
|
||||
if you wish to have randomly selected images you may upload multiple images. admin de Wenn Sie zufällig ausgewählte Bilder haben möchten, können Sie mehrere Bilder hochladen.
|
||||
|
@ -500,6 +500,7 @@ if different from email address admin en if different from EMail address
|
||||
if no acl records for user or any group the user is a member of admin en If no ACL records for user or any group the user is a member of
|
||||
if using ldap, do you want to manage homedirectory and loginshell attributes? admin en If using LDAP, do you want to manage home directory and loginshell attributes?
|
||||
if using ssl or tls, you must have the php openssl extension loaded. admin en If using SSL or TLS, you must have the PHP openssl extension loaded.
|
||||
if you delete the user without selecting an account to move the data to, all entries get deleted! admin en If you delete the user without selecting an account to move the data to, all entries get deleted!
|
||||
if you ignore that error as admin, you should check "%1"! admin en If you ignore that error as admin, you should check "%1"!
|
||||
if you specify port 5190 as sieve server port, you enforce ssl for sieve (server must support that) admin en if you specify port 5190 as sieve server port, you enforce ssl for sieve (server must support that)
|
||||
if you wish to have randomly selected images you may upload multiple images. admin en If you wish to have randomly selected images you may upload multiple images.
|
||||
|
@ -36,6 +36,7 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<description value="If you delete the user without selecting an account to move the data to, all entries get deleted!"/>
|
||||
</vbox>
|
||||
</template>
|
||||
</overlay>
|
||||
|
Loading…
Reference in New Issue
Block a user