re-enable translation for labels on ChangedSince filter rule
svn: r17322
This commit is contained in:
parent
01c89915ab
commit
c8b9101232
@ -20,6 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
|||||||
class ChangedSince(ChangedSinceBase):
|
class ChangedSince(ChangedSinceBase):
|
||||||
"""Rule that checks for an event changed since a specific time."""
|
"""Rule that checks for an event changed since a specific time."""
|
||||||
|
|
||||||
|
labels = [ _('Changed after:'), _('but before:') ]
|
||||||
name = _('Events changed after <date time>')
|
name = _('Events changed after <date time>')
|
||||||
description = _("Matches event records changed after a specified "
|
description = _("Matches event records changed after a specified "
|
||||||
"date/time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
"date/time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||||
|
@ -20,6 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
|||||||
class ChangedSince(ChangedSinceBase):
|
class ChangedSince(ChangedSinceBase):
|
||||||
"""Rule that checks for families changed since a specific time."""
|
"""Rule that checks for families changed since a specific time."""
|
||||||
|
|
||||||
|
labels = [ _('Changed after:'), _('but before:') ]
|
||||||
name = _('Families changed after <date time>')
|
name = _('Families changed after <date time>')
|
||||||
description = _("Matches family records changed after a specified "
|
description = _("Matches family records changed after a specified "
|
||||||
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||||
|
@ -20,6 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
|||||||
class ChangedSince(ChangedSinceBase):
|
class ChangedSince(ChangedSinceBase):
|
||||||
"""Rule that checks for media objects changed since a specific time"""
|
"""Rule that checks for media objects changed since a specific time"""
|
||||||
|
|
||||||
|
labels = [ _('Changed after:'), _('but before:') ]
|
||||||
name = _('Media objects changed after <date time>')
|
name = _('Media objects changed after <date time>')
|
||||||
description = _("Matches media objects changed after a specified "
|
description = _("Matches media objects changed after a specified "
|
||||||
"date:time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
"date:time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||||
|
@ -20,6 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
|||||||
class ChangedSince(ChangedSinceBase):
|
class ChangedSince(ChangedSinceBase):
|
||||||
"""Rule that checks for notes changed since a specific time."""
|
"""Rule that checks for notes changed since a specific time."""
|
||||||
|
|
||||||
|
labels = [ _('Changed after:'), _('but before:') ]
|
||||||
name = _('Notes changed after <date time>')
|
name = _('Notes changed after <date time>')
|
||||||
description = _("Matches note records changed after a specified "
|
description = _("Matches note records changed after a specified "
|
||||||
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||||
|
@ -20,6 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
|||||||
class ChangedSince(ChangedSinceBase):
|
class ChangedSince(ChangedSinceBase):
|
||||||
"""Rule that checks for persons changed since a specific time."""
|
"""Rule that checks for persons changed since a specific time."""
|
||||||
|
|
||||||
|
labels = [ _('Changed after:'), _('but before:') ]
|
||||||
name = _('Persons changed after <date time>')
|
name = _('Persons changed after <date time>')
|
||||||
description = _("Matches person records changed after a specified "
|
description = _("Matches person records changed after a specified "
|
||||||
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||||
|
@ -20,6 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
|||||||
class ChangedSince(ChangedSinceBase):
|
class ChangedSince(ChangedSinceBase):
|
||||||
"""Rules that checks for places changed since a specific time."""
|
"""Rules that checks for places changed since a specific time."""
|
||||||
|
|
||||||
|
labels = [ _('Changed after:'), _('but before:') ]
|
||||||
name = _('Places changed after <date time>')
|
name = _('Places changed after <date time>')
|
||||||
description = _("Matches place records changed after a specified "
|
description = _("Matches place records changed after a specified "
|
||||||
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||||
|
@ -20,6 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
|||||||
class ChangedSince(ChangedSinceBase):
|
class ChangedSince(ChangedSinceBase):
|
||||||
"""Rule that checks for repositories changed since a specific time."""
|
"""Rule that checks for repositories changed since a specific time."""
|
||||||
|
|
||||||
|
labels = [ _('Changed after:'), _('but before:') ]
|
||||||
name = _('Repositories changed after <date time>')
|
name = _('Repositories changed after <date time>')
|
||||||
description = _("Matches repository records changed after a specified "
|
description = _("Matches repository records changed after a specified "
|
||||||
"date/time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
"date/time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||||
|
@ -20,6 +20,7 @@ from Filters.Rules._ChangedSinceBase import ChangedSinceBase
|
|||||||
class ChangedSince(ChangedSinceBase):
|
class ChangedSince(ChangedSinceBase):
|
||||||
"""Rule that checks for sources changed since a specific time."""
|
"""Rule that checks for sources changed since a specific time."""
|
||||||
|
|
||||||
|
labels = [ _('Changed after:'), _('but before:') ]
|
||||||
name = _('Sources changed after <date time>')
|
name = _('Sources changed after <date time>')
|
||||||
description = _("Matches source records changed after a specified "
|
description = _("Matches source records changed after a specified "
|
||||||
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
"date-time (yyyy-mm-dd hh:mm:ss) or in the range, if a second "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user