mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +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,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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue