From c841c568f6d6f098fc097b7d8ee06c8602aa03d4 Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 9 Jan 2007 06:01:49 +0000 Subject: Feature Issue ID 0000496: Integrate MOD add_index on PWG with plugin.lang.php Change name of news triggers. Replace & by & Improve a little add_index plugin implementation. Add parameters pages (under construction) for add_index plugin git-svn-id: http://piwigo.org/svn/trunk@1704 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/add_index/language/fr_FR.iso-8859-1/plugin.lang.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'plugins/add_index/language/fr_FR.iso-8859-1') 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 1e64654aa..579a56aa3 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 @@ -3,7 +3,7 @@ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | -// | Copyright (C) 2006-2007 Ruben ARNAUD - team@phpwebgallery.net | +// | Copyright (C) 2007 Ruben ARNAUD - team@phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ @@ -29,6 +29,7 @@ $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é'; @@ -41,4 +42,10 @@ $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'; + ?> -- cgit v1.2.3