provide a separate translation domain for cybertools.organize + first German translations
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3019 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
f08626e6b1
commit
01b8fa2c15
8 changed files with 72 additions and 5 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
<configure
|
||||
xmlns="http://namespaces.zope.org/zope"
|
||||
i18n_domain="zope"
|
||||
>
|
||||
i18n_domain="zope">
|
||||
|
||||
<include package=".browser" />
|
||||
<include package=".organize" />
|
||||
<include package=".relation" />
|
||||
<include package=".reporter" />
|
||||
|
||||
|
|
10
organize/configure.zcml
Normal file
10
organize/configure.zcml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!-- $Id$ -->
|
||||
|
||||
<configure
|
||||
xmlns="http://namespaces.zope.org/zope"
|
||||
xmlns:i18n="http://namespaces.zope.org/i18n"
|
||||
i18n_domain="zope">
|
||||
|
||||
<i18n:registerTranslations directory="locales" />
|
||||
|
||||
</configure>
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2007 Helmut Merz helmutm@cy55.de
|
||||
# Copyright (c) 2008 Helmut Merz helmutm@cy55.de
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -30,7 +30,7 @@ from zope.i18nmessageid import MessageFactory
|
|||
from cybertools.composer.schema.factory import Email
|
||||
from cybertools.util.jeep import Jeep, Term
|
||||
|
||||
_ = MessageFactory('zope')
|
||||
_ = MessageFactory('cybertools.organize')
|
||||
|
||||
|
||||
# schema fields
|
||||
|
|
13
organize/locales/cybertools.organize.pot
Normal file
13
organize/locales/cybertools.organize.pot
Normal file
|
@ -0,0 +1,13 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
"Project-Id-Version: $Id$\n"
|
||||
"POT-Creation-Date: 2008-12-01 12:00 CET\n"
|
||||
"PO-Revision-Date: 2008-12-01 12:00 CET\n"
|
||||
"Last-Translator: Helmut Merz <helmutm@cy55.de>\n"
|
||||
"Language-Team: loops developers <helmutm@cy55.de>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: kwrite\n"
|
||||
|
BIN
organize/locales/de/LC_MESSAGES/cybertools.organize.mo
Normal file
BIN
organize/locales/de/LC_MESSAGES/cybertools.organize.mo
Normal file
Binary file not shown.
31
organize/locales/de/LC_MESSAGES/cybertools.organize.po
Normal file
31
organize/locales/de/LC_MESSAGES/cybertools.organize.po
Normal file
|
@ -0,0 +1,31 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
"Project-Id-Version: $Id$\n"
|
||||
"POT-Creation-Date: 2008-12-01 12:00 CET\n"
|
||||
"PO-Revision-Date: 2008-12-01 12:00 CET\n"
|
||||
"Last-Translator: Helmut Merz <helmutm@cy55.de>\n"
|
||||
"Language-Team: loops developers <helmutm@cy55.de>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: kwrite\n"
|
||||
|
||||
msgid "First name"
|
||||
msgstr "Vorname"
|
||||
|
||||
msgid "Last name"
|
||||
msgstr "Nachname"
|
||||
|
||||
msgid "E-Mail address"
|
||||
msgstr "E-Mail-Adresse"
|
||||
|
||||
msgid "Phone numbers"
|
||||
msgstr "Telefonnummern"
|
||||
|
||||
msgid "Date of birth"
|
||||
msgstr "Geburtsdatum"
|
||||
|
||||
msgid "Age"
|
||||
msgstr "Alter"
|
||||
|
BIN
organize/locales/en/LC_MESSAGES/cybertools.organize.mo
Normal file
BIN
organize/locales/en/LC_MESSAGES/cybertools.organize.mo
Normal file
Binary file not shown.
13
organize/locales/en/LC_MESSAGES/cybertools.organize.po
Normal file
13
organize/locales/en/LC_MESSAGES/cybertools.organize.po
Normal file
|
@ -0,0 +1,13 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
"Project-Id-Version: $Id$\n"
|
||||
"POT-Creation-Date: 2008-12-01 12:00 CET\n"
|
||||
"PO-Revision-Date: 2008-12-01 12:00 CET\n"
|
||||
"Last-Translator: Helmut Merz <helmutm@cy55.de>\n"
|
||||
"Language-Team: loops developers <helmutm@cy55.de>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: kwrite\n"
|
||||
|
Loading…
Add table
Reference in a new issue