Browse Source

Update es_ES.js

Victor Adail Ferrer 11 years ago
parent
commit
ce3272fa5b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/js/language/es_ES.js

+ 4 - 1
src/js/language/es_ES.js

@@ -30,7 +30,10 @@
             'default': 'Por favor introduce un número CVV válido'
         },
         date: {
-            'default': 'Por favor introduce una fecha válida'
+            'default': 'Por favor introduce una fecha válida',
+            min: 'Por favor introduce una fecha posterior al %s',
+            max: 'Por favor introduce una fecha previa al %s',
+            range: 'Por favor introduce una fecha entre el %s y el %s'
         },
         different: {
             'default': 'Por favor introduce un valor distinto'