diff --git a/abstracto-modules/core/src/main/resources/en_US/exceptions/embedded/unknown_mention_type_exception_embedded_en_US.ftl b/abstracto-modules/core/src/main/resources/en_US/exceptions/embedded/unknown_mention_type_exception_embedded_en_US.ftl new file mode 100644 index 00000000..b3df00ca --- /dev/null +++ b/abstracto-modules/core/src/main/resources/en_US/exceptions/embedded/unknown_mention_type_exception_embedded_en_US.ftl @@ -0,0 +1 @@ +"description": "<@safe_include "unknown_mention_type_exception"/>" \ No newline at end of file diff --git a/abstracto-modules/core/src/main/resources/en_US/exceptions/unknown_mention_type_exception_en_US.ftl b/abstracto-modules/core/src/main/resources/en_US/exceptions/unknown_mention_type_exception_en_US.ftl new file mode 100644 index 00000000..52fa437d --- /dev/null +++ b/abstracto-modules/core/src/main/resources/en_US/exceptions/unknown_mention_type_exception_en_US.ftl @@ -0,0 +1 @@ +<#include "unknown_mention_type_exception_text"> \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/allowMention/help/allowMention_description_en_US.ftl b/translations/core/src/main/resources/en_US/commands/allowMention/help/allowMention_description_en_US.ftl new file mode 100644 index 00000000..6af0b578 --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/allowMention/help/allowMention_description_en_US.ftl @@ -0,0 +1 @@ +Allows the bot to use specified mentions \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/allowMention/help/allowMention_long_help_en_US.ftl b/translations/core/src/main/resources/en_US/commands/allowMention/help/allowMention_long_help_en_US.ftl new file mode 100644 index 00000000..88385f26 --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/allowMention/help/allowMention_long_help_en_US.ftl @@ -0,0 +1,3 @@ +This command can be used to allow the bot to use certain mentions. These mentions can be everyone, here, role or user mentions. +The everyone and here mention are controlled via one combined mention type. This change is immediate and only affects the current server. +Per default only user and role mentions are enabled. \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/allowMention/help/allowMention_parameter_mentionType_en_US.ftl b/translations/core/src/main/resources/en_US/commands/allowMention/help/allowMention_parameter_mentionType_en_US.ftl new file mode 100644 index 00000000..09cc47e4 --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/allowMention/help/allowMention_parameter_mentionType_en_US.ftl @@ -0,0 +1 @@ +The type of mention to allow. Must be one of the following: 'everyone', 'role' or 'user'. 'everyone' also controls 'here' mentions \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/disallowMention/help/disallowMention_description_en_US.ftl b/translations/core/src/main/resources/en_US/commands/disallowMention/help/disallowMention_description_en_US.ftl new file mode 100644 index 00000000..d93a51a1 --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/disallowMention/help/disallowMention_description_en_US.ftl @@ -0,0 +1 @@ +Disallows the bot to use certain mentions \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/disallowMention/help/disallowMention_long_help_en_US.ftl b/translations/core/src/main/resources/en_US/commands/disallowMention/help/disallowMention_long_help_en_US.ftl new file mode 100644 index 00000000..8784d910 --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/disallowMention/help/disallowMention_long_help_en_US.ftl @@ -0,0 +1,3 @@ +This command can be used to disallow the bot to use certain mentions. These mentions can be everyone, here, role or user mentions. +The everyone and here mention are controlled via one combined mention type. This change is immediate and only affects the current server. +The mentions will still be displayed as mentions, but will not actually notify users. \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/commands/disallowMention/help/disallowMention_parameter_mentionType_en_US.ftl b/translations/core/src/main/resources/en_US/commands/disallowMention/help/disallowMention_parameter_mentionType_en_US.ftl new file mode 100644 index 00000000..7aa19f9a --- /dev/null +++ b/translations/core/src/main/resources/en_US/commands/disallowMention/help/disallowMention_parameter_mentionType_en_US.ftl @@ -0,0 +1 @@ +The type of mention to disallow. Must be one of the following: 'everyone', 'role' or 'user'. 'everyone' also controls 'here' mentions \ No newline at end of file diff --git a/translations/core/src/main/resources/en_US/exception/unknown_mention_type_exception_text_en_US.ftl b/translations/core/src/main/resources/en_US/exception/unknown_mention_type_exception_text_en_US.ftl new file mode 100644 index 00000000..baf15b4c --- /dev/null +++ b/translations/core/src/main/resources/en_US/exception/unknown_mention_type_exception_text_en_US.ftl @@ -0,0 +1 @@ +Unknown mention type. Must be one of `everyone`, `role` or `user`. \ No newline at end of file