diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-20 19:54:31 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-20 19:54:31 +0000 |
commit | 355bdf46c1186afbd4196121da919be2cf0a504e (patch) | |
tree | 9791bbea22895d340d491e7777166cb8d6b9fa6a /language/english.php | |
parent | 32bd8f003f650a86d5c4d045f2718d86e9eb28c7 (diff) |
Add a message to inform that only private categories can have access rights
git-svn-id: http://piwigo.org/svn/trunk@146 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/english.php')
-rw-r--r-- | language/english.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/english.php b/language/english.php index faa964cb3..85117f5bd 100644 --- a/language/english.php +++ b/language/english.php @@ -587,5 +587,6 @@ Once this file deleted , follow this instructions : $lang['help_access'][2] = '2. On the page of permissions (for a group or a user) the private category will be shown and you\'ll be able to authorize access or not.'; $lang['help_infos'][2] = 'If you have any question, do not hesitate to take a look at the forum or ask a question there. The <a href="'.$conf['forum_url'].'" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.'; $lang['step1_err_copy'] = 'Copy the text between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)'; + $lang['permuser_only_private'] = 'Only private categories are shown'; } ?> |