diff options
author | Friendika <info@friendika.com> | 2011-04-06 19:41:16 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-06 19:42:35 -0700 |
commit | 6728a11ee38e890a0ce9b8b6d96dba98a7238129 (patch) | |
tree | 5396ee3aabb61f9d7ca399073606f5f27b599079 /view/fr | |
parent | 9c77c57b74312a92eada9b84f68addece7a3a27c (diff) | |
download | volse-hubzilla-6728a11ee38e890a0ce9b8b6d96dba98a7238129.tar.gz volse-hubzilla-6728a11ee38e890a0ce9b8b6d96dba98a7238129.tar.bz2 volse-hubzilla-6728a11ee38e890a0ce9b8b6d96dba98a7238129.zip |
support feed attachments/enclosures, and fix for bug #30
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."; |