- 'required_with' => 'El camp :attribute és obligatori quan hi ha aquest valor: :values.',
- 'required_with_all' => 'El camp :attribute és obligatori quan hi ha algun d\'aquests valors: :values.',
- 'required_without' => 'El camp :attribute és obligatori quan no hi ha aquest valor: :values.',
- 'required_without_all' => 'El camp :attribute és obligatori quan no hi ha cap d\'aquests valors: :values.',
- 'same' => 'Els camps :attribute i :other han de coincidir.',
- 'safe_url' => 'L\'enllaç proporcionat podria no ser segur.',
+ 'required_with' => 'El camp :attribute és obligatori quan hi ha :values.',
+ 'required_with_all' => 'El camp :attribute és obligatori quan hi ha tots aquests valors: :values.',
+ 'required_without' => 'El camp :attribute és obligatori quan no hi ha :values.',
+ 'required_without_all' => 'El camp :attribute és obligatori quan no hi ha cap d’aquests valors: :values.',
+ 'same' => 'El camp :attribute i :other han de coincidir.',
+ 'safe_url' => 'És possible que l’enllaç proporcionat no sigui segur.',