diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 5643d455..5641f711 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -14288,7 +14288,7 @@ You can do this in the provider info list.
settings.misc.ipn_suggest.regex.help
- A PCRE-compatible regular expression every IPN has to fulfill. Leave empty to allow all everything as IPN.
+ A PCRE-compatible regular expression every IPN has to fulfill. Leave empty to allow everything as IPN.
diff --git a/translations/security.de.xlf b/translations/security.de.xlf
index 4f905fd1..927f8f9c 100644
--- a/translations/security.de.xlf
+++ b/translations/security.de.xlf
@@ -4,7 +4,7 @@
user.login_error.user_disabled
- Ihr Account ist deaktiviert! Kontaktiere einen Administrator, wenn Sie denken, dass dies ein Fehler ist.
+ Ihr Account ist deaktiviert! Kontaktieren Sie einen Administrator, wenn Sie denken, dass dies ein Fehler ist.
diff --git a/translations/validators.en.xlf b/translations/validators.en.xlf
index 30c50bec..c1d6f6b8 100644
--- a/translations/validators.en.xlf
+++ b/translations/validators.en.xlf
@@ -104,7 +104,7 @@
parameters.validator.min_lesser_typical
- Value must be lesser or equal the the typical value ({{ compared_value }}).
+ Value must be less than or equal to the typical value ({{ compared_value }}).
@@ -124,7 +124,7 @@
parameters.validator.min_lesser_max
- Value must be lesser than the maximum value ({{ compared_value }}).
+ Value must be less than the maximum value ({{ compared_value }}).
@@ -144,7 +144,7 @@
parameters.validator.max_greater_typical
- Value must be greater or equal than the typical value ({{ compared_value }}).
+ Value must be greater than or equal to the typical value ({{ compared_value }}).
@@ -154,7 +154,7 @@
validator.user.username_already_used
- A user with this name is already exisiting
+ A user with this name already exists