change i18n domain of task type to plone

(the type name didn't appear translated otherwise)
This commit is contained in:
Frédéric Péters 2013-07-20 23:11:47 +02:00
parent 621fd6ea58
commit 77557813b6
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: collective.task\n"
"POT-Creation-Date: 2013-07-09 14:17+0000\n"
"POT-Creation-Date: 2013-07-20 21:09+0000\n"
"PO-Revision-Date: 2013-07-08 16:09+0100\n"
"Last-Translator: Vincent Fretin <vincent.fretin@gmail.com>\n"
"Language-Team: Ecréall\n"
@ -96,6 +96,10 @@ msgstr "Sous-tâche faite"
msgid "Take responsibility"
msgstr "Prendre en charge"
#: ../profiles/default/types/task.xml
msgid "Task"
msgstr "Tâche"
#: ../profiles/default/portlets.xml
msgid "Tasks Portlet"
msgstr "Portlet des tâches"

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<object name="task" meta_type="Dexterity FTI" i18n:domain="collective.task"
<object name="task" meta_type="Dexterity FTI" i18n:domain="plone"
xmlns:i18n="http://xml.zope.org/namespaces/i18n">
<property name="title" i18n:translate="">Task</property>
<property name="description" i18n:translate=""></property>