From 2a7c7190d4f5bc92f7c65c8e130c4bfbd0770ad0 Mon Sep 17 00:00:00 2001 From: Alwin Drenth Date: Wed, 24 Mar 2021 05:47:35 +0100 Subject: [PATCH] Update Dutch (nl) translations (#5543) --- modules/system/lang/nl/lang.php | 4 ++-- modules/system/lang/nl/validation.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/system/lang/nl/lang.php b/modules/system/lang/nl/lang.php index 3cd7d21c6..0dfd4e06b 100644 --- a/modules/system/lang/nl/lang.php +++ b/modules/system/lang/nl/lang.php @@ -200,11 +200,11 @@ return [ 'ses_key_comment' => 'Voer SES API key in', 'ses_secret' => 'SES secret', 'ses_secret_comment' => 'Voer SES API secret key in', + 'ses_region' => 'SES regio', + 'ses_region_comment' => 'Voer SES regio in (bijv. us-east-1)', 'sparkpost' => 'SparkPost', 'sparkpost_secret' => 'SparkPost secret', 'sparkpost_secret_comment' => 'Voer SparkPost API secret key in', - 'ses_region' => 'SES regio', - 'ses_region_comment' => 'Voer SES regio (bijv. us-east-1) in', 'drivers_hint_header' => 'Stuurprogramma\'s niet geïnstalleerd', 'drivers_hint_content' => 'Om deze e-mail methode te gebruiken moet de plugin ":plugin" zijn geïnstalleerd.', ], diff --git a/modules/system/lang/nl/validation.php b/modules/system/lang/nl/validation.php index 26540f0e7..9c0624bb0 100644 --- a/modules/system/lang/nl/validation.php +++ b/modules/system/lang/nl/validation.php @@ -9,7 +9,7 @@ return [ | | The following language lines contain the default error messages used by | the validator class. Some of these rules have multiple versions such - | as the size rules. Feel free to tweak each of these messages. + | as the size rules. Feel free to tweak each of these messages here. | */