- possibility to set an element as representant of its categories

git-svn-id: http://piwigo.org/svn/trunk@640 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2004-12-06 22:28:32 +00:00
parent 2201f60d0b
commit 6cc0255b0d
3 changed files with 79 additions and 0 deletions
+2
View File
@@ -349,4 +349,6 @@ $lang['set_random_representant'] = 'set new random representant';
$lang['cat_associated'] = 'virtually associated to';
$lang['cat_dissociated'] = 'dissociated from';
$lang['storage_category'] = 'storage category';
$lang['represents'] = 'represents';
$lang['doesnt_represent'] = 'doesn\'t represent';
?>