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

103
pumpio/lang/fr/messages.po Normal file
View file

@ -0,0 +1,103 @@
# ADDON pumpio
# Copyright (C)
# This file is distributed under the same license as the Friendica pumpio 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-08-30 17:19+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"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: pumpio.php:38
msgid "Permission denied."
msgstr "Permission refusée."
#: pumpio.php:124
#, php-format
msgid "Unable to register the client at the pump.io server '%s'."
msgstr ""
#: pumpio.php:164
msgid "You are now authenticated to pumpio."
msgstr "Vous êtes maintenant authentifié sur pump.io."
#: pumpio.php:165
msgid "return to the connector page"
msgstr "Retourner à la page du connecteur"
#: pumpio.php:183
msgid "Post to pumpio"
msgstr "Publier sur pump.io"
#: pumpio.php:221 pumpio.php:225
msgid "Pump.io Import/Export/Mirror"
msgstr ""
#: pumpio.php:229
msgid "pump.io username (without the servername)"
msgstr "Nom d'utilisateur pump.io (sans le nom du serveur)"
#: pumpio.php:234
msgid "pump.io servername (without \"http://\" or \"https://\" )"
msgstr ""
#: pumpio.php:246
msgid "Authenticate your pump.io connection"
msgstr ""
#: pumpio.php:250
msgid "Import the remote timeline"
msgstr "Importer la timeline distante"
#: pumpio.php:255
msgid "Enable pump.io Post Plugin"
msgstr ""
#: pumpio.php:260
msgid "Post to pump.io by default"
msgstr "Publier sur pump.io par défaut"
#: pumpio.php:265
msgid "Should posts be public?"
msgstr "Les messages devraient être publiques ?"
#: pumpio.php:270
msgid "Mirror all public posts"
msgstr ""
#: pumpio.php:275
msgid "Check to delete this preset"
msgstr ""
#: pumpio.php:285
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: pumpio.php:515
msgid "Pump.io post failed. Queued for retry."
msgstr ""
#: pumpio.php:587
msgid "Pump.io like failed. Queued for retry."
msgstr ""
#: pumpio.php:875
msgid "status"
msgstr "statut"
#: pumpio.php:879
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr ""

View file

@ -0,0 +1,27 @@
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["Permission denied."] = "Permission refusée.";
$a->strings["Unable to register the client at the pump.io server '%s'."] = "";
$a->strings["You are now authenticated to pumpio."] = "Vous êtes maintenant authentifié sur pump.io.";
$a->strings["return to the connector page"] = "Retourner à la page du connecteur";
$a->strings["Post to pumpio"] = "Publier sur pump.io";
$a->strings["Pump.io Import/Export/Mirror"] = "";
$a->strings["pump.io username (without the servername)"] = "Nom d'utilisateur pump.io (sans le nom du serveur)";
$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
$a->strings["Authenticate your pump.io connection"] = "";
$a->strings["Import the remote timeline"] = "Importer la timeline distante";
$a->strings["Enable pump.io Post Plugin"] = "";
$a->strings["Post to pump.io by default"] = "Publier sur pump.io par défaut";
$a->strings["Should posts be public?"] = "Les messages devraient être publiques ?";
$a->strings["Mirror all public posts"] = "";
$a->strings["Check to delete this preset"] = "";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["Pump.io post failed. Queued for retry."] = "";
$a->strings["Pump.io like failed. Queued for retry."] = "";
$a->strings["status"] = "statut";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "";