From dd6bd8d781f95ac097e1ea2250ee03b2d6167771 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:44:05 +0300 Subject: [PATCH] New translations field.php (Dutch) --- .../visiosoft/base-theme/resources/lang/nl/field.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/base-theme/resources/lang/nl/field.php b/addons/default/visiosoft/base-theme/resources/lang/nl/field.php index 97d918277..c0c53e8be 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/nl/field.php +++ b/addons/default/visiosoft/base-theme/resources/lang/nl/field.php @@ -52,8 +52,8 @@ return [ 'mail' => 'Verzend mail', // Register instruction seed - 'register_instructions' => 'Register Instructions', - 'list' => 'List', - 'instruction_description' => 'Instruction Description', - 'instruction_list' => 'Instruction List', + 'register_instructions' => 'Registreer instructies', + 'list' => 'Lijst', + 'instruction_description' => 'Instructiebeschrijving', + 'instruction_list' => 'Instructielijst', ]; \ No newline at end of file