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