provide German translations
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2182 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
7f184927bd
commit
82ec156337
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ class IField(IComponent):
|
||||||
required=False,)
|
required=False,)
|
||||||
required = schema.Bool(
|
required = schema.Bool(
|
||||||
title=_(u'Required'),
|
title=_(u'Required'),
|
||||||
description=_(u'Must a value been entered into this field?'),
|
description=_(u'Must a value be entered into this field?'),
|
||||||
required=False,)
|
required=False,)
|
||||||
width = schema.Int(
|
width = schema.Int(
|
||||||
title=_(u'Width'),
|
title=_(u'Width'),
|
||||||
|
|
|
@ -349,7 +349,7 @@ class IRegistrationTemplate(Interface):
|
||||||
|
|
||||||
categories = schema.List(
|
categories = schema.List(
|
||||||
title=_(u'Categories'),
|
title=_(u'Categories'),
|
||||||
description=_(u'A list of categories that of services '
|
description=_(u'A list of categories of services '
|
||||||
'that should be shown on this template.'),
|
'that should be shown on this template.'),
|
||||||
default=[],
|
default=[],
|
||||||
required=False,)
|
required=False,)
|
||||||
|
|
Loading…
Add table
Reference in a new issue