/**
* This flag indicates whether only images can uploaded via this field.
- * <strong>Heads up:</strong> SVG images can contain bad code, therefore do not
+ * <strong>Attention</strong>: SVG images can contain bad code, therefore do not
* use this option, outside the acp or check the file whether remote code is contained.
* @var bool
*/
* image only (if this field is not image only, this method will
* throw an exception).
*
- * <strong>Heads up:</strong> SVG images can contain bad code, therefore do not
+ * <strong>Attention</strong>: SVG images can contain bad code, therefore do not
* use this option, outside the acp or check the file whether remote code is contained.
*
* @param bool $allowSvgImage
/**
* Specifies acceptable file types. Use null to not specify any restrictions.
*
- * <strong>Heads up:</strong> This feature is used to improve user experience, by removing
+ * <strong>Attention</strong>: This feature is used to improve user experience, by removing
* unacceptable files from the file picker. It does not validate the type of the uploaded
* file. You are responsible to perform (proper) validation on the server side.
*
/**
* Registers files for the given internalId.
*
- * HEADS UP: Deletes all uploaded files and overwrites them with
+ * <strong>Attention</strong>: Deletes all uploaded files and overwrites them with
* the given files. If you want to add a file, use the addFileForInternalId method.
*
* @param string $internalId
/**
* Register files for the field with the given fieldId.
*
- * HEADS UP: Deletes all uploaded files and overwrites them with
+ * <strong>Attention</strong>: Deletes all uploaded files and overwrites them with
* the given files. If you want to add a file, use the addFileForField method.
*
* @param string $fieldId
/**
* This flag indicates whether only images can uploaded via this field.
- * <strong>Heads up:</strong> SVG images can contain bad code, therefore do not
+ * <strong>Attention</strong>: SVG images can contain bad code, therefore do not
* use this option, outside the acp or check the file whether remote code is contained.
* @var bool
*/
* image only (if this field is not image only, this method will
* throw an exception).
*
- * <strong>Heads up:</strong> SVG images can contain bad code, therefore do not
+ * <strong>Attention</strong>: SVG images can contain bad code, therefore do not
* use this option, outside the acp or check the file whether remote code is contained.
*
* @param bool $allowSvgImages
/**
* Specifies acceptable file types. Use null to not specify any restrictions.
*
- * <strong>Heads up:</strong> This feature is used to improve user experience, by removing
+ * <strong>Attention</strong>: This feature is used to improve user experience, by removing
* unacceptable files from the file picker. It does not validate the type of the uploaded
* file. You are responsible to perform (proper) validation on the server side.
*
/**
* Checks if the User Agent gives an indicator about a tablet device.
- * Heads up: This is only a basic test and can easily be falsified by the user.
+ * <strong>Attention</strong>: This is only a basic test and can easily be falsified by the user.
*/
public function isTablet(): bool
{
/**
* Checks if the User Agent gives an indicator about a mobile device.
- * Heads up: This is only a basic test and can easily be falsified by the user.
+ * <strong>Attention</strong>: This is only a basic test and can easily be falsified by the user.
*/
public function isMobileBrowser(): bool
{
*/
/*
- * Heads up! This is a modified version containing only the sizes
+ * Attention: This is a modified version containing only the sizes
* "xs" (mobile) and "md" (desktop). Additionally the "push", "pull",
* "first" and "last" classes have been left out.
*/
<item name="wcf.acp.bbcode.htmlClose"><![CDATA[Closing HTML tag]]></item>
<item name="wcf.acp.bbcode.htmlOpen"><![CDATA[Opening HTML tag]]></item>
<item name="wcf.acp.bbcode.isBlockElement"><![CDATA[BBCode represents a block element]]></item>
- <item name="wcf.acp.bbcode.isBlockElement.description"><![CDATA[Block elements are treated differently when processed. They can contain line breaks and paragraphs, and generally take up the entire available width. Common examples for block elements include quotes and lists.<br>Heads up! You must not set this option for inline elements such as bold or links.]]></item>
+ <item name="wcf.acp.bbcode.isBlockElement.description"><![CDATA[Block elements are treated differently when processed. They can contain line breaks and paragraphs, and generally take up the entire available width. Common examples for block elements include quotes and lists.<br><strong>Attention</strong>: You must not set this option for inline elements such as bold or links.]]></item>
<item name="wcf.acp.bbcode.isSourceCode"><![CDATA[Content represents source code]]></item>
<item name="wcf.acp.bbcode.isSourceCode.description"><![CDATA[Disables conversion of BBCodes and smilies.]]></item>
<item name="wcf.acp.bbcode.list"><![CDATA[BBCodes]]></item>
<item name="wcf.acp.user.bulkProcessing.removeFromUserGroups"><![CDATA[Remove from User Groups]]></item>
<item name="wcf.acp.user.bulkProcessing.sendMail"><![CDATA[Send Email to Users]]></item>
<item name="wcf.acp.user.bulkProcessing.success"><![CDATA[The selected action has been executed and affected {#$affectedObjectCount} user{if $affectedObjectCount != 1}s{/if}.]]></item>
- <item name="wcf.acp.user.bulkProcessing.warning"><![CDATA[Heads up! The bulk processing executes all actions below on all users matching the selected conditions without any further confirmation prompt!]]></item>
+ <item name="wcf.acp.user.bulkProcessing.warning"><![CDATA[<strong>Attention</strong>: The bulk processing executes all actions below on all users matching the selected conditions without any further confirmation prompt!]]></item>
<item name="wcf.acp.user.profileMenu.sort"><![CDATA[User Profile Menu Show Order]]></item>
<item name="wcf.acp.user.action.sendMail"><![CDATA[Send Email]]></item>
<item name="wcf.acp.user.action.sendNewPassword"><![CDATA[Send New Password]]></item>
<item name="wcf.acp.user.security.multifactor.active.description"><![CDATA[This user account is protected by a second factor.]]></item>
<item name="wcf.acp.user.security.multifactor.disable"><![CDATA[Completely Disable Multi-factor Authentication]]></item>
<item name="wcf.acp.user.security.multifactor.disable.description"><![CDATA[Completely disables multi-factor authentication for the account <strong>{$user->username}</strong>. The user will need to setup up multi-factor authentication from scratch if this checkbox is checked.<br>
-<strong>Heads up:</strong> Multi-factor authentication is actively set up by users to better protect their accounts. Please make sure to properly authenticate the user before disabling multi-factor authentication for their account.]]></item>
+<strong>Attention</strong>: Multi-factor authentication is actively set up by users to better protect their accounts. Please make sure to properly authenticate the user before disabling multi-factor authentication for their account.]]></item>
</category>
<category name="wcf.acp.worker">
<item name="wcf.acp.worker.abort.confirmMessage"><![CDATA[Do you really want to terminate the execution?]]></item>
<item name="wcf.acp.content.removeContent"><![CDATA[Delete User’s Content]]></item>
<item name="wcf.acp.content.provider.removeContentSectionTitle"><![CDATA[Content]]></item>
<item name="wcf.acp.content.provider.removeContentInfo"><![CDATA[Select which types of content created by {if $users|count == 1}“<a href="{link controller='UserEdit' id=$user->userID}{/link}">{$user->username}</a>”{else}{#$users|count} users{/if} should be deleted.]]></item>
- <item name="wcf.acp.content.provider.removeContentWarning"><![CDATA[<strong>Heads up</strong>: The content will be deleted irrevocably and without any further confirmation prompt!]]></item>
+ <item name="wcf.acp.content.provider.removeContentWarning"><![CDATA[<strong>Attention</strong>: The content will be deleted irrevocably and without any further confirmation prompt!]]></item>
<item name="wcf.acp.content.provider.com.woltlab.wcf.comment"><![CDATA[Comments]]></item>
<item name="wcf.acp.content.provider.com.woltlab.wcf.commentResponse"><![CDATA[Comment Responses]]></item>
<item name="wcf.acp.content.provider.com.woltlab.wcf.article"><![CDATA[Articles]]></item>