diff options
Diffstat (limited to 'main/app/sprinkles/account/locale/it_IT/validate.php')
-rw-r--r-- | main/app/sprinkles/account/locale/it_IT/validate.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/main/app/sprinkles/account/locale/it_IT/validate.php b/main/app/sprinkles/account/locale/it_IT/validate.php deleted file mode 100644 index 511ea61..0000000 --- a/main/app/sprinkles/account/locale/it_IT/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)
- *
- * Italian message token translations for the 'account' sprinkle.
- * This translation was generated with Google translate. Please contribute if you are a native speaker.
- *
- * @package userfrosting\i18n\it
- * @author Alexander Weissman
- * @author Pietro Marangon (@Pe46dro)
- */
-
-return [
- "VALIDATE" => [
- "PASSWORD_MISMATCH" => "I due campi devono combaciare",
- "USERNAME" => "L'username può essere composto da caratteri alfanumerici, '.', '-', e '_'."
- ]
-];
|