From 50df395f72d1605b522f398c814bfa5df906fea9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 14 Sep 2017 21:21:04 +0200 Subject: [PATCH] New translations firefly.php (Dutch) --- resources/lang/nl_NL/firefly.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 4224c4e9b6..524e8db070 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -416,7 +416,10 @@ return [ 'secure_pw_should' => 'Vinkje zetten of niet?', 'secure_pw_long_password' => 'Als je net een lang wachtwoord hebt gegenereerd met een password generator tool: nee.', 'secure_pw_short' => 'Gebruik je het wachtwoord dat je altijd gebruikt? Ja, doen!', - + 'personal_access_token' => 'Personal access token', + 'explain_access_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your access token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.', + 'regenerate_access_token' => 'Regenerate access token', + 'token_regenerated' => 'A new token was generated', // attachments 'nr_of_attachments' => 'Eén bijlage|:count bijlagen',