From e883701b82221f6fea0026b92a88711807b83bb1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 20:14:34 +0200 Subject: [PATCH] dwpost addon FR translation updated THX bob lebonche --- dwpost/lang/fr/messages.po | 33 +++++++++++++++++---------------- dwpost/lang/fr/strings.php | 5 +++-- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/dwpost/lang/fr/messages.po b/dwpost/lang/fr/messages.po index 1277d590..cceba18e 100644 --- a/dwpost/lang/fr/messages.po +++ b/dwpost/lang/fr/messages.po @@ -4,15 +4,16 @@ # # # Translators: -# Nicola Spanti , 2015 +# bob lebonche , 2021 +# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015 # StefOfficiel , 2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2015-08-30 17:12+0000\n" -"Last-Translator: Nicola Spanti \n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-03-22 09:11+0000\n" +"Last-Translator: bob lebonche \n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,30 +21,30 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: dwpost.php:39 +#: dwpost.php:41 msgid "Post to Dreamwidth" msgstr "Publier sur Dreamwidth" -#: dwpost.php:70 -msgid "Dreamwidth Post Settings" -msgstr "Paramètres pour Dreamwidth" +#: dwpost.php:72 dwpost.php:76 +msgid "Dreamwidth Export" +msgstr "Export Dreamwidth" -#: dwpost.php:72 +#: dwpost.php:80 msgid "Enable dreamwidth Post Addon" -msgstr "" +msgstr "Activer l'application complémentaire de publication Dreamwidth." -#: dwpost.php:77 +#: dwpost.php:85 msgid "dreamwidth username" msgstr "Nom d'utilisateur Dreamwidth" -#: dwpost.php:82 +#: dwpost.php:90 msgid "dreamwidth password" msgstr "Mot de passe dreamwidth" -#: dwpost.php:87 +#: dwpost.php:95 msgid "Post to dreamwidth by default" msgstr "Poster sur Dreamwidth par défaut" -#: dwpost.php:93 -msgid "Submit" -msgstr "Envoyer" +#: dwpost.php:100 +msgid "Save Settings" +msgstr "Sauvegarder les paramètres" diff --git a/dwpost/lang/fr/strings.php b/dwpost/lang/fr/strings.php index 578286e8..e5ae1624 100644 --- a/dwpost/lang/fr/strings.php +++ b/dwpost/lang/fr/strings.php @@ -7,8 +7,9 @@ function string_plural_select_fr($n){ }} ; $a->strings["Post to Dreamwidth"] = "Publier sur Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Paramètres pour Dreamwidth"; +$a->strings["Dreamwidth Export"] = "Export Dreamwidth"; +$a->strings["Enable dreamwidth Post Addon"] = "Activer l'application complémentaire de publication Dreamwidth."; $a->strings["dreamwidth username"] = "Nom d'utilisateur Dreamwidth"; $a->strings["dreamwidth password"] = "Mot de passe dreamwidth"; $a->strings["Post to dreamwidth by default"] = "Poster sur Dreamwidth par défaut"; -$a->strings["Submit"] = "Envoyer"; +$a->strings["Save Settings"] = "Sauvegarder les paramètres";