mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
17
forumdirectory/lang/fr/strings.php
Normal file
17
forumdirectory/lang/fr/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Forum Directory"] = "";
|
||||
$a->strings["Public access denied."] = "Accès public refusé.";
|
||||
$a->strings["Global Directory"] = "Annuaire global";
|
||||
$a->strings["Find on this site"] = "Trouver sur ce site";
|
||||
$a->strings["Finding: "] = "Trouvé: ";
|
||||
$a->strings["Site Directory"] = "Annuaire local";
|
||||
$a->strings["Find"] = "Trouver";
|
||||
$a->strings["Age: "] = "Age: ";
|
||||
$a->strings["Gender: "] = "Genre: ";
|
||||
$a->strings["Location:"] = "Localisation:";
|
||||
$a->strings["Gender:"] = "Genre:";
|
||||
$a->strings["Status:"] = "Statut:";
|
||||
$a->strings["Homepage:"] = "Page personnelle:";
|
||||
$a->strings["About:"] = "À propos:";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Aucune entrée (certaines peuvent être cachées).";
|
Loading…
Add table
Add a link
Reference in a new issue