From dc47c1145ad6a96a91c2098134a1bb2f1efee698 Mon Sep 17 00:00:00 2001 From: Oluf Lorenzen Date: Tue, 13 Jan 2015 13:23:00 +0100 Subject: [PATCH] update new error-messages in translation/de --- app/lang/de/dashboard.php | 4 ++-- app/lang/de/forms.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/lang/de/dashboard.php b/app/lang/de/dashboard.php index ca5b7438..3b6a2d35 100644 --- a/app/lang/de/dashboard.php +++ b/app/lang/de/dashboard.php @@ -90,8 +90,8 @@ return [ 'settings' => 'Einstellungen', 'app-setup' => [ 'app-setup' => 'Setup', - 'images-only' => 'Only images may be uploaded.', - 'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size', + 'images-only' => 'Es dürfen nur Bild-Dateien hochgeladen werden.', + 'too-big' => 'Die Datei die Sie hochgeladen haben ist zu groß. Die Datei muss kleiner als :size sein.', ], 'security' => [ 'security' => 'Sicherheit', diff --git a/app/lang/de/forms.php b/app/lang/de/forms.php index 9e8593b0..348ef317 100644 --- a/app/lang/de/forms.php +++ b/app/lang/de/forms.php @@ -19,8 +19,8 @@ return [ 'email' => 'Email', 'password' => 'Passwort', '2fauth' => 'Authentifikations-Code', - 'invalid' => 'Invalid email or password', - 'invalid-token' => 'Invalid token', + 'invalid' => 'Falsche E-Mail-Adresse oder falsches Passwort', + 'invalid-token' => 'Token nicht korrekt', ], // Incidents form fields