From 70dd3d905438a1f8667b637d4b11a77f2c75acd7 Mon Sep 17 00:00:00 2001 From: Hans Schouten Date: Fri, 22 May 2020 08:53:17 +0200 Subject: [PATCH] Add dutch auth.php --- resources/lang/nl/auth.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 resources/lang/nl/auth.php diff --git a/resources/lang/nl/auth.php b/resources/lang/nl/auth.php new file mode 100644 index 000000000..e87d22c44 --- /dev/null +++ b/resources/lang/nl/auth.php @@ -0,0 +1,18 @@ + 'Deze combinatie van e-mailadres en wachtwoord is niet geldig.', + 'throttle' => 'Te veel mislukte loginpogingen. Probeer het over :seconds seconden nogmaals.', +];