[Checkins] SVN: z3ext.layoutform/trunk/ - Added support of display form

Nikolay Kim fafhrd at datacom.kz
Mon Oct 20 04:36:46 EDT 2008


Log message for revision 92391:
  - Added support of display form
  
  - Added tranlsations: nl, ru
  
  
  

Changed:
  U   z3ext.layoutform/trunk/CHANGES.txt
  U   z3ext.layoutform/trunk/buildout.cfg
  A   z3ext.layoutform/trunk/scripts/
  A   z3ext.layoutform/trunk/scripts/i18nall.in
  A   z3ext.layoutform/trunk/scripts/i18ncheck.in
  U   z3ext.layoutform/trunk/setup.py
  U   z3ext.layoutform/trunk/src/z3ext/layoutform/__init__.py
  U   z3ext.layoutform/trunk/src/z3ext/layoutform/browser/configure.zcml
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formdisplay.pt
  U   z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formgroups.pt
  U   z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspace.pt
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspacedisp.pt
  U   z3ext.layoutform/trunk/src/z3ext/layoutform/browser/interfaces.py
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/browser/widgetDisplay.pt
  U   z3ext.layoutform/trunk/src/z3ext/layoutform/configure.zcml
  U   z3ext.layoutform/trunk/src/z3ext/layoutform/form.py
  U   z3ext.layoutform/trunk/src/z3ext/layoutform/interfaces.py
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/en/
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/en/LC_MESSAGES/
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/en/LC_MESSAGES/z3ext.layoutform.mo
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/en/LC_MESSAGES/z3ext.layoutform.po
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/nl/
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/nl/LC_MESSAGES/
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/nl/LC_MESSAGES/z3ext.layoutform.mo
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/nl/LC_MESSAGES/z3ext.layoutform.po
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/ru/
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/ru/LC_MESSAGES/
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/ru/LC_MESSAGES/z3ext.layoutform.mo
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/ru/LC_MESSAGES/z3ext.layoutform.po
  A   z3ext.layoutform/trunk/src/z3ext/layoutform/locales/z3ext.layoutform.pot

-=-
Modified: z3ext.layoutform/trunk/CHANGES.txt
===================================================================
--- z3ext.layoutform/trunk/CHANGES.txt	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/CHANGES.txt	2008-10-20 08:36:45 UTC (rev 92391)
@@ -2,6 +2,14 @@
 CHANGES
 =======
 
+1.2.4 (2008-10-20)
+------------------
+
+- Added support of display form
+
+- Added tranlsations: nl, ru
+
+
 1.2.3 (2008-10-14)
 ------------------
 

Modified: z3ext.layoutform/trunk/buildout.cfg
===================================================================
--- z3ext.layoutform/trunk/buildout.cfg	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/buildout.cfg	2008-10-20 08:36:45 UTC (rev 92391)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = test coverage-test coverage-report
+parts = test coverage-test coverage-report i18n i18nall i18ncheck i18ndude
 
 [test]
 recipe = zc.recipe.testrunner
@@ -16,3 +16,41 @@
 eggs = z3c.coverage
 scripts = coverage=coverage-report
 arguments = ('coverage', 'coverage/report')
+
+
+[i18n]
+recipe = z3c.recipe.i18n:i18n
+packages = z3ext.layoutform
+domain = z3ext.layoutform
+output = ${buildout:directory}/src/z3ext/layoutform/locales
+eggs = z3ext.layoutform [test]
+zcml =
+  <configure i18n_domain="zope"
+             xmlns:zcml="http://namespaces.zope.org/zcml"
+             xmlns:browser="http://namespaces.zope.org/browser">
+    <include package="zope.component" file="meta.zcml" />
+    <include package="zope.app.component" file="meta.zcml" />
+    <include package="zope.app.security" file="meta.zcml" />
+    <include package="zope.app.pagetemplate" file="meta.zcml" />
+    <include package="zope.app.security" />
+    <include package="zope.app.zcmlfiles" />
+    <include package="zope.app.authentication" />
+
+    <include package="z3c.autoinclude" file="meta.zcml" />
+    <include package="z3ext.layoutform" />
+  </configure>
+
+[i18nall]
+recipe = buildout_script
+template_dir = ${buildout:directory}/scripts/
+template = i18nall.in
+
+[i18ncheck]
+recipe = buildout_script
+template_dir = ${buildout:directory}/scripts/
+template = i18ncheck.in
+
+[i18ndude]
+unzip = true
+recipe = zc.recipe.egg
+eggs = i18ndude

Added: z3ext.layoutform/trunk/scripts/i18nall.in
===================================================================
--- z3ext.layoutform/trunk/scripts/i18nall.in	                        (rev 0)
+++ z3ext.layoutform/trunk/scripts/i18nall.in	2008-10-20 08:36:45 UTC (rev 92391)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+update_egg()
+{
+    echo "Start update $@"
+
+    bin/i18nextract && \
+    bin/i18nmergeall && \
+    msgfmt ${1}/locales/nl/LC_MESSAGES/${2}.po -o ${1}/locales/nl/LC_MESSAGES/${2}.mo --no-hash && \
+    msgfmt ${1}/locales/en/LC_MESSAGES/${2}.po -o ${1}/locales/en/LC_MESSAGES/${2}.mo --no-hash && \
+    msgfmt ${1}/locales/ru/LC_MESSAGES/${2}.po -o ${1}/locales/ru/LC_MESSAGES/${2}.mo --no-hash
+}
+
+update_egg src/z3ext/layoutform z3ext.layoutform;


Property changes on: z3ext.layoutform/trunk/scripts/i18nall.in
___________________________________________________________________
Name: svn:executable
   + *

Added: z3ext.layoutform/trunk/scripts/i18ncheck.in
===================================================================
--- z3ext.layoutform/trunk/scripts/i18ncheck.in	                        (rev 0)
+++ z3ext.layoutform/trunk/scripts/i18ncheck.in	2008-10-20 08:36:45 UTC (rev 92391)
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Startup or shutdown buildbot
+
+bin/i18ndude find-untranslated ./ | grep z3ext.layoutform | less


Property changes on: z3ext.layoutform/trunk/scripts/i18ncheck.in
___________________________________________________________________
Name: svn:executable
   + *

Modified: z3ext.layoutform/trunk/setup.py
===================================================================
--- z3ext.layoutform/trunk/setup.py	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/setup.py	2008-10-20 08:36:45 UTC (rev 92391)
@@ -55,6 +55,7 @@
 			  'zope.component',
 			  'zope.pagetemplate',
 			  'zope.app.pagetemplate',
+			  'zope.i18n',
 			  'zope.i18nmessageid',
 			  'z3c.form',
 			  'z3c.autoinclude',

Modified: z3ext.layoutform/trunk/src/z3ext/layoutform/__init__.py
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/__init__.py	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/__init__.py	2008-10-20 08:36:45 UTC (rev 92391)
@@ -4,5 +4,6 @@
 
 from field import Fields
 from form import PageletForm
+from form import PageletDisplayForm
 from add import PageletAddForm
 from edit import PageletEditForm

Modified: z3ext.layoutform/trunk/src/z3ext/layoutform/browser/configure.zcml
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/configure.zcml	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/browser/configure.zcml	2008-10-20 08:36:45 UTC (rev 92391)
@@ -81,12 +81,19 @@
      interface="z3ext.layoutform.browser.interfaces.IForm" />
 
   <z3ext:pagelet
-     for="z3c.form.interfaces.IForm"
+     for="..interfaces.IPageletForm"
      template="formview.pt"
      provides="z3ext.layoutform.browser.interfaces.IForm"
      layer="..interfaces.ILayoutFormLayer"
      permission="zope.Public" />
 
+  <z3ext:pagelet
+     for="..interfaces.IPageletDisplayForm"
+     template="formdisplay.pt"
+     provides="z3ext.layoutform.browser.interfaces.IForm"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
   <!-- viewspace view -->
   <interface
      name="layoutform.viewspace"
@@ -100,6 +107,13 @@
      layer="..interfaces.ILayoutFormLayer"
      permission="zope.Public" />
 
+  <z3ext:pagelet
+     for="..interfaces.IPageletDisplayForm"
+     template="formviewspacedisp.pt"
+     provides="z3ext.layoutform.browser.interfaces.IViewspace"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
   <!-- form buttons -->
   <interface
      name="layoutform.buttons"
@@ -126,6 +140,19 @@
      layer="..interfaces.ILayoutFormLayer"
      permission="zope.Public" />
 
+  <!-- display widget view -->
+  <interface
+     name="layoutform.widgetDisplay"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IWidgetDisplay" />
+
+  <z3ext:pagelet
+     for="z3c.form.interfaces.IWidget"
+     template="widgetDisplay.pt"
+     provides="z3ext.layoutform.browser.interfaces.IWidgetDisplay"
+     layer="..interfaces.ILayoutFormLayer"
+     permission="zope.Public" />
+
   <!-- group view -->
   <interface
      name="layoutform.group"
@@ -167,6 +194,11 @@
      interface="z3ext.layoutform.browser.interfaces.IExtraFormInfo" />
 
   <interface
+     name="layoutform.formGroups"
+     type="z3ext.layout.interfaces.IPageletType"
+     interface="z3ext.layoutform.browser.interfaces.IFormGroups" />
+
+  <interface
      name="layoutform.viewspaceInfo"
      type="z3ext.layout.interfaces.IPageletType"
      interface="z3ext.layoutform.browser.interfaces.IExtraViewspaceInfo" />

Added: z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formdisplay.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formdisplay.pt	                        (rev 0)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formdisplay.pt	2008-10-20 08:36:45 UTC (rev 92391)
@@ -0,0 +1,2 @@
+<tal:block tal:content="structure context/@@pagelet/layoutform.formInfo|nothing" />
+<tal:block tal:content="structure context/@@pagelet/layoutform.viewspace" />

Modified: z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formgroups.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formgroups.pt	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formgroups.pt	2008-10-20 08:36:45 UTC (rev 92391)
@@ -1,3 +1,3 @@
 <tal:block
    tal:repeat="group context/groups"
-   tal:content="structure group/@@pagelet/layoutform.group" />
+   tal:content="structure group/@@pagelet/layoutform.group|nothing" />

Modified: z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspace.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspace.pt	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspace.pt	2008-10-20 08:36:45 UTC (rev 92391)
@@ -9,10 +9,8 @@
 
 <div class="z-form-fieldset" tal:condition="context/widgets">
   <tal:block tal:repeat="widget context/widgets/values"
-       tal:content="structure 
-           widget/@@pagelet/z3ext.layoutform.browser.interfaces.IWidget" />
+       tal:content="structure widget/@@pagelet/layoutform.widget" />
 </div>
 
 <tal:block tal:condition="context/groups|nothing"
-	   tal:content="structure
-  context/@@pagelet/z3ext.layoutform.browser.interfaces.IFormGroups|nothing" />
+	   tal:content="structure context/@@pagelet/layoutform.formGroups|nothing" />

Added: z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspacedisp.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspacedisp.pt	                        (rev 0)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/browser/formviewspacedisp.pt	2008-10-20 08:36:45 UTC (rev 92391)
@@ -0,0 +1,16 @@
+<h1 tal:condition="context/label|nothing"
+    tal:content="context/label|nothing">Do something</h1>
+<div class="z-form-description" 
+     tal:condition="context/description|nothing"
+     tal:content="context/description|nothing"></div>
+
+<tal:block tal:content="structure
+           context/@@pagelet/layoutform.viewspaceInfo|nothing" />
+
+<div class="z-form-fieldset" tal:condition="context/widgets">
+  <tal:block tal:repeat="widget context/widgets/values"
+       tal:content="structure widget/@@pagelet/layoutform.widgetDisplay" />
+</div>
+
+<tal:block tal:condition="context/groups|nothing"
+	   tal:content="structure context/@@pagelet/layoutform.formGroups|nothing" />

Modified: z3ext.layoutform/trunk/src/z3ext/layoutform/browser/interfaces.py
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/interfaces.py	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/browser/interfaces.py	2008-10-20 08:36:45 UTC (rev 92391)
@@ -38,6 +38,10 @@
     """ widget view """
 
 
+class IWidgetDisplay(interface.Interface):
+    """ dispaly widget view """
+
+
 class IExtraBeforeWidget(interface.Interface):
     """ extra widget information """
 

Added: z3ext.layoutform/trunk/src/z3ext/layoutform/browser/widgetDisplay.pt
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/browser/widgetDisplay.pt	                        (rev 0)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/browser/widgetDisplay.pt	2008-10-20 08:36:45 UTC (rev 92391)
@@ -0,0 +1,8 @@
+<div class="z-form-field">
+  <label tal:attributes="for context/id;
+			 title context/field/description"
+	 tal:content="context/label">The Label</label>
+  <div tal:content="structure context/render">
+    <input type="text" style="width:100%" />
+  </div>
+</div>

Modified: z3ext.layoutform/trunk/src/z3ext/layoutform/configure.zcml
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/configure.zcml	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/configure.zcml	2008-10-20 08:36:45 UTC (rev 92391)
@@ -1,6 +1,7 @@
 <configure 
    xmlns="http://namespaces.zope.org/zope"
-   xmlns:z3c="http://namespaces.zope.org/z3c">
+   xmlns:z3c="http://namespaces.zope.org/z3c"
+   xmlns:i18n="http://namespaces.zope.org/i18n">
 
   <includeDependencies package="z3ext.layoutform" />
 
@@ -16,4 +17,7 @@
 
   <include package=".browser" />
 
+  <!-- translations -->
+  <i18n:registerTranslations directory="locales"/>
+
 </configure>

Modified: z3ext.layoutform/trunk/src/z3ext/layoutform/form.py
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/form.py	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/form.py	2008-10-20 08:36:45 UTC (rev 92391)
@@ -23,7 +23,7 @@
 from z3ext.layout.interfaces import IPagelet
 from z3ext.layout.pagelet import BrowserPagelet
 
-from interfaces import IPageletForm, IPageletFormView
+from interfaces import IPageletForm, IPageletDisplayForm, IPageletFormView
 
 
 class PageletForm(form.Form, BrowserPagelet):
@@ -43,3 +43,10 @@
             return template(self)
 
         return self.template()
+
+
+class PageletDisplayForm(form.DisplayForm, PageletForm):
+    interface.implements(IPageletDisplayForm)
+
+    render = PageletForm.render
+    __call__ = PageletForm.__call__

Modified: z3ext.layoutform/trunk/src/z3ext/layoutform/interfaces.py
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/interfaces.py	2008-10-20 08:35:55 UTC (rev 92390)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/interfaces.py	2008-10-20 08:36:45 UTC (rev 92391)
@@ -55,6 +55,10 @@
         """Return whether names can be input by the user."""
 
 
+class IPageletDisplayForm(IPagelet):
+    """ Display form mixin """
+
+
 class IPageletEditForm(IPageletForm):
     """Edit form mixin for pagelet implementation."""
 

Added: z3ext.layoutform/trunk/src/z3ext/layoutform/locales/en/LC_MESSAGES/z3ext.layoutform.mo
===================================================================
(Binary files differ)


Property changes on: z3ext.layoutform/trunk/src/z3ext/layoutform/locales/en/LC_MESSAGES/z3ext.layoutform.mo
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: z3ext.layoutform/trunk/src/z3ext/layoutform/locales/en/LC_MESSAGES/z3ext.layoutform.po
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/locales/en/LC_MESSAGES/z3ext.layoutform.po	                        (rev 0)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/locales/en/LC_MESSAGES/z3ext.layoutform.po	2008-10-20 08:36:45 UTC (rev 92391)
@@ -0,0 +1,41 @@
+##############################################################################
+#
+# Copyright (c) 2003-2004 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+msgid ""
+msgstr ""
+"Project-Id-Version: Development/Unknown\n"
+"POT-Creation-Date: Mon Oct 20 14:29:47 2008\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: Zope 3 Developers <zope3-dev at zope.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: zope/app/locales/extract.py\n"
+
+#: src/z3ext/layoutform/add.py:41
+msgid "Action has been canceled."
+msgstr ""
+
+#: src/z3ext/layoutform/add.py:43
+msgid "Add"
+msgstr ""
+
+#: src/z3ext/layoutform/add.py:59
+msgid "Cancel"
+msgstr ""
+
+#: src/z3ext/layoutform/edit.py:38
+msgid "Save"
+msgstr ""
+

Added: z3ext.layoutform/trunk/src/z3ext/layoutform/locales/nl/LC_MESSAGES/z3ext.layoutform.mo
===================================================================
(Binary files differ)


Property changes on: z3ext.layoutform/trunk/src/z3ext/layoutform/locales/nl/LC_MESSAGES/z3ext.layoutform.mo
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: z3ext.layoutform/trunk/src/z3ext/layoutform/locales/nl/LC_MESSAGES/z3ext.layoutform.po
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/locales/nl/LC_MESSAGES/z3ext.layoutform.po	                        (rev 0)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/locales/nl/LC_MESSAGES/z3ext.layoutform.po	2008-10-20 08:36:45 UTC (rev 92391)
@@ -0,0 +1,40 @@
+# #############################################################################
+#
+# Copyright (c) 2003-2004 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+# #############################################################################
+msgid ""
+msgstr ""
+"Project-Id-Version: Development/Unknown\n"
+"POT-Creation-Date: Mon Oct 20 14:29:47 2008\n"
+"PO-Revision-Date: 2008-10-14 17:25+0100\n"
+"Last-Translator: F. Kooman <fkooman at tuxed.net>\n"
+"Language-Team: Zope 3 Developers <zope3-dev at zope.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: zope/app/locales/extract.py\n"
+
+#: src/z3ext/layoutform/add.py:41
+msgid "Action has been canceled."
+msgstr "Bewerk actie is geannuleerd."
+
+#: src/z3ext/layoutform/add.py:43
+msgid "Add"
+msgstr "Toevoegen"
+
+#: src/z3ext/layoutform/add.py:59
+msgid "Cancel"
+msgstr "Annuleren"
+
+#: src/z3ext/layoutform/edit.py:38
+msgid "Save"
+msgstr "Opslaan"

Added: z3ext.layoutform/trunk/src/z3ext/layoutform/locales/ru/LC_MESSAGES/z3ext.layoutform.mo
===================================================================
(Binary files differ)


Property changes on: z3ext.layoutform/trunk/src/z3ext/layoutform/locales/ru/LC_MESSAGES/z3ext.layoutform.mo
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: z3ext.layoutform/trunk/src/z3ext/layoutform/locales/ru/LC_MESSAGES/z3ext.layoutform.po
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/locales/ru/LC_MESSAGES/z3ext.layoutform.po	                        (rev 0)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/locales/ru/LC_MESSAGES/z3ext.layoutform.po	2008-10-20 08:36:45 UTC (rev 92391)
@@ -0,0 +1,41 @@
+##############################################################################
+#
+# Copyright (c) 2003-2004 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+msgid ""
+msgstr ""
+"Project-Id-Version: Development/Unknown\n"
+"POT-Creation-Date: Mon Oct 20 14:29:47 2008\n"
+"PO-Revision-Date: 2008-10-20 14:35+0600\n"
+"Last-Translator: Nikolay Kim <fafhrd91 at gmail.com>\n"
+"Language-Team: Zope 3 Developers <zope3-dev at zope.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: zope/app/locales/extract.py\n"
+
+#: src/z3ext/layoutform/add.py:41
+msgid "Action has been canceled."
+msgstr "Добавление было прервано."
+
+#: src/z3ext/layoutform/add.py:43
+msgid "Add"
+msgstr "Добавить"
+
+#: src/z3ext/layoutform/add.py:59
+msgid "Cancel"
+msgstr "Отменить"
+
+#: src/z3ext/layoutform/edit.py:38
+msgid "Save"
+msgstr "Сохранить"
+

Added: z3ext.layoutform/trunk/src/z3ext/layoutform/locales/z3ext.layoutform.pot
===================================================================
--- z3ext.layoutform/trunk/src/z3ext/layoutform/locales/z3ext.layoutform.pot	                        (rev 0)
+++ z3ext.layoutform/trunk/src/z3ext/layoutform/locales/z3ext.layoutform.pot	2008-10-20 08:36:45 UTC (rev 92391)
@@ -0,0 +1,41 @@
+##############################################################################
+#
+# Copyright (c) 2003-2004 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+msgid ""
+msgstr ""
+"Project-Id-Version: Development/Unknown\n"
+"POT-Creation-Date: Mon Oct 20 14:35:29 2008\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: Zope 3 Developers <zope3-dev at zope.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: zope/app/locales/extract.py\n"
+
+#: src/z3ext/layoutform/add.py:41
+msgid "Action has been canceled."
+msgstr ""
+
+#: src/z3ext/layoutform/add.py:43
+msgid "Add"
+msgstr ""
+
+#: src/z3ext/layoutform/add.py:59
+msgid "Cancel"
+msgstr ""
+
+#: src/z3ext/layoutform/edit.py:38
+msgid "Save"
+msgstr ""
+



More information about the Checkins mailing list