2465: More rules according to User Interface Object tabs

svn: r11251
This commit is contained in:
Jérôme Rapinat
2008-11-05 11:41:44 +00:00
parent 985afe6e99
commit 0caef9a59b
6 changed files with 12 additions and 12 deletions

View File

@@ -40,5 +40,5 @@ from Filters.Rules._HasGalleryBase import HasGalleryBase
class HasGallery(HasGalleryBase): class HasGallery(HasGalleryBase):
"""Rule that checks for event who has media object reference""" """Rule that checks for event who has media object reference"""
name = _('Events with media') name = _('Events with <count> media')
description = _("Matches events with media object in the gallery") description = _("Matches events 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):
"""Events having notes""" """Events having notes"""
name = _('Events having note') name = _('Events having <count> note')
description = _("Matches events that have a note") description = _("Matches events having a certain number of items in note")

View File

@@ -40,5 +40,5 @@ from Filters.Rules._HasGalleryBase import HasGalleryBase
class HasGallery(HasGalleryBase): class HasGallery(HasGalleryBase):
"""Rule that checks for place who has media object reference""" """Rule that checks for place who has media object reference"""
name = _('Places with media') name = _('Places with <count> media')
description = _("Matches places with media object in the gallery") description = _("Matches places 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):
"""Places having notes""" """Places having notes"""
name = _('Places having note') name = _('Places having <count> note')
description = _("Matches places that have a note") description = _("Matches places having a certain number of items in note")

View File

@@ -40,5 +40,5 @@ from Filters.Rules._HasGalleryBase import HasGalleryBase
class HasGallery(HasGalleryBase): class HasGallery(HasGalleryBase):
"""Rule that checks for source who has media object reference""" """Rule that checks for source who has media object reference"""
name = _('Sources with media') name = _('Sources with <count> media')
description = _("Matches sources with media object in the gallery") description = _("Matches sources 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):
"""Sources having notes""" """Sources having notes"""
name = _('Sources having note') name = _('Sources having <count> note')
description = _("Matches sources that have a note") description = _("Matches sources having a certain number of items in note")