Improve name of the 'image_proxy_host_whitelist' option
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 17 Jun 2021 12:52:15 +0000 (14:52 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 17 Jun 2021 12:53:23 +0000 (14:53 +0200)
Whitelist implies that only the given domains will be passes through the proxy.
Additionally the German version already uses “Ausnahme” which translates to
“Exception”.

wcfsetup/install/lang/en.xml

index 2efc389ea08dca73aecfa9f5f1f462378f5fb6e2..e86ab4fc548998fe26637fb783ddaf7a3d30426f 100644 (file)
@@ -1660,11 +1660,11 @@ When prompted for the notification URL for the instant payment notifications, pl
                <item name="wcf.acp.option.module_article"><![CDATA[Articles]]></item>
                <item name="wcf.acp.option.message_force_secure_images"><![CDATA[Allow secure images only]]></item>
                <item name="wcf.acp.option.message_force_secure_images.description"><![CDATA[Images may only be embedded using the encrypted “https”-protocol. Images in already existing messages will be force-rewritten to use the secure protocol.]]></item>
-               <item name="wcf.acp.option.module_image_proxy"><![CDATA[Enable image proxy]]></item>
+               <item name="wcf.acp.option.module_image_proxy"><![CDATA[Enable Image Proxy]]></item>
                <item name="wcf.acp.option.image_proxy_expiration"><![CDATA[Maximum Storage Time Period]]></item>
                <item name="wcf.acp.option.image_proxy_insecure_only"><![CDATA[Store images from insecure sources only]]></item>
                <item name="wcf.acp.option.image_proxy_enable_prune"><![CDATA[Remove Cached Images Regularly]]></item>
-               <item name="wcf.acp.option.image_proxy_host_whitelist"><![CDATA[Image proxy whitelist]]></item>
+               <item name="wcf.acp.option.image_proxy_host_whitelist"><![CDATA[Image Proxy Exception]]></item>
                <item name="wcf.acp.option.image_proxy_host_whitelist.description"><![CDATA[The listed domains will not be handled by the image proxy, the current domain is implicitly added. Hostnames are exact matches only, a leading wildcard can be used to exclude an entire domain: <kbd>*.example.com</kbd> matches <kbd>example.com</kbd> and subdomains such as <kbd>foo.example.com</kbd> or <kbd>www.example.com</kbd>.]]></item>
                <item name="wcf.acp.option.share_buttons_providers"><![CDATA[Share Button Providers]]></item>
                <item name="wcf.acp.option.show_style_changer"><![CDATA[Enable style changer]]></item>