diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-29 17:51:36 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-29 17:51:36 -0700 |
commit | 7d088c8d565e0ac88f6640b69518a1aba323b20f (patch) | |
tree | 3fefa8ce2930c634bacdf6086f3f5822facb4f0a /view/fr/hstrings.php | |
parent | ed3d3b6f27452969164f35fee3cf7955733b503e (diff) | |
parent | dcd5f0007717d8c2f10e3c58c941ca64f2824878 (diff) | |
download | volse-hubzilla-7d088c8d565e0ac88f6640b69518a1aba323b20f.tar.gz volse-hubzilla-7d088c8d565e0ac88f6640b69518a1aba323b20f.tar.bz2 volse-hubzilla-7d088c8d565e0ac88f6640b69518a1aba323b20f.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/fr/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"; |