mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
numfriends translation update - thx Thecross
This commit is contained in:
parent
18185e7055
commit
dd339a5eb3
2 changed files with 47 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue