From 9bd30efee3562d4cba614c5dd6a61dc50c7b16ac Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 14 Jan 2025 18:37:37 +0100 Subject: [PATCH] add Dutch --- xExtension-ImageProxy/i18n/nl/ext.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 xExtension-ImageProxy/i18n/nl/ext.php diff --git a/xExtension-ImageProxy/i18n/nl/ext.php b/xExtension-ImageProxy/i18n/nl/ext.php new file mode 100644 index 0000000..12c55db --- /dev/null +++ b/xExtension-ImageProxy/i18n/nl/ext.php @@ -0,0 +1,12 @@ + array( + 'proxy_url' => 'Proxy-url', + 'scheme_http' => 'Http proxyen', + 'scheme_https' => 'Https proxyen', + 'scheme_default' => 'Ongespecificeerd url-schema proxyen', + 'scheme_include' => 'http*:// in url opnemen', + 'url_encode' => 'Url encoderen' + ), +);