Image proxy extension: update to wsrv.nl and add German (#208)
This commit is contained in:
parent
1cee81b90d
commit
4e0155e562
6 changed files with 18 additions and 10 deletions
12
xExtension-ImageProxy/i18n/de/ext.php
Normal file
12
xExtension-ImageProxy/i18n/de/ext.php
Normal 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'
|
||||
),
|
||||
);
|
||||
|
|
@ -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'
|
||||
),
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue