Consistently use "Attention" in English texts
authorMatthias Schmidt <gravatronics@live.com>
Fri, 5 Feb 2021 15:20:35 +0000 (16:20 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 5 Feb 2021 15:20:35 +0000 (16:20 +0100)
See #3801

wcfsetup/install/files/lib/system/file/upload/UploadField.class.php
wcfsetup/install/files/lib/system/file/upload/UploadHandler.class.php
wcfsetup/install/files/lib/system/form/builder/field/UploadFormField.class.php
wcfsetup/install/files/lib/util/UserAgent.class.php
wcfsetup/install/files/style/layout/grid.scss
wcfsetup/install/lang/en.xml

index c2803aed9764de208a545046df3cf43b879c8820..3b4136c71a6594fad0faff032e98ac8c6ddef9e1 100644 (file)
@@ -39,7 +39,7 @@ class UploadField
 
     /**
      * 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
      */
@@ -162,7 +162,7 @@ class UploadField
      * 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
@@ -183,7 +183,7 @@ class UploadField
     /**
      * 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.
      *
index bb72e0b02cc5d868f0a7eb6fcb3833142548953b..5cb94690798d9f532438b32b3b82dff7fe6c0526 100644 (file)
@@ -293,7 +293,7 @@ class UploadHandler extends SingletonFactory
     /**
      * 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
@@ -333,7 +333,7 @@ class UploadHandler extends SingletonFactory
     /**
      * 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
index cb74c6491b48fe15e246fb338b0e28a248df12c0..eff7e00eb7ec619595a45051d4e1c6cf8c387d75 100644 (file)
@@ -34,7 +34,7 @@ class UploadFormField extends AbstractFormField
 
     /**
      * 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
      */
@@ -723,7 +723,7 @@ class UploadFormField extends AbstractFormField
      * 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
@@ -767,7 +767,7 @@ class UploadFormField extends AbstractFormField
     /**
      * 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.
      *
index 2b9f9fc146a8a6f8e5ed0d5783a081c80f348a1e..b54cd6740e9aebe82db019fc57025364a5e2924c 100644 (file)
@@ -427,7 +427,7 @@ class UserAgent
 
     /**
      * 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
     {
@@ -440,7 +440,7 @@ class UserAgent
 
     /**
      * 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
     {
index 565be7ba9fcc0e0405a6a6f8dc99b83b4e640282..19a87d642f2a445c93a0de0edde84f6cef5a5da3 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * 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.
  */
index 1ce135999c16e3a7a703e3c8c438f31aade7118c..c9ac9e208fcd4ac3fc5b19dcdbe772d315d1588e 100644 (file)
                <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>
@@ -3160,7 +3160,7 @@ Your account on the website: {@PAGE_TITLE|language} [URL:{link isEmail=true}{/li
                <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>
@@ -3174,7 +3174,7 @@ Your account on the website: {@PAGE_TITLE|language} [URL:{link isEmail=true}{/li
                <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>
@@ -3466,7 +3466,7 @@ Attachments:
                <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>