aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/add_index/language/en_UK.iso-8859-1/plugin.lang.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-01-09 06:01:49 +0000
committerrub <rub@piwigo.org>2007-01-09 06:01:49 +0000
commitc841c568f6d6f098fc097b7d8ee06c8602aa03d4 (patch)
tree1831e747741ffc360305c99462a8236c1590f92c /plugins/add_index/language/en_UK.iso-8859-1/plugin.lang.php
parent1e7b286faaf29ae55b60a0bd28b8f5ce74ab6654 (diff)
Feature Issue ID 0000496: Integrate MOD add_index on PWG with plugin.lang.php
Change name of news triggers. Replace & by &amp; 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
Diffstat (limited to 'plugins/add_index/language/en_UK.iso-8859-1/plugin.lang.php')
-rw-r--r--plugins/add_index/language/en_UK.iso-8859-1/plugin.lang.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/plugins/add_index/language/en_UK.iso-8859-1/plugin.lang.php b/plugins/add_index/language/en_UK.iso-8859-1/plugin.lang.php
index b7e68ced1..c76bbc24c 100644
--- a/plugins/add_index/language/en_UK.iso-8859-1/plugin.lang.php
+++ b/plugins/add_index/language/en_UK.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'] = 'Add "index" files';
$lang['Advanced_Add_Index'] = 'Add and overwrite "index" files for all local sites';
$lang['Manager_Add_Index'] = 'add "index"';
+$lang['Menu_Add_Index'] = 'Add "index"';
$lang['add_index_file_copied'] = '%s copied';
$lang['add_index_file_not_copied'] = '%s not copied';
@@ -41,4 +42,11 @@ $lang['add_index_nb_not_copied_file'] = '%d file not copied';
$lang['add_index_nb_not_copied_files'] = '%d files not copied';
$lang['add_index_src_file_dont_exists'] = 'Source file %s don\'t esists, cannot duplicate this file';
+$lang['add_index_Description_1'] = 'Add "index" files allows to copy "index" file from source directory to all sub-directories of gallerie local sites.';
+$lang['add_index_Description_2'] = '"index" file prevents to list contents of a directory.';
+$lang['add_index_Parameters'] = 'Parameters';
+$lang['add_index_filename'] = 'File name';
+$lang['add_index_source_directory_path'] = 'Path of source directory';
+
+
?>