aboutsummaryrefslogtreecommitdiff
path: root/languages/fr/fr.profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/fr/fr.profile.php')
-rw-r--r--languages/fr/fr.profile.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/languages/fr/fr.profile.php b/languages/fr/fr.profile.php
deleted file mode 100644
index b0d9d255d..000000000
--- a/languages/fr/fr.profile.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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);