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

@ -0,0 +1,38 @@
# ADDON showmore
# Copyright (C)
# This file is distributed under the same license as the Friendica showmore addon package.
#
#
# Translators:
# Nicolas Derive, 2022
# StefOfficiel <pichard.stephane@free.fr>, 2015
# Vincent Vindarel <vindarel@mailz.org>, 2018
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:37+0000\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"
"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"
#: showmore.php:37
msgid "Enable Show More"
msgstr "Activer \"Voir Plus\""
#: showmore.php:38
msgid "Cutting posts after how many characters"
msgstr "Tronquer les publications après combien de caractères"
#: showmore.php:43
msgid "\"Show more\" Settings"
msgstr "Paramètres de \"Show more\" (\"Voir plus\")"
#: showmore.php:119
msgid "show more"
msgstr "voir plus"

View file

@ -6,5 +6,6 @@ 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['Enable Show More'] = 'Activer "Voir Plus"';
$a->strings['Cutting posts after how many characters'] = 'Tronquer les publications après combien de caractères';
$a->strings['"Show more" Settings'] = 'Paramètres de "Show more" ("Voir plus")';
$a->strings['show more'] = 'voir plus';