diff options
author | Olivier van Helden <olivier@van-helden.net> | 2014-12-04 01:09:55 -0400 |
---|---|---|
committer | Olivier van Helden <olivier@van-helden.net> | 2014-12-04 01:09:55 -0400 |
commit | d393f11dcb4f00d327c9ebd1a18292268b21d0ca (patch) | |
tree | 1f4ed2c12260365714cff9dadbcf01c364a97ce3 /view/fr/strings.php | |
parent | f362d407853832d213ae0a2bd8b8c794e7ca12b1 (diff) | |
download | volse-hubzilla-d393f11dcb4f00d327c9ebd1a18292268b21d0ca.tar.gz volse-hubzilla-d393f11dcb4f00d327c9ebd1a18292268b21d0ca.tar.bz2 volse-hubzilla-d393f11dcb4f00d327c9ebd1a18292268b21d0ca.zip |
update fr: checked mail templates and another bunch of typoes in strings
Diffstat (limited to 'view/fr/strings.php')
-rw-r--r-- | view/fr/strings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index 095788338..c056fa930 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -1141,7 +1141,7 @@ $a->strings["By default only the instance of the channel located on this hub wil $a->strings["Remove Channel"] = "Enlever le canal"; $a->strings["No channel."] = "Pas de canal."; $a->strings["Common connections"] = "Relations communes"; -$a->strings["No connections in common."] = "Pas de relations en commun."; +$a->strings["No connections in common."] = "Pas de relation en commun."; $a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Nous avons rencontré un problème avec l'OpenID que vous nous avez fourni. Merci de vérifier que l'ID est bien saisi."; $a->strings["The error message was:"] = "Le message d'erreur était :"; $a->strings["Authentication failed."] = "Échec de l'authentification."; @@ -1703,7 +1703,7 @@ $a->strings["Action completed."] = "Action complétée."; $a->strings["Thank you."] = "Merci."; $a->strings["Remote privacy information not available."] = "Les informations de vie privée à distance ne sont pas disponibles."; $a->strings["Visible to:"] = "Visible par :"; -$a->strings["No connections."] = "Pas de relations."; +$a->strings["No connections."] = "Pas de relation."; $a->strings["Visit %s's profile [%s]"] = "Visiter le profil de %s [%s]"; $a->strings["View Connnections"] = "Voir les relations"; $a->strings["No valid account found."] = "Aucun compte valide trouvé."; |