update form validation for customers
Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user