diff --git a/translations/messages.de.xlf b/translations/messages.de.xlf
index 27acc1eb..7a6a1e7c 100644
--- a/translations/messages.de.xlf
+++ b/translations/messages.de.xlf
@@ -9636,7 +9636,7 @@ Element 3
parts_list.search.searching_for
- %keyword%]]>
+ Suche Teile mit dem Suchbegriff <b>%keyword%</b>
@@ -10966,10 +10966,34 @@ Element 3
-
+ attachment.max_file_sizeMaximale Dateigröße
+
+
+ user.saml_user
+ SSO / SAML Benutzer
+
+
+
+
+ user.saml_user.pw_change_hint
+ Sie verwenden Single Sign-On (SSO) zum Einloggen. Sie können ihr Passwort und Zwei-Faktor-Authentifizierungen deshalb hier nicht konfigurieren. Nutzen Sie stattdessen die zentrale Seite ihres SSO Anbieters!
+
+
+
+
+ login.sso_saml_login
+ Single Sign-On Login (SSO)
+
+
+
+
+ login.local_login_hint
+ Das untenstehende Formular kann nur für den Login mit einem lokalen Benutzer verwendet werden. Wenn Sie sich stattdessen via Single Sign-On einloggen wollen, nutzen Sie den obenstehenden Button.
+
+
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 52fa5488..837cbfea 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -10970,31 +10970,31 @@ Element 3
-
+ attachment.max_file_sizeMaximum file size
-
+ user.saml_userSSO / SAML user
-
+ user.saml_user.pw_change_hintYour user uses single sign-on (SSO). You can not change the password and 2FA settings here. Configure them on your central SSO provider instead!
-
+ login.sso_saml_loginSingle Sign-On Login (SSO)
-
+ login.local_login_hintThe form below is only for log in with a local user. If you want to log in via single sign-on, press the button above.
diff --git a/translations/security.de.xlf b/translations/security.de.xlf
index afc39cc6..0f903486 100644
--- a/translations/security.de.xlf
+++ b/translations/security.de.xlf
@@ -7,5 +7,11 @@
Ihr Account ist deaktiviert! Kontaktiere einen Administrator, wenn Sie denken, dass dies ein Fehler ist.
+
+
+ saml.error.cannot_login_local_user_per_saml
+ Sie können sich per SSO nicht als lokaler Nutzer einloggen! Nutzen Sie stattdessen ihr lokales Passwort.
+
+
diff --git a/translations/security.en.xlf b/translations/security.en.xlf
index 2c9d8957..03d410c0 100644
--- a/translations/security.en.xlf
+++ b/translations/security.en.xlf
@@ -8,7 +8,7 @@
-
+ saml.error.cannot_login_local_user_per_samlYou can not login as local user via SSO! Use your local user password instead.
diff --git a/translations/validators.de.xlf b/translations/validators.de.xlf
index d2bb8be0..da7ca344 100644
--- a/translations/validators.de.xlf
+++ b/translations/validators.de.xlf
@@ -299,5 +299,11 @@
Der Bauteilename entspricht nicht dem regulären Ausdruck, der von der Kategorie vorgegeben wurde: %regex%
+
+
+ validator.attachment.name_not_blank
+ Wählen Sie einen Wert, oder laden Sie eine Datei hoch, um dessen Dateiname automatisch als Namen für diesen Anhang zu nutzen.
+
+
diff --git a/translations/validators.en.xlf b/translations/validators.en.xlf
index 7150f094..0b1daa60 100644
--- a/translations/validators.en.xlf
+++ b/translations/validators.en.xlf
@@ -300,7 +300,7 @@
-
+ validator.attachment.name_not_blankSet a value here, or upload a file to automatically use its filename as name for the attachment.