From a1500631c4b65960dd2eb85ca30b79be8347aa9b Mon Sep 17 00:00:00 2001 From: Marco <eddex@users.noreply.github.com> Date: Sat, 10 Aug 2019 13:18:38 +0000 Subject: [PATCH] localization for form-contact shortcode (#185) --- i18n/nl.toml | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/i18n/nl.toml b/i18n/nl.toml index 4555d44..993998a 100644 --- a/i18n/nl.toml +++ b/i18n/nl.toml @@ -15,3 +15,18 @@ [related] other = "Gerelateerd" + +[yourName] +other = "Uw naam" + +[emailAddress] +other = "E-mail adres" + +[message] +other = "Boodschap" + +[emailRequiredNote] +other = "Een e-mailadres is vereist." + +[send] +other = "Stuur" -- Gitblit v1.10.0