aboutsummaryrefslogtreecommitdiff
path: root/languages/fr/fr.embed.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/fr/fr.embed.php')
-rw-r--r--languages/fr/fr.embed.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/languages/fr/fr.embed.php b/languages/fr/fr.embed.php
deleted file mode 100644
index 77edd8b5c..000000000
--- a/languages/fr/fr.embed.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-/**
- * Embed French language strings
- *
- */
-
-$french = array(
- 'embed:embed' => "Importé",
- 'embed:media' => "Fichier importé",
- 'embed:instructions' => "Cliquez sur le fichier de votre choix pour l'importer dans votre contenu.",
- 'embed:upload' => "Envoyer des médias",
- 'embed:upload_type' => "Envoyer type : ",
-
- // messages
- 'embed:no_upload_content' => "Aucun fichier téléchargé !",
- 'embed:no_section_content' => "Pas d'éléments trouvés.",
-
- 'embed:no_sections' => "Aucun plugin gérant l'intégration de fichier média n'a été trouvé. Demander à l'administrateur du site d'activer un plugin gérant l'intégration de fichier média.",
-);
-
-add_translation("fr", $french); \ No newline at end of file