diff --git a/xExtension-ImageProxy/i18n/de/ext.php b/xExtension-ImageProxy/i18n/de/ext.php index a3337bc..5edfd73 100644 --- a/xExtension-ImageProxy/i18n/de/ext.php +++ b/xExtension-ImageProxy/i18n/de/ext.php @@ -5,7 +5,7 @@ 'proxy_url' => 'Proxy-URL', 'scheme_http' => 'HTTP-Proxy', 'scheme_https' => 'HTTPS-Proxy', - 'scheme_default' => 'Proxy unspezifiziert', + '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 30720f7..1bca58a 100644 --- a/xExtension-ImageProxy/i18n/en/ext.php +++ b/xExtension-ImageProxy/i18n/en/ext.php @@ -5,7 +5,7 @@ 'proxy_url' => 'Proxy URL', 'scheme_http' => 'Proxy HTTP', 'scheme_https' => 'Proxy HTTPS', - 'scheme_default' => 'Proxy unspecified', + '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 67325e5..a04583f 100644 --- a/xExtension-ImageProxy/i18n/fr/ext.php +++ b/xExtension-ImageProxy/i18n/fr/ext.php @@ -5,7 +5,7 @@ 'proxy_url' => 'URL du proxy', 'scheme_http' => 'Proxy HTTP', 'scheme_https' => 'Proxy HTTPS', - 'scheme_default' => 'Proxy indéterminé', + 'scheme_default' => 'Proxy URLs sans 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 new file mode 100644 index 0000000..5c11315 --- /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' => 'Protocol-relatieve url’s proxyen', + 'scheme_include' => 'http*:// in url opnemen', + 'url_encode' => 'Url encoderen' + ), +); diff --git a/xExtension-ImageProxy/i18n/tr/ext.php b/xExtension-ImageProxy/i18n/tr/ext.php index 162a56b..184645b 100644 --- a/xExtension-ImageProxy/i18n/tr/ext.php +++ b/xExtension-ImageProxy/i18n/tr/ext.php @@ -5,7 +5,7 @@ 'proxy_url' => 'Vekil Bağlantısı', 'scheme_http' => 'HTTP Vekil Sunucusu', 'scheme_https' => 'HTTPS Vekil Sunucusu', - 'scheme_default' => 'Belirtilmemiş Vekil Sunucusu', + 'scheme_default' => 'Belirtilmemiş Vekil URL Şeması', 'scheme_include' => 'Bağlantıya http*:// ekle', 'url_encode' => 'Bağlantıyı kodla', ),