Skip to content

Commit 65a1fe5

Browse files
committed
ImageProxy: update text for "Update unspecified scheme"
See <FreshRSS#270 (comment)>.
1 parent e4c0da5 commit 65a1fe5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

xExtension-ImageProxy/i18n/de/ext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'proxy_url' => 'Proxy-URL',
66
'scheme_http' => 'HTTP-Proxy',
77
'scheme_https' => 'HTTPS-Proxy',
8-
'scheme_default' => 'Proxy unspezifiziert',
8+
'scheme_default' => 'Proxy unspezifiziertes Schema',
99
'scheme_include' => 'http*:// in die URL einfügen',
1010
'url_encode' => 'URL-Prozentkodierung'
1111
),

xExtension-ImageProxy/i18n/en/ext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'proxy_url' => 'Proxy URL',
66
'scheme_http' => 'Proxy HTTP',
77
'scheme_https' => 'Proxy HTTPS',
8-
'scheme_default' => 'Proxy unspecified',
8+
'scheme_default' => 'Proxy unspecified scheme',
99
'scheme_include' => 'Include http*:// in URL',
1010
'url_encode' => 'Encode the URL'
1111
),

xExtension-ImageProxy/i18n/fr/ext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'proxy_url' => 'URL du proxy',
66
'scheme_http' => 'Proxy HTTP',
77
'scheme_https' => 'Proxy HTTPS',
8-
'scheme_default' => 'Proxy indéterminé',
8+
'scheme_default' => 'Proxy schéma indéterminé',
99
'scheme_include' => 'Inclure http*:// dans l\'URL',
1010
'url_encode' => 'Encoder l\'URL'
1111
),

xExtension-ImageProxy/i18n/tr/ext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'proxy_url' => 'Vekil Bağlantısı',
66
'scheme_http' => 'HTTP Vekil Sunucusu',
77
'scheme_https' => 'HTTPS Vekil Sunucusu',
8-
'scheme_default' => 'Belirtilmemiş Vekil Sunucusu',
8+
'scheme_default' => 'Belirtilmemiş Vekil Sunucusu', // TODO
99
'scheme_include' => 'Bağlantıya http*:// ekle',
1010
'url_encode' => 'Bağlantıyı kodla',
1111
),

0 commit comments

Comments
 (0)