2465: More rules according to User Interface Object tabs

svn: r11250
This commit is contained in:
Jérôme Rapinat 2008-11-05 11:33:58 +00:00
parent 190784e4b5
commit 985afe6e99
5 changed files with 10 additions and 10 deletions

View File

@ -40,5 +40,5 @@ from Filters.Rules._HasGalleryBase import HasGalleryBase
class HasGallery(HasGalleryBase): class HasGallery(HasGalleryBase):
"""Rule that checks for family who has media object reference""" """Rule that checks for family who has media object reference"""
name = _('Families with media') name = _('Families with <count> media')
description = _("Matches families with media object in the gallery") description = _("Matches families with a certain number of items in the gallery")

View File

@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase
class HasNote(HasNoteBase): class HasNote(HasNoteBase):
"""Families having notes""" """Families having notes"""
name = _('Families having note') name = _('Families having <count> note')
description = _("Matches families that have a note") description = _("Matches families having a certain number of items in note")

View File

@ -43,5 +43,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase
class HasSource(HasSourceBase): class HasSource(HasSourceBase):
"""Families with sources""" """Families with sources"""
name = _('Families with source') name = _('Families with <count> source')
description = _("Matches families with a source") description = _("Matches families with a certain number of items in the source")

View File

@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase
class HasNote(HasNoteBase): class HasNote(HasNoteBase):
"""People having notes""" """People having notes"""
name = _('People having note') name = _('People having <count> note')
description = _("Matches people that have a note") description = _("Matches people having a certain number of items in note")

View File

@ -43,5 +43,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase
class HasSource(HasSourceBase): class HasSource(HasSourceBase):
"""People with sources""" """People with sources"""
name = _('People with source') name = _('People with <count> source')
description = _("Matches people with a source") description = _("Matches people with a certain number of items in the source")