Revision 07cd1c32
Von Cem Aydin vor mehr als 2 Jahren hinzugefügt
locale/en/all | ||
---|---|---|
2049 | 2049 |
'Lockfile removed!' => '', |
2050 | 2050 |
'Login' => '', |
2051 | 2051 |
'Login Name' => '', |
2052 |
'Login name was previously used' => '', |
|
2052 | 2053 |
'Login of User' => '', |
2053 | 2054 |
'Logout' => '', |
2054 | 2055 |
'Logout now' => '', |
... | ... | |
3672 | 3673 |
'The list has been printed.' => '', |
3673 | 3674 |
'The login is missing.' => '', |
3674 | 3675 |
'The login is not unique.' => '', |
3676 |
'The login name you entered was previously used. Do you want to assign documents from the former user that had the same username to the new user?' => '', |
|
3675 | 3677 |
'The long description is missing.' => '', |
3676 | 3678 |
'The master templates where not found.' => '', |
3677 | 3679 |
'The maximum of uploadable filesize in Megabyte' => '', |
Auch abrufbar als: Unified diff
Beim Erstellen neuer Benutzer Dialog anzeigen, wenn der Loginname schon einmal
verwendet wurde.
Auswahlmöglichkeit im Dialog ob Belege von gelöschten Benutzern mit demselben
Loginnamen, dem neuen Benutzer zugewiesen werden sollen
Falls nein wird derselbe Benutzername in der employee table eindeutig
umbenannt. Falls ja bleibt das Verhalten gleich wie bis anhin.
Fix zu #501.