-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ImageProxy: update text for "Update unspecified scheme" (#272)
* 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
Showing
5 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
), | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters