diff options
Diffstat (limited to 'view/fr')
-rw-r--r-- | view/fr/messages.po | 2 | ||||
-rw-r--r-- | view/fr/strings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/fr/messages.po b/view/fr/messages.po index c0cb2789d..573ab32aa 100644 --- a/view/fr/messages.po +++ b/view/fr/messages.po @@ -940,7 +940,7 @@ msgstr "Nom trop court." #: ../../mod/register.php:89 #, fuzzy -msgid "That doesn\\'t appear to be your full (First Last) name." +msgid "That doesn't appear to be your full (First Last) name." msgstr "Ceci ne semble pas être votre nom complet (Prénom Nom)." #: ../../mod/register.php:92 diff --git a/view/fr/strings.php b/view/fr/strings.php index 5a6ae5027..0062a24b5 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -192,7 +192,7 @@ $a->strings["Invalid OpenID url"] = "Adresse OpenID invalide"; $a->strings["Please enter the required information."] = "Entrez les informations requises."; $a->strings["Please use a shorter name."] = "Utilisez un nom plus court."; $a->strings["Name too short."] = "Nom trop court."; -$a->strings["That doesn\\'t appear to be your full (First Last) name."] = "Ceci ne semble pas être votre nom complet (Prénom Nom)."; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Ceci ne semble pas être votre nom complet (Prénom Nom)."; $a->strings["Your email domain is not among those allowed on this site."] = "Votre domaine de courriel n'est pas autorisé sur ce site."; $a->strings["Not a valid email address."] = "Ceci n'est pas une adresse courriel valide."; $a->strings["Cannot use that email."] = "Impossible d'utiliser ce courriel."; |