aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2004-12-06 22:28:32 +0000
committerplegall <plg@piwigo.org>2004-12-06 22:28:32 +0000
commit6cc0255b0d7dfd3e3eac898c7a0a827740263b28 (patch)
treeee365ac6ceaedd58636a8dcdbcd9b07e7d699ab9 /language
parent2201f60d0b7f723b6a7c61c20f38694d1e81b5b8 (diff)
- possibility to set an element as representant of its categories
git-svn-id: http://piwigo.org/svn/trunk@640 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/admin.lang.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php
index 168aa0030..6294e3b24 100644
--- a/language/en_UK.iso-8859-1/admin.lang.php
+++ b/language/en_UK.iso-8859-1/admin.lang.php
@@ -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';
?> \ No newline at end of file