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/francais.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 '')
-rw-r--r-- | language/francais.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/francais.php b/language/francais.php index e1b12a2f2..f9596186d 100644 --- a/language/francais.php +++ b/language/francais.php @@ -478,6 +478,7 @@ if ( $isadmin ) $lang['permuser_forbidden'] = 'interdit'; $lang['permuser_parent_forbidden'] = 'catégorie parente interdite'; // start version 1.3 + $lang['permuser_only_private'] = 'Seules les catégories privées sont représentées'; // $lang['permuser_cat_title'] = 'Modifier les permissions pour '; // end version 1.3 |