]> BookStack Code Mirror - bookstack/blob - resources/lang/de/auth.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / lang / de / auth.php
1 <?php
2 return [
3     /*
4     |--------------------------------------------------------------------------
5     | Authentication Language Lines
6     |--------------------------------------------------------------------------
7     |
8     | The following language lines are used during authentication for various
9     | messages that we need to display to the user. You are free to modify
10     | these language lines according to your application's requirements.
11     |
12     */
13     'failed' => 'Dies sind keine g&uuml;ltigen Anmeldedaten.',
14     'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen sie es in :seconds Sekunden erneut.',
15
16     /**
17      * Email Confirmation Text
18      */
19     'email_confirm_subject' => 'Best&auml;tigen sie ihre E-Mail Adresse bei :appName',
20     'email_confirm_greeting' => 'Danke, dass sie :appName beigetreten sind!',
21     'email_confirm_text' => 'Bitte best&auml;tigen sie ihre E-Mail Adresse, indem sie auf den Button klicken:',
22     'email_confirm_action' => 'E-Mail Adresse best&auml;tigen',
23     'email_confirm_send_error' => 'Best&auml;tigungs-E-Mail ben&ouml;tigt, aber das System konnte die E-Mail nicht versenden. Kontaktieren sie den Administrator, um sicherzustellen, dass das Sytsem korrekt eingerichtet ist.',
24     'email_confirm_success' => 'Ihre E-Mail Adresse wurde best&auml;tigt!',
25     'email_confirm_resent' => 'Best&auml;tigungs-E-Mail wurde erneut versendet, bitte &uuml;berpr&uuml;fen sie ihren Posteingang.',
26 ];