mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
FR update to the translation THX Hypolite Petovan
This commit is contained in:
parent
22e1339c26
commit
9030e4c1a6
10 changed files with 297 additions and 117 deletions
|
@ -1,14 +1,20 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Login"] = "Connexion";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Derniers utilisateurs";
|
||||
$a->strings["Most active users"] = "Utilisateurs les plus actifs";
|
||||
$a->strings["Latest photos"] = "Dernières photos";
|
||||
$a->strings["Contact Photos"] = "Photos du contact";
|
||||
$a->strings["Profile Photos"] = "Photos du profil";
|
||||
$a->strings["Latest likes"] = "Dernières approbations";
|
||||
$a->strings["event"] = "évènement";
|
||||
$a->strings["status"] = "le statut";
|
||||
$a->strings["photo"] = "photo";
|
||||
$a->strings["Welcome to %s"] = "Bienvenue sur %s";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Login"] = "Identifiant";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Derniers utilisateurs";
|
||||
$a->strings["Most active users"] = "Utilisateurs les plus actifs";
|
||||
$a->strings["Latest photos"] = "Dernières photos";
|
||||
$a->strings["Contact Photos"] = "Photos du contact";
|
||||
$a->strings["Profile Photos"] = "Photos de profil";
|
||||
$a->strings["Latest likes"] = "Derniers likes";
|
||||
$a->strings["event"] = "événement";
|
||||
$a->strings["status"] = "statut";
|
||||
$a->strings["photo"] = "photo";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s aime %3\$s de %2\$s";
|
||||
$a->strings["Welcome to %s"] = "Bienvenue sur %s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue