Files
snipe-it/app/lang/de/auth/message.php
T
2014-10-30 07:51:11 -04:00

37 lines
1.5 KiB
PHP
Executable File

<?php
return array(
'account_already_exists' => 'Ein Konto mit dieser Email-Adresse existiert bereits.',
'account_not_found' => 'Email-Konto oder Passwort ist falsch.',
'account_not_activated' => 'Das Benutzerkonto ist nicht aktiviert.',
'account_suspended' => 'Dieses Benutzerkonto ist gesperrt.',
'account_banned' => 'Dieses Benutzerkonto wurde ausgeschlossen.',
'signin' => array(
'error' => 'Bei der Anmeldung ist ein Problem aufgetreten, bitte versuchen Sie es erneut.',
'success' => 'Sie haben sich erfolgreich eingeloggt.',
),
'signup' => array(
'error' => 'Bei der Erstellung Ihres Kontos ist ein Problem aufgetreten, bitte versuchen Sie es erneut.',
'success' => 'Die Erstellung des Kontos war erfolgreich.',
),
'forgot-password' => array(
'error' => 'There was a problem while trying to get a reset password code, please try again.',
'success' => 'Password recovery email successfully sent.',
),
'forgot-password-confirm' => array(
'error' => 'There was a problem while trying to reset your password, please try again.',
'success' => 'Your password has been successfully reset.',
),
'activate' => array(
'error' => 'Beim Aktivieren Ihres Accounts ist ein Fehler aufgetreten. Bitte probieren Sie es noch einmal.',
'success' => 'Ihr Account wurde erfolgreich aktiviert.',
),
);