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:
helmutm 2007-11-16 14:07:14 +00:00
parent 7f184927bd
commit 82ec156337
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@ class IField(IComponent):
required=False,)
required = schema.Bool(
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,)
width = schema.Int(
title=_(u'Width'),

View file

@ -349,7 +349,7 @@ class IRegistrationTemplate(Interface):
categories = schema.List(
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.'),
default=[],
required=False,)