Added missing language variables
authorMarcel Werk <burntime@woltlab.com>
Mon, 27 May 2013 22:31:23 +0000 (00:31 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 27 May 2013 22:31:23 +0000 (00:31 +0200)
wcfsetup/install/files/acp/templates/styleAdd.tpl
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index a1f213def2630cbb3d7e893bec53e8daecc17eec..1b9ade9891d11b1b2b500a8fa849c04b091a70ad 100644 (file)
                                                                {if $errorType == 'empty'}
                                                                        {lang}wcf.global.form.error.empty{/lang}
                                                                {else}
-                                                                       {lang}wcf.acp.style.error.styleName.{$errorType}{/lang}
+                                                                       {lang}wcf.acp.style.styleName.error.{$errorType}{/lang}
                                                                {/if}
                                                        </small>
                                                {/if}
                                                                {if $errorType == 'empty'}
                                                                        {lang}wcf.global.form.error.empty{/lang}
                                                                {else}
-                                                                       {lang}wcf.acp.style.error.authorName.{$errorType}{/lang}
+                                                                       {lang}wcf.acp.style.authorName.error.{$errorType}{/lang}
                                                                {/if}
                                                        </small>
                                                {/if}
                                                                {if $errorType == 'empty'}
                                                                        {lang}wcf.global.form.error.empty{/lang}
                                                                {else}
-                                                                       {lang}wcf.acp.style.error.copyright.{$errorType}{/lang}
+                                                                       {lang}wcf.acp.style.copyright.error.{$errorType}{/lang}
                                                                {/if}
                                                        </small>
                                                {/if}
                                                                {if $errorType == 'empty'}
                                                                        {lang}wcf.global.form.error.empty{/lang}
                                                                {else}
-                                                                       {lang}wcf.acp.style.error.styleVersion.{$errorType}{/lang}
+                                                                       {lang}wcf.acp.style.styleVersion.error.{$errorType}{/lang}
                                                                {/if}
                                                        </small>
                                                {/if}
                                                                {if $errorType == 'empty'}
                                                                        {lang}wcf.global.form.error.empty{/lang}
                                                                {else}
-                                                                       {lang}wcf.acp.style.error.styleDate.{$errorType}{/lang}
+                                                                       {lang}wcf.acp.style.styleDate.error.{$errorType}{/lang}
                                                                {/if}
                                                        </small>
                                                {/if}
                                                                {if $errorType == 'empty'}
                                                                        {lang}wcf.global.form.error.empty{/lang}
                                                                {else}
-                                                                       {lang}wcf.acp.style.error.license.{$errorType}{/lang}
+                                                                       {lang}wcf.acp.style.license.error.{$errorType}{/lang}
                                                                {/if}
                                                        </small>
                                                {/if}
                                                                {if $errorType == 'empty'}
                                                                        {lang}wcf.global.form.error.empty{/lang}
                                                                {else}
-                                                                       {lang}wcf.acp.style.error.authorURL.{$errorType}{/lang}
+                                                                       {lang}wcf.acp.style.authorURL.error.{$errorType}{/lang}
                                                                {/if}
                                                        </small>
                                                {/if}
                                                                {if $errorType == 'empty'}
                                                                        {lang}wcf.global.form.error.empty{/lang}
                                                                {else}
-                                                                       {lang}wcf.acp.style.error.styleDescription.{$errorType}{/lang}
+                                                                       {lang}wcf.acp.style.styleDescription.error.{$errorType}{/lang}
                                                                {/if}
                                                        </small>
                                                {/if}
                                                                {if $errorType == 'empty'}
                                                                        {lang}wcf.global.form.error.empty{/lang}
                                                                {else}
-                                                                       {lang}wcf.acp.style.error.image.{$errorType}{/lang}
+                                                                       {lang}wcf.acp.style.image.error.{$errorType}{/lang}
                                                                {/if}
                                                        </small>
                                                {/if}
                                                                        {if $errorType == 'empty'}
                                                                                {lang}wcf.global.form.error.empty{/lang}
                                                                        {else}
-                                                                               {lang}wcf.acp.style.error.templateGroupID.{$errorType}{/lang}
+                                                                               {lang}wcf.acp.style.templateGroupID.error.{$errorType}{/lang}
                                                                        {/if}
                                                                </small>
                                                        {/if}
                                                                {if $errorType == 'empty'}
                                                                        {lang}wcf.global.form.error.empty{/lang}
                                                                {else}
-                                                                       {lang}wcf.acp.style.error.imagePath.{$errorType}{/lang}
+                                                                       {lang}wcf.acp.style.imagePath.error.{$errorType}{/lang}
                                                                {/if}
                                                        </small>
                                                {/if}
index b07aa49ee11f7c55a510f5f1f305529cf57d7e25..7deefe60fd90f9bca1702e6218df9803ecd96f8e 100644 (file)
                <item name="wcf.acp.style.styleVersion"><![CDATA[Version]]></item>
                <item name="wcf.acp.style.templateGroupID"><![CDATA[Template-Gruppe]]></item>
                <item name="wcf.acp.style.users"><![CDATA[Benutzer]]></item>
+               <item name="wcf.acp.style.image.error.invalidExtension"><![CDATA[Die Datei hat eine ungültige Dateiendung.]]></item>
+               <item name="wcf.acp.style.imagePath.error.notValid"><![CDATA[Sie haben einen ungültigen Pfad eingegeben.]]></item>
+               <item name="wcf.acp.style.styleVersion.error.notValid"><![CDATA[Sie haben eine ungültigen Versionsnummer eingegeben.]]></item>
+               <item name="wcf.acp.style.styleDate.error.notValid"><![CDATA[Sie haben ein ungültiges Datum eingegeben.]]></item>
        </category>
        
        <category name="wcf.acp.tag">
index 2c43e0a7ea35abd76726011d023bd6870351b5fe..6c899ff5e2e588b98e7f8e3a9759b088337f8762 100644 (file)
@@ -1035,6 +1035,10 @@ Examples for medium ID detection:
                <item name="wcf.acp.style.styleVersion"><![CDATA[Version]]></item>
                <item name="wcf.acp.style.templateGroupID"><![CDATA[Template Group]]></item>
                <item name="wcf.acp.style.users"><![CDATA[Users]]></item>
+               <item name="wcf.acp.style.image.error.invalidExtension"><![CDATA[TODO: Die Datei hat eine ungültige Dateiendung.]]></item>
+               <item name="wcf.acp.style.imagePath.error.notValid"><![CDATA[TODO: Sie haben einen ungültigen Pfad eingegeben.]]></item>
+               <item name="wcf.acp.style.styleVersion.error.notValid"><![CDATA[TODO: Sie haben eine ungültigen Versionsnummer eingegeben.]]></item>
+               <item name="wcf.acp.style.styleDate.error.notValid"><![CDATA[TODO: Sie haben ein ungültiges Datum eingegeben.]]></item>
        </category>
        
        <category name="wcf.acp.tag">