FR update to the translation THX Hypolite Petovan

This commit is contained in:
Tobias Diekershoff 2016-09-24 08:42:19 +02:00
parent 22e1339c26
commit 9030e4c1a6
10 changed files with 297 additions and 117 deletions

View file

@ -4,6 +4,7 @@
#
#
# Translators:
# Hypolite Petovan <mrpetovan@gmail.com>, 2016
# Nicola Spanti <translations@nicola-spanti.info>, 2015
# StefOfficiel <pichard.stephane@free.fr>, 2015
msgid ""
@ -11,9 +12,9 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2015-07-27 18:12+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\n"
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
"PO-Revision-Date: 2016-09-24 03:03+0000\n"
"Last-Translator: Hypolite Petovan <mrpetovan@gmail.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"
"Content-Transfer-Encoding: 8bit\n"
@ -34,44 +35,44 @@ msgstr "Identifiant client"
#: buffer.php:60
msgid "Client Secret"
msgstr ""
msgstr "Secret Client"
#: buffer.php:67
msgid "Error when registering buffer connection:"
msgstr ""
msgstr "Une erreur est survenue lors de la connexion à Buffer :"
#: buffer.php:86
msgid "You are now authenticated to buffer. "
msgstr ""
msgstr "Vous êtes maintenant authentifié sur Buffer."
#: buffer.php:87
msgid "return to the connector page"
msgstr ""
msgstr "revenir à la page du connecteur"
#: buffer.php:103
msgid "Post to Buffer"
msgstr ""
msgstr "Publier sur Buffer"
#: buffer.php:128 buffer.php:132
msgid "Buffer Export"
msgstr ""
msgstr "Export Buffer"
#: buffer.php:142
msgid "Authenticate your Buffer connection"
msgstr ""
msgstr "Authentifier votre connexion à Buffer"
#: buffer.php:146
msgid "Enable Buffer Post Plugin"
msgstr ""
msgstr "Activer le connecteur Buffer"
#: buffer.php:151
msgid "Post to Buffer by default"
msgstr ""
msgstr "Publier sur Buffer par défaut"
#: buffer.php:156
msgid "Check to delete this preset"
msgstr ""
msgstr "Cocher pour supprimer ce préréglage"
#: buffer.php:165
msgid "Posts are going to all accounts that are enabled by default:"
msgstr ""
msgstr "Les posts sont envoyés à tous les comptes activés par défault:"

View file

@ -8,14 +8,14 @@ function string_plural_select_fr($n){
$a->strings["Permission denied."] = "Permission refusée.";
$a->strings["Save Settings"] = "Enregistrer les Paramètres";
$a->strings["Client ID"] = "Identifiant client";
$a->strings["Client Secret"] = "";
$a->strings["Error when registering buffer connection:"] = "";
$a->strings["You are now authenticated to buffer. "] = "";
$a->strings["return to the connector page"] = "";
$a->strings["Post to Buffer"] = "";
$a->strings["Buffer Export"] = "";
$a->strings["Authenticate your Buffer connection"] = "";
$a->strings["Enable Buffer Post Plugin"] = "";
$a->strings["Post to Buffer by default"] = "";
$a->strings["Check to delete this preset"] = "";
$a->strings["Posts are going to all accounts that are enabled by default:"] = "";
$a->strings["Client Secret"] = "Secret Client";
$a->strings["Error when registering buffer connection:"] = "Une erreur est survenue lors de la connexion à Buffer :";
$a->strings["You are now authenticated to buffer. "] = "Vous êtes maintenant authentifié sur Buffer.";
$a->strings["return to the connector page"] = "revenir à la page du connecteur";
$a->strings["Post to Buffer"] = "Publier sur Buffer";
$a->strings["Buffer Export"] = "Export Buffer";
$a->strings["Authenticate your Buffer connection"] = "Authentifier votre connexion à Buffer";
$a->strings["Enable Buffer Post Plugin"] = "Activer le connecteur Buffer";
$a->strings["Post to Buffer by default"] = "Publier sur Buffer par défaut";
$a->strings["Check to delete this preset"] = "Cocher pour supprimer ce préréglage";
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Les posts sont envoyés à tous les comptes activés par défault:";