Skip to content

Commit

Permalink
Fixed: replace commas with single quotes
Browse files Browse the repository at this point in the history
I suggest this change because in the original source what must be an apostrophe (single quote - ') is a comma ,.
Thanks

B.
  • Loading branch information
MedShake authored Sep 26, 2019
1 parent 26de1a5 commit 46b97f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'validate_boolean' => 'Le champ {field} doit être vrai ou faux',
'validate_float' => 'Le champ {field} doit être une valeur décimale',
'validate_valid_url' => 'Le champ {field} doit être une URL valide',
'validate_url_exists' => 'L,URL {field} n,existe pas',
'validate_url_exists' => 'L'URL {field} n'existe pas',
'validate_valid_ip' => 'Le champ {field} doit contenir une adresse IP valide',
'validate_valid_ipv4' => 'Le champ {field} doit contenir une adresse IPv4 valide',
'validate_valid_ipv6' => 'Le champ {field} doit contenir une adresse IPv6 valide',
Expand All @@ -24,7 +24,7 @@
'validate_valid_name' => 'Le champ {field} doit contenir un nom humain valide',
'validate_contains' => 'Le champ {field} doit contenir une des ces valeurs: {param}',
'validate_contains_list' => 'Le champ {field} doit contenir une valeur du menu déroulant',
'validate_doesnt_contain_list' => 'Le champ {field} contient une valeur qui n,est pas acceptable',
'validate_doesnt_contain_list' => 'Le champ {field} contient une valeur qui n'est pas acceptable',
'validate_street_address' => 'Le champ {field} doit être une adresse postale valide',
'validate_date' => 'Le champ {field} doit être une date valide',
'validate_min_numeric' => 'Le champ {field} doit être une valeur numérique égale ou supérieur à {param}',
Expand All @@ -34,7 +34,7 @@
'validate_starts' => 'Le champ {field} doit commencer par {param}',
'validate_extension' => 'Le champ {field} doit avoir les extensions suivantes {param}',
'validate_required_file' => 'Le champ {field} est obligatoire',
'validate_equalsfield' => 'Le champ {field} n,est pas égale au champ {param}',
'validate_equalsfield' => 'Le champ {field} n'est pas égale au champ {param}',
'validate_iban' => 'Le champ {field} doit contenir un IBAN valide',
'validate_phone_number' => 'Le champ {field} doit contenir un numéro de téléphone valide',
'validate_regex' => 'Le champ {field} doit contenir une valeur valide',
Expand Down

0 comments on commit 46b97f2

Please sign in to comment.