Revision 0afeb736
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Controller/Admin.pm | ||
---|---|---|
515 | 515 |
$::auth->punish_wrong_login; |
516 | 516 |
$::auth->delete_session_value('admin_password'); |
517 | 517 |
|
518 |
$self->login_form(error => t8('Incorrect Password!'));
|
|
518 |
$self->login_form(error => t8('Incorrect password!'));
|
|
519 | 519 |
|
520 | 520 |
return undef; |
521 | 521 |
} |
bin/mozilla/admin.pl | ||
---|---|---|
90 | 90 |
if ($form->{action}) { |
91 | 91 |
if ($auth->authenticate_root($form->{'{AUTH}admin_password'}) != $auth->OK()) { |
92 | 92 |
$auth->punish_wrong_login; |
93 |
$form->{error} = $locale->text('Incorrect Password!');
|
|
93 |
$form->{error} = $locale->text('Incorrect password!');
|
|
94 | 94 |
$auth->delete_session_value('admin_password'); |
95 | 95 |
adminlogin(); |
96 | 96 |
} else { |
locale/de/all | ||
---|---|---|
1077 | 1077 |
'Incoming Payments' => 'Zahlungseingänge', |
1078 | 1078 |
'Incoming invoice number' => 'Eingangsrechnungsnummer', |
1079 | 1079 |
'Inconsistency in database' => 'Unstimmigkeiten in der Datenbank', |
1080 |
'Incorrect Password!' => 'Ungültiges Passwort!', |
|
1081 | 1080 |
'Incorrect password!' => 'Ungültiges Passwort!', |
1082 | 1081 |
'Incorrect username or password or no access to selected client!' => 'Ungültiger Benutzername oder Passwort oder kein Zugriff auf den ausgewählten Mandanten!', |
1083 | 1082 |
'Increase' => 'Erhöhen', |
Auch abrufbar als: Unified diff
Doppelte Übersetzungseinträge