diff options
Diffstat (limited to 'languages/fr/fr.profile.php')
-rw-r--r-- | languages/fr/fr.profile.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/languages/fr/fr.profile.php b/languages/fr/fr.profile.php new file mode 100644 index 000000000..b0d9d255d --- /dev/null +++ b/languages/fr/fr.profile.php @@ -0,0 +1,12 @@ +<?php +/** + * Elgg profile plugin language pack + */ + +$french = array( + 'profile' => "Profil", + 'profile:notfound' => "Désolé, nous n'avons pas pu trouver le profil demandé.", + +); + +add_translation("fr", $french); |