update form validation for customers

Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
This commit is contained in:
Maurice Preuß (envoyr)
2022-12-27 15:21:53 +01:00
parent 03a39ca69f
commit 37980060ea
10 changed files with 70 additions and 39 deletions

View File

@@ -815,6 +815,7 @@ return [
'vmailquotawrong' => 'Die Kontingent-Größe muss positiv sein.',
'allocatetoomuchquota' => 'Sie versuchen "%s" MB Kontingent zu zuweisen, haben aber nicht genug übrig.',
'missingfields' => 'Es wurden nicht alle Felder augefüllt.',
'requiredfield' => 'Dieses Feld ist ein Pflichtfeld.',
'accountnotexisting' => 'Der angegebene E-Mail-Account existiert nicht.',
'nopermissionsorinvalidid' => 'Entweder fehlen Ihnen die nötigen Rechte diese Einstellung zu ändern oder es wurde eine ungültige ID übergeben',
'phpsettingidwrong' => 'Eine PHP-Konfiguration mit dieser ID existiert nicht',

View File

@@ -882,6 +882,7 @@ return [
'vmailquotawrong' => 'The quotasize must be positive number.',
'allocatetoomuchquota' => 'You tried to allocate %s MB Quota, but you do not have enough left.',
'missingfields' => 'Not all required fields were filled out.',
'requiredfield' => 'This field is required.',
'accountnotexisting' => 'The given email account doesn\'t exist.',
'nopermissionsorinvalidid' => 'You don\'t have enough permissions to change these settings or an invalid id was given.',
'phpsettingidwrong' => 'A PHP Configuration with this id doesn\'t exist',