diff --git a/view/lang/fr/messages.po b/view/lang/fr/messages.po index a24816fe3b..8a4a4b7f76 100644 --- a/view/lang/fr/messages.po +++ b/view/lang/fr/messages.po @@ -29,7 +29,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-15 09:33-0500\n" -"PO-Revision-Date: 2019-02-20 05:05+0000\n" +"PO-Revision-Date: 2019-02-20 15:30+0000\n" "Last-Translator: Hypolite Petovan \n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" @@ -3784,7 +3784,7 @@ msgstr "Fichiers" #: mod/feedtest.php:18 msgid "You must be logged in to use this module" -msgstr "" +msgstr "Vous devez être identifié pour accéder à cette fonctionnalité" #: mod/feedtest.php:45 msgid "Source URL" @@ -3796,7 +3796,7 @@ msgstr "- choisir -" #: mod/follow.php:46 msgid "The contact could not be added." -msgstr "" +msgstr "Le contact n'a pas pu être ajouté." #: mod/follow.php:76 msgid "You already added this contact." @@ -3851,11 +3851,11 @@ msgstr "" #: mod/friendica.php:106 msgid "Installed addons/apps:" -msgstr "" +msgstr "Add-ons/Applications installés :" #: mod/friendica.php:120 msgid "No installed addons/apps" -msgstr "" +msgstr "Aucun add-on/application n'est installé" #: mod/friendica.php:125 #, php-format @@ -3950,7 +3950,7 @@ msgstr "Groupe vide" #: mod/group.php:255 msgid "Remove contact from group" -msgstr "" +msgstr "Retirer ce contact du groupe" #: mod/group.php:273 mod/profperm.php:119 msgid "Click on a contact to add or remove." @@ -3958,7 +3958,7 @@ msgstr "Cliquez sur un contact pour l'ajouter ou le supprimer." #: mod/group.php:287 msgid "Add contact to group" -msgstr "" +msgstr "Ajouter ce contact au groupe" #: mod/hcard.php:20 msgid "No profile" @@ -4216,7 +4216,7 @@ msgstr "Impossible d'honorer cette demande. (Vous l'avez peut-être déjà utili #: mod/lostpass.php:102 msgid "Request has expired, please make a new one." -msgstr "" +msgstr "La requête a expiré, veuillez la renouveler." #: mod/lostpass.php:117 msgid "Forgot your Password?" @@ -4365,7 +4365,7 @@ msgstr "Voulez-vous vraiment supprimer ce message ?" #: mod/message.php:166 msgid "Conversation not found." -msgstr "" +msgstr "Conversation inconnue." #: mod/message.php:171 msgid "Message deleted." @@ -4768,11 +4768,11 @@ msgstr "Cacher les demandes ignorées" #: mod/notifications.php:166 mod/notifications.php:243 msgid "Notification type:" -msgstr "" +msgstr "Type de notification :" #: mod/notifications.php:169 msgid "Suggested by:" -msgstr "" +msgstr "Suggéré par :" #: mod/notifications.php:181 mod/notifications.php:260 #: src/Module/Contact.php:630 @@ -4826,7 +4826,7 @@ msgstr "Initiateur du partage" #: mod/notifications.php:223 msgid "Subscriber" -msgstr "" +msgstr "Abonné∙e" #: mod/notifications.php:266 src/Model/Profile.php:543 #: src/Module/Contact.php:88 diff --git a/view/lang/fr/strings.php b/view/lang/fr/strings.php index bdf5ef5f40..b4efeaf13c 100644 --- a/view/lang/fr/strings.php +++ b/view/lang/fr/strings.php @@ -833,10 +833,10 @@ $a->strings["Photos"] = "Photos"; $a->strings["Contact Photos"] = "Photos du contact"; $a->strings["Upload"] = "Téléverser"; $a->strings["Files"] = "Fichiers"; -$a->strings["You must be logged in to use this module"] = ""; +$a->strings["You must be logged in to use this module"] = "Vous devez être identifié pour accéder à cette fonctionnalité"; $a->strings["Source URL"] = "URL Source"; $a->strings["- select -"] = "- choisir -"; -$a->strings["The contact could not be added."] = ""; +$a->strings["The contact could not be added."] = "Le contact n'a pas pu être ajouté."; $a->strings["You already added this contact."] = "Vous avez déjà ajouté ce contact."; $a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Le support de Diaspora est désactivé. Le contact ne peut pas être ajouté."; $a->strings["OStatus support is disabled. Contact can't be added."] = "Le support d'OStatus est désactivé. Le contact ne peut pas être ajouté."; @@ -848,8 +848,8 @@ $a->strings["Please visit Friendi.ca to learn $a->strings["Bug reports and issues: please visit"] = "Pour les rapports de bugs : rendez vous sur"; $a->strings["the bugtracker at github"] = "le bugtracker sur GitHub"; $a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = ""; -$a->strings["Installed addons/apps:"] = ""; -$a->strings["No installed addons/apps"] = ""; +$a->strings["Installed addons/apps:"] = "Add-ons/Applications installés :"; +$a->strings["No installed addons/apps"] = "Aucun add-on/application n'est installé"; $a->strings["Read about the Terms of Service of this node."] = ""; $a->strings["On this server the following remote servers are blocked."] = "Sur ce serveur, les serveurs suivants sont sur liste noire."; $a->strings["Friend suggestion sent."] = "Suggestion d'amitié/contact envoyée."; @@ -872,9 +872,9 @@ $a->strings["Edit Group Name"] = "Éditer le nom du groupe"; $a->strings["Members"] = "Membres"; $a->strings["All Contacts"] = "Tous les contacts"; $a->strings["Group is empty"] = "Groupe vide"; -$a->strings["Remove contact from group"] = ""; +$a->strings["Remove contact from group"] = "Retirer ce contact du groupe"; $a->strings["Click on a contact to add or remove."] = "Cliquez sur un contact pour l'ajouter ou le supprimer."; -$a->strings["Add contact to group"] = ""; +$a->strings["Add contact to group"] = "Ajouter ce contact au groupe"; $a->strings["No profile"] = "Aucun profil"; $a->strings["Help:"] = "Aide :"; $a->strings["Help"] = "Aide"; @@ -924,7 +924,7 @@ $a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s $a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; $a->strings["Password reset requested at %s"] = "Requête de réinitialisation de mot de passe à %s"; $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Impossible d'honorer cette demande. (Vous l'avez peut-être déjà utilisée par le passé.) La réinitialisation a échoué."; -$a->strings["Request has expired, please make a new one."] = ""; +$a->strings["Request has expired, please make a new one."] = "La requête a expiré, veuillez la renouveler."; $a->strings["Forgot your Password?"] = "Mot de passe oublié ?"; $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Entrez votre adresse de courriel et validez pour réinitialiser votre mot de passe. Vous recevrez la suite des instructions par courriel."; $a->strings["Nickname or Email: "] = "Pseudo ou eMail : "; @@ -955,7 +955,7 @@ $a->strings["Message sent."] = "Message envoyé."; $a->strings["Discard"] = "Rejeter"; $a->strings["Messages"] = "Messages"; $a->strings["Do you really want to delete this message?"] = "Voulez-vous vraiment supprimer ce message ?"; -$a->strings["Conversation not found."] = ""; +$a->strings["Conversation not found."] = "Conversation inconnue."; $a->strings["Message deleted."] = "Message supprimé."; $a->strings["Conversation removed."] = "Conversation supprimée."; $a->strings["Please enter a link URL:"] = "Entrez un lien web :"; @@ -1045,8 +1045,8 @@ $a->strings["Show unread"] = "Afficher non-lus"; $a->strings["Show all"] = "Tout afficher"; $a->strings["Show Ignored Requests"] = "Voir les demandes ignorées"; $a->strings["Hide Ignored Requests"] = "Cacher les demandes ignorées"; -$a->strings["Notification type:"] = ""; -$a->strings["Suggested by:"] = ""; +$a->strings["Notification type:"] = "Type de notification :"; +$a->strings["Suggested by:"] = "Suggéré par :"; $a->strings["Hide this contact from others"] = "Cacher ce contact aux autres"; $a->strings["Claims to be known to you: "] = "Prétend que vous le connaissez : "; $a->strings["yes"] = "oui"; @@ -1057,7 +1057,7 @@ $a->strings["Accepting %s as a subscriber allows them to subscribe to your posts $a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; $a->strings["Friend"] = "Ami"; $a->strings["Sharer"] = "Initiateur du partage"; -$a->strings["Subscriber"] = ""; +$a->strings["Subscriber"] = "Abonné∙e"; $a->strings["Network:"] = "Réseau"; $a->strings["No introductions."] = "Aucune demande d'introduction."; $a->strings["No more %s notifications."] = "Aucune notification de %s";