FR translation of various addons updated

This commit is contained in:
Tobias Diekershoff 2022-12-17 09:04:29 +01:00
parent d1d3c73d25
commit 0b0d555c69
36 changed files with 607 additions and 59 deletions

View file

@ -5,6 +5,7 @@
#
# Translators:
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
# Nicolas Derive, 2022
# ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015
# Vincent Vindarel <vindarel@mailz.org>, 2018
msgid ""
@ -13,7 +14,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2014-06-23 12:51+0000\n"
"Last-Translator: Hypolite Petovan <hypolite@mrpetovan.com>, 2022\n"
"Last-Translator: Nicolas Derive, 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"
@ -27,7 +28,7 @@ msgstr "Page d'accueil à charger après authentification - laisser ce champ vid
#: startpage.php:70
msgid "Examples: \"network\" or \"notifications/system\""
msgstr ""
msgstr "Exemples : \"network\" ou \"notifications/system\""
#: startpage.php:75
msgid "Startpage"

View file

@ -6,4 +6,5 @@ function string_plural_select_fr($n){
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$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['Examples: "network" or "notifications/system"'] = 'Exemples : "network" ou "notifications/system"';
$a->strings['Startpage'] = 'Startpage';