|
|
@@ -80,7 +80,7 @@ $_LANG['FormValidators']['PleaseProvideANumericValueBetween']
|
|
|
$_LANG['changesSaved'] = 'Die Änderungen wurden erfolgreich gespeichert';
|
|
|
$_LANG['ItemNotFound'] = 'Item Not Found';
|
|
|
$_LANG['formValidationError'] = 'Form Validation Error';
|
|
|
-$_LANG['FormValidators']['thisFieldCannotBeEmpty'] = 'This Field Cannot Be Empty';
|
|
|
+$_LANG['FormValidators']['thisFieldCannotBeEmpty'] = 'Dieses Feld darf nicht leer sein';
|
|
|
$_LANG['FormValidators']['PleaseProvideANumericValue'] = 'Bitte einen numerischen Wert eingeben';
|
|
|
$_LANG['FormValidators']['PleaseProvideANumericValueBetween'] = 'Bitte einen numerischen Wert zwischen :minValue: und :maxValue: eingeben';
|
|
|
|