From 2a223d1e95fbe5d4cd8e66e6bccf916bf03319e1 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 14 Jan 2025 22:10:29 +0100 Subject: [PATCH] protocol-relative URL --- xExtension-ImageProxy/i18n/de/ext.php | 2 +- xExtension-ImageProxy/i18n/en/ext.php | 2 +- xExtension-ImageProxy/i18n/fr/ext.php | 2 +- xExtension-ImageProxy/i18n/nl/ext.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xExtension-ImageProxy/i18n/de/ext.php b/xExtension-ImageProxy/i18n/de/ext.php index 75908c0..5edfd73 100644 --- a/xExtension-ImageProxy/i18n/de/ext.php +++ b/xExtension-ImageProxy/i18n/de/ext.php @@ -5,7 +5,7 @@ return array( 'proxy_url' => 'Proxy-URL', 'scheme_http' => 'HTTP-Proxy', 'scheme_https' => 'HTTPS-Proxy', - 'scheme_default' => 'Proxy unspezifiziertes URL-Schema', + 'scheme_default' => 'Proxy protokoll-relative URL', 'scheme_include' => 'http*:// in die URL einfügen', 'url_encode' => 'URL-Prozentkodierung' ), diff --git a/xExtension-ImageProxy/i18n/en/ext.php b/xExtension-ImageProxy/i18n/en/ext.php index 6b8f04c..1bca58a 100644 --- a/xExtension-ImageProxy/i18n/en/ext.php +++ b/xExtension-ImageProxy/i18n/en/ext.php @@ -5,7 +5,7 @@ return array( 'proxy_url' => 'Proxy URL', 'scheme_http' => 'Proxy HTTP', 'scheme_https' => 'Proxy HTTPS', - 'scheme_default' => 'Proxy unspecified URL scheme', + 'scheme_default' => 'Proxy protocol-relative URL', 'scheme_include' => 'Include http*:// in URL', 'url_encode' => 'Encode the URL' ), diff --git a/xExtension-ImageProxy/i18n/fr/ext.php b/xExtension-ImageProxy/i18n/fr/ext.php index a04583f..fad9496 100644 --- a/xExtension-ImageProxy/i18n/fr/ext.php +++ b/xExtension-ImageProxy/i18n/fr/ext.php @@ -5,7 +5,7 @@ return array( 'proxy_url' => 'URL du proxy', 'scheme_http' => 'Proxy HTTP', 'scheme_https' => 'Proxy HTTPS', - 'scheme_default' => 'Proxy URLs sans protocole', + 'scheme_default' => 'Proxy URLs relatifs au protocole', 'scheme_include' => 'Inclure http*:// dans l\'URL', 'url_encode' => 'Encoder l\'URL' ), diff --git a/xExtension-ImageProxy/i18n/nl/ext.php b/xExtension-ImageProxy/i18n/nl/ext.php index 12c55db..09aea64 100644 --- a/xExtension-ImageProxy/i18n/nl/ext.php +++ b/xExtension-ImageProxy/i18n/nl/ext.php @@ -5,7 +5,7 @@ return array( 'proxy_url' => 'Proxy-url', 'scheme_http' => 'Http proxyen', 'scheme_https' => 'Https proxyen', - 'scheme_default' => 'Ongespecificeerd url-schema proxyen', + 'scheme_default' => 'Protocol-relatieve urlproxyen', 'scheme_include' => 'http*:// in url opnemen', 'url_encode' => 'Url encoderen' ),