blob: b0d9d255d21703cefccbe579d049c0dd9b06d378 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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);
|