numfriends translation update - thx Thecross

This commit is contained in:
Tobias Diekershoff 2017-12-10 08:49:30 +01:00
parent 18185e7055
commit dd339a5eb3
2 changed files with 47 additions and 6 deletions

View file

@ -1,6 +1,11 @@
<?php
$a->strings["Numfriends settings updated."] = "Réglages numfriends sauvés.";
$a->strings["Numfriends Settings"] = "Réglages de numfriends";
$a->strings["How many contacts to display on profile sidebar"] = "Nombre de contacts à montrer sur le panneau latéral du profil";
$a->strings["Submit"] = "Envoyer";
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["Numfriends settings updated."] = "Configuration de Numfriends mise à jour.";
$a->strings["Numfriends Settings"] = "Réglages de Numfriends";
$a->strings["How many contacts to display on profile sidebar"] = "Nombre de contacts à afficher dans le volet de profil";
$a->strings["Submit"] = "Appliquer";