2017-12-10 07:49:30 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_fr")) {
|
|
|
|
function string_plural_select_fr($n){
|
2021-02-01 17:47:38 +00:00
|
|
|
$n = intval($n);
|
|
|
|
return intval($n > 1);
|
2017-12-10 07:49:30 +00:00
|
|
|
}}
|
|
|
|
;
|
|
|
|
$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";
|