forked from friendica/friendica-addons
dwpost addon FR translation updated THX bob lebonche
This commit is contained in:
parent
9e025b4771
commit
e883701b82
|
@ -4,15 +4,16 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Nicola Spanti <translations@nicola-spanti.info>, 2015
|
||||
# bob lebonche <lebonche@tutanota.com>, 2021
|
||||
# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015
|
||||
# StefOfficiel <pichard.stephane@free.fr>, 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 <translations@nicola-spanti.info>\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 <lebonche@tutanota.com>\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"
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue