Merge pull request #1279 from tobiasd/20220819-fr

various addons FR, GD translations added or updated
This commit is contained in:
Philipp Holzer 2022-08-19 20:06:24 +02:00 committed by GitHub
commit 9e0bc31d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
94 changed files with 1389 additions and 971 deletions

View File

@ -8,48 +8,45 @@
# Vladimir Núñez <lapoubelle111@gmail.com>, 2018 # Vladimir Núñez <lapoubelle111@gmail.com>, 2018
# Phigger Phigger <automates@lepouete.fr>, 2019 # Phigger Phigger <automates@lepouete.fr>, 2019
# Wil Tur <wiltur@yargl.com>, 2021 # Wil Tur <wiltur@yargl.com>, 2021
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2022-05-11 08:54-0400\n"
"PO-Revision-Date: 2018-05-24 06:41+0000\n" "PO-Revision-Date: 2018-05-24 06:41+0000\n"
"Last-Translator: Wil Tur <wiltur@yargl.com>, 2021\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n" "Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: src/middlewares.php:49 #: advancedcontentfilter.php:154
msgid "Method not found"
msgstr "Méthode non trouvée"
#: advancedcontentfilter.php:136
#, php-format #, php-format
msgid "Filtered by rule: %s" msgid "Filtered by rule: %s"
msgstr "Filtré par règle:%s" msgstr "Filtré par règle:%s"
#: advancedcontentfilter.php:150 advancedcontentfilter.php:207 #: advancedcontentfilter.php:170 advancedcontentfilter.php:225
msgid "Advanced Content Filter" msgid "Advanced Content Filter"
msgstr "Filtre avancé de contenu" msgstr "Filtre avancé de contenu"
#: advancedcontentfilter.php:206 #: advancedcontentfilter.php:224
msgid "Back to Addon Settings" msgid "Back to Addon Settings"
msgstr "Retour aux paramètres de l'extension" msgstr "Retour aux paramètres de l'extension"
#: advancedcontentfilter.php:208 #: advancedcontentfilter.php:226
msgid "Add a Rule" msgid "Add a Rule"
msgstr "Ajouter une règle" msgstr "Ajouter une règle"
#: advancedcontentfilter.php:209 #: advancedcontentfilter.php:227
msgid "Help" msgid "Help"
msgstr "Aide" msgstr "Aide"
#: advancedcontentfilter.php:210 #: advancedcontentfilter.php:228
msgid "" msgid ""
"Add and manage your personal content filter rules in this screen. Rules have" "Add and manage your personal content filter rules in this screen. Rules have"
" a name and an arbitrary expression that will be matched against post data. " " a name and an arbitrary expression that will be matched against post data. "
@ -61,11 +58,11 @@ msgstr ""
"comparée aux données des messages. Pour une référence complète des " "comparée aux données des messages. Pour une référence complète des "
"opérations et variables disponibles, consultez la page d'aide." "opérations et variables disponibles, consultez la page d'aide."
#: advancedcontentfilter.php:211 #: advancedcontentfilter.php:229
msgid "Your rules" msgid "Your rules"
msgstr "Vos règles" msgstr "Vos règles"
#: advancedcontentfilter.php:212 #: advancedcontentfilter.php:230
msgid "" msgid ""
"You have no rules yet! Start adding one by clicking on the button above next" "You have no rules yet! Start adding one by clicking on the button above next"
" to the title." " to the title."
@ -73,98 +70,108 @@ msgstr ""
"Vous n'avez encore aucune règle! Ajoutez-en une en cliquant le bouton au-" "Vous n'avez encore aucune règle! Ajoutez-en une en cliquant le bouton au-"
"dessus près du titre" "dessus près du titre"
#: advancedcontentfilter.php:213 #: advancedcontentfilter.php:231
msgid "Disabled" msgid "Disabled"
msgstr "Désactivé" msgstr "Désactivé"
#: advancedcontentfilter.php:214 #: advancedcontentfilter.php:232
msgid "Enabled" msgid "Enabled"
msgstr "Activé" msgstr "Activé"
#: advancedcontentfilter.php:215 #: advancedcontentfilter.php:233
msgid "Disable this rule" msgid "Disable this rule"
msgstr "Désactiver cette règle" msgstr "Désactiver cette règle"
#: advancedcontentfilter.php:216 #: advancedcontentfilter.php:234
msgid "Enable this rule" msgid "Enable this rule"
msgstr "Activer cette règle" msgstr "Activer cette règle"
#: advancedcontentfilter.php:217 #: advancedcontentfilter.php:235
msgid "Edit this rule" msgid "Edit this rule"
msgstr "Modifier cette règle" msgstr "Modifier cette règle"
#: advancedcontentfilter.php:218 #: advancedcontentfilter.php:236
msgid "Edit the rule" msgid "Edit the rule"
msgstr "Modifier la règle" msgstr "Modifier la règle"
#: advancedcontentfilter.php:219 #: advancedcontentfilter.php:237
msgid "Save this rule" msgid "Save this rule"
msgstr "Enregistrer cette règle" msgstr "Enregistrer cette règle"
#: advancedcontentfilter.php:220 #: advancedcontentfilter.php:238
msgid "Delete this rule" msgid "Delete this rule"
msgstr "Supprimer cette règle" msgstr "Supprimer cette règle"
#: advancedcontentfilter.php:221 #: advancedcontentfilter.php:239
msgid "Rule" msgid "Rule"
msgstr "Règle" msgstr "Règle"
#: advancedcontentfilter.php:222 #: advancedcontentfilter.php:240
msgid "Close" msgid "Close"
msgstr "Fermer" msgstr "Fermer"
#: advancedcontentfilter.php:223 #: advancedcontentfilter.php:241
msgid "Add new rule" msgid "Add new rule"
msgstr "Ajouter nouvelle règle" msgstr "Ajouter nouvelle règle"
#: advancedcontentfilter.php:224 #: advancedcontentfilter.php:242
msgid "Rule Name" msgid "Rule Name"
msgstr "Nommer règle" msgstr "Nommer règle"
#: advancedcontentfilter.php:225 #: advancedcontentfilter.php:243
msgid "Rule Expression" msgid "Rule Expression"
msgstr "Expression de règle" msgstr "Expression de règle"
#: advancedcontentfilter.php:226 #: advancedcontentfilter.php:244
msgid "Cancel" msgid "Cancel"
msgstr "Annuler" msgstr "Annuler"
#: advancedcontentfilter.php:293 advancedcontentfilter.php:304 #: advancedcontentfilter.php:295
#: advancedcontentfilter.php:315 advancedcontentfilter.php:349 msgid "This addon requires this node having at least one post"
#: advancedcontentfilter.php:378 advancedcontentfilter.php:399 msgstr ""
"Cette extension requiert au moins une publication sur ce serveur pour "
"fonctionner"
#: advancedcontentfilter.php:325 advancedcontentfilter.php:336
#: advancedcontentfilter.php:347 advancedcontentfilter.php:383
#: advancedcontentfilter.php:414 advancedcontentfilter.php:437
msgid "You must be logged in to use this method" msgid "You must be logged in to use this method"
msgstr "Vous devez être connecté pour utiliser cette méthode" msgstr "Vous devez être connecté pour utiliser cette méthode"
#: advancedcontentfilter.php:319 advancedcontentfilter.php:353 #: advancedcontentfilter.php:351 advancedcontentfilter.php:387
#: advancedcontentfilter.php:382 #: advancedcontentfilter.php:418
msgid "Invalid form security token, please refresh the page." msgid "Invalid form security token, please refresh the page."
msgstr "Formulaire token de sécurité invalide, rafraîchissez la page" msgstr "Formulaire token de sécurité invalide, rafraîchissez la page"
#: advancedcontentfilter.php:331 #: advancedcontentfilter.php:363
msgid "The rule name and expression are required." msgid "The rule name and expression are required."
msgstr "Le nom et l'expression de cette règle sont requis" msgstr "Le nom et l'expression de cette règle sont requis"
#: advancedcontentfilter.php:343 #: advancedcontentfilter.php:377
msgid "Rule successfully added" msgid "Rule successfully added"
msgstr "Règle bien ajoutée" msgstr "Règle bien ajoutée"
#: advancedcontentfilter.php:357 advancedcontentfilter.php:386 #: advancedcontentfilter.php:391 advancedcontentfilter.php:422
msgid "Rule doesn't exist or doesn't belong to you." msgid "Rule doesn't exist or doesn't belong to you."
msgstr "Cette règle n'existe pas ou ne vous appartient pas" msgstr "Cette règle n'existe pas ou ne vous appartient pas"
#: advancedcontentfilter.php:372 #: advancedcontentfilter.php:408
msgid "Rule successfully updated" msgid "Rule successfully updated"
msgstr "Règle bien mise à jour" msgstr "Règle bien mise à jour"
#: advancedcontentfilter.php:393 #: advancedcontentfilter.php:431
msgid "Rule successfully deleted" msgid "Rule successfully deleted"
msgstr "Règle bien supprimée" msgstr "Règle bien supprimée"
#: advancedcontentfilter.php:403 #: advancedcontentfilter.php:441
msgid "Missing argument: guid." msgid "Missing argument: guid."
msgstr "Argument manquant: " msgstr "Argument manquant: "
#: advancedcontentfilter.php:411 #: advancedcontentfilter.php:449
#, php-format #, php-format
msgid "Unknown post with guid: %s" msgid "Unknown post with guid: %s"
msgstr "Post inconnu avec guid : %s" msgstr "Post inconnu avec guid : %s"
#: src/middlewares.php:49
msgid "Method not found"
msgstr "Méthode non trouvée"

View File

@ -3,9 +3,8 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Method not found'] = 'Méthode non trouvée';
$a->strings['Filtered by rule: %s'] = 'Filtré par règle:%s'; $a->strings['Filtered by rule: %s'] = 'Filtré par règle:%s';
$a->strings['Advanced Content Filter'] = 'Filtre avancé de contenu'; $a->strings['Advanced Content Filter'] = 'Filtre avancé de contenu';
$a->strings['Back to Addon Settings'] = 'Retour aux paramètres de l\'extension'; $a->strings['Back to Addon Settings'] = 'Retour aux paramètres de l\'extension';
@ -28,6 +27,7 @@ $a->strings['Add new rule'] = 'Ajouter nouvelle règle';
$a->strings['Rule Name'] = 'Nommer règle'; $a->strings['Rule Name'] = 'Nommer règle';
$a->strings['Rule Expression'] = 'Expression de règle'; $a->strings['Rule Expression'] = 'Expression de règle';
$a->strings['Cancel'] = 'Annuler'; $a->strings['Cancel'] = 'Annuler';
$a->strings['This addon requires this node having at least one post'] = 'Cette extension requiert au moins une publication sur ce serveur pour fonctionner';
$a->strings['You must be logged in to use this method'] = 'Vous devez être connecté pour utiliser cette méthode'; $a->strings['You must be logged in to use this method'] = 'Vous devez être connecté pour utiliser cette méthode';
$a->strings['Invalid form security token, please refresh the page.'] = 'Formulaire token de sécurité invalide, rafraîchissez la page'; $a->strings['Invalid form security token, please refresh the page.'] = 'Formulaire token de sécurité invalide, rafraîchissez la page';
$a->strings['The rule name and expression are required.'] = 'Le nom et l\'expression de cette règle sont requis'; $a->strings['The rule name and expression are required.'] = 'Le nom et l\'expression de cette règle sont requis';
@ -37,3 +37,4 @@ $a->strings['Rule successfully updated'] = 'Règle bien mise à jour';
$a->strings['Rule successfully deleted'] = 'Règle bien supprimée'; $a->strings['Rule successfully deleted'] = 'Règle bien supprimée';
$a->strings['Missing argument: guid.'] = 'Argument manquant: '; $a->strings['Missing argument: guid.'] = 'Argument manquant: ';
$a->strings['Unknown post with guid: %s'] = 'Post inconnu avec guid : %s'; $a->strings['Unknown post with guid: %s'] = 'Post inconnu avec guid : %s';
$a->strings['Method not found'] = 'Méthode non trouvée';

View File

@ -14,14 +14,14 @@ msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-22 08:14+0000\n" "PO-Revision-Date: 2014-06-22 11:19+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: blackout.php:97 #: blackout.php:97
msgid "" msgid ""

View File

@ -3,7 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'La date de fin est antérieure à la date de début du blackout, vous devriez changer ça.'; $a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'La date de fin est antérieure à la date de début du blackout, vous devriez changer ça.';
$a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'S\'il vous plaît, vérifiez à nouveau les réglages actuels du blackout. Il commencera à <strong>%s</strong> finira à <strong>%s</strong>.'; $a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'S\'il vous plaît, vérifiez à nouveau les réglages actuels du blackout. Il commencera à <strong>%s</strong> finira à <strong>%s</strong>.';

View File

@ -7,56 +7,44 @@
# Hypolite Petovan <hypolite@mrpetovan.com>, 2016 # Hypolite Petovan <hypolite@mrpetovan.com>, 2016
# Marie Olive <lacellule101@gmail.com>, 2018 # Marie Olive <lacellule101@gmail.com>, 2018
# StefOfficiel <pichard.stephane@free.fr>, 2015 # StefOfficiel <pichard.stephane@free.fr>, 2015
# vladimir N <lapoubelle111@gmail.com>, 2018 # Vladimir Núñez <lapoubelle111@gmail.com>, 2018
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-17 10:23+0200\n" "POT-Creation-Date: 2021-11-21 19:13-0500\n"
"PO-Revision-Date: 2018-12-30 12:33+0000\n" "PO-Revision-Date: 2014-06-22 11:20+0000\n"
"Last-Translator: vladimir N <lapoubelle111@gmail.com>\n" "Last-Translator: Vladimir Núñez <lapoubelle111@gmail.com>, 2018\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: blockem.php:54 blockem.php:58 #: blockem.php:39
msgid "Blockem"
msgstr "Bloquez-les"
#: blockem.php:62
msgid "" msgid ""
"Hides user's content by collapsing posts. Also replaces their avatar with " "Hides user's content by collapsing posts. Also replaces their avatar with "
"generic image." "generic image."
msgstr "Cache le contenu de l'utilisateur en contractant les publications. Remplace aussi leur avatar par une image générique." msgstr "Cache le contenu de l'utilisateur en contractant les publications. Remplace aussi leur avatar par une image générique."
#: blockem.php:63 #: blockem.php:40
msgid "Comma separated profile URLS:" msgid "Comma separated profile URLS:"
msgstr "URLs de profil séparées par des virgules:" msgstr "URLs de profil séparées par des virgules:"
#: blockem.php:67 #: blockem.php:45
msgid "Save Settings" msgid "Blockem"
msgstr "Sauvegarder les paramètres" msgstr "Bloquez-les"
#: blockem.php:81 #: blockem.php:120
msgid "BLOCKEM Settings saved."
msgstr "Paramètres Bloquez-les sauvegardés."
#: blockem.php:143
#, php-format #, php-format
msgid "Filtered user: %s" msgid "Filtered user: %s"
msgstr "Utilisateur filtré:%s" msgstr "Utilisateur filtré:%s"
#: blockem.php:202 #: blockem.php:183
msgid "Unblock Author" msgid "Unblock Author"
msgstr "Débloquer l'Auteur" msgstr "Débloquer l'Auteur"
#: blockem.php:204 #: blockem.php:185
msgid "Block Author" msgid "Block Author"
msgstr "Bloquer l'Auteur" msgstr "Bloquer l'Auteur"
#: blockem.php:244
msgid "blockem settings updated"
msgstr "Réglages Blockem mis à jour."

View File

@ -3,14 +3,11 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Blockem'] = 'Bloquez-les';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Cache le contenu de l\'utilisateur en contractant les publications. Remplace aussi leur avatar par une image générique.'; $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Cache le contenu de l\'utilisateur en contractant les publications. Remplace aussi leur avatar par une image générique.';
$a->strings['Comma separated profile URLS:'] = 'URLs de profil séparées par des virgules:'; $a->strings['Comma separated profile URLS:'] = 'URLs de profil séparées par des virgules:';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Blockem'] = 'Bloquez-les';
$a->strings['BLOCKEM Settings saved.'] = 'Paramètres Bloquez-les sauvegardés.';
$a->strings['Filtered user: %s'] = 'Utilisateur filtré:%s'; $a->strings['Filtered user: %s'] = 'Utilisateur filtré:%s';
$a->strings['Unblock Author'] = 'Débloquer l\'Auteur'; $a->strings['Unblock Author'] = 'Débloquer l\'Auteur';
$a->strings['Block Author'] = 'Bloquer l\'Auteur'; $a->strings['Block Author'] = 'Bloquer l\'Auteur';
$a->strings['blockem settings updated'] = 'Réglages Blockem mis à jour.';

View File

@ -1,3 +1,8 @@
<?php <?php
$a->strings["Report Bug"] = "Signaler un bug"; if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Report Bug'] = 'Signaler un Bug';

View File

@ -0,0 +1,24 @@
# ADDON buglink
# Copyright (C)
# This file is distributed under the same license as the Friendica buglink addon package.
#
#
# Translators:
# GunChleoc, 2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2014-06-22 11:27+0000\n"
"Last-Translator: GunChleoc, 2022\n"
"Language-Team: Gaelic, Scottish (http://www.transifex.com/Friendica/friendica/language/gd/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: gd\n"
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
#: buglink.php:20
msgid "Report Bug"
msgstr "Dèan aithris air buga"

View File

@ -0,0 +1,8 @@
<?php
if(! function_exists("string_plural_select_gd")) {
function string_plural_select_gd($n){
$n = intval($n);
if (($n==1 || $n==11)) { return 0; } else if (($n==2 || $n==12)) { return 1; } else if (($n > 2 && $n < 20)) { return 2; } else { return 3; }
}}
$a->strings['Report Bug'] = 'Dèan aithris air buga';

View File

@ -6,54 +6,55 @@
# Translators: # Translators:
# Vladimir Núñez <lapoubelle111@gmail.com>, 2019 # Vladimir Núñez <lapoubelle111@gmail.com>, 2019
# Walter Bulbazor, 2021 # Walter Bulbazor, 2021
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-25 13:16+0000\n" "POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2018-04-07 05:23+0000\n" "PO-Revision-Date: 2018-04-07 05:23+0000\n"
"Last-Translator: Walter Bulbazor, 2021\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n" "Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: catavatar.php:49 #: catavatar.php:48
msgid "Use Cat as Avatar" msgid "Set default profile avatar or randomize the cat."
msgstr "Utiliser Chat comme avatar" msgstr "Mettre l'avatar par défaut ou tirer au sort le Chat."
#: catavatar.php:50
msgid "More Random Cat!"
msgstr "Autres Chats au hasard"
#: catavatar.php:51
msgid "Reset to email Cat"
msgstr "Réinitialiser à Chat courriel"
#: catavatar.php:53 #: catavatar.php:53
msgid "Cat Avatar Settings" msgid "Cat Avatar Settings"
msgstr "Paramètres de Chat avatar" msgstr "Paramètres de Chat avatar"
#: catavatar.php:54 #: catavatar.php:56
msgid "Set default profile avatar or randomize the cat." msgid "Use Cat as Avatar"
msgstr "Mettre l'avatar par défaut ou tirer au sort le Chat." msgstr "Utiliser Chat comme avatar"
#: catavatar.php:72 #: catavatar.php:57
msgid "Another random Cat!"
msgstr "Un autre chat aléatoire !"
#: catavatar.php:58
msgid "Reset to email Cat"
msgstr "Réinitialiser à Chat courriel"
#: catavatar.php:77
msgid "The cat hadn't found itself." msgid "The cat hadn't found itself."
msgstr "Le Chat ne s'y est pas retrouvé" msgstr "Le Chat ne s'y est pas retrouvé"
#: catavatar.php:81 #: catavatar.php:86
msgid "There was an error, the cat ran away." msgid "There was an error, the cat ran away."
msgstr "Il y a eu une erreur et le chat s'est enfui" msgstr "Il y a eu une erreur et le chat s'est enfui"
#: catavatar.php:87 #: catavatar.php:92
msgid "Profile Photos" msgid "Profile Photos"
msgstr "Photos de profil" msgstr "Photos de profil"
#: catavatar.php:97 #: catavatar.php:102
msgid "Meow!" msgid "Meow!"
msgstr "Miaou !" msgstr "Miaou !"

View File

@ -3,13 +3,13 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Use Cat as Avatar'] = 'Utiliser Chat comme avatar';
$a->strings['More Random Cat!'] = 'Autres Chats au hasard';
$a->strings['Reset to email Cat'] = 'Réinitialiser à Chat courriel';
$a->strings['Cat Avatar Settings'] = 'Paramètres de Chat avatar';
$a->strings['Set default profile avatar or randomize the cat.'] = 'Mettre l\'avatar par défaut ou tirer au sort le Chat.'; $a->strings['Set default profile avatar or randomize the cat.'] = 'Mettre l\'avatar par défaut ou tirer au sort le Chat.';
$a->strings['Cat Avatar Settings'] = 'Paramètres de Chat avatar';
$a->strings['Use Cat as Avatar'] = 'Utiliser Chat comme avatar';
$a->strings['Another random Cat!'] = 'Un autre chat aléatoire !';
$a->strings['Reset to email Cat'] = 'Réinitialiser à Chat courriel';
$a->strings['The cat hadn\'t found itself.'] = 'Le Chat ne s\'y est pas retrouvé'; $a->strings['The cat hadn\'t found itself.'] = 'Le Chat ne s\'y est pas retrouvé';
$a->strings['There was an error, the cat ran away.'] = 'Il y a eu une erreur et le chat s\'est enfui'; $a->strings['There was an error, the cat ran away.'] = 'Il y a eu une erreur et le chat s\'est enfui';
$a->strings['Profile Photos'] = 'Photos de profil'; $a->strings['Profile Photos'] = 'Photos de profil';

View File

@ -20,7 +20,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: cookienotice.php:42 #: cookienotice.php:42
msgid "" msgid ""

View File

@ -3,7 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Ce site utilise des cookies. Si vous poursuivez sur ce site, vous acceptez l\'utilisation de ces cookies.'; $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Ce site utilise des cookies. Si vous poursuivez sur ce site, vous acceptez l\'utilisation de ces cookies.';
$a->strings['OK'] = 'Ok'; $a->strings['OK'] = 'Ok';

View File

@ -5,6 +5,7 @@
# #
# Translators: # Translators:
# bob lebonche <lebonche@tutanota.com>, 2021 # bob lebonche <lebonche@tutanota.com>, 2021
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# Hypolite Petovan <hypolite@mrpetovan.com>, 2016 # Hypolite Petovan <hypolite@mrpetovan.com>, 2016
# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015 # ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015
# StefOfficiel <pichard.stephane@free.fr>, 2015 # StefOfficiel <pichard.stephane@free.fr>, 2015
@ -12,21 +13,21 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-03-22 08:24+0000\n" "PO-Revision-Date: 2014-06-22 11:34+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: curweather.php:47 #: curweather.php:47
msgid "Error fetching weather data. Error was: " msgid "Error fetching weather data. Error was: "
msgstr "Erreur de récupération des données météo. L'erreur était :" msgstr "Erreur de récupération des données météo. L'erreur était :"
#: curweather.php:130 curweather.php:192 #: curweather.php:130
msgid "Current Weather" msgid "Current Weather"
msgstr "Météo actuelle" msgstr "Météo actuelle"
@ -62,66 +63,66 @@ msgstr "Une erreur est survenue lors de l'accès aux données météo. Vous pouv
msgid "at OpenWeatherMap" msgid "at OpenWeatherMap"
msgstr "à OpenWeatherMap" msgstr "à OpenWeatherMap"
#: curweather.php:179 #: curweather.php:178
msgid "No APPID found, please contact your admin to obtain one." msgid "No APPID found, please contact your admin to obtain one."
msgstr "Pas d'APPID trouvé, merci de contacter votre administrateur pour en obtenir un." msgstr "Pas d'APPID trouvé, merci de contacter votre administrateur pour en obtenir un."
#: curweather.php:191 curweather.php:229 #: curweather.php:188
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: curweather.php:192
msgid "Settings"
msgstr "Paramètres"
#: curweather.php:194
msgid "Enter either the name of your location or the zip code." msgid "Enter either the name of your location or the zip code."
msgstr "Entrez le nom de votre emplacement ou votre code postal." msgstr "Entrez le nom de votre emplacement ou votre code postal."
#: curweather.php:195 #: curweather.php:189
msgid "Your Location" msgid "Your Location"
msgstr "Votre position" msgstr "Votre position"
#: curweather.php:195 #: curweather.php:189
msgid "" msgid ""
"Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or " "Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or "
"<em>14476,DE</em>." "<em>14476,DE</em>."
msgstr "Identifiant de votre emplacement (nom ou code postal), par exemple <em>Paris 08, Fr</em> ou <em>75008, FR</em>." msgstr "Identifiant de votre emplacement (nom ou code postal), par exemple <em>Paris 08, Fr</em> ou <em>75008, FR</em>."
#: curweather.php:196 #: curweather.php:190
msgid "Units" msgid "Units"
msgstr "Unités" msgstr "Unités"
#: curweather.php:196 #: curweather.php:190
msgid "select if the temperature should be displayed in &deg;C or &deg;F" msgid "select if the temperature should be displayed in &deg;C or &deg;F"
msgstr "Sélectionner si la température devrait être affichée en °C ou en °F" msgstr "Sélectionner si la température devrait être affichée en °C ou en °F"
#: curweather.php:197 #: curweather.php:191
msgid "Show weather data" msgid "Show weather data"
msgstr "Montrer les données météos" msgstr "Montrer les données météos"
#: curweather.php:232 #: curweather.php:196
msgid "Current Weather Settings"
msgstr "Paramètres de Météo"
#: curweather.php:227
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: curweather.php:230
msgid "Caching Interval" msgid "Caching Interval"
msgstr "Intervalle de mise en cache." msgstr "Intervalle de mise en cache."
#: curweather.php:234 #: curweather.php:232
msgid "" msgid ""
"For how long should the weather data be cached? Choose according your " "For how long should the weather data be cached? Choose according your "
"OpenWeatherMap account type." "OpenWeatherMap account type."
msgstr "Pendant combien de temps les données météo doivent-elles être mises en cache? Choisissez en fonction du type de compte OpenWeatherMap." msgstr "Pendant combien de temps les données météo doivent-elles être mises en cache? Choisissez en fonction du type de compte OpenWeatherMap."
#: curweather.php:235 #: curweather.php:233
msgid "no cache" msgid "no cache"
msgstr "pas de cache" msgstr "pas de cache"
#: curweather.php:236 curweather.php:237 curweather.php:238 curweather.php:239 #: curweather.php:234 curweather.php:235 curweather.php:236 curweather.php:237
msgid "minutes" msgid "minutes"
msgstr "minutes" msgstr "minutes"
#: curweather.php:242 #: curweather.php:240
msgid "Your APPID" msgid "Your APPID"
msgstr "Votre APPID" msgstr "Votre APPID"
#: curweather.php:242 #: curweather.php:240
msgid "Your API key provided by OpenWeatherMap" msgid "Your API key provided by OpenWeatherMap"
msgstr "Votre clé pour l'API de OpenWeatherMap" msgstr "Votre clé pour l'API de OpenWeatherMap"

View File

@ -3,7 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Error fetching weather data. Error was: '] = 'Erreur de récupération des données météo. L\'erreur était :'; $a->strings['Error fetching weather data. Error was: '] = 'Erreur de récupération des données météo. L\'erreur était :';
$a->strings['Current Weather'] = 'Météo actuelle'; $a->strings['Current Weather'] = 'Météo actuelle';
@ -16,14 +16,14 @@ $a->strings['Show on map'] = 'Montrer sur la carte';
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Une erreur est survenue lors de l\'accès aux données météo. Vous pouvez quand même jeter un oeil'; $a->strings['There was a problem accessing the weather data. But have a look'] = 'Une erreur est survenue lors de l\'accès aux données météo. Vous pouvez quand même jeter un oeil';
$a->strings['at OpenWeatherMap'] = 'à OpenWeatherMap'; $a->strings['at OpenWeatherMap'] = 'à OpenWeatherMap';
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'Pas d\'APPID trouvé, merci de contacter votre administrateur pour en obtenir un.'; $a->strings['No APPID found, please contact your admin to obtain one.'] = 'Pas d\'APPID trouvé, merci de contacter votre administrateur pour en obtenir un.';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['Settings'] = 'Paramètres';
$a->strings['Enter either the name of your location or the zip code.'] = 'Entrez le nom de votre emplacement ou votre code postal.'; $a->strings['Enter either the name of your location or the zip code.'] = 'Entrez le nom de votre emplacement ou votre code postal.';
$a->strings['Your Location'] = 'Votre position'; $a->strings['Your Location'] = 'Votre position';
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identifiant de votre emplacement (nom ou code postal), par exemple <em>Paris 08, Fr</em> ou <em>75008, FR</em>.'; $a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identifiant de votre emplacement (nom ou code postal), par exemple <em>Paris 08, Fr</em> ou <em>75008, FR</em>.';
$a->strings['Units'] = 'Unités'; $a->strings['Units'] = 'Unités';
$a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'Sélectionner si la température devrait être affichée en °C ou en °F'; $a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'Sélectionner si la température devrait être affichée en °C ou en °F';
$a->strings['Show weather data'] = 'Montrer les données météos'; $a->strings['Show weather data'] = 'Montrer les données météos';
$a->strings['Current Weather Settings'] = 'Paramètres de Météo';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['Caching Interval'] = 'Intervalle de mise en cache.'; $a->strings['Caching Interval'] = 'Intervalle de mise en cache.';
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Pendant combien de temps les données météo doivent-elles être mises en cache? Choisissez en fonction du type de compte OpenWeatherMap.'; $a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Pendant combien de temps les données météo doivent-elles être mises en cache? Choisissez en fonction du type de compte OpenWeatherMap.';
$a->strings['no cache'] = 'pas de cache'; $a->strings['no cache'] = 'pas de cache';

View File

@ -12,98 +12,94 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2021-03-22 09:09+0000\n" "PO-Revision-Date: 2014-06-22 11:39+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: diaspora.php:43 #: diaspora.php:44
msgid "Post to Diaspora" msgid "Post to Diaspora"
msgstr "Publier sur Diaspora" msgstr "Publier sur Diaspora"
#: diaspora.php:68 #: diaspora.php:67
#, php-format #, php-format
msgid "" msgid ""
"Please remember: You can always be reached from Diaspora with your Friendica" "Please remember: You can always be reached from Diaspora with your Friendica"
" handle <strong>%s</strong>. " " handle <strong>%s</strong>. "
msgstr "Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica <strong>%s</strong>. " msgstr "Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica <strong>%s</strong>. "
#: diaspora.php:69 #: diaspora.php:68
msgid "" msgid ""
"This connector is only meant if you still want to use your old Diaspora " "This connector is only meant if you still want to use your old Diaspora "
"account for some time. " "account for some time. "
msgstr "Ce connecteur ne doit être utilisé que si vous souhaitez encore utiliser votre ancien compte Diaspora." msgstr "Ce connecteur ne doit être utilisé que si vous souhaitez encore utiliser votre ancien compte Diaspora."
#: diaspora.php:70 #: diaspora.php:69
#, php-format #, php-format
msgid "" msgid ""
"However, it is preferred that you tell your Diaspora contacts the new handle" "However, it is preferred that you tell your Diaspora contacts the new handle"
" <strong>%s</strong> instead." " <strong>%s</strong> instead."
msgstr "Quoi qu'il en soit, il est préférable de communiquer son nouvel identifiant à ses contacts Diaspora <strong>%s</strong>." msgstr "Quoi qu'il en soit, il est préférable de communiquer son nouvel identifiant à ses contacts Diaspora <strong>%s</strong>."
#: diaspora.php:80 #: diaspora.php:79
msgid "All aspects" msgid "All aspects"
msgstr "Tous les aspects" msgstr "Tous les aspects"
#: diaspora.php:81 #: diaspora.php:80
msgid "Public" msgid "Public"
msgstr "Public" msgstr "Public"
#: diaspora.php:87 #: diaspora.php:86
msgid "Post to aspect:" msgid "Post to aspect:"
msgstr "Publier avec l'aspect:" msgstr "Publier avec l'aspect:"
#: diaspora.php:88 #: diaspora.php:87
#, php-format #, php-format
msgid "Connected with your Diaspora account <strong>%s</strong>" msgid "Connected with your Diaspora account <strong>%s</strong>"
msgstr "Connecté avec votre compte Diaspora <strong>%s</strong>" msgstr "Connecté avec votre compte Diaspora <strong>%s</strong>"
#: diaspora.php:91 #: diaspora.php:90
msgid "" msgid ""
"Can't login to your Diaspora account. Please check handle (in the format " "Can't login to your Diaspora account. Please check handle (in the format "
"user@domain.tld) and password." "user@domain.tld) and password."
msgstr "Connexion impossible à votre compte Diaspora. Merci de vérifier votre identifiant (au format user@domain.tld) et votre mot de passe." msgstr "Connexion impossible à votre compte Diaspora. Merci de vérifier votre identifiant (au format user@domain.tld) et votre mot de passe."
#: diaspora.php:99 #: diaspora.php:97
msgid "Diaspora Export"
msgstr "Export Diaspora"
#: diaspora.php:100
msgid "Information" msgid "Information"
msgstr "Information" msgstr "Information"
#: diaspora.php:101 #: diaspora.php:98
msgid "Error" msgid "Error"
msgstr "Erreur" msgstr "Erreur"
#: diaspora.php:102 #: diaspora.php:104
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: diaspora.php:106
msgid "Enable Diaspora Post Addon" msgid "Enable Diaspora Post Addon"
msgstr "Activer lextension «Publier sur Diaspora»" msgstr "Activer lextension «Publier sur Diaspora»"
#: diaspora.php:107 #: diaspora.php:105
msgid "Diaspora handle" msgid "Diaspora handle"
msgstr "Identifiant Diaspora" msgstr "Identifiant Diaspora"
#: diaspora.php:108 #: diaspora.php:106
msgid "Diaspora password" msgid "Diaspora password"
msgstr "Mot de passe Diaspora" msgstr "Mot de passe Diaspora"
#: diaspora.php:108 #: diaspora.php:106
msgid "" msgid ""
"Privacy notice: Your Diaspora password will be stored unencrypted to " "Privacy notice: Your Diaspora password will be stored unencrypted to "
"authenticate you with your Diaspora pod. This means your Friendica node " "authenticate you with your Diaspora pod. This means your Friendica node "
"administrator can have access to it." "administrator can have access to it."
msgstr "Vie privée : Votre mot de passe Diaspora sera stocké sans encryption pour vous identifier sur votre pod. Cela signifie que ladministrateur de votre pod Diaspora peut y avoir accès." msgstr "Vie privée : Votre mot de passe Diaspora sera stocké sans encryption pour vous identifier sur votre pod. Cela signifie que ladministrateur de votre pod Diaspora peut y avoir accès."
#: diaspora.php:110 #: diaspora.php:108
msgid "Post to Diaspora by default" msgid "Post to Diaspora by default"
msgstr "Publier sur Diaspora par défaut" msgstr "Publier sur Diaspora par défaut"
#: diaspora.php:113
msgid "Diaspora Export"
msgstr "Export Diaspora"

View File

@ -3,7 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Post to Diaspora'] = 'Publier sur Diaspora'; $a->strings['Post to Diaspora'] = 'Publier sur Diaspora';
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica <strong>%s</strong>. '; $a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Attention : vous pouvez toujours être joint par Diaspora avec votre identifiant Friendica <strong>%s</strong>. ';
@ -14,12 +14,11 @@ $a->strings['Public'] = 'Public';
$a->strings['Post to aspect:'] = 'Publier avec l\'aspect:'; $a->strings['Post to aspect:'] = 'Publier avec l\'aspect:';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connecté avec votre compte Diaspora <strong>%s</strong>'; $a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Connecté avec votre compte Diaspora <strong>%s</strong>';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Connexion impossible à votre compte Diaspora. Merci de vérifier votre identifiant (au format user@domain.tld) et votre mot de passe.'; $a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Connexion impossible à votre compte Diaspora. Merci de vérifier votre identifiant (au format user@domain.tld) et votre mot de passe.';
$a->strings['Diaspora Export'] = 'Export Diaspora';
$a->strings['Information'] = 'Information'; $a->strings['Information'] = 'Information';
$a->strings['Error'] = 'Erreur'; $a->strings['Error'] = 'Erreur';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['Enable Diaspora Post Addon'] = 'Activer lextension «Publier sur Diaspora»'; $a->strings['Enable Diaspora Post Addon'] = 'Activer lextension «Publier sur Diaspora»';
$a->strings['Diaspora handle'] = 'Identifiant Diaspora'; $a->strings['Diaspora handle'] = 'Identifiant Diaspora';
$a->strings['Diaspora password'] = 'Mot de passe Diaspora'; $a->strings['Diaspora password'] = 'Mot de passe Diaspora';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Vie privée : Votre mot de passe Diaspora sera stocké sans encryption pour vous identifier sur votre pod. Cela signifie que ladministrateur de votre pod Diaspora peut y avoir accès.'; $a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Vie privée : Votre mot de passe Diaspora sera stocké sans encryption pour vous identifier sur votre pod. Cela signifie que ladministrateur de votre pod Diaspora peut y avoir accès.';
$a->strings['Post to Diaspora by default'] = 'Publier sur Diaspora par défaut'; $a->strings['Post to Diaspora by default'] = 'Publier sur Diaspora par défaut';
$a->strings['Diaspora Export'] = 'Export Diaspora';

View File

@ -5,46 +5,43 @@
# #
# Translators: # Translators:
# bob lebonche <lebonche@tutanota.com>, 2021 # bob lebonche <lebonche@tutanota.com>, 2021
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015 # ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015
# StefOfficiel <pichard.stephane@free.fr>, 2015 # StefOfficiel <pichard.stephane@free.fr>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2021-03-22 09:11+0000\n" "PO-Revision-Date: 2014-06-22 11:41+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: dwpost.php:41 #: dwpost.php:43
msgid "Post to Dreamwidth" msgid "Post to Dreamwidth"
msgstr "Publier sur Dreamwidth" msgstr "Publier sur Dreamwidth"
#: dwpost.php:72 dwpost.php:76 #: dwpost.php:63
msgid "Dreamwidth Export" msgid "Enable Dreamwidth Post Addon"
msgstr "Export Dreamwidth" msgstr "Activer l'extension Dreamwidth"
#: dwpost.php:80 #: dwpost.php:64
msgid "Enable dreamwidth Post Addon" msgid "Dreamwidth username"
msgstr "Activer l'application complémentaire de publication Dreamwidth."
#: dwpost.php:85
msgid "dreamwidth username"
msgstr "Nom d'utilisateur Dreamwidth" msgstr "Nom d'utilisateur Dreamwidth"
#: dwpost.php:90 #: dwpost.php:65
msgid "dreamwidth password" msgid "Dreamwidth password"
msgstr "Mot de passe dreamwidth" msgstr "Mot de passe Dreamwidth"
#: dwpost.php:95 #: dwpost.php:66
msgid "Post to dreamwidth by default" msgid "Post to Dreamwidth by default"
msgstr "Poster sur Dreamwidth par défaut" msgstr "Publier sur Dreamwidth par défaut"
#: dwpost.php:100 #: dwpost.php:71
msgid "Save Settings" msgid "Dreamwidth Export"
msgstr "Sauvegarder les paramètres" msgstr "Export Dreamwidth"

View File

@ -3,12 +3,11 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Post to Dreamwidth'] = 'Publier sur Dreamwidth'; $a->strings['Post to Dreamwidth'] = 'Publier sur Dreamwidth';
$a->strings['Enable Dreamwidth Post Addon'] = 'Activer l\'extension Dreamwidth';
$a->strings['Dreamwidth username'] = 'Nom d\'utilisateur Dreamwidth';
$a->strings['Dreamwidth password'] = 'Mot de passe Dreamwidth';
$a->strings['Post to Dreamwidth by default'] = 'Publier sur Dreamwidth par défaut';
$a->strings['Dreamwidth Export'] = 'Export Dreamwidth'; $a->strings['Dreamwidth Export'] = 'Export Dreamwidth';
$a->strings['Enable dreamwidth Post Addon'] = 'Activer l\'application complémentaire de publication Dreamwidth.';
$a->strings['dreamwidth username'] = 'Nom d\'utilisateur Dreamwidth';
$a->strings['dreamwidth password'] = 'Mot de passe dreamwidth';
$a->strings['Post to dreamwidth by default'] = 'Poster sur Dreamwidth par défaut';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';

View File

@ -4,24 +4,25 @@
# #
# #
# Translators: # Translators:
# bob lebonche <lebonche@tutanota.com>, 2021
# Hypolite Petovan <hypolite@mrpetovan.com>, 2016 # Hypolite Petovan <hypolite@mrpetovan.com>, 2016
# StefOfficiel <pichard.stephane@free.fr>, 2015 # StefOfficiel <pichard.stephane@free.fr>, 2015
# Valvin A <vincent-forum@valvin.fr>, 2019 # Valvin <vincent-forum@valvin.fr>, 2019
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2019-05-27 19:17+0000\n" "PO-Revision-Date: 2014-06-22 12:31+0000\n"
"Last-Translator: Valvin A <vincent-forum@valvin.fr>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: forumdirectory.php:22 #: forumdirectory.php:33 forumdirectory.php:137
msgid "Forum Directory" msgid "Forum Directory"
msgstr "Annuaire de Forums" msgstr "Annuaire de Forums"
@ -29,54 +30,22 @@ msgstr "Annuaire de Forums"
msgid "Public access denied." msgid "Public access denied."
msgstr "Accès public refusé." msgstr "Accès public refusé."
#: forumdirectory.php:71 #: forumdirectory.php:125
msgid "No entries (some entries may be hidden)."
msgstr "Pas de résultats (certains résultats peuvent être cachés)."
#: forumdirectory.php:131
msgid "Global Directory" msgid "Global Directory"
msgstr "Annuaire Global" msgstr "Annuaire Global"
#: forumdirectory.php:79 #: forumdirectory.php:133
msgid "Find on this site" msgid "Find on this site"
msgstr "Trouver sur cette instance" msgstr "Trouver sur cette instance"
#: forumdirectory.php:81 #: forumdirectory.php:135
msgid "Finding: " msgid "Results for:"
msgstr "Résultats:" msgstr "Résultats pour :"
#: forumdirectory.php:82 #: forumdirectory.php:139
msgid "Site Directory"
msgstr "Annuaire de l'instance"
#: forumdirectory.php:83
msgid "Find" msgid "Find"
msgstr "Chercher" msgstr "Chercher"
#: forumdirectory.php:133
msgid "Age: "
msgstr "Age:"
#: forumdirectory.php:136
msgid "Gender: "
msgstr "Genre:"
#: forumdirectory.php:156
msgid "Location:"
msgstr "Localisation:"
#: forumdirectory.php:158
msgid "Gender:"
msgstr "Genre:"
#: forumdirectory.php:160
msgid "Status:"
msgstr "Statut:"
#: forumdirectory.php:162
msgid "Homepage:"
msgstr "Page d'accueil:"
#: forumdirectory.php:164
msgid "About:"
msgstr "À-propos:"
#: forumdirectory.php:201
msgid "No entries (some entries may be hidden)."
msgstr "Pas de résultats (certains résultats peuvent être cachés)."

View File

@ -3,20 +3,12 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Forum Directory'] = 'Annuaire de Forums'; $a->strings['Forum Directory'] = 'Annuaire de Forums';
$a->strings['Public access denied.'] = 'Accès public refusé.'; $a->strings['Public access denied.'] = 'Accès public refusé.';
$a->strings['No entries (some entries may be hidden).'] = 'Pas de résultats (certains résultats peuvent être cachés).';
$a->strings['Global Directory'] = 'Annuaire Global'; $a->strings['Global Directory'] = 'Annuaire Global';
$a->strings['Find on this site'] = 'Trouver sur cette instance'; $a->strings['Find on this site'] = 'Trouver sur cette instance';
$a->strings['Finding: '] = 'Résultats:'; $a->strings['Results for:'] = 'Résultats pour :';
$a->strings['Site Directory'] = 'Annuaire de l\'instance';
$a->strings['Find'] = 'Chercher'; $a->strings['Find'] = 'Chercher';
$a->strings['Age: '] = 'Age:';
$a->strings['Gender: '] = 'Genre:';
$a->strings['Location:'] = 'Localisation:';
$a->strings['Gender:'] = 'Genre:';
$a->strings['Status:'] = 'Statut:';
$a->strings['Homepage:'] = 'Page d\'accueil:';
$a->strings['About:'] = 'À-propos:';
$a->strings['No entries (some entries may be hidden).'] = 'Pas de résultats (certains résultats peuvent être cachés).';

View File

@ -11,31 +11,27 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-03-22 08:30+0000\n" "PO-Revision-Date: 2014-06-22 12:33+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: fromapp.php:53 fromapp.php:57 #: fromapp.php:45
msgid "FromApp Settings"
msgstr "Paramètres de FromApp"
#: fromapp.php:60
msgid "" msgid ""
"The application name you would like to show your posts originating from. " "The application name you would like to show your posts originating from. "
"Separate different app names with a comma. A random one will then be " "Separate different app names with a comma. A random one will then be "
"selected for every posting." "selected for every posting."
msgstr "Nom de l'application d'origine de votre publication. Séparer les noms des différentes applications par une virgule. Une application sera seléctionnée aléatoirement pour chaque publication. " msgstr "Nom de l'application d'origine de votre publication. Séparer les noms des différentes applications par une virgule. Une application sera seléctionnée aléatoirement pour chaque publication. "
#: fromapp.php:64 #: fromapp.php:46
msgid "Use this application name even if another application was used." msgid "Use this application name even if another application was used."
msgstr "Utilisez le nom de cette application même si une autre application a été utilisé." msgstr "Utilisez le nom de cette application même si une autre application a été utilisé."
#: fromapp.php:71 #: fromapp.php:51
msgid "Save Settings" msgid "FromApp Settings"
msgstr "Sauvegarder les paramètres." msgstr "Paramètres de FromApp"

View File

@ -3,9 +3,8 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['FromApp Settings'] = 'Paramètres de FromApp';
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Nom de l\'application d\'origine de votre publication. Séparer les noms des différentes applications par une virgule. Une application sera seléctionnée aléatoirement pour chaque publication. '; $a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Nom de l\'application d\'origine de votre publication. Séparer les noms des différentes applications par une virgule. Une application sera seléctionnée aléatoirement pour chaque publication. ';
$a->strings['Use this application name even if another application was used.'] = 'Utilisez le nom de cette application même si une autre application a été utilisé.'; $a->strings['Use this application name even if another application was used.'] = 'Utilisez le nom de cette application même si une autre application a été utilisé.';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres.'; $a->strings['FromApp Settings'] = 'Paramètres de FromApp';

View File

@ -11,30 +11,26 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-03-22 08:32+0000\n" "PO-Revision-Date: 2014-06-23 08:27+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: geonames.php:141 #: geonames.php:135
msgid "Geonames Settings"
msgstr "Paramètres Geonames"
#: geonames.php:142
msgid "" msgid ""
"Replace numerical coordinates by the nearest populated location name in your" "Replace numerical coordinates by the nearest populated location name in your"
" posts." " posts."
msgstr "Remplacer les coordonnées par le nom de la localité la plus proche dans votre publication." msgstr "Remplacer les coordonnées par le nom de la localité la plus proche dans votre publication."
#: geonames.php:143 #: geonames.php:136
msgid "Enable Geonames Addon" msgid "Enable Geonames Addon"
msgstr "Activer l'application complémentaire Geonames" msgstr "Activer l'application complémentaire Geonames"
#: geonames.php:144 #: geonames.php:141
msgid "Save Settings" msgid "Geonames Settings"
msgstr "Sauvegarder les paramètres." msgstr "Paramètres Geonames"

View File

@ -3,9 +3,8 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Geonames Settings'] = 'Paramètres Geonames';
$a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Remplacer les coordonnées par le nom de la localité la plus proche dans votre publication.'; $a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Remplacer les coordonnées par le nom de la localité la plus proche dans votre publication.';
$a->strings['Enable Geonames Addon'] = 'Activer l\'application complémentaire Geonames'; $a->strings['Enable Geonames Addon'] = 'Activer l\'application complémentaire Geonames';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres.'; $a->strings['Geonames Settings'] = 'Paramètres Geonames';

View File

@ -11,35 +11,31 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-03-22 09:12+0000\n" "PO-Revision-Date: 2014-06-23 08:30+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: gnot.php:71 #: gnot.php:63
msgid "Gnot Settings"
msgstr "Paramètres Gnot"
#: gnot.php:72
msgid "Save Settings"
msgstr "Sauvegarder les paramètres."
#: gnot.php:73
msgid "Enable this addon?"
msgstr "Activer cette application complémentaire ?"
#: gnot.php:75
msgid "" msgid ""
"Allows threading of email comment notifications on Gmail and anonymising the" "Allows threading of email comment notifications on Gmail and anonymising the"
" subject line." " subject line."
msgstr "Permettre le filtrage des notifications de commentaires par courriel sur Gmail et l'anonymisation de l'objet." msgstr "Permettre le filtrage des notifications de commentaires par courriel sur Gmail et l'anonymisation de l'objet."
#: gnot.php:84 #: gnot.php:64
msgid "Enable this addon?"
msgstr "Activer cette application complémentaire ?"
#: gnot.php:69
msgid "Gnot Settings"
msgstr "Paramètres Gnot"
#: gnot.php:79
#, php-format #, php-format
msgid "[Friendica:Notify] Comment to conversation #%d" msgid "[Friendica:Notify] Comment to conversation #%d"
msgstr "[Friendica:Notify] Commentaire vers conversation #%d" msgstr "[Friendica:Notify] Commentaire vers conversation #%d"

View File

@ -3,10 +3,9 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Gnot Settings'] = 'Paramètres Gnot';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres.';
$a->strings['Enable this addon?'] = 'Activer cette application complémentaire ?';
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permettre le filtrage des notifications de commentaires par courriel sur Gmail et l\'anonymisation de l\'objet.'; $a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permettre le filtrage des notifications de commentaires par courriel sur Gmail et l\'anonymisation de l\'objet.';
$a->strings['Enable this addon?'] = 'Activer cette application complémentaire ?';
$a->strings['Gnot Settings'] = 'Paramètres Gnot';
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Commentaire vers conversation #%d'; $a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Commentaire vers conversation #%d';

View File

@ -12,14 +12,14 @@ msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-22 08:39+0000\n" "PO-Revision-Date: 2014-06-23 08:33+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: gravatar.php:78 #: gravatar.php:78
msgid "generic profile image" msgid "generic profile image"

View File

@ -3,7 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['generic profile image'] = 'image de profil générique'; $a->strings['generic profile image'] = 'image de profil générique';
$a->strings['random geometric pattern'] = 'Schéma géométrique aléatoire '; $a->strings['random geometric pattern'] = 'Schéma géométrique aléatoire ';

View File

@ -10,24 +10,20 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-03-22 09:14+0000\n" "PO-Revision-Date: 2014-06-23 08:35+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: group_text.php:62 #: group_text.php:58
msgid "Group Text"
msgstr "Groupe de texte"
#: group_text.php:64
msgid "Use a text only (non-image) group selector in the \"group edit\" menu" msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
msgstr "Utiliser uniquement un groupe de texte (pas d'image) dans le menu \"groupedit\"" msgstr "Utiliser uniquement un groupe de texte (pas d'image) dans le menu \"groupedit\""
#: group_text.php:70 #: group_text.php:63
msgid "Save Settings" msgid "Group Text"
msgstr "Sauvegarder les paramètres" msgstr "Groupe de texte"

View File

@ -3,8 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Group Text'] = 'Groupe de texte';
$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Utiliser uniquement un groupe de texte (pas d\'image) dans le menu "groupedit"'; $a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Utiliser uniquement un groupe de texte (pas d\'image) dans le menu "groupedit"';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Group Text'] = 'Groupe de texte';

67
ifttt/lang/fr/messages.po Normal file
View File

@ -0,0 +1,67 @@
# ADDON ifttt
# Copyright (C)
# This file is distributed under the same license as the Friendica ifttt addon package.
#
#
# Translators:
# bob lebonche <lebonche@tutanota.com>, 2021
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2017-11-27 10:37+0000\n"
"Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (https://www.transifex.com/Friendica/teams/12172/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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: ifttt.php:52
msgid ""
"Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create "
"three Facebook recipes that are connected with <a "
"href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then "
"Maker\") with the following parameters:"
msgstr ""
"Créez un compte sur <a href=\"http://www.ifttt.com\">IFTTT</a>. Créer trois "
"'recipe' Facebook qui sont connectées avec <a "
"href=\"https://ifttt.com/maker\">Maker</a> (Sous la forme \"if Facebook then"
" Maker\") avec les paramètres suivants:"
#: ifttt.php:53
msgid "URL"
msgstr "URL"
#: ifttt.php:54
msgid "Method"
msgstr "Méthode"
#: ifttt.php:55
msgid "Content Type"
msgstr "Type de contenu"
#: ifttt.php:56
msgid "Body for \"new status message\""
msgstr ""
#: ifttt.php:57
msgid "Body for \"new photo upload\""
msgstr ""
#: ifttt.php:58
msgid "Body for \"new link post\""
msgstr ""
#: ifttt.php:68
msgid "IFTTT Mirror"
msgstr "Mirroir IFTTT"
#: ifttt.php:71
msgid "Generate new key"
msgstr "Générer une nouvelle clé"

13
ifttt/lang/fr/strings.php Normal file
View File

@ -0,0 +1,13 @@
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Create an account at <a href="http://www.ifttt.com">IFTTT</a>. Create three Facebook recipes that are connected with <a href="https://ifttt.com/maker">Maker</a> (In the form "if Facebook then Maker") with the following parameters:'] = 'Créez un compte sur <a href="http://www.ifttt.com">IFTTT</a>. Créer trois \'recipe\' Facebook qui sont connectées avec <a href="https://ifttt.com/maker">Maker</a> (Sous la forme "if Facebook then Maker") avec les paramètres suivants:';
$a->strings['URL'] = 'URL';
$a->strings['Method'] = 'Méthode';
$a->strings['Content Type'] = 'Type de contenu';
$a->strings['IFTTT Mirror'] = 'Mirroir IFTTT';
$a->strings['Generate new key'] = 'Générer une nouvelle clé';

View File

@ -10,40 +10,36 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2021-03-22 08:49+0000\n" "PO-Revision-Date: 2014-06-23 08:37+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: ijpost.php:39 #: ijpost.php:42
msgid "Post to Insanejournal" msgid "Post to Insanejournal"
msgstr "Publier sur Insanejournal" msgstr "Publier sur Insanejournal"
#: ijpost.php:71 ijpost.php:75 #: ijpost.php:61
msgid "InsaneJournal Export"
msgstr "Export vers journal Insane "
#: ijpost.php:79
msgid "Enable InsaneJournal Post Addon" msgid "Enable InsaneJournal Post Addon"
msgstr "Activer l'application complémentaire InsaneJournalPost" msgstr "Activer l'application complémentaire InsaneJournalPost"
#: ijpost.php:84 #: ijpost.php:62
msgid "InsaneJournal username" msgid "InsaneJournal username"
msgstr "Identifiant du InsaneJournal" msgstr "Identifiant du InsaneJournal"
#: ijpost.php:89 #: ijpost.php:63
msgid "InsaneJournal password" msgid "InsaneJournal password"
msgstr "Mot de passe du InsaneJournal" msgstr "Mot de passe du InsaneJournal"
#: ijpost.php:94 #: ijpost.php:64
msgid "Post to InsaneJournal by default" msgid "Post to InsaneJournal by default"
msgstr "Publier sur le InsaneJournal par défaut" msgstr "Publier sur le InsaneJournal par défaut"
#: ijpost.php:99 #: ijpost.php:69
msgid "Save Settings" msgid "InsaneJournal Export"
msgstr "Sauvegarder les paramètres" msgstr "Export vers journal Insane "

View File

@ -3,12 +3,11 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Post to Insanejournal'] = 'Publier sur Insanejournal'; $a->strings['Post to Insanejournal'] = 'Publier sur Insanejournal';
$a->strings['InsaneJournal Export'] = 'Export vers journal Insane ';
$a->strings['Enable InsaneJournal Post Addon'] = 'Activer l\'application complémentaire InsaneJournalPost'; $a->strings['Enable InsaneJournal Post Addon'] = 'Activer l\'application complémentaire InsaneJournalPost';
$a->strings['InsaneJournal username'] = 'Identifiant du InsaneJournal'; $a->strings['InsaneJournal username'] = 'Identifiant du InsaneJournal';
$a->strings['InsaneJournal password'] = 'Mot de passe du InsaneJournal'; $a->strings['InsaneJournal password'] = 'Mot de passe du InsaneJournal';
$a->strings['Post to InsaneJournal by default'] = 'Publier sur le InsaneJournal par défaut'; $a->strings['Post to InsaneJournal by default'] = 'Publier sur le InsaneJournal par défaut';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['InsaneJournal Export'] = 'Export vers journal Insane ';

View File

@ -4,86 +4,83 @@
# #
# #
# Translators: # Translators:
# bob lebonche <lebonche@tutanota.com>, 2021
# Damien Goutte-Gattat <damien+transifex@incenp.org>, 2015 # Damien Goutte-Gattat <damien+transifex@incenp.org>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2015-02-04 11:56+0000\n" "PO-Revision-Date: 2014-06-23 08:39+0000\n"
"Last-Translator: Damien Goutte-Gattat <damien+transifex@incenp.org>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: impressum.php:37 #: impressum.php:53
msgid "Impressum" msgid "Impressum"
msgstr "Mentions légales" msgstr "Mentions légales"
#: impressum.php:50 impressum.php:52 impressum.php:84 #: impressum.php:66 impressum.php:68 impressum.php:99
msgid "Site Owner" msgid "Site Owner"
msgstr "Propriétaire du site" msgstr "Propriétaire du site"
#: impressum.php:50 impressum.php:88 #: impressum.php:66 impressum.php:103
msgid "Email Address" msgid "Email Address"
msgstr "Adresse courriel" msgstr "Adresse courriel"
#: impressum.php:55 impressum.php:86 #: impressum.php:71 impressum.php:101
msgid "Postal Address" msgid "Postal Address"
msgstr "Adresse postale" msgstr "Adresse postale"
#: impressum.php:61 #: impressum.php:77
msgid "" msgid ""
"The impressum addon needs to be configured!<br />Please add at least the " "The impressum addon needs to be configured!<br />Please add at least the "
"<tt>owner</tt> variable to your config file. For other variables please " "<tt>owner</tt> variable to your config file. For other variables please "
"refer to the README file of the addon." "refer to the README file of the addon."
msgstr "Lextension “Impressum” (Mentions légales) nest pas configurée!<br />Veuillez renseigner au minimum la variable <tt>owner</tt> dans votre fichier de configuration. Pour les autres variables, reportez-vous au fichier README accompagnant lextension." msgstr "Lextension “Impressum” (Mentions légales) nest pas configurée!<br />Veuillez renseigner au minimum la variable <tt>owner</tt> dans votre fichier de configuration. Pour les autres variables, reportez-vous au fichier README accompagnant lextension."
#: impressum.php:78 #: impressum.php:98
msgid "Settings updated." msgid "Save Settings"
msgstr "Réglages mis à jour." msgstr "Sauvegarder les paramètres"
#: impressum.php:83 #: impressum.php:99
msgid "Submit"
msgstr "Envoyer"
#: impressum.php:84
msgid "The page operators name." msgid "The page operators name."
msgstr "Le nom de l'administrateur de la page." msgstr "Le nom de l'administrateur de la page."
#: impressum.php:85 #: impressum.php:100
msgid "Site Owners Profile" msgid "Site Owners Profile"
msgstr "Profil du propriétaire" msgstr "Profil du propriétaire"
#: impressum.php:85 #: impressum.php:100
msgid "Profile address of the operator." msgid "Profile address of the operator."
msgstr "Ladresse du profil de ladministrateur." msgstr "Ladresse du profil de ladministrateur."
#: impressum.php:86 #: impressum.php:101
msgid "How to contact the operator via snail mail. You can use BBCode here." msgid "How to contact the operator via snail mail. You can use BBCode here."
msgstr "Comment contacter ladministrateur par courrier postal. Vous pouvez utiliser du BBCode." msgstr "Comment contacter ladministrateur par courrier postal. Vous pouvez utiliser du BBCode."
#: impressum.php:87 #: impressum.php:102
msgid "Notes" msgid "Notes"
msgstr "Notes" msgstr "Notes"
#: impressum.php:87 #: impressum.php:102
msgid "" msgid ""
"Additional notes that are displayed beneath the contact information. You can" "Additional notes that are displayed beneath the contact information. You can"
" use BBCode here." " use BBCode here."
msgstr "Notes additionnelles à afficher sous les informations de contact. Vous pouvez utiliser du BBCode." msgstr "Notes additionnelles à afficher sous les informations de contact. Vous pouvez utiliser du BBCode."
#: impressum.php:88 #: impressum.php:103
msgid "How to contact the operator via email. (will be displayed obfuscated)" msgid "How to contact the operator via email. (will be displayed obfuscated)"
msgstr "Comment contacter ladministrateur par courriel. (Ladresse sera modifiée à laffichage pour brouiller les collecteurs dadresses.)" msgstr "Comment contacter ladministrateur par courriel. (Ladresse sera modifiée à laffichage pour brouiller les collecteurs dadresses.)"
#: impressum.php:89 #: impressum.php:104
msgid "Footer note" msgid "Footer note"
msgstr "Note de bas de page" msgstr "Note de bas de page"
#: impressum.php:89 #: impressum.php:104
msgid "Text for the footer. You can use BBCode here." msgid "Text for the footer. You can use BBCode here."
msgstr "Texte du pied de page. Vous pouvez utiliser du BBCode." msgstr "Texte du pied de page. Vous pouvez utiliser du BBCode."

View File

@ -3,15 +3,14 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Impressum'] = 'Mentions légales'; $a->strings['Impressum'] = 'Mentions légales';
$a->strings['Site Owner'] = 'Propriétaire du site'; $a->strings['Site Owner'] = 'Propriétaire du site';
$a->strings['Email Address'] = 'Adresse courriel'; $a->strings['Email Address'] = 'Adresse courriel';
$a->strings['Postal Address'] = 'Adresse postale'; $a->strings['Postal Address'] = 'Adresse postale';
$a->strings['The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon.'] = 'Lextension “Impressum” (Mentions légales) nest pas configurée!<br />Veuillez renseigner au minimum la variable <tt>owner</tt> dans votre fichier de configuration. Pour les autres variables, reportez-vous au fichier README accompagnant lextension.'; $a->strings['The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon.'] = 'Lextension “Impressum” (Mentions légales) nest pas configurée!<br />Veuillez renseigner au minimum la variable <tt>owner</tt> dans votre fichier de configuration. Pour les autres variables, reportez-vous au fichier README accompagnant lextension.';
$a->strings['Settings updated.'] = 'Réglages mis à jour.'; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['Submit'] = 'Envoyer';
$a->strings['The page operators name.'] = 'Le nom de l\'administrateur de la page.'; $a->strings['The page operators name.'] = 'Le nom de l\'administrateur de la page.';
$a->strings['Site Owners Profile'] = 'Profil du propriétaire'; $a->strings['Site Owners Profile'] = 'Profil du propriétaire';
$a->strings['Profile address of the operator.'] = 'Ladresse du profil de ladministrateur.'; $a->strings['Profile address of the operator.'] = 'Ladresse du profil de ladministrateur.';

View File

@ -1,3 +1,8 @@
<?php <?php
$a->strings["Infinite Improbability Drive"] = "Générateur d'improbabilté infinie"; if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Infinite Improbability Drive'] = 'Générateur d\'improbabilté infinie';

View File

@ -4,65 +4,62 @@
# #
# #
# Translators: # Translators:
# bob lebonche <lebonche@tutanota.com>, 2021
# ButterflyOfFire, 2020 # ButterflyOfFire, 2020
# StefOfficiel <pichard.stephane@free.fr>, 2015 # StefOfficiel <pichard.stephane@free.fr>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-08 13:17+0200\n" "POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2020-02-27 22:17+0000\n" "PO-Revision-Date: 2014-06-23 08:41+0000\n"
"Last-Translator: ButterflyOfFire\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: irc.php:37 #: irc.php:32
msgid "IRC Settings"
msgstr "Paramètres de l'IRC"
#: irc.php:38
msgid "" msgid ""
"Here you can change the system wide settings for the channels to " "Here you can change the system wide settings for the channels to "
"automatically join and access via the side bar. Note the changes you do " "automatically join and access via the side bar. Note the changes you do "
"here, only effect the channel selection if you are logged in." "here, only effect the channel selection if you are logged in."
msgstr "" msgstr "Vous pouvez modifier ici tous les paramètres système pour connecter et joindre les chaînes grâce à la barre latérale. Notez que les changement effectués ici, n'affectent la sélection de chaînes qui si vous êtes connecté."
#: irc.php:39 irc.php:136 #: irc.php:33 irc.php:133
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: irc.php:40 irc.php:137
msgid "Channel(s) to auto connect (comma separated)" msgid "Channel(s) to auto connect (comma separated)"
msgstr "" msgstr "Chaîne(s) à connecter automatiquement (séparée(s) par une virgule)"
#: irc.php:40 irc.php:137 #: irc.php:33 irc.php:133
msgid "" msgid ""
"List of channels that shall automatically connected to when the app is " "List of channels that shall automatically connected to when the app is "
"launched." "launched."
msgstr "" msgstr "Liste des chaînes devant être automatiquement connectées au lancement de l'application."
#: irc.php:41 irc.php:138 #: irc.php:34 irc.php:134
msgid "Popular Channels (comma separated)" msgid "Popular Channels (comma separated)"
msgstr "" msgstr "Chaînes populaires (séparées par une virgule)"
#: irc.php:41 irc.php:138 #: irc.php:34 irc.php:134
msgid "" msgid ""
"List of popular channels, will be displayed at the side and hotlinked for " "List of popular channels, will be displayed at the side and hotlinked for "
"easy joining." "easy joining."
msgstr "" msgstr "La liste des chaînes populaires et leur lien sera affichée sur le coté pour un accès facile"
#: irc.php:57 irc.php:128 #: irc.php:39
msgid "IRC settings saved." msgid "IRC Settings"
msgstr "" msgstr "Paramètres de l'IRC"
#: irc.php:62 #: irc.php:60
msgid "IRC Chatroom" msgid "IRC Chatroom"
msgstr "" msgstr "Salon IRC"
#: irc.php:90 #: irc.php:88
msgid "Popular Channels" msgid "Popular Channels"
msgstr "" msgstr "Chaînes populaires"
#: irc.php:132
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"

View File

@ -3,7 +3,14 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Vous pouvez modifier ici tous les paramètres système pour connecter et joindre les chaînes grâce à la barre latérale. Notez que les changement effectués ici, n\'affectent la sélection de chaînes qui si vous êtes connecté.';
$a->strings['Channel(s) to auto connect (comma separated)'] = 'Chaîne(s) à connecter automatiquement (séparée(s) par une virgule)';
$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Liste des chaînes devant être automatiquement connectées au lancement de l\'application.';
$a->strings['Popular Channels (comma separated)'] = 'Chaînes populaires (séparées par une virgule)';
$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'La liste des chaînes populaires et leur lien sera affichée sur le coté pour un accès facile';
$a->strings['IRC Settings'] = 'Paramètres de l\'IRC'; $a->strings['IRC Settings'] = 'Paramètres de l\'IRC';
$a->strings['IRC Chatroom'] = 'Salon IRC';
$a->strings['Popular Channels'] = 'Chaînes populaires';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';

View File

@ -6,53 +6,56 @@
# Translators: # Translators:
# bob lebonche <lebonche@tutanota.com>, 2021 # bob lebonche <lebonche@tutanota.com>, 2021
# ButterflyOfFire, 2020 # ButterflyOfFire, 2020
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# StefOfficiel <pichard.stephane@free.fr>, 2015 # StefOfficiel <pichard.stephane@free.fr>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-03-23 23:53-0400\n"
"PO-Revision-Date: 2021-03-22 09:18+0000\n" "PO-Revision-Date: 2014-06-23 08:46+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: js_upload.php:33 #: js_upload.php:34
msgid "Select files for upload" msgid "Select files for upload"
msgstr "Sélectionner les fichiers à télécharger" msgstr "Sélectionner les fichiers à télécharger"
#: js_upload.php:34 #: js_upload.php:35
msgid "Drop files here to upload" msgid "Drop files here to upload"
msgstr "Glisser les fichiers ici pour uploader" msgstr "Glisser les fichiers ici pour uploader"
#: js_upload.php:35 #: js_upload.php:36
msgid "Cancel" msgid "Cancel"
msgstr "Annuler" msgstr "Annuler"
#: js_upload.php:36 #: js_upload.php:37
msgid "Failed" msgid "Failed"
msgstr "Echec" msgstr "Echec"
#: js_upload.php:214 #: js_upload.php:215
msgid "No files were uploaded." msgid "No files were uploaded."
msgstr "Aucun fichier téléchargé" msgstr "Aucun fichier téléchargé"
#: js_upload.php:220 #: js_upload.php:221
msgid "Uploaded file is empty" msgid "Uploaded file is empty"
msgstr "Le fichier téléchargé est vide" msgstr "Le fichier téléchargé est vide"
#: js_upload.php:232 #: js_upload.php:233
msgid "Image exceeds size limit of " #, php-format
msgstr "L'image dépasse la taille limite de " msgid "Image exceeds size limit of %s"
msgstr "L'image dépasse la taille limite de %s"
#: js_upload.php:246 #: js_upload.php:245
msgid "File has an invalid extension, it should be one of " #, php-format
msgstr "Le fichier à une extension invalide, cela devrait être une de ces " msgid "File has an invalid extension, it should be one of %s."
msgstr ""
#: js_upload.php:257 #: js_upload.php:256
msgid "Upload was cancelled, or server error encountered" msgid "Upload was cancelled, or server error encountered"
msgstr "Le téléchargement a été annulé ou le server a rencontré une erreur" msgstr "Le téléchargement a été annulé ou le server a rencontré une erreur"

View File

@ -3,7 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Select files for upload'] = 'Sélectionner les fichiers à télécharger'; $a->strings['Select files for upload'] = 'Sélectionner les fichiers à télécharger';
$a->strings['Drop files here to upload'] = 'Glisser les fichiers ici pour uploader'; $a->strings['Drop files here to upload'] = 'Glisser les fichiers ici pour uploader';
@ -11,6 +11,5 @@ $a->strings['Cancel'] = 'Annuler';
$a->strings['Failed'] = 'Echec'; $a->strings['Failed'] = 'Echec';
$a->strings['No files were uploaded.'] = 'Aucun fichier téléchargé'; $a->strings['No files were uploaded.'] = 'Aucun fichier téléchargé';
$a->strings['Uploaded file is empty'] = 'Le fichier téléchargé est vide'; $a->strings['Uploaded file is empty'] = 'Le fichier téléchargé est vide';
$a->strings['Image exceeds size limit of '] = 'L\'image dépasse la taille limite de '; $a->strings['Image exceeds size limit of %s'] = 'L\'image dépasse la taille limite de %s';
$a->strings['File has an invalid extension, it should be one of '] = 'Le fichier à une extension invalide, cela devrait être une de ces ';
$a->strings['Upload was cancelled, or server error encountered'] = 'Le téléchargement a été annulé ou le server a rencontré une erreur'; $a->strings['Upload was cancelled, or server error encountered'] = 'Le téléchargement a été annulé ou le server a rencontré une erreur';

View File

@ -9,28 +9,20 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-03-22 09:19+0000\n" "PO-Revision-Date: 2015-07-07 15:14+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: krynn.php:132 krynn.php:136 #: krynn.php:127
msgid "Krynn"
msgstr "Krynn"
#: krynn.php:141
msgid "Krynn Settings"
msgstr "Paramètres de Krynn"
#: krynn.php:143
msgid "Enable Krynn Addon" msgid "Enable Krynn Addon"
msgstr "Activer l'application complémentaire Krynn" msgstr "Activer l'application complémentaire Krynn"
#: krynn.php:148 #: krynn.php:132
msgid "Save Settings" msgid "Krynn Settings"
msgstr "Sauvegarder les paramètres" msgstr "Paramètres de Krynn"

View File

@ -3,9 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Krynn'] = 'Krynn';
$a->strings['Krynn Settings'] = 'Paramètres de Krynn';
$a->strings['Enable Krynn Addon'] = 'Activer l\'application complémentaire Krynn'; $a->strings['Enable Krynn Addon'] = 'Activer l\'application complémentaire Krynn';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Krynn Settings'] = 'Paramètres de Krynn';

View File

@ -5,45 +5,42 @@
# #
# Translators: # Translators:
# bob lebonche <lebonche@tutanota.com>, 2021 # bob lebonche <lebonche@tutanota.com>, 2021
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015 # ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n" "POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2021-03-22 09:20+0000\n" "PO-Revision-Date: 2014-06-23 09:44+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: libertree.php:37 #: libertree.php:39
msgid "Post to libertree" msgid "Post to libertree"
msgstr "Publier sur libertree" msgstr "Publier sur libertree"
#: libertree.php:71 libertree.php:75 #: libertree.php:60
msgid "libertree Export"
msgstr "Export de Libertree"
#: libertree.php:79
msgid "Enable Libertree Post Addon" msgid "Enable Libertree Post Addon"
msgstr "Activer l'extension de publication Libertree" msgstr "Activer l'extension de publication Libertree"
#: libertree.php:84 #: libertree.php:61
msgid "Libertree API token"
msgstr "Clé de l'API libertree"
#: libertree.php:89
msgid "Libertree site URL" msgid "Libertree site URL"
msgstr "URL du site libertree" msgstr "URL du site libertree"
#: libertree.php:94 #: libertree.php:62
msgid "Libertree API token"
msgstr "Clé de l'API libertree"
#: libertree.php:63
msgid "Post to Libertree by default" msgid "Post to Libertree by default"
msgstr "Publier sur libertree par défaut" msgstr "Publier sur libertree par défaut"
#: libertree.php:100 #: libertree.php:68
msgid "Save Settings" msgid "Libertree Export"
msgstr "Sauvegarder les paramètres" msgstr "Export Libertree"

View File

@ -3,12 +3,11 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Post to libertree'] = 'Publier sur libertree'; $a->strings['Post to libertree'] = 'Publier sur libertree';
$a->strings['libertree Export'] = 'Export de Libertree';
$a->strings['Enable Libertree Post Addon'] = 'Activer l\'extension de publication Libertree'; $a->strings['Enable Libertree Post Addon'] = 'Activer l\'extension de publication Libertree';
$a->strings['Libertree API token'] = 'Clé de l\'API libertree';
$a->strings['Libertree site URL'] = 'URL du site libertree'; $a->strings['Libertree site URL'] = 'URL du site libertree';
$a->strings['Libertree API token'] = 'Clé de l\'API libertree';
$a->strings['Post to Libertree by default'] = 'Publier sur libertree par défaut'; $a->strings['Post to Libertree by default'] = 'Publier sur libertree par défaut';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Libertree Export'] = 'Export Libertree';

View File

@ -4,81 +4,70 @@
# #
# #
# Translators: # Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015 # Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# Hypolite Petovan <hypolite@mrpetovan.com>, 2016
# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2015-08-30 17:15+0000\n" "PO-Revision-Date: 2014-06-23 09:49+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: libravatar.php:14 #: libravatar.php:68
msgid "Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"
msgstr ""
#: libravatar.php:73
msgid "generic profile image" msgid "generic profile image"
msgstr "image de profil générique" msgstr "image de profil générique"
#: libravatar.php:74 #: libravatar.php:69
msgid "random geometric pattern" msgid "random geometric pattern"
msgstr "" msgstr "motif géométrique aléatoire"
#: libravatar.php:75 #: libravatar.php:70
msgid "monster face" msgid "monster face"
msgstr "" msgstr "tête de monstre"
#: libravatar.php:76 #: libravatar.php:71
msgid "computer generated face" msgid "computer generated face"
msgstr "visage généré par ordinateur" msgstr "visage généré par ordinateur"
#: libravatar.php:77 #: libravatar.php:72
msgid "retro arcade style face" msgid "retro arcade style face"
msgstr "" msgstr "tête rétro arcade"
#: libravatar.php:82 #: libravatar.php:73
msgid "Warning" msgid "roboter face"
msgstr "Attention" msgstr "Tête de robot"
#: libravatar.php:83 #: libravatar.php:74
#, php-format msgid "retro adventure game character"
msgid "Your PHP version %s is lower than the required PHP >= 5.3." msgstr "Personnage de jeu d'aventure rétro"
msgstr "Votre version de PHP %s est inférieure à la minimum requise (5.3)."
#: libravatar.php:84 #: libravatar.php:78
msgid "This addon is not functional on your server."
msgstr ""
#: libravatar.php:93
msgid "Information" msgid "Information"
msgstr "Information" msgstr "Information"
#: libravatar.php:93 #: libravatar.php:78
msgid "" msgid ""
"Gravatar addon is installed. Please disable the Gravatar addon.<br>The " "Gravatar addon is installed. Please disable the Gravatar addon.<br>The "
"Libravatar addon will fall back to Gravatar if nothing was found at " "Libravatar addon will fall back to Gravatar if nothing was found at "
"Libravatar." "Libravatar."
msgstr "" msgstr "L'extension Gravatar est installée. Veuillez la désactiver. <br>L'extension Libravatar se repose sur Gravatar si l'avatar n'a pas été trouvé sur Libravatar."
#: libravatar.php:99 #: libravatar.php:83
msgid "Submit" msgid "Save Settings"
msgstr "Envoyer" msgstr "Enregistrer les paramètres"
#: libravatar.php:100 #: libravatar.php:84
msgid "Default avatar image" msgid "Default avatar image"
msgstr "Avatar par défaut" msgstr "Avatar par défaut"
#: libravatar.php:100 #: libravatar.php:84
msgid "Select default avatar image if none was found. See README" msgid "Select default avatar image if none was found. See README"
msgstr "" msgstr "Sélectionnez un avatar par défaut si rien n'a été trouvé. Voir le README"
#: libravatar.php:112
msgid "Libravatar settings updated."
msgstr "Paramètres de Libravatar mis à jour."

View File

@ -3,13 +3,17 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['generic profile image'] = 'image de profil générique'; $a->strings['generic profile image'] = 'image de profil générique';
$a->strings['random geometric pattern'] = 'motif géométrique aléatoire';
$a->strings['monster face'] = 'tête de monstre';
$a->strings['computer generated face'] = 'visage généré par ordinateur'; $a->strings['computer generated face'] = 'visage généré par ordinateur';
$a->strings['Warning'] = 'Attention'; $a->strings['retro arcade style face'] = 'tête rétro arcade';
$a->strings['Your PHP version %s is lower than the required PHP >= 5.3.'] = 'Votre version de PHP %s est inférieure à la minimum requise (5.3).'; $a->strings['roboter face'] = 'Tête de robot';
$a->strings['retro adventure game character'] = 'Personnage de jeu d\'aventure rétro';
$a->strings['Information'] = 'Information'; $a->strings['Information'] = 'Information';
$a->strings['Submit'] = 'Envoyer'; $a->strings['Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar.'] = 'L\'extension Gravatar est installée. Veuillez la désactiver. <br>L\'extension Libravatar se repose sur Gravatar si l\'avatar n\'a pas été trouvé sur Libravatar.';
$a->strings['Save Settings'] = 'Enregistrer les paramètres';
$a->strings['Default avatar image'] = 'Avatar par défaut'; $a->strings['Default avatar image'] = 'Avatar par défaut';
$a->strings['Libravatar settings updated.'] = 'Paramètres de Libravatar mis à jour.'; $a->strings['Select default avatar image if none was found. See README'] = 'Sélectionnez un avatar par défaut si rien n\'a été trouvé. Voir le README';

View File

@ -1,9 +1,13 @@
<?php <?php
$a->strings["Post to LiveJournal"] = "Poster vers LiveJournal"; if(! function_exists("string_plural_select_fr")) {
$a->strings["LiveJournal Post Settings"] = "Réglages LiveJournal"; function string_plural_select_fr($n){
$a->strings["Enable LiveJournal Post Addon"] = "Activer \"Poster vers LiveJournal\""; $n = intval($n);
$a->strings["LiveJournal username"] = "Nom d'utilisateur LiveJournal"; if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
$a->strings["LiveJournal password"] = "Mot de passe"; }}
$a->strings["Post to LiveJournal by default"] = "Poster vers LiveJournal par défaut"; $a->strings['Post to LiveJournal'] = 'Publier sur LiveJournal';
$a->strings["Submit"] = "Envoyer"; $a->strings['Enable LiveJournal Post Addon'] = 'Activer l\'extension LiveJournal';
$a->strings['LiveJournal username'] = 'Nom d\'utilisateur LiveJournal';
$a->strings['LiveJournal password'] = 'Mot de passe LiveJournal';
$a->strings['Post to LiveJournal by default'] = 'Publier sur LiveJournal par défaut';
$a->strings['LiveJournal Export'] = 'Export LiveJournal';

View File

@ -0,0 +1,35 @@
# ADDON markdown
# Copyright (C)
# This file is distributed under the same license as the Friendica markdown addon package.
#
#
# Translators:
# GunChleoc, 2022
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:15-0500\n"
"PO-Revision-Date: 2019-12-27 06:41+0000\n"
"Last-Translator: GunChleoc, 2022\n"
"Language-Team: Gaelic, Scottish (https://www.transifex.com/Friendica/teams/12172/gd/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: gd\n"
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
#: markdown.php:30
msgid "Enable Markdown parsing"
msgstr "Cuir parsadh Markdown an comas"
#: markdown.php:30
msgid "If enabled, adds Markdown support to the Compose Post form."
msgstr ""
"Ma tha seo an comas, cuiridh e taic ri Markdown ri foirm sgrìobhadh puist."
#: markdown.php:35
msgid "Markdown Settings"
msgstr "Roghainnean Markdown"

View File

@ -0,0 +1,10 @@
<?php
if(! function_exists("string_plural_select_gd")) {
function string_plural_select_gd($n){
$n = intval($n);
if (($n==1 || $n==11)) { return 0; } else if (($n==2 || $n==12)) { return 1; } else if (($n > 2 && $n < 20)) { return 2; } else { return 3; }
}}
$a->strings['Enable Markdown parsing'] = 'Cuir parsadh Markdown an comas';
$a->strings['If enabled, adds Markdown support to the Compose Post form.'] = 'Ma tha seo an comas, cuiridh e taic ri Markdown ri foirm sgrìobhadh puist.';
$a->strings['Markdown Settings'] = 'Roghainnean Markdown';

View File

@ -1,9 +1,9 @@
<?php <?php
$a->strings["Settings"] = "Réglages"; if(! function_exists("string_plural_select_fr")) {
$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "L'extension MathJax affiche les formules mathématiques écrites suivant la syntaxe LaTeX lorsqu'elles sont encadrés par les $$ habituels, ou dans un un bloc eqnarray. Ceci sur le mur, le Réseau et dans les messages privés."; function string_plural_select_fr($n){
$a->strings["Use the MathJax renderer"] = "Utiliser le rendu MathJax"; $n = intval($n);
$a->strings["Submit"] = "Envoyer"; if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
$a->strings["Settings updated."] = "Réglages mis à jour."; }}
$a->strings["MathJax Base URL"] = "URL de base de MathJax"; $a->strings['The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail.'] = 'L\'extension MathJax formate des formules mathématiques en LaTeX entourées des classiques $$ ou un bloc eqnarray dans les publications de votre mur, votre timeline et vos messages privés.';
$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "L'URL du fichier Javascript qui doit être inclus pour utiliser MathJax. Ce peut être celle du CDN MathJax, ou bien de toute autre installation de MathJax."; $a->strings['Use the MathJax renderer'] = 'Utiliser le rendu MathJax';

View File

@ -0,0 +1,77 @@
# ADDON newmemberwidget
# Copyright (C)
# This file is distributed under the same license as the Friendica newmemberwidget addon package.
#
#
# Translators:
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# StefOfficiel <pichard.stephane@free.fr>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2014-06-23 10:26+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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: newmemberwidget.php:29
msgid "New Member"
msgstr "Nouveau Membre"
#: newmemberwidget.php:30
msgid "Tips for New Members"
msgstr "Conseils aux nouveaux venus"
#: newmemberwidget.php:33
msgid "Global Support Forum"
msgstr "Forum de support global"
#: newmemberwidget.php:37
msgid "Local Support Forum"
msgstr "Forum de support local"
#: newmemberwidget.php:65
msgid "Save Settings"
msgstr "Enregistrer les paramètres"
#: newmemberwidget.php:66
msgid "Message"
msgstr "Message"
#: newmemberwidget.php:66
msgid "Your message for new members. You can use bbcode here."
msgstr "Votre messages aux nouveaux venus. Vous pouvez utiliser des BBCodes."
#: newmemberwidget.php:67
msgid "Add a link to global support forum"
msgstr "Ajouter un lien vers le forum de support global"
#: newmemberwidget.php:67
msgid "Should a link to the global support forum be displayed?"
msgstr "Montrer un lien vers le forum de support global?"
#: newmemberwidget.php:68
msgid "Add a link to the local support forum"
msgstr "Ajouter un lien vers le forum de support local"
#: newmemberwidget.php:68
msgid ""
"If you have a local support forum and want to have a link displayed in the "
"widget, check this box."
msgstr ""
#: newmemberwidget.php:69
msgid "Name of the local support group"
msgstr "Nom du groupe de support local"
#: newmemberwidget.php:69
msgid ""
"If you checked the above, specify the <em>nickname</em> of the local support"
" group here (i.e. helpers)"
msgstr "Si vous avez coché la case ci-dessus, spécifiez le <em>nom d'utilisateur</em> du groupe de support local (par ex. \"helpers\")"

View File

@ -0,0 +1,19 @@
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['New Member'] = 'Nouveau Membre';
$a->strings['Tips for New Members'] = 'Conseils aux nouveaux venus';
$a->strings['Global Support Forum'] = 'Forum de support global';
$a->strings['Local Support Forum'] = 'Forum de support local';
$a->strings['Save Settings'] = 'Enregistrer les paramètres';
$a->strings['Message'] = 'Message';
$a->strings['Your message for new members. You can use bbcode here.'] = 'Votre messages aux nouveaux venus. Vous pouvez utiliser des BBCodes.';
$a->strings['Add a link to global support forum'] = 'Ajouter un lien vers le forum de support global';
$a->strings['Should a link to the global support forum be displayed?'] = 'Montrer un lien vers le forum de support global?';
$a->strings['Add a link to the local support forum'] = 'Ajouter un lien vers le forum de support local';
$a->strings['Name of the local support group'] = 'Nom du groupe de support local';
$a->strings['If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)'] = 'Si vous avez coché la case ci-dessus, spécifiez le <em>nom d\'utilisateur</em> du groupe de support local (par ex. "helpers")';

View File

@ -1,10 +1,13 @@
<?php <?php
$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Réglages de \"NSFW\" (filtrage de contenu)"; if(! function_exists("string_plural_select_fr")) {
$a->strings["This addon looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Cette extension va parcourir les publications à la recherche des mots (ou phrases) que vous spécifierez ci-dessous, et repliera automatiquement tout contenu qui les contiendrait, afin de ne pas risquer de les afficher à un moment inopportun. Comme par exemple des messages à caractère sexuel dans un contexte professionnel. Il est globalement considéré comme correct et poli de \"tagguer\" toute publication contenant de la nudité avec #NSFW (Not Safe For Work - pas pour le boulot). Ce filtre peut également fonctionner pour tout autre texte que vous spécifierez, et pourra ainsi être utilisé comme filtre de contenu générique."; function string_plural_select_fr($n){
$a->strings["Enable Content filter"] = "Activer le filtrage de contenu"; $n = intval($n);
$a->strings["Comma separated list of keywords to hide"] = "Liste de mots-clés - séparés par des virgules - à cacher"; if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
$a->strings["Submit"] = "Envoyer"; }}
$a->strings["Use /expression/ to provide regular expressions"] = "Utilisez /expression/ pour les expressions rationnelles"; $a->strings['Enable Content filter'] = 'Activer le filtrage de contenu';
$a->strings["NSFW Settings saved."] = "Réglages NSFW sauvegardés."; $a->strings['Comma separated list of keywords to hide'] = 'Liste de mots-clés - séparés par des virgules - à cacher';
$a->strings["%s - Click to open/close"] = "%s - cliquer pour ouvrir/fermer"; $a->strings['Use /expression/ to provide regular expressions'] = 'Utilisez /expression/ pour les expressions rationnelles';
$a->strings['Content Filter (NSFW and more)'] = 'Filtre de contenu (NSFW et autres)';
$a->strings['Filtered tag: %s'] = 'Tag filtré: %s';
$a->strings['Filtered word: %s'] = 'Mot filtré: %s';

View File

@ -9,28 +9,20 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2021-11-21 19:15-0500\n"
"PO-Revision-Date: 2017-12-09 23:22+0000\n" "PO-Revision-Date: 2014-06-23 10:58+0000\n"
"Last-Translator: Thecross\n" "Last-Translator: Thecross, 2017\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: numfriends.php:46 #: numfriends.php:55
msgid "Numfriends settings updated."
msgstr "Configuration de Numfriends mise à jour."
#: numfriends.php:77
msgid "Numfriends Settings"
msgstr "Réglages de Numfriends"
#: numfriends.php:79
msgid "How many contacts to display on profile sidebar" msgid "How many contacts to display on profile sidebar"
msgstr "Nombre de contacts à afficher dans le volet de profil" msgstr "Nombre de contacts à afficher dans le volet de profil"
#: numfriends.php:85 #: numfriends.php:60
msgid "Submit" msgid "Numfriends Settings"
msgstr "Appliquer" msgstr "Réglages de Numfriends"

View File

@ -3,9 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Numfriends settings updated.'] = 'Configuration de Numfriends mise à jour.';
$a->strings['Numfriends Settings'] = 'Réglages de Numfriends';
$a->strings['How many contacts to display on profile sidebar'] = 'Nombre de contacts à afficher dans le volet de profil'; $a->strings['How many contacts to display on profile sidebar'] = 'Nombre de contacts à afficher dans le volet de profil';
$a->strings['Submit'] = 'Appliquer'; $a->strings['Numfriends Settings'] = 'Réglages de Numfriends';

View File

@ -5,44 +5,64 @@
# #
# Translators: # Translators:
# Damien Goutte-Gattat <damien+transifex@incenp.org>, 2016 # Damien Goutte-Gattat <damien+transifex@incenp.org>, 2016
# Nicola Spanti <translations@nicola-spanti.info>, 2015 # Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015
# StefOfficiel <pichard.stephane@free.fr>, 2015 # StefOfficiel <pichard.stephane@free.fr>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2016-09-12 15:41+0000\n" "PO-Revision-Date: 2014-06-23 11:01+0000\n"
"Last-Translator: Damien Goutte-Gattat <damien+transifex@incenp.org>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: openstreetmap.php:94 #: openstreetmap.php:167
msgid "View Larger"
msgstr "Voir en plus grand"
#: openstreetmap.php:194
msgid "Submit" msgid "Submit"
msgstr "Envoyer" msgstr "Envoyer"
#: openstreetmap.php:95 #: openstreetmap.php:195
msgid "Tile Server URL" msgid "Tile Server URL"
msgstr "URL du serveur de tuiles" msgstr "URL du serveur de tuiles"
#: openstreetmap.php:95 #: openstreetmap.php:195
msgid "" msgid ""
"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" " "A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
"target=\"_blank\">public tile servers</a>" "target=\"_blank\" rel=\"noopener noreferrer\">public tile servers</a>"
msgstr "Une liste de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">serveurs de tuiles publics</a>" msgstr "Liste de <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\" rel=\"noopener noreferrer\">serveurs de tuile publics</a>"
#: openstreetmap.php:96 #: openstreetmap.php:196
msgid "Nominatim (reverse geocoding) Server URL"
msgstr "URL de server Nominatim (geocoding inversé)"
#: openstreetmap.php:196
msgid ""
"A list of <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" "
"target=\"_blank\" rel=\"noopener noreferrer\">Nominatim servers</a>"
msgstr "Liste de <a href=\"http://wiki.openstreetmap.org/wiki/Nominatim\" target=\"_blank\" rel=\"noopener noreferrer\">serveurs Nominatim</a>"
#: openstreetmap.php:197
msgid "Default zoom" msgid "Default zoom"
msgstr "Zoom par défaut" msgstr "Zoom par défaut"
#: openstreetmap.php:96 #: openstreetmap.php:197
msgid "The default zoom level. (1:world, 18:highest)" msgid ""
msgstr "Le niveau de zoom affiché par défaut. (1: monde entier, 18: détail maximum)" "The default zoom level. (1:world, 18:highest, also depends on tile server)"
msgstr "Niveau de zoom par défaut (1:monde, 18:le plus proche, dépend également du serveur de tuile)."
#: openstreetmap.php:104 #: openstreetmap.php:198
msgid "Settings updated." msgid "Include marker on map"
msgstr "Paramètres mis à jour." msgstr "Inclut un marqueur sur la carte"
#: openstreetmap.php:198
msgid "Include a marker on the map."
msgstr "Inclut un marqueur sur la carte."

View File

@ -3,11 +3,15 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['View Larger'] = 'Voir en plus grand';
$a->strings['Submit'] = 'Envoyer'; $a->strings['Submit'] = 'Envoyer';
$a->strings['Tile Server URL'] = 'URL du serveur de tuiles'; $a->strings['Tile Server URL'] = 'URL du serveur de tuiles';
$a->strings['A list of <a href="http://wiki.openstreetmap.org/wiki/TMS" target="_blank">public tile servers</a>'] = 'Une liste de <a href="http://wiki.openstreetmap.org/wiki/TMS" target="_blank">serveurs de tuiles publics</a>'; $a->strings['A list of <a href="http://wiki.openstreetmap.org/wiki/TMS" target="_blank" rel="noopener noreferrer">public tile servers</a>'] = 'Liste de <a href="http://wiki.openstreetmap.org/wiki/TMS" target="_blank" rel="noopener noreferrer">serveurs de tuile publics</a>';
$a->strings['Nominatim (reverse geocoding) Server URL'] = 'URL de server Nominatim (geocoding inversé)';
$a->strings['A list of <a href="http://wiki.openstreetmap.org/wiki/Nominatim" target="_blank" rel="noopener noreferrer">Nominatim servers</a>'] = 'Liste de <a href="http://wiki.openstreetmap.org/wiki/Nominatim" target="_blank" rel="noopener noreferrer">serveurs Nominatim</a>';
$a->strings['Default zoom'] = 'Zoom par défaut'; $a->strings['Default zoom'] = 'Zoom par défaut';
$a->strings['The default zoom level. (1:world, 18:highest)'] = 'Le niveau de zoom affiché par défaut. (1: monde entier, 18: détail maximum)'; $a->strings['The default zoom level. (1:world, 18:highest, also depends on tile server)'] = 'Niveau de zoom par défaut (1:monde, 18:le plus proche, dépend également du serveur de tuile).';
$a->strings['Settings updated.'] = 'Paramètres mis à jour.'; $a->strings['Include marker on map'] = 'Inclut un marqueur sur la carte';
$a->strings['Include a marker on the map.'] = 'Inclut un marqueur sur la carte.';

View File

@ -10,34 +10,30 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-03-11 18:52+0100\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2018-05-14 09:54+0000\n" "PO-Revision-Date: 2014-06-23 11:17+0000\n"
"Last-Translator: Vincent Vindarel <vindarel@mailz.org>\n" "Last-Translator: Vincent Vindarel <vindarel@mailz.org>, 2018\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: pageheader.php:53 #: pageheader.php:36
msgid "\"pageheader\" Settings" msgid "\"pageheader\" Settings"
msgstr "Paramètres de la page d'en-tête" msgstr "Paramètres de la page d'en-tête"
#: pageheader.php:54 #: pageheader.php:37
msgid "Message" msgid "Message"
msgstr "Message" msgstr "Message"
#: pageheader.php:54 #: pageheader.php:37
msgid "" msgid ""
"Message to display on every page on this server (or put a pageheader.html " "Message to display on every page on this server (or put a pageheader.html "
"file in your docroot)" "file in your docroot)"
msgstr "Message à publier sur toutes les pages de ce serveur (ou bien mettez un fichier pageheader.html dans votre docroot)" msgstr "Message à publier sur toutes les pages de ce serveur (ou bien mettez un fichier pageheader.html dans votre docroot)"
#: pageheader.php:55 #: pageheader.php:38
msgid "Save Settings" msgid "Save Settings"
msgstr "Sauvegarder les paramètres" msgstr "Sauvegarder les paramètres"
#: pageheader.php:69
msgid "pageheader Settings saved."
msgstr "Paramètres sauvegardés"

View File

@ -3,10 +3,9 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['"pageheader" Settings'] = 'Paramètres de la page d\'en-tête'; $a->strings['"pageheader" Settings'] = 'Paramètres de la page d\'en-tête';
$a->strings['Message'] = 'Message'; $a->strings['Message'] = 'Message';
$a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Message à publier sur toutes les pages de ce serveur (ou bien mettez un fichier pageheader.html dans votre docroot)'; $a->strings['Message to display on every page on this server (or put a pageheader.html file in your docroot)'] = 'Message à publier sur toutes les pages de ce serveur (ou bien mettez un fichier pageheader.html dans votre docroot)';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['pageheader Settings saved.'] = 'Paramètres sauvegardés';

View File

@ -4,62 +4,59 @@
# #
# #
# Translators: # 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 # StefOfficiel <pichard.stephane@free.fr>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-26 12:49+0200\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2015-08-30 17:16+0000\n" "PO-Revision-Date: 2014-06-23 11:18+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: piwik.php:79 #: piwik.php:87
msgid "" msgid ""
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> " "This website is tracked using the <a href='http://www.matomo.org'>Matomo</a>"
"analytics tool." " analytics tool."
msgstr "Ce site web utilise <a href='http://www.piwik.org'>Piwik</a> en tant qu'outil d'analyses." msgstr "Ce site Internet utilise <a href='http://www.matomo.org'>Matomo</a> pour mesurer son audience."
#: piwik.php:82 #: piwik.php:90
#, php-format #, php-format
msgid "" msgid ""
"If you do not want that your visits are logged in this way you <a " "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 " "href='%s'>can set a cookie to prevent Matomo / Piwik from tracking further "
"the site</a> (opt-out)." "visits of the site</a> (opt-out)."
msgstr "" msgstr ""
#: piwik.php:89 #: piwik.php:97
msgid "Save Settings" msgid "Save Settings"
msgstr "Sauvegarder les paramètres" msgstr "Sauvegarder les paramètres"
#: piwik.php:90 #: piwik.php:98
msgid "Piwik Base URL" msgid "Matomo (Piwik) Base URL"
msgstr "URL de base de Piwik" msgstr "URL de base de Matomo (Piwik)"
#: piwik.php:90 #: piwik.php:98
msgid "" msgid ""
"Absolute path to your Piwik installation. (without protocol (http/s), with " "Absolute path to your Matomo (Piwik) installation. (without protocol "
"trailing slash)" "(http/s), with trailing slash)"
msgstr "" msgstr ""
#: piwik.php:91 #: piwik.php:99
msgid "Site ID" msgid "Site ID"
msgstr "ID du site" msgstr "ID du site"
#: piwik.php:92 #: piwik.php:100
msgid "Show opt-out cookie link?" msgid "Show opt-out cookie link?"
msgstr "Montrer le lien d'opt-out pour les cookies ?" msgstr "Montrer le lien d'opt-out pour les cookies ?"
#: piwik.php:93 #: piwik.php:101
msgid "Asynchronous tracking" msgid "Asynchronous tracking"
msgstr "Suivi asynchrone" msgstr "Suivi asynchrone"
#: piwik.php:105
msgid "Settings updated."
msgstr "Paramètres mis à jour."

View File

@ -3,12 +3,11 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['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['This website is tracked using the <a href=\'http://www.matomo.org\'>Matomo</a> analytics tool.'] = 'Ce site Internet utilise <a href=\'http://www.matomo.org\'>Matomo</a> pour mesurer son audience.';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['Piwik Base URL'] = 'URL de base de Piwik'; $a->strings['Matomo (Piwik) Base URL'] = 'URL de base de Matomo (Piwik)';
$a->strings['Site ID'] = 'ID du site'; $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['Show opt-out cookie link?'] = 'Montrer le lien d\'opt-out pour les cookies ?';
$a->strings['Asynchronous tracking'] = 'Suivi asynchrone'; $a->strings['Asynchronous tracking'] = 'Suivi asynchrone';
$a->strings['Settings updated.'] = 'Paramètres mis à jour.';

View File

@ -1,5 +1,9 @@
<?php <?php
$a->strings["Planets Settings"] = "Réglages des Planets"; if(! function_exists("string_plural_select_fr")) {
$a->strings["Enable Planets Addon"] = "Activer Planets"; function string_plural_select_fr($n){
$a->strings["Submit"] = "Envoyer"; $n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Enable Planets Addon'] = 'Activer l\'extension Planètes';
$a->strings['Planets Settings'] = 'Paramètres des planètes';

View File

@ -1,5 +1,17 @@
<?php <?php
$a->strings["Administrator"] = "Administrateur"; if(! function_exists("string_plural_select_fr")) {
$a->strings["Your account on %s will expire in a few days."] = "Votre compte chez %s va expirer dans quelques jours."; function string_plural_select_fr($n){
$a->strings["Your Friendica account is about to expire."] = "Votre compte sur Friendica est sur le point d'expirer."; $n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Administrator'] = 'Administrateur';
$a->strings['Your account on %s will expire in a few days.'] = 'Votre compte sur %s va expirer dans quelques jours.';
$a->strings['Your Friendica account is about to expire.'] = 'Votre compte Friendica est sur le point d\'expirer.';
$a->strings['Hi %1$s,
Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = '%1$s,
Votre compte sur %2$s va expirer dans moins de 5 jours. Vous pouvez conserver votre compte en vous identifiant au moins une fois tous les 30 jours';
$a->strings['Save Settings'] = 'Enregistrer les paramètres';
$a->strings['Set any of these options to 0 to deactivate it.'] = 'Entrez 0 comme valeur pour n\'importe quelle de ces options pour la désactiver.';

View File

@ -4,100 +4,93 @@
# #
# #
# Translators: # 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 # StefOfficiel <pichard.stephane@free.fr>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n" "POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2015-08-30 17:19+0000\n" "PO-Revision-Date: 2014-06-23 11:30+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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." msgid "Permission denied."
msgstr "Permission refusée." msgstr "Permission refusée."
#: pumpio.php:124 #: pumpio.php:152
#, php-format #, php-format
msgid "Unable to register the client at the pump.io server '%s'." 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." msgid "You are now authenticated to pumpio."
msgstr "Vous êtes maintenant authentifié sur pump.io." msgstr "Vous êtes maintenant authentifié sur pump.io."
#: pumpio.php:165 #: pumpio.php:193
msgid "return to the connector page" msgid "return to the connector page"
msgstr "Retourner à la page du connecteur" msgstr "Retourner à la page du connecteur"
#: pumpio.php:183 #: pumpio.php:213
msgid "Post to pumpio" msgid "Post to pumpio"
msgstr "Publier sur pump.io" msgstr "Publier sur pump.io"
#: pumpio.php:221 pumpio.php:225 #: pumpio.php:237
msgid "Pump.io Import/Export/Mirror" msgid "Save Settings"
msgstr "" msgstr "Sauvegarder les paramètres"
#: pumpio.php:229 #: pumpio.php:239
msgid "pump.io username (without the servername)" msgid "Delete this preset"
msgstr "Nom d'utilisateur pump.io (sans le nom du serveur)" msgstr "Supprimer ce préréglage"
#: pumpio.php:234 #: pumpio.php:245
msgid "pump.io servername (without \"http://\" or \"https://\" )"
msgstr ""
#: pumpio.php:246
msgid "Authenticate your pump.io connection" 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" msgid "Import the remote timeline"
msgstr "Importer la timeline distante" msgstr "Importer la timeline distante"
#: pumpio.php:255 #: pumpio.php:255
msgid "Enable pump.io Post Addon" msgid "Enable Pump.io Post Addon"
msgstr "" msgstr "Activer l'extension Pump.io"
#: pumpio.php:260 #: pumpio.php:256
msgid "Post to pump.io by default" msgid "Post to Pump.io by default"
msgstr "Publier sur pump.io par défaut" msgstr "Publier sur Pump.io par défaut"
#: pumpio.php:265 #: pumpio.php:257
msgid "Should posts be public?" msgid "Should posts be public?"
msgstr "Les messages devraient être publiques ?" msgstr "Les messages devraient être publiques ?"
#: pumpio.php:270 #: pumpio.php:258
msgid "Mirror all public posts" msgid "Mirror all public posts"
msgstr "" msgstr "Refléter toutes les publications publiques"
#: pumpio.php:275 #: pumpio.php:263
msgid "Check to delete this preset" msgid "Pump.io Import/Export/Mirror"
msgstr "" msgstr "Import/Export/Miroir Pump.io"
#: pumpio.php:285 #: pumpio.php:920
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" msgid "status"
msgstr "statut" msgstr "statut"
#: pumpio.php:879 #: pumpio.php:924
#, php-format #, php-format
msgid "%1$s likes %2$s's %3$s" 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")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['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['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['return to the connector page'] = 'Retourner à la page du connecteur';
$a->strings['Post to pumpio'] = 'Publier sur pump.io'; $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['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['status'] = 'statut';
$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s aime lea %3$s de %2$s';

View File

@ -1,10 +1,13 @@
<?php <?php
$a->strings[":-)"] = ":-)"; if(! function_exists("string_plural_select_fr")) {
$a->strings[":-("] = ":-("; function string_plural_select_fr($n){
$a->strings["lol"] = "mdr"; $n = intval($n);
$a->strings["Quick Comment Settings"] = "Réglages de Quick Comment"; if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Les commentaires rapides peuvent être trouvés à proximité des boîtes de commentaire, parfois cachés. Cliquez dessus pour fournir des réponses simples et lapidaires."; }}
$a->strings["Enter quick comments, one per line"] = "Entrez les réponses rapides, une par ligne"; $a->strings[':-)'] = ':-)';
$a->strings["Submit"] = "Envoyer"; $a->strings[':-('] = ':-(';
$a->strings["Quick Comment settings saved."] = "Réglages de Quick Comment sauvés."; $a->strings['lol'] = 'lol';
$a->strings['Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies.'] = 'Les Commentaires Rapides sont des suggestions de réponses simples disponibles autour des formulaires de commentaire.';
$a->strings['Enter quick comments, one per line'] = 'Saisissez les Commentaires Rapides, un par ligne';
$a->strings['Quick Comment Settings'] = 'Paramètres de Commentaire Rapide';

View File

@ -1,5 +1,9 @@
<?php <?php
$a->strings["Randplace Settings"] = "Réglages de Randplace"; if(! function_exists("string_plural_select_fr")) {
$a->strings["Enable Randplace Addon"] = "Activer l'extension Randplace"; function string_plural_select_fr($n){
$a->strings["Submit"] = "Envoyer"; $n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Enable Randplace Addon'] = 'Activer l\'extension Randplace';
$a->strings['Randplace Settings'] = 'Paramètres de Randplace';

View File

@ -0,0 +1,28 @@
# ADDON randplace
# Copyright (C)
# This file is distributed under the same license as the Friendica randplace addon package.
#
#
# Translators:
# GunChleoc, 2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2014-06-23 12:34+0000\n"
"Last-Translator: GunChleoc, 2022\n"
"Language-Team: Gaelic, Scottish (http://www.transifex.com/Friendica/friendica/language/gd/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: gd\n"
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
#: randplace.php:161
msgid "Enable Randplace Addon"
msgstr "Cuir an comas tuilleadan Randplace"
#: randplace.php:166
msgid "Randplace Settings"
msgstr "Roghainnean Randplace"

View File

@ -0,0 +1,9 @@
<?php
if(! function_exists("string_plural_select_gd")) {
function string_plural_select_gd($n){
$n = intval($n);
if (($n==1 || $n==11)) { return 0; } else if (($n==2 || $n==12)) { return 1; } else if (($n > 2 && $n < 20)) { return 2; } else { return 3; }
}}
$a->strings['Enable Randplace Addon'] = 'Cuir an comas tuilleadan Randplace';
$a->strings['Randplace Settings'] = 'Roghainnean Randplace';

View File

@ -4,24 +4,52 @@
# #
# #
# Translators: # Translators:
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# Thecross, 2017 # Thecross, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2021-12-12 22:09+0000\n"
"PO-Revision-Date: 2017-12-04 22:24+0000\n" "PO-Revision-Date: 2014-06-23 12:36+0000\n"
"Last-Translator: Thecross\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: rendertime.php:29 #: rendertime.php:30
msgid "Save Settings"
msgstr "Enregistrer les paramètres"
#: rendertime.php:31
msgid "Show callstack"
msgstr ""
#: rendertime.php:31
msgid ""
"Show detailed performance measures in the callstack. When deactivated, only "
"the summary will be displayed."
msgstr ""
#: rendertime.php:32
msgid "Minimal time"
msgstr ""
#: rendertime.php:32
msgid "Minimal time that an activity needs to be listed in the callstack."
msgstr ""
#: rendertime.php:57
#, php-format #, php-format
msgid "" msgid ""
"Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, " "Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: "
"Other: %s, Total: %s" "%s, Total: %s"
msgstr "Performances: Base de données : %s, Réseau : %s, Rendu : %s, Parser : %s, Entrées/sorties : %s, Autre : %s, Total : %s" msgstr ""
#: rendertime.php:74
#, php-format
msgid "Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s"
msgstr ""

View File

@ -3,6 +3,6 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s'] = 'Performances: Base de données : %s, Réseau : %s, Rendu : %s, Parser : %s, Entrées/sorties : %s, Autre : %s, Total : %s'; $a->strings['Save Settings'] = 'Enregistrer les paramètres';

View File

@ -0,0 +1,54 @@
# ADDON securemail
# Copyright (C)
# This file is distributed under the same license as the Friendica securemail addon package.
#
#
# Translators:
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2018-03-20 07:26+0000\n"
"Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (https://www.transifex.com/Friendica/teams/12172/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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: securemail.php:50
msgid "Enable Secure Mail"
msgstr "Activer l'extension des emails sécurisés"
#: securemail.php:51
msgid "Public key"
msgstr "Clé publique"
#: securemail.php:51
msgid "Your public PGP key, ascii armored format"
msgstr "Votre clé publique PGP formatée compatible ASCII"
#: securemail.php:56
msgid "\"Secure Mail\" Settings"
msgstr "Paramètres des emails sécurisés"
#: securemail.php:59
msgid "Save Settings"
msgstr "Enregistrer les paramètres"
#: securemail.php:60
msgid "Save and send test"
msgstr "Enregistrer et envoyer un message de test"
#: securemail.php:93
msgid "Test email sent"
msgstr "Message de test envoyé avec succès"
#: securemail.php:95
msgid "There was an error sending the test email"
msgstr "Une erreur est survenue pendant l'envoi du message de test"

View File

@ -0,0 +1,15 @@
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Enable Secure Mail'] = 'Activer l\'extension des emails sécurisés';
$a->strings['Public key'] = 'Clé publique';
$a->strings['Your public PGP key, ascii armored format'] = 'Votre clé publique PGP formatée compatible ASCII';
$a->strings['"Secure Mail" Settings'] = 'Paramètres des emails sécurisés';
$a->strings['Save Settings'] = 'Enregistrer les paramètres';
$a->strings['Save and send test'] = 'Enregistrer et envoyer un message de test';
$a->strings['Test email sent'] = 'Message de test envoyé avec succès';
$a->strings['There was an error sending the test email'] = 'Une erreur est survenue pendant l\'envoi du message de test';

View File

@ -1,8 +1,10 @@
<?php <?php
$a->strings["\"Show more\" Settings"] = "Réglages de \"Show more\""; if(! function_exists("string_plural_select_fr")) {
$a->strings["Enable Show More"] = "Activer \"Show more\""; function string_plural_select_fr($n){
$a->strings["Cutting posts after how much characters"] = "Coupure après combien de caractères"; $n = intval($n);
$a->strings["Submit"] = "Envoyer"; if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
$a->strings["Show More Settings saved."] = "Réglages \"Show more\" sauvés."; }}
$a->strings["show more"] = "montrer plus"; $a->strings['Enable Show More'] = 'Activer "Voir Plus"';
$a->strings['"Show more" Settings'] = 'Paramètres de "Show more" ("Voir plus")';
$a->strings['show more'] = 'voir plus';

View File

@ -5,20 +5,21 @@
# #
# Translators: # Translators:
# ButterflyOfFire, 2020 # ButterflyOfFire, 2020
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# StefOfficiel <pichard.stephane@free.fr>, 2015 # StefOfficiel <pichard.stephane@free.fr>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n" "POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2020-02-27 22:14+0000\n" "PO-Revision-Date: 2014-06-23 12:45+0000\n"
"Last-Translator: ButterflyOfFire\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: smileybutton.php:269 #: smileybutton.php:269
msgid "Smileybutton settings" msgid "Smileybutton settings"
@ -26,7 +27,7 @@ msgstr "Paramètres du bouton des Smileys"
#: smileybutton.php:272 #: smileybutton.php:272
msgid "You can hide the button and show the smilies directly." msgid "You can hide the button and show the smilies directly."
msgstr "" msgstr "Vous pouvez cacher le bouton et montrer les smilies directement."
#: smileybutton.php:274 #: smileybutton.php:274
msgid "Hide the button" msgid "Hide the button"
@ -34,4 +35,4 @@ msgstr "Cacher le bouton"
#: smileybutton.php:281 #: smileybutton.php:281
msgid "Save Settings" msgid "Save Settings"
msgstr "" msgstr "Enregistrer les paramètres"

View File

@ -3,7 +3,9 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Smileybutton settings'] = 'Paramètres du bouton des Smileys'; $a->strings['Smileybutton settings'] = 'Paramètres du bouton des Smileys';
$a->strings['You can hide the button and show the smilies directly.'] = 'Vous pouvez cacher le bouton et montrer les smilies directement.';
$a->strings['Hide the button'] = 'Cacher le bouton'; $a->strings['Hide the button'] = 'Cacher le bouton';
$a->strings['Save Settings'] = 'Enregistrer les paramètres';

View File

@ -4,33 +4,31 @@
# #
# #
# Translators: # Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015 # Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015
# Vincent Vindarel <vindarel@mailz.org>, 2018
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2015-08-30 17:20+0000\n" "PO-Revision-Date: 2014-06-23 12:51+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: startpage.php:83 #: startpage.php:70
msgid "Startpage Settings"
msgstr "Paramètres de Startpage"
#: startpage.php:85
msgid "Home page to load after login - leave blank for profile wall" msgid "Home page to load after login - leave blank for profile wall"
msgstr "Page d'accueil à charger après authentification - laisser ce champ vide pour charger votre mur"
#: startpage.php:70
msgid "Examples: \"network\" or \"notifications/system\""
msgstr "" msgstr ""
#: startpage.php:88 #: startpage.php:75
msgid "Examples: &quot;network&quot; or &quot;notifications/system&quot;" msgid "Startpage"
msgstr "" msgstr "Startpage"
#: startpage.php:92
msgid "Submit"
msgstr "Envoyer"

View File

@ -3,7 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Startpage Settings'] = 'Paramètres de Startpage'; $a->strings['Home page to load after login - leave blank for profile wall'] = 'Page d\'accueil à charger après authentification - laisser ce champ vide pour charger votre mur';
$a->strings['Submit'] = 'Envoyer'; $a->strings['Startpage'] = 'Startpage';

View File

@ -5,124 +5,47 @@
# #
# Translators: # Translators:
# Damien Goutte-Gattat <damien+transifex@incenp.org>, 2015 # Damien Goutte-Gattat <damien+transifex@incenp.org>, 2015
# Nicola Spanti <translations@nicola-spanti.info>, 2015 # Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# Nicolas Derive, 2022
# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-27 07:21+0200\n" "POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2015-12-12 11:28+0000\n" "PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Damien Goutte-Gattat <damien+transifex@incenp.org>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: statusnet.php:151 #: statusnet.php:97
msgid "Post to GNU Social" msgid "Post to GNU Social"
msgstr "Publier sur GNU Social" msgstr "Publier sur GNU Social"
#: statusnet.php:196 #: statusnet.php:148
msgid "" msgid ""
"Please contact your site administrator.<br />The provided API URL is not " "Please contact your site administrator.<br />The provided API URL is not "
"valid." "valid."
msgstr "Merci de contacter l'administrateur du site.<br />L'URL d'API fournie est invalide." msgstr "Merci de contacter l'administrateur du site.<br />L'URL d'API fournie est invalide."
#: statusnet.php:225 #: statusnet.php:176
msgid "We could not contact the GNU Social API with the Path you entered." msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "" msgstr "Impossible de se connecter à l'API GNU Social avec le chemin indiqué."
#: statusnet.php:259 #: statusnet.php:243 statusnet.php:656
msgid "GNU Social settings updated."
msgstr "Paramètres du GNU Social mis à jour."
#: statusnet.php:294 statusnet.php:298
msgid "GNU Social Import/Export/Mirror"
msgstr ""
#: statusnet.php:313
msgid "Globally Available GNU Social OAuthKeys"
msgstr ""
#: statusnet.php:314
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr ""
#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371
#: statusnet.php:416 statusnet.php:699
msgid "Save Settings" msgid "Save Settings"
msgstr "Sauvegarder les paramètres" msgstr "Sauvegarder les paramètres"
#: statusnet.php:322 #: statusnet.php:255
msgid "Provide your own OAuth Credentials" #, php-format
msgstr "" msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr "Actuellement connecté à : <a href=\"%s\" target=\"_statusnet\">%s</a>"
#: statusnet.php:323 #: statusnet.php:260
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as an desktop client on your GNU Social account, copy the consumer key pair "
"here and enter the API base root.<br />Before you register your own OAuth "
"key pair ask the administrator if there is already a key pair for this "
"Friendica installation at your favorited GNU Social installation."
msgstr ""
#: statusnet.php:325
msgid "OAuth Consumer Key"
msgstr ""
#: statusnet.php:328
msgid "OAuth Consumer Secret"
msgstr ""
#: statusnet.php:331 statusnet.php:679 statusnet.php:691
msgid "Base API Path (remember the trailing /)"
msgstr ""
#: statusnet.php:356
msgid ""
"To connect to your GNU Social account click the button below to get a "
"security code from GNU Social which you have to copy into the input box "
"below and submit the form. Only your <strong>public</strong> posts will be "
"posted to GNU Social."
msgstr ""
#: statusnet.php:357
msgid "Log in with GNU Social"
msgstr "Se connecter avec GNU Social"
#: statusnet.php:359
msgid "Copy the security code from GNU Social here"
msgstr "Coller le code de sécurité de GNU Social ici"
#: statusnet.php:365
msgid "Cancel Connection Process"
msgstr ""
#: statusnet.php:367
msgid "Current GNU Social API is"
msgstr "L'API actuelle de GNU Social est"
#: statusnet.php:368
msgid "Cancel GNU Social Connection"
msgstr ""
#: statusnet.php:379
msgid "Currently connected to: "
msgstr "Actuellement connecté à :"
#: statusnet.php:380
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr ""
#: statusnet.php:382
msgid "" msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile " "<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public " "details from unknown viewers?</em>) the link potentially included in public "
@ -130,47 +53,126 @@ msgid ""
"informing the visitor that the access to your profile has been restricted." "informing the visitor that the access to your profile has been restricted."
msgstr "" msgstr ""
#: statusnet.php:385 #: statusnet.php:263
msgid "Clear OAuth configuration"
msgstr "Effacer la configuration OAuth"
#: statusnet.php:275
msgid "Cancel GNU Social Connection"
msgstr "Annuler la connexion à GNU Social"
#: statusnet.php:283
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Clés OAuth de GNU Social disponibles globalement"
#: statusnet.php:284
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr ""
#: statusnet.php:285
msgid "Provide your own OAuth Credentials"
msgstr "Fournissez vos propres identifiants OAuth"
#: statusnet.php:286
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application on your GNU Social account, copy the consumer key "
"pair here and enter the API base root.<br />Before you register your own "
"OAuth key pair ask the administrator if there is already a key pair for this"
" Friendica installation at your favorite GNU Social installation."
msgstr ""
#: statusnet.php:287
msgid ""
"To connect to your GNU Social account click the button below to get a "
"security code from GNU Social which you have to copy into the input box "
"below and submit the form. Only your <strong>public</strong> posts will be "
"posted to GNU Social."
msgstr ""
#: statusnet.php:288
msgid "Log in with GNU Social"
msgstr "Se connecter avec GNU Social"
#: statusnet.php:289
msgid "Cancel Connection Process"
msgstr "Annuler le processus de connexion"
#: statusnet.php:290
#, php-format
msgid "Current GNU Social API is: %s"
msgstr "L'API GNU Social actuelle est : %s"
#: statusnet.php:307
msgid "OAuth Consumer Key"
msgstr "Clé d'Utilisateur OAuth"
#: statusnet.php:308
msgid "OAuth Consumer Secret"
msgstr "Secret d'Utilisateur OAuth"
#: statusnet.php:310 statusnet.php:636 statusnet.php:648
msgid "Base API Path (remember the trailing /)"
msgstr "Chemin de base de l'API (n'oubliez pas le / final)"
#: statusnet.php:311
msgid "Copy the security code from GNU Social here"
msgstr "Coller le code de sécurité de GNU Social ici"
#: statusnet.php:313
msgid "Allow posting to GNU Social" msgid "Allow posting to GNU Social"
msgstr "Autoriser la publication sur GNU Social" msgstr "Autoriser la publication sur GNU Social"
#: statusnet.php:388 #: statusnet.php:313
msgid "Send public postings to GNU Social by default"
msgstr ""
#: statusnet.php:392
msgid "" msgid ""
"Mirror all posts from GNU Social that are no replies or repeated messages" "If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "" msgstr ""
#: statusnet.php:398 #: statusnet.php:314
msgid "Post to GNU Social by default"
msgstr "Publier sur GNU Social par défaut"
#: statusnet.php:315
msgid "Mirror all public posts"
msgstr "Refléter toutes les publications publiques"
#: statusnet.php:316
msgid "Automatically create contacts"
msgstr "Créer les contacts automatiquement"
#: statusnet.php:317
msgid "Import the remote timeline" msgid "Import the remote timeline"
msgstr "" msgstr "Importer la Timeline distante"
#: statusnet.php:402 #: statusnet.php:318
msgid "Disabled" msgid "Disabled"
msgstr "Désactiver" msgstr "Désactiver"
#: statusnet.php:403 #: statusnet.php:319
msgid "Full Timeline" msgid "Full Timeline"
msgstr "Timeline complète" msgstr "Timeline complète"
#: statusnet.php:404 #: statusnet.php:320
msgid "Only Mentions" msgid "Only Mentions"
msgstr "" msgstr "Mentions uniquement"
#: statusnet.php:413 #: statusnet.php:326
msgid "Clear OAuth configuration" msgid "GNU Social Import/Export/Mirror"
msgstr "" msgstr "Import/Export/Miroir GNU Social"
#: statusnet.php:690 #: statusnet.php:647
msgid "Site name" msgid "Site name"
msgstr "Nom du site" msgstr "Nom du site"
#: statusnet.php:692 #: statusnet.php:649
msgid "Consumer Secret" msgid "Consumer Secret"
msgstr "" msgstr "Secret d'Utilisateur"
#: statusnet.php:693 #: statusnet.php:650
msgid "Consumer Key" msgid "Consumer Key"
msgstr "" msgstr "Clé d'Utilisateur"

View File

@ -3,17 +3,33 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Post to GNU Social'] = 'Publier sur GNU Social'; $a->strings['Post to GNU Social'] = 'Publier sur GNU Social';
$a->strings['Please contact your site administrator.<br />The provided API URL is not valid.'] = 'Merci de contacter l\'administrateur du site.<br />L\'URL d\'API fournie est invalide.'; $a->strings['Please contact your site administrator.<br />The provided API URL is not valid.'] = 'Merci de contacter l\'administrateur du site.<br />L\'URL d\'API fournie est invalide.';
$a->strings['GNU Social settings updated.'] = 'Paramètres du GNU Social mis à jour.'; $a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Impossible de se connecter à l\'API GNU Social avec le chemin indiqué.';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
$a->strings['Currently connected to: <a href="%s" target="_statusnet">%s</a>'] = 'Actuellement connecté à : <a href="%s" target="_statusnet">%s</a>';
$a->strings['Clear OAuth configuration'] = 'Effacer la configuration OAuth';
$a->strings['Cancel GNU Social Connection'] = 'Annuler la connexion à GNU Social';
$a->strings['Globally Available GNU Social OAuthKeys'] = 'Clés OAuth de GNU Social disponibles globalement';
$a->strings['Provide your own OAuth Credentials'] = 'Fournissez vos propres identifiants OAuth';
$a->strings['Log in with GNU Social'] = 'Se connecter avec GNU Social'; $a->strings['Log in with GNU Social'] = 'Se connecter avec GNU Social';
$a->strings['Cancel Connection Process'] = 'Annuler le processus de connexion';
$a->strings['Current GNU Social API is: %s'] = 'L\'API GNU Social actuelle est : %s';
$a->strings['OAuth Consumer Key'] = 'Clé d\'Utilisateur OAuth';
$a->strings['OAuth Consumer Secret'] = 'Secret d\'Utilisateur OAuth';
$a->strings['Base API Path (remember the trailing /)'] = 'Chemin de base de l\'API (n\'oubliez pas le / final)';
$a->strings['Copy the security code from GNU Social here'] = 'Coller le code de sécurité de GNU Social ici'; $a->strings['Copy the security code from GNU Social here'] = 'Coller le code de sécurité de GNU Social ici';
$a->strings['Current GNU Social API is'] = 'L\'API actuelle de GNU Social est';
$a->strings['Currently connected to: '] = 'Actuellement connecté à :';
$a->strings['Allow posting to GNU Social'] = 'Autoriser la publication sur GNU Social'; $a->strings['Allow posting to GNU Social'] = 'Autoriser la publication sur GNU Social';
$a->strings['Post to GNU Social by default'] = 'Publier sur GNU Social par défaut';
$a->strings['Mirror all public posts'] = 'Refléter toutes les publications publiques';
$a->strings['Automatically create contacts'] = 'Créer les contacts automatiquement';
$a->strings['Import the remote timeline'] = 'Importer la Timeline distante';
$a->strings['Disabled'] = 'Désactiver'; $a->strings['Disabled'] = 'Désactiver';
$a->strings['Full Timeline'] = 'Timeline complète'; $a->strings['Full Timeline'] = 'Timeline complète';
$a->strings['Only Mentions'] = 'Mentions uniquement';
$a->strings['GNU Social Import/Export/Mirror'] = 'Import/Export/Miroir GNU Social';
$a->strings['Site name'] = 'Nom du site'; $a->strings['Site name'] = 'Nom du site';
$a->strings['Consumer Secret'] = 'Secret d\'Utilisateur';
$a->strings['Consumer Key'] = 'Clé d\'Utilisateur';

View File

@ -5,40 +5,29 @@
# #
# Translators: # Translators:
# ButterflyOfFire, 2020 # ButterflyOfFire, 2020
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-17 10:25+0200\n" "POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2020-02-27 22:18+0000\n" "PO-Revision-Date: 2014-06-23 12:55+0000\n"
"Last-Translator: ButterflyOfFire\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: superblock.php:47 superblock.php:51 #: superblock.php:35
msgid "Comma separated profile URLs to block"
msgstr "Liste d'URLs de profils à bloquer séparées par des virgules"
#: superblock.php:40
msgid "Superblock" msgid "Superblock"
msgstr "" msgstr ""
#: superblock.php:54 #: superblock.php:129
msgid "Comma separated profile URLS to block"
msgstr ""
#: superblock.php:58
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: superblock.php:71
msgid "SUPERBLOCK Settings saved."
msgstr ""
#: superblock.php:144
msgid "Block Completely" msgid "Block Completely"
msgstr "" msgstr "Bloquer complètement"
#: superblock.php:165
msgid "superblock settings updated"
msgstr ""

View File

@ -3,6 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Comma separated profile URLs to block'] = 'Liste d\'URLs de profils à bloquer séparées par des virgules';
$a->strings['Block Completely'] = 'Bloquer complètement';

View File

@ -1,5 +1,10 @@
<?php <?php
$a->strings["Administrator"] = "Administrateur"; if(! function_exists("string_plural_select_fr")) {
$a->strings["Your account on %s will expire in a few days."] = "Votre compte chez %s va expirer dans quelques jours."; function string_plural_select_fr($n){
$a->strings["Your Friendica test account is about to expire."] = "Votre compte de test Friendica est sur le point d'expirer."; $n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Administrator'] = 'Administrateur';
$a->strings['Your account on %s will expire in a few days.'] = 'Votre compte sur %s va expirer dans quelques jours.';
$a->strings['Your Friendica test account is about to expire.'] = 'Votre compte Friendica de test est sur le point d\'expirer.';

View File

@ -10,21 +10,21 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:16+0100\n" "POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2021-03-22 17:47+0000\n" "PO-Revision-Date: 2014-06-23 12:58+0000\n"
"Last-Translator: bob lebonche <lebonche@tutanota.com>\n" "Last-Translator: bob lebonche <lebonche@tutanota.com>, 2021\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: tumblr.php:39 #: tumblr.php:39
msgid "Permission denied." msgid "Permission denied."
msgstr "Permission refusée." msgstr "Permission refusée."
#: tumblr.php:69 tumblr.php:283 #: tumblr.php:69
msgid "Save Settings" msgid "Save Settings"
msgstr "Sauvegarder les paramètres" msgstr "Sauvegarder les paramètres"
@ -48,26 +48,26 @@ msgstr "Revenir à la page de connexion"
msgid "Post to Tumblr" msgid "Post to Tumblr"
msgstr "Publier vers Tumblr" msgstr "Publier vers Tumblr"
#: tumblr.php:224 tumblr.php:228 #: tumblr.php:225
msgid "Tumblr Export"
msgstr "Exporter vers Tumblr"
#: tumblr.php:232
msgid "(Re-)Authenticate your tumblr page"
msgstr "(re)Authentifiez votre page Tumblr"
#: tumblr.php:236
msgid "Enable Tumblr Post Addon"
msgstr "Activez l'extension de publication Tumblr"
#: tumblr.php:242
msgid "Post to Tumblr by default"
msgstr "Publier sur Tumblr par défaut"
#: tumblr.php:263
msgid "Post to page:" msgid "Post to page:"
msgstr "Publier sur la page :" msgstr "Publier sur la page :"
#: tumblr.php:277 #: tumblr.php:231
msgid "(Re-)Authenticate your tumblr page"
msgstr "(re)Authentifiez votre page Tumblr"
#: tumblr.php:232
msgid "You are not authenticated to tumblr" msgid "You are not authenticated to tumblr"
msgstr "Vous n'êtes pas identifié sur Tumblr" msgstr "Vous n'êtes pas identifié sur Tumblr"
#: tumblr.php:237
msgid "Enable Tumblr Post Addon"
msgstr "Activez l'extension de publication Tumblr"
#: tumblr.php:238
msgid "Post to Tumblr by default"
msgstr "Publier sur Tumblr par défaut"
#: tumblr.php:244
msgid "Tumblr Export"
msgstr "Exporter vers Tumblr"

View File

@ -3,7 +3,7 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['Permission denied.'] = 'Permission refusée.';
$a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
@ -12,9 +12,9 @@ $a->strings['Consumer Secret'] = 'Secret utilisateur';
$a->strings['You are now authenticated to tumblr.'] = 'Vous êtes maintenant identifié sur Tumblr'; $a->strings['You are now authenticated to tumblr.'] = 'Vous êtes maintenant identifié sur Tumblr';
$a->strings['return to the connector page'] = 'Revenir à la page de connexion'; $a->strings['return to the connector page'] = 'Revenir à la page de connexion';
$a->strings['Post to Tumblr'] = 'Publier vers Tumblr'; $a->strings['Post to Tumblr'] = 'Publier vers Tumblr';
$a->strings['Tumblr Export'] = 'Exporter vers Tumblr'; $a->strings['Post to page:'] = 'Publier sur la page :';
$a->strings['(Re-)Authenticate your tumblr page'] = '(re)Authentifiez votre page Tumblr'; $a->strings['(Re-)Authenticate your tumblr page'] = '(re)Authentifiez votre page Tumblr';
$a->strings['You are not authenticated to tumblr'] = 'Vous n\'êtes pas identifié sur Tumblr';
$a->strings['Enable Tumblr Post Addon'] = 'Activez l\'extension de publication Tumblr'; $a->strings['Enable Tumblr Post Addon'] = 'Activez l\'extension de publication Tumblr';
$a->strings['Post to Tumblr by default'] = 'Publier sur Tumblr par défaut'; $a->strings['Post to Tumblr by default'] = 'Publier sur Tumblr par défaut';
$a->strings['Post to page:'] = 'Publier sur la page :'; $a->strings['Tumblr Export'] = 'Exporter vers Tumblr';
$a->strings['You are not authenticated to tumblr'] = 'Vous n\'êtes pas identifié sur Tumblr';

View File

@ -11,7 +11,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2021-02-01 18:16+0100\n"
"PO-Revision-Date: 2018-03-20 07:26+0000\n" "PO-Revision-Date: 2018-03-20 07:26+0000\n"
"Last-Translator: Marie Olive <lacellule101@gmail.com>, 2018\n" "Last-Translator: Marie Olive <lacellule101@gmail.com>, 2018\n"
"Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n" "Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n"
@ -19,8 +19,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: viewsrc.php:39 #: viewsrc.php:49
msgid "View Source" msgid "View Source"
msgstr "Voir source" msgstr "Voir source"

View File

@ -3,6 +3,6 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['View Source'] = 'Voir source'; $a->strings['View Source'] = 'Voir source';

View File

@ -0,0 +1,56 @@
# ADDON webrtc
# Copyright (C)
# This file is distributed under the same license as the Friendica webrtc addon package.
#
#
# Translators:
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# StefOfficiel <pichard.stephane@free.fr>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-29 15:56+0200\n"
"PO-Revision-Date: 2014-06-23 13:05+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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: webrtc.php:18
msgid "WebRTC Videochat"
msgstr "Tchat vidéo WebRTC"
#: webrtc.php:24
msgid "Save Settings"
msgstr "Enregistrer les paramètres"
#: webrtc.php:25
msgid "WebRTC Base URL"
msgstr "URL de base WebRTC"
#: webrtc.php:25
msgid ""
"Page your users will create a WebRTC chat room on. For example you could use"
" https://live.mayfirst.org ."
msgstr ""
#: webrtc.php:44
msgid "Video Chat"
msgstr "Chat Video"
#: webrtc.php:45
msgid ""
"WebRTC is a video and audio conferencing tool that works in all modern "
"browsers. Just create a new chat room and send the link to someone you want "
"to chat with."
msgstr ""
#: webrtc.php:47
msgid ""
"Please contact your friendica admin and send a reminder to configure the "
"WebRTC addon."
msgstr ""

View File

@ -0,0 +1,11 @@
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
$n = intval($n);
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['WebRTC Videochat'] = 'Tchat vidéo WebRTC';
$a->strings['Save Settings'] = 'Enregistrer les paramètres';
$a->strings['WebRTC Base URL'] = 'URL de base WebRTC';
$a->strings['Video Chat'] = 'Chat Video';

View File

@ -4,38 +4,35 @@
# #
# #
# Translators: # Translators:
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# Marie Olive <lacellule101@gmail.com>, 2018 # Marie Olive <lacellule101@gmail.com>, 2018
# Tubuntu <tubuntu@testimonium.be>, 2014 # Tubuntu, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-26 15:02+0100\n" "POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2018-11-13 12:57+0000\n" "PO-Revision-Date: 2014-10-31 13:43+0000\n"
"Last-Translator: Marie Olive <lacellule101@gmail.com>\n" "Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr\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"
#: windowsphonepush.php:85 #: windowsphonepush.php:102
msgid "WindowsPhonePush settings updated."
msgstr "Paramètres WindowsPhonePush mis à jour"
#: windowsphonepush.php:114
msgid "WindowsPhonePush Settings"
msgstr "Paramètres WindowsPhonePush"
#: windowsphonepush.php:117
msgid "Enable WindowsPhonePush Addon" msgid "Enable WindowsPhonePush Addon"
msgstr "Activer l'extension WindowsPhonePush" msgstr "Activer l'extension WindowsPhonePush"
#: windowsphonepush.php:122 #: windowsphonepush.php:103
msgid "Push text of new item" msgid "Push text of new item"
msgstr "Pousse le texte du nouvel élément" msgstr "Pousse le texte du nouvel élément"
#: windowsphonepush.php:127 #: windowsphonepush.php:104
msgid "Save Settings" msgid "Device URL"
msgstr "Sauvegarde des paramètres" msgstr "URL de périphérique"
#: windowsphonepush.php:109
msgid "WindowsPhonePush Settings"
msgstr "Paramètres WindowsPhonePush"

View File

@ -3,10 +3,9 @@
if(! function_exists("string_plural_select_fr")) { if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){ function string_plural_select_fr($n){
$n = intval($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['WindowsPhonePush settings updated.'] = 'Paramètres WindowsPhonePush mis à jour';
$a->strings['WindowsPhonePush Settings'] = 'Paramètres WindowsPhonePush';
$a->strings['Enable WindowsPhonePush Addon'] = 'Activer l\'extension WindowsPhonePush'; $a->strings['Enable WindowsPhonePush Addon'] = 'Activer l\'extension WindowsPhonePush';
$a->strings['Push text of new item'] = 'Pousse le texte du nouvel élément'; $a->strings['Push text of new item'] = 'Pousse le texte du nouvel élément';
$a->strings['Save Settings'] = 'Sauvegarde des paramètres'; $a->strings['Device URL'] = 'URL de périphérique';
$a->strings['WindowsPhonePush Settings'] = 'Paramètres WindowsPhonePush';

View File

@ -1,13 +1,16 @@
<?php <?php
$a->strings["Post to Wordpress"] = "Poster sur WordPress"; if(! function_exists("string_plural_select_fr")) {
$a->strings["WordPress Post Settings"] = "Réglages WordPress"; function string_plural_select_fr($n){
$a->strings["Enable WordPress Post Addon"] = "Activer l'extension WordPress"; $n = intval($n);
$a->strings["WordPress username"] = "Utilisateur WordPress"; if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
$a->strings["WordPress password"] = "Mot de passe WordPress"; }}
$a->strings["WordPress API URL"] = "URL de l'API WordPress"; $a->strings['Post to Wordpress'] = 'Publier sur Wordpress';
$a->strings["Post to WordPress by default"] = "Publier sur WordPress par défaut"; $a->strings['Enable Wordpress Post Addon'] = 'Activer l\'extension WordPress';
$a->strings["Provide a backlink to the Friendica post"] = "Fournir un rétrolien vers le message sur Friendica"; $a->strings['Wordpress username'] = 'Nom d\'utilisateur WordPress';
$a->strings["Submit"] = "Envoyer"; $a->strings['Wordpress password'] = 'Mot de passe WordPress';
$a->strings["Post from Friendica"] = "Publier depuis Friendica"; $a->strings['WordPress API URL'] = 'URL de l\'API WordPress';
$a->strings["Read the original post and comment stream on Friendica"] = "Lire le message d'origine et le flux des commentaires sur Friendica"; $a->strings['Post to Wordpress by default'] = 'Publier sur WordPress par défaut';
$a->strings['Don\'t post messages that are too short'] = 'Ne pas publier de message trop court';
$a->strings['Wordpress Export'] = 'Export WordPress';
$a->strings['Post from Friendica'] = 'Publier depuis Friendica';