<small class="innerError">
{if $errorType == 'empty'}
{lang}wcf.global.form.error.empty{/lang}
- {elseif $errorType == 'invalid'}
+ {elseif $errorType == 'notValid'}
{lang}wcf.user.email.error.notValid{/lang}
{else}
{lang}wcf.user.mail.senderEmail.error.{@$errorType}{/lang}
<input type="text" id="userID" name="u" value="{@$userID}" required="required" class="medium" />
{if $errorField == 'userID'}
<small class="innerError">
- {if $errorType == 'invalid'}{lang}wcf.user.userID.error.invalid{/lang}{/if}
+ {lang}wcf.user.userID.error.{$errorType}{/lang}
</small>
{/if}
</dd>
<input type="text" id="lostPasswordKey" name="k" value="{$lostPasswordKey}" required="required" class="medium" />
{if $errorField == 'lostPasswordKey'}
<small class="innerError">
- {if $errorType == 'empty'}{lang}wcf.global.form.error.empty{/lang}{/if}
- {if $errorType == 'invalid'}{lang}wcf.user.lostPasswordKey.error.invalid{/lang}{/if}
+ {if $errorType == 'empty'}
+ {lang}wcf.global.form.error.empty{/lang}
+ {else}
+ {lang}wcf.user.lostPasswordKey.error.{$errorType}{/lang}
+ {/if}
</small>
{/if}
</dd>
<input type="number" id="{$objectType->objectType}" name="points[{$objectType->objectTypeID}]" value="{$points[$objectType->objectTypeID]}" required="required" min="0" class="tiny" />
{if $errorField == $objectType->objectTypeID}
<small class="innerError">
- {lang}wcf.acp.user.activityPoint.option.invalid{/lang}
+ {lang}wcf.acp.user.activityPoint.option.notValid{/lang}
</small>
{/if}
</dd>
// check if new parent category is no child category of the category
$childCategories = CategoryHandler::getInstance()->getChildCategories($this->categoryID, $this->objectType->objectTypeID);
if (isset($childCategories[$this->parentCategoryID])) {
- throw new UserInputException('parentCategoryID', 'invalid');
+ throw new UserInputException('parentCategoryID', 'notValid');
}
}
}
}
$groups = $this->labelGroupList->getObjects();
if (!isset($groups[$this->groupID])) {
- throw new UserInputException('groupID', 'invalid');
+ throw new UserInputException('groupID', 'notValid');
}
if (empty($this->cssClassName)) {
// check password
if (!PasswordUtil::secureCompare(MASTER_PASSWORD, PasswordUtil::getDoubleSaltedHash($this->masterPassword, MASTER_PASSWORD))) {
- throw new UserInputException('masterPassword', 'invalid');
+ throw new UserInputException('masterPassword', 'notValid');
}
}
parent::validate();
foreach ($this->points as $objectTypeID => $points) {
- if ($points < 0) throw new UserInputException($objectTypeID, 'invalid');
+ if ($points < 0) throw new UserInputException($objectTypeID, 'notValid');
}
}
}
$userGroup = UserGroup::getGroupByID($this->groupID);
if ($userGroup === null || $userGroup->groupType == UserGroup::GUESTS || $userGroup->groupType == UserGroup::EVERYONE) {
- throw new UserInputException('groupID', 'invalid');
+ throw new UserInputException('groupID', 'notValid');
}
// css class name
}
if (!UserUtil::isValidEmail($this->email)) {
- throw new UserInputException('email', 'invalid');
+ throw new UserInputException('email', 'notValid');
}
}
$this->user = new User($this->userID);
if (!$this->user->userID) {
- throw new UserInputException('userID', 'invalid');
+ throw new UserInputException('userID', 'notValid');
}
if (!$this->user->lostPasswordKey) {
throw new UserInputException('lostPasswordKey');
}
if ($this->user->lostPasswordKey != $this->lostPasswordKey) {
- throw new UserInputException('lostPasswordKey', 'invalid');
+ throw new UserInputException('lostPasswordKey', 'notValid');
}
}
<item name="wcf.acp.masterPassword.confirm"><![CDATA[Hauptkennwort wiederholen]]></item>
<item name="wcf.acp.masterPassword.enter"><![CDATA[Hauptkennwort erforderlich]]></item>
<item name="wcf.acp.masterPassword.enter.description"><![CDATA[Die aufgerufene Seite oder Aktion erfordert aus Sicherheitsgründen die Eingabe des Hauptkennwortes. Pro Sitzung ist die Eingabe des Hauptkennwortes nur einmal erforderlich. Falls Sie das Hauptkennwort vergessen haben sollten, können Sie es zurücksetzen, indem Sie die Datei <em>{@RELATIVE_WCF_DIR}acp/masterPassword.inc.php</em> löschen.]]></item>
- <item name="wcf.acp.masterPassword.error.invalid"><![CDATA[Das Hauptkennwort ist nicht korrekt. Falls Sie das Hauptkennwort vergessen haben sollten, können Sie es zurücksetzen, indem Sie die Datei <em>{@RELATIVE_WCF_DIR}acp/masterPassword.inc.php</em> löschen.]]></item>
<item name="wcf.acp.masterPassword.error.notEqual"><![CDATA[Die eingegebenen Kennwörter sind nicht identisch.]]></item>
<item name="wcf.acp.masterPassword.error.notSecure"><![CDATA[Das Kennwort wurde als unsicher eingestuft. Das Kennwort sollte mindestens acht Zeichen lang sein, große und kleine lateinische Buchstaben, Zahlen und Sonderzeichen enthalten. Es darf nicht mit den Kennwörtern von anderen Administratoren übereinstimmen.]]></item>
+ <item name="wcf.acp.masterPassword.error.notValid"><![CDATA[Das Hauptkennwort ist nicht korrekt. Falls Sie das Hauptkennwort vergessen haben sollten, können Sie es zurücksetzen, indem Sie die Datei <em>{@RELATIVE_WCF_DIR}acp/masterPassword.inc.php</em> löschen.]]></item>
<item name="wcf.acp.masterPassword.example"><![CDATA[Vorschlag]]></item>
<item name="wcf.acp.masterPassword.example.set"><![CDATA[Vorschlag übernehmen]]></item>
<item name="wcf.acp.masterPassword.init"><![CDATA[Hauptkennwort festlegen]]></item>
<item name="wcf.category.list"><![CDATA[Kategorien]]></item>
<item name="wcf.category.noneAvailable"><![CDATA[Es wurde noch keine Kategorie hinzugefügt.]]></item>
<item name="wcf.category.parentCategoryID"><![CDATA[Übergeordnete Kategorie]]></item>
- <item name="wcf.category.parentCategoryID.error.invalid"><![CDATA[Die ausgewählte Kategorie existiert nicht.]]></item>
+ <item name="wcf.category.parentCategoryID.error.notValid"><![CDATA[Die ausgewählte Kategorie existiert nicht.]]></item>
<item name="wcf.category.showOrder"><![CDATA[Position]]></item>
<item name="wcf.category.description"><![CDATA[Beschreibung]]></item>
<item name="wcf.category.title"><![CDATA[Titel]]></item>
<item name="wcf.user.lostPassword.mail.sent"><![CDATA[Sie erhalten in Kürze eine E-Mail mit weiteren Informationen.]]></item>
<item name="wcf.user.newPassword"><![CDATA[Neues Kennwort anfordern]]></item>
<item name="wcf.user.lostPasswordKey"><![CDATA[Sicherheitsschlüssel]]></item>
- <item name="wcf.user.lostPasswordKey.error.invalid"><![CDATA[Sie haben einen ungültigen Sicherheitsschlüssel angegeben.]]></item>
- <item name="wcf.user.userID.error.invalid"><![CDATA[Sie haben eine ungültige Benutzer-ID angegeben.]]></item>
+ <item name="wcf.user.lostPasswordKey.error.notValid"><![CDATA[Sie haben einen ungültigen Sicherheitsschlüssel angegeben.]]></item>
+ <item name="wcf.user.userID.error.notValid"><![CDATA[Sie haben eine ungültige Benutzer-ID angegeben.]]></item>
<item name="wcf.user.newPassword.mail"><![CDATA[Hallo {@$username},
Ihr neues Kennwort für die Website "{@PAGE_TITLE|language}" lautet:
<item name="wcf.acp.masterPassword.confirm"><![CDATA[Confirm Master Password]]></item>
<item name="wcf.acp.masterPassword.enter"><![CDATA[Master Password Required]]></item>
<item name="wcf.acp.masterPassword.enter.description"><![CDATA[The page or action requires the master password for security reasons, the password will be remembered for your current session. In case you forgot the password, please reset it by removing the file <em>{@RELATIVE_WCF_DIR}acp/masterPassword.inc.php</em>.]]></item>
- <item name="wcf.acp.masterPassword.error.invalid"><![CDATA[Password is incorrect. In case you forgot the password, please reset it by removing the file <em>{@RELATIVE_WCF_DIR}acp/masterPassword.inc.php</em>.]]></item>
+ <item name="wcf.acp.masterPassword.error.notValid"><![CDATA[Password is incorrect. In case you forgot the password, please reset it by removing the file <em>{@RELATIVE_WCF_DIR}acp/masterPassword.inc.php</em>.]]></item>
<item name="wcf.acp.masterPassword.error.notEqual"><![CDATA[Passwords do not match.]]></item>
<item name="wcf.acp.masterPassword.error.notSecure"><![CDATA[Password is regarded unsafe. It should be at least 8 characters, containing upper and lower latin letters, as well as numbers and special symbols.]]></item>
<item name="wcf.acp.masterPassword.example"><![CDATA[Suggestion]]></item>
<item name="wcf.category.list"><![CDATA[Categories]]></item>
<item name="wcf.category.noneAvailable"><![CDATA[No category has been added yet.]]></item>
<item name="wcf.category.parentCategoryID"><![CDATA[Parent Category]]></item>
- <item name="wcf.category.parentCategoryID.error.invalid"><![CDATA[The chosen category does not exist.]]></item>
+ <item name="wcf.category.parentCategoryID.error.notValid"><![CDATA[The chosen category does not exist.]]></item>
<item name="wcf.category.showOrder"><![CDATA[Position]]></item>
<item name="wcf.category.description"><![CDATA[Description]]></item>
<item name="wcf.category.title"><![CDATA[Title]]></item>
<item name="wcf.user.lostPassword.mail.sent"><![CDATA[You should receive an email shortly.]]></item>
<item name="wcf.user.newPassword"><![CDATA[Request New Password]]></item>
<item name="wcf.user.lostPasswordKey"><![CDATA[Security Key]]></item>
- <item name="wcf.user.lostPasswordKey.error.invalid"><![CDATA[Security Key is invalid.]]></item>
- <item name="wcf.user.userID.error.invalid"><![CDATA[User ID is invalid.]]></item>
+ <item name="wcf.user.lostPasswordKey.error.notValid"><![CDATA[Security Key is invalid.]]></item>
+ <item name="wcf.user.userID.error.notValid"><![CDATA[User ID is invalid.]]></item>
<item name="wcf.user.newPassword.mail"><![CDATA[Dear {@$username},
your new password for "{@PAGE_TITLE|language}" is: