diff options
Diffstat (limited to 'main/app/sprinkles/account/locale/de_DE/validate.php')
-rw-r--r-- | main/app/sprinkles/account/locale/de_DE/validate.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/main/app/sprinkles/account/locale/de_DE/validate.php b/main/app/sprinkles/account/locale/de_DE/validate.php deleted file mode 100644 index 33fa254..0000000 --- a/main/app/sprinkles/account/locale/de_DE/validate.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php
-/**
- * UserFrosting (http://www.userfrosting.com)
- *
- * @link https://github.com/userfrosting/UserFrosting
- * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
- *
- * German message token translations for the 'account' sprinkle.
- *
- * @package userfrosting\i18n\de
- * @author X-Anonymous-Y
- * @author kevinrombach
- * @author splitt3r
- */
-
-return [
- "VALIDATE" => [
- "PASSWORD_MISMATCH" => "Ihr Passwort und das Bestätigungspasswort müssen übereinstimmen.",
- "USERNAME" => "Benutzernamen dürfen nur aus Kleinbuchstaben, Zahlen, '.', '-' und '_' bestehen."
- ]
-];
|