Image proxy extension: update to wsrv.nl and add German (#208)

This commit is contained in:
maTh 2024-02-29 20:50:52 +01:00 committed by GitHub
parent 1cee81b90d
commit 4e0155e562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 10 deletions

View file

@ -0,0 +1,12 @@
<?php
return array(
'imageproxy' => array(
'proxy_url' => 'Proxy-URL',
'scheme_http' => 'HTTP-Proxy',
'scheme_https' => 'HTTPS-Proxy',
'scheme_default' => 'Proxy unspezifiziert',
'scheme_include' => 'http*:// in die URL einfügen',
'url_encode' => 'URL-Prozentkodierung'
),
);

View file

@ -7,8 +7,6 @@ return array(
'scheme_https' => 'Proxy HTTPS',
'scheme_default' => 'Proxy unspecified',
'scheme_include' => 'Include http*:// in URL',
'url_encode' => 'Encode the URL',
'true' => 'On',
'false' => 'Off',
'url_encode' => 'Encode the URL'
),
);

View file

@ -7,8 +7,6 @@ return array(
'scheme_https' => 'Proxy HTTPS',
'scheme_default' => 'Proxy indéterminé',
'scheme_include' => 'Inclure http*:// dans l\'URL',
'url_encode' => 'Encoder l\'URL',
'true' => 'Oui',
'false' => 'Non',
'url_encode' => 'Encoder l\'URL'
),
);