From a8721dba4e2cadd0f552c790d09b0e5f00461b51 Mon Sep 17 00:00:00 2001 From: Sander Potjer Date: Tue, 6 Sep 2022 00:08:41 +0200 Subject: [PATCH] Fix typos in Dutch translation --- src/translations/nl/typedlinkfield.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/translations/nl/typedlinkfield.php b/src/translations/nl/typedlinkfield.php index cddcd12..1ae53c7 100644 --- a/src/translations/nl/typedlinkfield.php +++ b/src/translations/nl/typedlinkfield.php @@ -5,15 +5,15 @@ 'Allow custom link text' => 'Sta aangepast linktekst toe', 'Allow links to open in new window' => 'Sta openen in nieuw venster toe', 'Allow users to enter custom queries that will be appended to the url' => 'Sta aangepaste "queries" toe, die aan het eind van de url worden toegevoegd', - 'Aria label' => 'Arialabel', + 'Aria label' => 'Aria-label', 'Custom' => 'Aangepast', - 'Custom link text' => 'Aangepaste linktekt', + 'Custom link text' => 'Aangepaste linktekst', 'Default link text' => 'Standaard linktekst', 'Default link type' => 'Standaard linktype', 'Disable {elementName} input validation' => 'Deactiveer {elementName} veldvalidatie', 'Enable all' => 'Activeer alle', - 'Enable aria label support' => 'Activeer "Arialabel"-ondersteuning', - 'Enable title support' => 'Activeer titelondersteuning', + 'Enable aria label support' => 'Activeer "Aria-label" ondersteuning', + 'Enable title support' => 'Activeer titel ondersteuning', 'Error: Could not render the template for the field `{name}`.' => 'Fout: kan `{name}` niet weergeven', 'General settings' => 'Algemene instellingen', 'Link field' => 'Linkveld',