FR update to the addon translations

This commit is contained in:
Tobias Diekershoff 2015-08-31 18:56:09 +02:00
parent 797ee03eb8
commit 09ba184198
28 changed files with 946 additions and 118 deletions

View file

@ -4,15 +4,16 @@
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
# StefOfficiel <pichard.stephane@free.fr>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-26 12:49+0200\n"
"PO-Revision-Date: 2015-07-27 08:54+0000\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
"PO-Revision-Date: 2015-08-30 17:16+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\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"
@ -35,11 +36,11 @@ msgstr ""
#: piwik.php:89
msgid "Save Settings"
msgstr ""
msgstr "Sauvegarder les paramètres"
#: piwik.php:90
msgid "Piwik Base URL"
msgstr ""
msgstr "URL de base de Piwik"
#: piwik.php:90
msgid ""
@ -49,16 +50,16 @@ msgstr ""
#: piwik.php:91
msgid "Site ID"
msgstr ""
msgstr "ID du site"
#: piwik.php:92
msgid "Show opt-out cookie link?"
msgstr ""
msgstr "Montrer le lien d'opt-out pour les cookies ?"
#: piwik.php:93
msgid "Asynchronous tracking"
msgstr ""
msgstr "Suivi asynchrone"
#: piwik.php:105
msgid "Settings updated."
msgstr ""
msgstr "Paramètres mis à jour."

View file

@ -7,10 +7,10 @@ function string_plural_select_fr($n){
;
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Ce site web utilise <a href='http://www.piwik.org'>Piwik</a> en tant qu'outil d'analyses.";
$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
$a->strings["Save Settings"] = "";
$a->strings["Piwik Base URL"] = "";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["Piwik Base URL"] = "URL de base de Piwik";
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
$a->strings["Site ID"] = "";
$a->strings["Show opt-out cookie link?"] = "";
$a->strings["Asynchronous tracking"] = "";
$a->strings["Settings updated."] = "";
$a->strings["Site ID"] = "ID du site";
$a->strings["Show opt-out cookie link?"] = "Montrer le lien d'opt-out pour les cookies ?";
$a->strings["Asynchronous tracking"] = "Suivi asynchrone";
$a->strings["Settings updated."] = "Paramètres mis à jour.";