mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
topology: replace "suffices" with "suffixes"
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
parent
46ae52569a
commit
4d24d8b26c
@ -328,11 +328,11 @@ class topologysuffix(LDAPObject):
|
|||||||
"""
|
"""
|
||||||
container_dn = api.env.container_topology
|
container_dn = api.env.container_topology
|
||||||
object_name = _('suffix')
|
object_name = _('suffix')
|
||||||
object_name_plural = _('suffices')
|
object_name_plural = _('suffixes')
|
||||||
object_class = ['iparepltopoconf']
|
object_class = ['iparepltopoconf']
|
||||||
default_attributes = ['cn', 'ipaReplTopoConfRoot']
|
default_attributes = ['cn', 'ipaReplTopoConfRoot']
|
||||||
search_display_attributes = ['cn', 'ipaReplTopoConfRoot']
|
search_display_attributes = ['cn', 'ipaReplTopoConfRoot']
|
||||||
label = _('Topology suffices')
|
label = _('Topology suffixes')
|
||||||
label_singular = _('Topology suffix')
|
label_singular = _('Topology suffix')
|
||||||
|
|
||||||
takes_params = (
|
takes_params = (
|
||||||
@ -354,11 +354,11 @@ class topologysuffix(LDAPObject):
|
|||||||
|
|
||||||
@register()
|
@register()
|
||||||
class topologysuffix_find(LDAPSearch):
|
class topologysuffix_find(LDAPSearch):
|
||||||
__doc__ = _('Search for topology suffices.')
|
__doc__ = _('Search for topology suffixes.')
|
||||||
|
|
||||||
msg_summary = ngettext(
|
msg_summary = ngettext(
|
||||||
'%(count)d topology suffix matched',
|
'%(count)d topology suffix matched',
|
||||||
'%(count)d topology suffices matched', 0
|
'%(count)d topology suffixes matched', 0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user