msgid ""
msgstr ""
"Project-Id-Version: 2.0 beta 1\n"
-"POT-Creation-Date: Tue Oct 14 13:32:49 2014\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"POT-Creation-Date: Tue Oct 14 14:23:35 2014\n"
+"PO-Revision-Date: 2014-10-14 14:25+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Zope 3 Developers <zope-dev@zope.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "Next"
msgstr "Next"
+#. Default: "modified on ${date} at ${time} – creator: ${creator}"
#: n/skins/generic/content_byline.pt:17
-msgid "Modified on ${date} at ${time} – creator: ${creator}"
-msgstr "Modified on ${date} at ${time} – creator: ${creator}"
+msgid "byline"
+msgstr "modified on ${date} at ${time} – creator: ${creator}"
#: n/skins/generic/content_depublish_form.pt:8
msgid "Depublish: \"${docTitle}\""
msgid "Huge Folder"
msgstr "Huge Folder"
+
+#~ msgid "Modified on ${date} at ${time} – creator: ${creator}"
+#~ msgstr "Modified on ${date} at ${time} – creator: ${creator}"
msgid ""
msgstr ""
"Project-Id-Version: Plinn 2.0\n"
-"POT-Creation-Date: Tue Oct 14 13:32:49 2014\n"
+"POT-Creation-Date: Tue Oct 14 14:23:35 2014\n"
"PO-Revision-Date: 2014-10-14 13:37+0200\n"
"Last-Translator: Benoît PIN\n"
"Language-Team: CRI http://cri.ensmp.fr\n"
msgid "Next"
msgstr "Suivant"
+#. Default: "modified on ${date} at ${time} – creator: ${creator}"
#: n/skins/generic/content_byline.pt:17
-msgid "Modified on ${date} at ${time} – creator: ${creator}"
-msgstr "Modifié le ${date} à ${time} – créateur : ${creator}"
+msgid "byline"
+msgstr "modifié le ${date} à ${time} – créateur : ${creator}"
#: n/skins/generic/content_depublish_form.pt:8
msgid "Depublish: \"${docTitle}\""
msgid "Huge Folder"
msgstr "Dossier"
+#~ msgid "Modified on ${date} at ${time} – creator: ${creator}"
+#~ msgstr "Modifié le ${date} à ${time} – créateur : ${creator}"
+
#~ msgid "Modified on"
#~ msgstr "Modifié le"
msgid ""
msgstr ""
"Project-Id-Version: 2.0 beta 1\n"
-"POT-Creation-Date: Tue Oct 14 13:32:49 2014\n"
+"POT-Creation-Date: Tue Oct 14 14:23:35 2014\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Zope 3 Developers <zope-dev@zope.org>\n"
msgstr ""
#: n/skins/generic/content_byline.pt:17
-msgid "Modified on ${date} at ${time} – creator: ${creator}"
+#. Default: "modified on ${date} at ${time} – creator: ${creator}"
+msgid "byline"
msgstr ""
#: n/skins/generic/content_depublish_form.pt:8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <title>Content by line</title>
- </head>
- <body i18n:domain="plinn">
- <div id="ContentByLine" metal:define-macro="byline"
- tal:define="creator here/Creator;
- creatorFullName python:mtool.getMemberFullNameById(creator, nameBefore=0) ;
- date python:here.modified();
- modificationDate python:date.strftime('%d/%m/%Y');
- modificationTime python:date.strftime('%Hh%M')"
- i18n:translate="">
- Modified on <span tal:replace="modificationDate" i18n:name="date">Today</span>
- at <span tal:replace="modificationTime" i18n:name="time">Hour</span> – creator:
- <span tal:replace="creatorFullName" i18n:name="creator">Creator</span>
+ <head>
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+ <title>Content by line</title>
+ </head>
+ <body i18n:domain="plinn">
+ <div id="ContentByLine" metal:define-macro="byline"
+ tal:define="creator here/Creator;
+ creatorFullName python:mtool.getMemberFullNameById(creator, nameBefore=0) ;
+ date python:here.modified();
+ modificationDate python:date.strftime('%d/%m/%Y');
+ modificationTime python:date.strftime('%Hh%M')"
+ i18n:translate="byline">
+ modified on <span tal:replace="modificationDate" i18n:name="date">Today</span>
+ at <span tal:replace="modificationTime" i18n:name="time">Hour</span> – creator:
+ <span tal:replace="creatorFullName" i18n:name="creator">Creator</span>
</div>
- </body>
+ </body>
</html>