diff options
author | Galette Saucisse <philip@wittamore.com> | 2018-05-26 09:18:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-26 09:18:41 +0200 |
commit | 89d97c556a9bcb9b5f08032c6835d08ecb8e693e (patch) | |
tree | f41017abe99296273c56e99cdbbba15ede115ab8 | |
parent | 33700e9cf47e2b5f0b4597772d9cea81e811bae3 (diff) | |
download | volse-hubzilla-89d97c556a9bcb9b5f08032c6835d08ecb8e693e.tar.gz volse-hubzilla-89d97c556a9bcb9b5f08032c6835d08ecb8e693e.tar.bz2 volse-hubzilla-89d97c556a9bcb9b5f08032c6835d08ecb8e693e.zip |
Update hstrings.php
-rw-r--r-- | view/fr/hstrings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/fr/hstrings.php b/view/fr/hstrings.php index f7fd25224..cdf233584 100644 --- a/view/fr/hstrings.php +++ b/view/fr/hstrings.php @@ -1485,7 +1485,7 @@ App::$strings["Location:"] = "Emplacement :"; App::$strings["Description:"] = "Description :"; App::$strings["Hometown:"] = "Ville natale :"; App::$strings["About:"] = "À propos :"; -App::$strings["Connect"] = "Ajouter/Suivre"; +App::$strings["Connect"] = "Lier"; App::$strings["Public Forum:"] = "Forum public :"; App::$strings["Keywords: "] = "Mots-clefs :"; App::$strings["Don't suggest"] = "Ne pas suggérer"; @@ -2868,7 +2868,7 @@ App::$strings["%d invitation available"] = array( ); App::$strings["Find Channels"] = "Trouver des canaux"; App::$strings["Enter name or interest"] = "Saisir nom ou centre d'intérêt"; -App::$strings["Connect/Follow"] = "Ajouter/Suivre"; +App::$strings["Connect/Follow"] = "Lier et suivre"; App::$strings["Examples: Robert Morgenstein, Fishing"] = "Exemples: Guillaume Martin, Course à pieds"; App::$strings["Random Profile"] = "Un profil au hasard"; App::$strings["Invite Friends"] = "Inviter des amis"; |