diff options
author | mrjive <mrjive@mrjive.it> | 2018-04-12 10:12:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 10:12:46 +0200 |
commit | ea36ebd0df3d7612e5a524b7a287f9c57b8783b3 (patch) | |
tree | 02d1ed484823bd2c2b34aa85f153af3e1cc3c85e /view/fr | |
parent | a7ff2cc5ea11afd7b832bef24866abfb0220d022 (diff) | |
parent | 3bd645033330c2db0952e57db1516274487c0712 (diff) | |
download | volse-hubzilla-ea36ebd0df3d7612e5a524b7a287f9c57b8783b3.tar.gz volse-hubzilla-ea36ebd0df3d7612e5a524b7a287f9c57b8783b3.tar.bz2 volse-hubzilla-ea36ebd0df3d7612e5a524b7a287f9c57b8783b3.zip |
Merge pull request #5 from redmatrix/dev
Dev
Diffstat (limited to 'view/fr')
-rw-r--r-- | view/fr/hstrings.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/view/fr/hstrings.php b/view/fr/hstrings.php index d883cc240..fd8676826 100644 --- a/view/fr/hstrings.php +++ b/view/fr/hstrings.php @@ -3046,3 +3046,22 @@ App::$strings["Logged out."] = "Deconnecté."; App::$strings["Failed authentication"] = "Échec de l'authentification"; App::$strings["Help:"] = "Aide :"; App::$strings["Not Found"] = "Introuvable"; +App::$strings["This site requires email verification. After completing this form, please check your email for further instructions."] = "Ce site nécessite une vérification par courriel. Après avoir rempli ce formulaire, veuillez consulter votre courriel pour obtenir des instructions supplémentaires."; +App::$strings["New Member Links"] = "Liens pour les nouveaux membres"; +App::$strings["Profile Creation"] = "Création de profil"; +App::$strings["Upload profile photo"] = "Téléverser la photo du profil"; +App::$strings["Upload cover photo"] = "Téléverser la photo de couverture"; +App::$strings["Find and Connect with others"] = "Trouver et contacter d'autres personnes"; +App::$strings["View the directory"] = "Voir l'annuaire"; +App::$strings["View friend suggestions"] = "Voir les suggestions d'amis"; +App::$strings["Manage your connections"] = "Gérez vos connexions"; +App::$strings["Communicate"] = "Communiquer"; +App::$strings["View your channel homepage"] = "Voir la page d'accueil de votre canal"; +App::$strings["View your network stream"] = "Visualisez votre flux réseau"; +App::$strings["View public stream"] = "Voir le flux public"; +App::$strings["Activity"] = "Activité"; +App::$strings["Public Stream"] = "Flux public"; +App::$strings["New Events"] = "Nouveaux événements"; +App::$strings["Add Apps"] = "Ajouter des applications"; +App::$strings["Arrange Apps"] = "Organiser les applications"; + |