mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-16 19:52:05 +00:00
FR translation of various addons updated
This commit is contained in:
parent
d1d3c73d25
commit
0b0d555c69
36 changed files with 607 additions and 59 deletions
|
@ -6,13 +6,14 @@
|
|||
# Translators:
|
||||
# ButterflyOfFire, 2020
|
||||
# Hypolite Petovan <hypolite@mrpetovan.com>, 2022
|
||||
# Nicolas Derive, 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:55+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"
|
||||
|
@ -26,7 +27,7 @@ msgstr "Liste d'URLs de profils à bloquer séparées par des virgules"
|
|||
|
||||
#: superblock.php:40
|
||||
msgid "Superblock"
|
||||
msgstr ""
|
||||
msgstr "Superblock"
|
||||
|
||||
#: superblock.php:129
|
||||
msgid "Block Completely"
|
||||
|
|
|
@ -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['Comma separated profile URLs to block'] = 'Liste d\'URLs de profils à bloquer séparées par des virgules';
|
||||
$a->strings['Superblock'] = 'Superblock';
|
||||
$a->strings['Block Completely'] = 'Bloquer complètement';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue