aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/add_index/language/fr_FR.iso-8859-1/plugin.lang.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-02-12 06:09:05 +0000
committerrub <rub@piwigo.org>2007-02-12 06:09:05 +0000
commit62c1993adcfc257d98e47dc7efa8633209dbac3b (patch)
tree7b9c52ad8f30d0b2384b8c52d788da8372f0b6ad /plugins/add_index/language/fr_FR.iso-8859-1/plugin.lang.php
parentf02ef033adf044e22cc142123da640a9ec9bc67d (diff)
add_index plugin cleanup
Fix reading html mail on webmail (like webmail free) git-svn-id: http://piwigo.org/svn/trunk@1808 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/add_index/language/fr_FR.iso-8859-1/plugin.lang.php')
-rw-r--r--plugins/add_index/language/fr_FR.iso-8859-1/plugin.lang.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/add_index/language/fr_FR.iso-8859-1/plugin.lang.php b/plugins/add_index/language/fr_FR.iso-8859-1/plugin.lang.php
index 579a56aa3..711ef3abe 100644
--- a/plugins/add_index/language/fr_FR.iso-8859-1/plugin.lang.php
+++ b/plugins/add_index/language/fr_FR.iso-8859-1/plugin.lang.php
@@ -29,7 +29,6 @@
$lang['Add_Index'] = 'Ajout des fichiers "index"';
$lang['Advanced_Add_Index'] = 'Ajout et écrasement des fichiers "index" pour tous les sites locaux';
$lang['Manager_Add_Index'] = 'ajout des "index"';
-$lang['Menu_Add_Index'] = 'Add "index"';
$lang['add_index_file_copied'] = '%s copié';
$lang['add_index_file_not_copied'] = '%s non copié';
@@ -42,10 +41,4 @@ $lang['add_index_nb_not_copied_file'] = '%d fichier non copié';
$lang['add_index_nb_not_copied_files'] = '%d fichiers non copiés';
$lang['add_index_src_file_dont_exists'] = 'Le fichier source n\'existe pas, la duplication de ce fichier n\'est pas possible';
-$lang['add_index_Description_1'] = 'L\'ajout des fichiers " permet de copier le fichier "index" du repertoire source vers tous les sous-répertoires des galeries des sites locaux.';
-$lang['add_index_Description_2'] = 'Le fichier "index" empêche de lister le contenu d\'un répertoire.';
-$lang['add_index_Parameters'] = 'Paramètres';
-$lang['add_index_filename'] = 'Nom du fichier';
-$lang['add_index_source_directory_path'] = 'Chemin du répertoire source';
-
?>