FR translation of various addons updated

This commit is contained in:
Tobias Diekershoff 2022-08-19 19:37:09 +02:00
parent 0ff332bd11
commit 4487b2a923
80 changed files with 963 additions and 971 deletions

View file

@ -4,100 +4,93 @@
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# 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: 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"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2014-06-23 11:30+0000\n"
"Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\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"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: pumpio.php:38
#: pumpio.php:57
msgid "Permission denied."
msgstr "Permission refusée."
#: pumpio.php:124
#: pumpio.php:152
#, php-format
msgid "Unable to register the client at the pump.io server '%s'."
msgstr ""
msgstr "Impossible d'enregistrer le client sur le serveur pump.io \"%s\"."
#: pumpio.php:164
#: pumpio.php:192
msgid "You are now authenticated to pumpio."
msgstr "Vous êtes maintenant authentifié sur pump.io."
#: pumpio.php:165
#: pumpio.php:193
msgid "return to the connector page"
msgstr "Retourner à la page du connecteur"
#: pumpio.php:183
#: pumpio.php:213
msgid "Post to pumpio"
msgstr "Publier sur pump.io"
#: pumpio.php:221 pumpio.php:225
msgid "Pump.io Import/Export/Mirror"
msgstr ""
#: pumpio.php:237
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: pumpio.php:229
msgid "pump.io username (without the servername)"
msgstr "Nom d'utilisateur pump.io (sans le nom du serveur)"
#: pumpio.php:239
msgid "Delete this preset"
msgstr "Supprimer ce préréglage"
#: pumpio.php:234
msgid "pump.io servername (without \"http://\" or \"https://\" )"
msgstr ""
#: pumpio.php:246
#: pumpio.php:245
msgid "Authenticate your pump.io connection"
msgstr ""
msgstr "Identifiez votre connexion à pump.io"
#: pumpio.php:250
#: pumpio.php:252
msgid "Pump.io servername (without \"http://\" or \"https://\" )"
msgstr "Domaine du serveur Pump.io (sans \"http://\" ou \"https://\")"
#: pumpio.php:253
msgid "Pump.io username (without the servername)"
msgstr "Nom d'utilisateur Pump.io (sans le domaine de serveur)"
#: pumpio.php:254
msgid "Import the remote timeline"
msgstr "Importer la timeline distante"
#: pumpio.php:255
msgid "Enable pump.io Post Addon"
msgstr ""
msgid "Enable Pump.io Post Addon"
msgstr "Activer l'extension Pump.io"
#: pumpio.php:260
msgid "Post to pump.io by default"
msgstr "Publier sur pump.io par défaut"
#: pumpio.php:256
msgid "Post to Pump.io by default"
msgstr "Publier sur Pump.io par défaut"
#: pumpio.php:265
#: pumpio.php:257
msgid "Should posts be public?"
msgstr "Les messages devraient être publiques ?"
#: pumpio.php:270
#: pumpio.php:258
msgid "Mirror all public posts"
msgstr ""
msgstr "Refléter toutes les publications publiques"
#: pumpio.php:275
msgid "Check to delete this preset"
msgstr ""
#: pumpio.php:263
msgid "Pump.io Import/Export/Mirror"
msgstr "Import/Export/Miroir Pump.io"
#: 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
#: pumpio.php:920
msgid "status"
msgstr "statut"
#: pumpio.php:879
#: pumpio.php:924
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr ""
msgstr "%1$s aime lea %3$s de %2$s"

View file

@ -3,15 +3,23 @@
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
return intval($n > 1);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Permission denied.'] = 'Permission refusée.';
$a->strings['Unable to register the client at the pump.io server \'%s\'.'] = 'Impossible d\'enregistrer le client sur le serveur pump.io "%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 username (without the servername)'] = 'Nom d\'utilisateur pump.io (sans le nom du serveur)';
$a->strings['Import the remote timeline'] = 'Importer la timeline distante';
$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['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['Delete this preset'] = 'Supprimer ce préréglage';
$a->strings['Authenticate your pump.io connection'] = 'Identifiez votre connexion à pump.io';
$a->strings['Pump.io servername (without "http://" or "https://" )'] = 'Domaine du serveur Pump.io (sans "http://" ou "https://")';
$a->strings['Pump.io username (without the servername)'] = 'Nom d\'utilisateur Pump.io (sans le domaine de serveur)';
$a->strings['Import the remote timeline'] = 'Importer la timeline distante';
$a->strings['Enable Pump.io Post Addon'] = 'Activer l\'extension Pump.io';
$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'] = 'Refléter toutes les publications publiques';
$a->strings['Pump.io Import/Export/Mirror'] = 'Import/Export/Miroir Pump.io';
$a->strings['status'] = 'statut';
$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s aime lea %3$s de %2$s';