- 'not_in' => ':attribute seleccionado es inválio.',
- 'numeric' => ':attribute debe ser numérico.',
- 'regex' => ':attribute con formato invÃlido',
- 'required' => 'The :attribute field is required.',
- 'required_if' => 'The :attribute field is required when :other is :value.',
- 'required_with' => 'The :attribute field is required when :values is present.',
- 'required_with_all' => 'The :attribute field is required when :values is present.',
- 'required_without' => 'The :attribute field is required when :values is not present.',
- 'required_without_all' => 'The :attribute field is required when none of :values are present.',
- 'same' => 'The :attribute and :other must match.',
+ 'no_double_extension' => 'El :attribute solo debe tener una extensión de archivo.',
+ 'not_in' => 'El :attribute seleccionado es inválio.',
+ 'not_regex' => 'El formato de :attribute es inválido.',
+ 'numeric' => 'El :attribute debe ser numérico.',
+ 'regex' => 'El formato de :attribute es inválido',
+ 'required' => 'El :attribute es requerido.',
+ 'required_if' => 'El :attribute es requerido cuando :other vale :value.',
+ 'required_with' => 'El campo :attribute es requerido cuando se encuentre entre los valores :values.',
+ 'required_with_all' => 'El campo :attribute es requerido cuando los valores sean :values.',
+ 'required_without' => 'El :attribute es requerido cuando no se encuentre entre los valores :values.',
+ 'required_without_all' => 'El :attribute es requerido cuando ninguno de los valores :values están presentes.',
+ 'same' => 'El :attribute y :other deben coincidir.',
+ 'safe_url' => 'El enlace proporcionado puede no ser seguro.',