Fix/Add missing English language item
authorMatthias Schmidt <gravatronics@live.com>
Thu, 26 Jun 2014 20:44:52 +0000 (22:44 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 26 Jun 2014 20:44:52 +0000 (22:44 +0200)
wcfsetup/install/lang/en.xml

index 513caa25637605bcf17df4875e84888488618bb6..2a42cb6fe116b06a909ba8c903e1d0033f8a7f87 100644 (file)
@@ -1711,7 +1711,7 @@ Errors are:
        <category name="wcf.condition">
                <item name="wcf.condition.greaterThan"><![CDATA[greater than]]></item>
                <item name="wcf.condition.greaterThan.error.lessThan"><![CDATA[The minimal value and the maximum value are conflicting.]]></item>
-               <item name="wcf.condition.greaterThanerror.maxValue"><![CDATA[The maximum value may not be greater than {#$maxValue}.]]></item>
+               <item name="wcf.condition.greaterThan.error.maxValue"><![CDATA[The maximum value may not be greater than {#$maxValue}.]]></item>
                <item name="wcf.condition.greaterThan.error.minValue"><![CDATA[The maximum value may not be less than {#$minValue}.]]></item>
                <item name="wcf.condition.lessThan"><![CDATA[less than]]></item>
                <item name="wcf.condition.lessThan.error.maxValue"><![CDATA[The minimal value may not be greater than {#$maxValue}.]]></item>
@@ -2161,6 +2161,10 @@ Errors are:
                <item name="wcf.moderation.report.success"><![CDATA[Content has been reported.]]></item>
        </category>
        
+       <category name="wcf.notice">
+               <item name="wcf.notice.button.dismiss"><![CDATA[TODO: Hinweis dauerhaft ausblenden]]></item>
+       </category>
+       
        <category name="wcf.page">
                <item name="wcf.page.pageNo"><![CDATA[Page {#$pageNo}]]></item>
                <item name="wcf.page.offline"><![CDATA[Page is currently in maintenance mode{if OFFLINE_MESSAGE != ''}:{else}.{/if}]]></item>