2465: More rules according to User Interface Object tabs
svn: r11250
This commit is contained in:
		@@ -40,5 +40,5 @@ from Filters.Rules._HasGalleryBase import HasGalleryBase
 | 
			
		||||
class HasGallery(HasGalleryBase):
 | 
			
		||||
    """Rule that checks for family who has media object reference"""
 | 
			
		||||
 | 
			
		||||
    name        = _('Families with media')
 | 
			
		||||
    description = _("Matches families with media object in the gallery")
 | 
			
		||||
    name        = _('Families with <count> media')
 | 
			
		||||
    description = _("Matches families with a certain number of items in the gallery")
 | 
			
		||||
 
 | 
			
		||||
@@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase
 | 
			
		||||
class HasNote(HasNoteBase):
 | 
			
		||||
    """Families having notes"""
 | 
			
		||||
 | 
			
		||||
    name        = _('Families having note')
 | 
			
		||||
    description = _("Matches families that have a note")
 | 
			
		||||
    name        = _('Families having <count> note')
 | 
			
		||||
    description = _("Matches families having a certain number of items in note")
 | 
			
		||||
 
 | 
			
		||||
@@ -43,5 +43,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase
 | 
			
		||||
class HasSource(HasSourceBase):
 | 
			
		||||
    """Families with sources"""
 | 
			
		||||
 | 
			
		||||
    name        = _('Families with source')
 | 
			
		||||
    description = _("Matches families with a source")
 | 
			
		||||
    name        = _('Families with <count> source')
 | 
			
		||||
    description = _("Matches families with a certain number of items in the source")
 | 
			
		||||
 
 | 
			
		||||
@@ -43,5 +43,5 @@ from Filters.Rules._HasNoteBase import HasNoteBase
 | 
			
		||||
class HasNote(HasNoteBase):
 | 
			
		||||
    """People having notes"""
 | 
			
		||||
 | 
			
		||||
    name        = _('People having note')
 | 
			
		||||
    description = _("Matches people that have a note")
 | 
			
		||||
    name        = _('People having <count> note')
 | 
			
		||||
    description = _("Matches people having a certain number of items in note")
 | 
			
		||||
 
 | 
			
		||||
@@ -43,5 +43,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase
 | 
			
		||||
class HasSource(HasSourceBase):
 | 
			
		||||
    """People with sources"""
 | 
			
		||||
 | 
			
		||||
    name        = _('People with source')
 | 
			
		||||
    description = _("Matches people with a source")
 | 
			
		||||
    name        = _('People with <count> source')
 | 
			
		||||
    description = _("Matches people with a certain number of items in the source")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user