Skip to content

Commit

Permalink
ImageProxy: update text for "Update unspecified scheme" (#272)
Browse files Browse the repository at this point in the history
* ImageProxy: update text for "Update unspecified scheme"

See <#270 (comment)>.

* URL scheme

* add Dutch

* Update xExtension-ImageProxy/i18n/fr/ext.php

Co-authored-by: Alexandre Alapetite <[email protected]>

* Turkish

* protocol-relative URL

* Update xExtension-ImageProxy/i18n/fr/ext.php

Co-authored-by: Alexandre Alapetite <[email protected]>

* fix typo

* Update xExtension-ImageProxy/i18n/nl/ext.php

Co-authored-by: Alexandre Alapetite <[email protected]>

---------

Co-authored-by: Alexandre Alapetite <[email protected]>
  • Loading branch information
Frenzie and Alkarex authored Jan 15, 2025
1 parent b1ede65 commit 500238e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion xExtension-ImageProxy/i18n/de/ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
),
Expand Down
2 changes: 1 addition & 1 deletion xExtension-ImageProxy/i18n/en/ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
),
Expand Down
2 changes: 1 addition & 1 deletion xExtension-ImageProxy/i18n/fr/ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
),
Expand Down
12 changes: 12 additions & 0 deletions xExtension-ImageProxy/i18n/nl/ext.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return array(
'imageproxy' => 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'
),
);
2 changes: 1 addition & 1 deletion xExtension-ImageProxy/i18n/tr/ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
),
Expand Down

0 comments on commit 500238e

Please sign in to comment.