FR translation update for buffer, editplain, gravatar, jappixmini, langfilter, libertree, mailstream, piwik and twitter addons

This commit is contained in:
Tobias Diekershoff 2015-07-28 07:57:08 +02:00
parent b448d90a89
commit ed699d8ef4
18 changed files with 811 additions and 77 deletions

View file

@ -0,0 +1,81 @@
# ADDON mailstream
# Copyright (C)
# This file is distributed under the same license as the Friendica mailstream addon package.
#
#
# 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: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2015-07-27 18:23+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\n"
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: mailstream.php:55
msgid "From Address"
msgstr "Depuis l'adresse"
#: mailstream.php:57
msgid "Email address that stream items will appear to be from."
msgstr ""
#: mailstream.php:60 mailstream.php:282
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: mailstream.php:165
msgid "Re:"
msgstr "Re :"
#: mailstream.php:173
msgid "Friendica post"
msgstr "Message Friendica"
#: mailstream.php:176
msgid "Diaspora post"
msgstr "Message Diaspora"
#: mailstream.php:183
msgid "Feed item"
msgstr ""
#: mailstream.php:186
msgid "Email"
msgstr "Courriel"
#: mailstream.php:188
msgid "Friendica Item"
msgstr "Élément de Friendica"
#: mailstream.php:229
msgid "Upstream"
msgstr ""
#: mailstream.php:230
msgid "Local"
msgstr "Local"
#: mailstream.php:274
msgid "Email Address"
msgstr "Adresse de courriel"
#: mailstream.php:276
msgid "Leave blank to use your account email address"
msgstr ""
#: mailstream.php:279
msgid "Enabled"
msgstr "Activer"
#: mailstream.php:281
msgid "Mail Stream Settings"
msgstr "Paramètres de Mail Stream"

View file

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["From Address"] = "Depuis l'adresse";
$a->strings["Email address that stream items will appear to be from."] = "";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["Re:"] = "Re :";
$a->strings["Friendica post"] = "Message Friendica";
$a->strings["Diaspora post"] = "Message Diaspora";
$a->strings["Feed item"] = "";
$a->strings["Email"] = "Courriel";
$a->strings["Friendica Item"] = "Élément de Friendica";
$a->strings["Upstream"] = "";
$a->strings["Local"] = "Local";
$a->strings["Email Address"] = "Adresse de courriel";
$a->strings["Leave blank to use your account email address"] = "";
$a->strings["Enabled"] = "Activer";
$a->strings["Mail Stream Settings"] = "Paramètres de Mail Stream";