From: Marcel Werk Date: Mon, 27 May 2013 22:31:23 +0000 (+0200) Subject: Added missing language variables X-Git-Tag: 2.0.0_Beta_1~35 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dadc0d161ffc7b4d04f3efe551d8dd3835f5a58f;p=GitHub%2FWoltLab%2FWCF.git Added missing language variables --- diff --git a/wcfsetup/install/files/acp/templates/styleAdd.tpl b/wcfsetup/install/files/acp/templates/styleAdd.tpl index a1f213def2..1b9ade9891 100644 --- a/wcfsetup/install/files/acp/templates/styleAdd.tpl +++ b/wcfsetup/install/files/acp/templates/styleAdd.tpl @@ -102,7 +102,7 @@ {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} {/if} @@ -117,7 +117,7 @@ {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} {/if} @@ -132,7 +132,7 @@ {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} {/if} @@ -147,7 +147,7 @@ {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} {/if} @@ -162,7 +162,7 @@ {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} {/if} @@ -177,7 +177,7 @@ {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} {/if} @@ -192,7 +192,7 @@ {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} {/if} @@ -207,7 +207,7 @@ {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} {/if} @@ -232,7 +232,7 @@ {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} {/if} @@ -254,7 +254,7 @@ {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} {/if} @@ -270,7 +270,7 @@ {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} {/if} diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index b07aa49ee1..7deefe60fd 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -1036,6 +1036,10 @@ + + + + diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 2c43e0a7ea..6c899ff5e2 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -1035,6 +1035,10 @@ Examples for medium ID detection: + + + +