protocol-relative URL

This commit is contained in:
Frans de Jonge 2025-01-14 22:10:29 +01:00
parent a720fe0282
commit 2a223d1e95
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ return array(
'proxy_url' => 'Proxy-URL', 'proxy_url' => 'Proxy-URL',
'scheme_http' => 'HTTP-Proxy', 'scheme_http' => 'HTTP-Proxy',
'scheme_https' => 'HTTPS-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', 'scheme_include' => 'http*:// in die URL einfügen',
'url_encode' => 'URL-Prozentkodierung' 'url_encode' => 'URL-Prozentkodierung'
), ),

View file

@ -5,7 +5,7 @@ return array(
'proxy_url' => 'Proxy URL', 'proxy_url' => 'Proxy URL',
'scheme_http' => 'Proxy HTTP', 'scheme_http' => 'Proxy HTTP',
'scheme_https' => 'Proxy HTTPS', 'scheme_https' => 'Proxy HTTPS',
'scheme_default' => 'Proxy unspecified URL scheme', 'scheme_default' => 'Proxy protocol-relative URL',
'scheme_include' => 'Include http*:// in URL', 'scheme_include' => 'Include http*:// in URL',
'url_encode' => 'Encode the URL' 'url_encode' => 'Encode the URL'
), ),

View file

@ -5,7 +5,7 @@ return array(
'proxy_url' => 'URL du proxy', 'proxy_url' => 'URL du proxy',
'scheme_http' => 'Proxy HTTP', 'scheme_http' => 'Proxy HTTP',
'scheme_https' => 'Proxy HTTPS', 'scheme_https' => 'Proxy HTTPS',
'scheme_default' => 'Proxy URLs sans protocole', 'scheme_default' => 'Proxy URLs relatifs au protocole',
'scheme_include' => 'Inclure http*:// dans l\'URL', 'scheme_include' => 'Inclure http*:// dans l\'URL',
'url_encode' => 'Encoder l\'URL' 'url_encode' => 'Encoder l\'URL'
), ),

View file

@ -5,7 +5,7 @@ return array(
'proxy_url' => 'Proxy-url', 'proxy_url' => 'Proxy-url',
'scheme_http' => 'Http proxyen', 'scheme_http' => 'Http proxyen',
'scheme_https' => 'Https proxyen', 'scheme_https' => 'Https proxyen',
'scheme_default' => 'Ongespecificeerd url-schema proxyen', 'scheme_default' => 'Protocol-relatieve urlproxyen',
'scheme_include' => 'http*:// in url opnemen', 'scheme_include' => 'http*:// in url opnemen',
'url_encode' => 'Url encoderen' 'url_encode' => 'Url encoderen'
), ),