diff options
Diffstat (limited to 'main/app/sprinkles/account/locale/es_ES/validate.php')
-rw-r--r-- | main/app/sprinkles/account/locale/es_ES/validate.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/main/app/sprinkles/account/locale/es_ES/validate.php b/main/app/sprinkles/account/locale/es_ES/validate.php deleted file mode 100644 index 342ca14..0000000 --- a/main/app/sprinkles/account/locale/es_ES/validate.php +++ /dev/null @@ -1,19 +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)
- *
- * Spanish message token translations for the 'account' sprinkle.
- *
- * @package userfrosting\i18n\es_ES
- * @author rafa31gz
- */
-
-return [
- "VALIDATE" => [
- "PASSWORD_MISMATCH" => "Su contraseña y contraseña de confirmación deben coincidir.",
- "USERNAME" => "El nombre de usuario puede consistir sólo en letras minúsculas, números, '.', '-' y '_'."
- ]
-];
|