[Checkins] SVN: z3ext.product/tags/1.2.2/ release tag

Nikolay Kim fafhrd at datacom.kz
Tue Oct 28 01:32:17 EDT 2008


Log message for revision 92650:
  release tag

Changed:
  A   z3ext.product/tags/1.2.2/
  U   z3ext.product/tags/1.2.2/CHANGES.txt
  D   z3ext.product/tags/1.2.2/setup.py
  A   z3ext.product/tags/1.2.2/setup.py
  D   z3ext.product/tags/1.2.2/src/z3ext/product/configure.zcml
  A   z3ext.product/tags/1.2.2/src/z3ext/product/configure.zcml
  A   z3ext.product/tags/1.2.2/src/z3ext/product/locales/nl/LC_MESSAGES/z3ext.product.mo
  A   z3ext.product/tags/1.2.2/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.mo
  D   z3ext.product/tags/1.2.2/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.po
  A   z3ext.product/tags/1.2.2/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.po
  D   z3ext.product/tags/1.2.2/src/z3ext/product/locales/z3ext.product.pot
  A   z3ext.product/tags/1.2.2/src/z3ext/product/locales/z3ext.product.pot

-=-
Copied: z3ext.product/tags/1.2.2 (from rev 92647, z3ext.product/trunk)

Modified: z3ext.product/tags/1.2.2/CHANGES.txt
===================================================================
--- z3ext.product/trunk/CHANGES.txt	2008-10-28 02:53:04 UTC (rev 92647)
+++ z3ext.product/tags/1.2.2/CHANGES.txt	2008-10-28 05:32:16 UTC (rev 92650)
@@ -3,6 +3,12 @@
 =======
 
 
+1.2.2 (2008-10-28)
+------------------
+
+- Added translations: nl, ru
+
+
 1.2.1 (2008-09-30)
 ------------------
 

Deleted: z3ext.product/tags/1.2.2/setup.py
===================================================================
--- z3ext.product/trunk/setup.py	2008-10-28 02:53:04 UTC (rev 92647)
+++ z3ext.product/tags/1.2.2/setup.py	2008-10-28 05:32:16 UTC (rev 92650)
@@ -1,77 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2008 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.
-#
-##############################################################################
-"""Setup for z3ext.product package
-
-$Id: setup.py 1842 2008-03-25 16:41:22Z fafhrd91 $
-"""
-import sys, os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-version = '1.2.2dev'
-
-
-setup(name='z3ext.product',
-      version=version,
-      description="Implementation of product (add-on) concept.",
-      long_description=(
-          'Detailed Documentation\n' +
-          '======================\n'
-          + '\n\n' +
-          read('src', 'z3ext', 'product', 'README.txt')
-          + '\n\n' +
-          read('CHANGES.txt')
-          ),
-      classifiers=[
-        'Development Status :: 5 - Production/Stable',
-        'Environment :: Web Environment',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: Zope Public License',
-        'Programming Language :: Python',
-        'Natural Language :: English',
-        'Operating System :: OS Independent',
-        'Topic :: Internet :: WWW/HTTP',
-        'Framework :: Zope3'],
-      author='Nikolay Kim',
-      author_email='fafhrd91 at gmail.com',
-      url='http://z3ext.net/',
-      license='ZPL 2.1',
-      packages=find_packages('src'),
-      package_dir = {'':'src'},
-      namespace_packages=['z3ext'],
-      install_requires = ['setuptools',
-                          'ZODB3',
-                          'zope.schema',
-                          'zope.component',
-                          'zope.interface',
-                          'zope.security',
-                          'zope.i18nmessageid',
-                          'zope.lifecycleevent',
-                          'zope.configuration',
-                          'zope.app.component',
-			  'z3c.baseregistry',
-			  'z3c.configurator',
-			  'z3c.autoinclude',
-			  'z3ext.layout',
-			  'z3ext.controlpanel',
-                          'z3ext.statusmessage',
-                          ],
-      extras_require = dict(test=['zope.app.testing',
-                                  'zope.testing',
-                                  ]),
-      include_package_data = True,
-      zip_safe = False
-      )

Copied: z3ext.product/tags/1.2.2/setup.py (from rev 92648, z3ext.product/trunk/setup.py)
===================================================================
--- z3ext.product/tags/1.2.2/setup.py	                        (rev 0)
+++ z3ext.product/tags/1.2.2/setup.py	2008-10-28 05:32:16 UTC (rev 92650)
@@ -0,0 +1,78 @@
+##############################################################################
+#
+# Copyright (c) 2008 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.
+#
+##############################################################################
+"""Setup for z3ext.product package
+
+$Id: setup.py 1842 2008-03-25 16:41:22Z fafhrd91 $
+"""
+import sys, os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+version = '1.2.2'
+
+
+setup(name='z3ext.product',
+      version=version,
+      description="Implementation of product (add-on) concept.",
+      long_description=(
+          'Detailed Documentation\n' +
+          '======================\n'
+          + '\n\n' +
+          read('src', 'z3ext', 'product', 'README.txt')
+          + '\n\n' +
+          read('CHANGES.txt')
+          ),
+      classifiers=[
+        'Development Status :: 5 - Production/Stable',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Zope Public License',
+        'Programming Language :: Python',
+        'Natural Language :: English',
+        'Operating System :: OS Independent',
+        'Topic :: Internet :: WWW/HTTP',
+        'Framework :: Zope3'],
+      author='Nikolay Kim',
+      author_email='fafhrd91 at gmail.com',
+      url='http://z3ext.net/',
+      license='ZPL 2.1',
+      packages=find_packages('src'),
+      package_dir = {'':'src'},
+      namespace_packages=['z3ext'],
+      install_requires = ['setuptools',
+                          'ZODB3',
+                          'zope.schema',
+                          'zope.component',
+                          'zope.interface',
+                          'zope.security',
+			  'zope.i18n',
+                          'zope.i18nmessageid',
+                          'zope.lifecycleevent',
+                          'zope.configuration',
+                          'zope.app.component',
+			  'z3c.baseregistry',
+			  'z3c.configurator',
+			  'z3c.autoinclude',
+			  'z3ext.layout',
+			  'z3ext.controlpanel',
+                          'z3ext.statusmessage',
+                          ],
+      extras_require = dict(test=['zope.app.testing',
+                                  'zope.testing',
+                                  ]),
+      include_package_data = True,
+      zip_safe = False
+      )

Deleted: z3ext.product/tags/1.2.2/src/z3ext/product/configure.zcml
===================================================================
--- z3ext.product/trunk/src/z3ext/product/configure.zcml	2008-10-28 02:53:04 UTC (rev 92647)
+++ z3ext.product/tags/1.2.2/src/z3ext/product/configure.zcml	2008-10-28 05:32:16 UTC (rev 92650)
@@ -1,23 +0,0 @@
-<configure
-   xmlns="http://namespaces.zope.org/zope"
-   xmlns:zcml="http://namespaces.zope.org/zcml"
-   xmlns:z3ext="http://namespaces.zope.org/z3ext"
-   i18n_domain="z3ext.product">
-
-  <includeDependencies package="z3ext.product" />
-
-  <permission
-     id="z3ext.ManageProducts"
-     title="Manage products" />
-
-  <z3ext:configlet
-     name="product"
-     schema=".interfaces.IProductInstaller"
-     title="Products management"
-     description="This is the Add-on Products install section."
-     class=".installer.ProductsInstaller"
-     permission="z3ext.ManageProducts" />
-
-  <include file="browser.zcml" />
-
-</configure>

Copied: z3ext.product/tags/1.2.2/src/z3ext/product/configure.zcml (from rev 92648, z3ext.product/trunk/src/z3ext/product/configure.zcml)
===================================================================
--- z3ext.product/tags/1.2.2/src/z3ext/product/configure.zcml	                        (rev 0)
+++ z3ext.product/tags/1.2.2/src/z3ext/product/configure.zcml	2008-10-28 05:32:16 UTC (rev 92650)
@@ -0,0 +1,26 @@
+<configure
+   xmlns="http://namespaces.zope.org/zope"
+   xmlns:i18n="http://namespaces.zope.org/i18n"
+   xmlns:z3ext="http://namespaces.zope.org/z3ext"
+   i18n_domain="z3ext.product">
+
+  <includeDependencies package="z3ext.product" />
+
+  <permission
+     id="z3ext.ManageProducts"
+     title="Manage products" />
+
+  <z3ext:configlet
+     name="product"
+     schema=".interfaces.IProductInstaller"
+     title="Products management"
+     description="This is the Add-on Products install section."
+     class=".installer.ProductsInstaller"
+     permission="z3ext.ManageProducts" />
+
+  <include file="browser.zcml" />
+
+  <!-- translations -->
+  <i18n:registerTranslations directory="locales"/>
+
+</configure>

Copied: z3ext.product/tags/1.2.2/src/z3ext/product/locales/nl/LC_MESSAGES/z3ext.product.mo (from rev 92648, z3ext.product/trunk/src/z3ext/product/locales/nl/LC_MESSAGES/z3ext.product.mo)
===================================================================
(Binary files differ)

Copied: z3ext.product/tags/1.2.2/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.mo (from rev 92648, z3ext.product/trunk/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.mo)
===================================================================
(Binary files differ)

Deleted: z3ext.product/tags/1.2.2/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.po
===================================================================
--- z3ext.product/trunk/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.po	2008-10-28 02:53:04 UTC (rev 92647)
+++ z3ext.product/tags/1.2.2/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.po	2008-10-28 05:32:16 UTC (rev 92650)
@@ -1,121 +0,0 @@
-##############################################################################
-#
-# 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: Thu Oct 23 12:08:54 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/product/browser.zcml:19
-msgid "Product extension"
-msgstr ""
-
-#: src/z3ext/product/browser.zcml:7
-msgid "Product"
-msgstr ""
-
-#: src/z3ext/product/configure.zcml:13
-msgid "This is the Add-on Products install section."
-msgstr ""
-
-#: src/z3ext/product/configure.zcml:13
-#: src/z3ext/product/browser.zcml:13
-#: src/z3ext/product/browser.zcml:32
-msgid "Products management"
-msgstr ""
-
-#: src/z3ext/product/configure.zcml:9
-msgid "Manage products"
-msgstr ""
-
-#: src/z3ext/product/product.py:50
-#: src/z3ext/product/product.py:59
-msgid "Required product is not found."
-msgstr ""
-
-#: src/z3ext/product/product.py:70
-msgid "Product already installed."
-msgstr ""
-
-#: src/z3ext/product/product.py:88
-#: src/z3ext/product/product.py:103
-msgid "Product is not installed."
-msgstr ""
-
-#: src/z3ext/product/registry.py:60
-msgid "Product: Broken product!!!"
-msgstr ""
-
-#: src/z3ext/product/utils.py:33
-msgid "Can't create utility."
-msgstr ""
-
-#: src/z3ext/product/view.pt:3
-msgid "Installed Products"
-msgstr ""
-
-#: src/z3ext/product/view.pt:38
-msgid "(Installed)"
-msgstr ""
-
-#: src/z3ext/product/view.pt:43
-msgid "(Not installed)"
-msgstr ""
-
-#: src/z3ext/product/view.pt:58
-msgid "Update"
-msgstr ""
-
-#: src/z3ext/product/view.pt:60
-msgid "Uninstall"
-msgstr ""
-
-#: src/z3ext/product/view.pt:68
-msgid "Products available for install"
-msgstr ""
-
-#: src/z3ext/product/view.pt:69
-msgid "This is the Add-on Products install section, you can add products in the lists below."
-msgstr ""
-
-#: src/z3ext/product/view.pt:87
-msgid "Install"
-msgstr ""
-
-#: src/z3ext/product/view.py:102
-msgid "Select one or more products to update."
-msgstr ""
-
-#: src/z3ext/product/view.py:117
-msgid "Select one or more products to uninstall."
-msgstr ""
-
-#: src/z3ext/product/view.py:124
-msgid "Selected products has been uninstalled."
-msgstr ""
-
-#: src/z3ext/product/view.py:84
-msgid "Select one or more products to install."
-msgstr ""
-
-#: src/z3ext/product/view.py:91
-msgid "Selected products has been installed."
-msgstr ""
-

Copied: z3ext.product/tags/1.2.2/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.po (from rev 92648, z3ext.product/trunk/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.po)
===================================================================
--- z3ext.product/tags/1.2.2/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.po	                        (rev 0)
+++ z3ext.product/tags/1.2.2/src/z3ext/product/locales/ru/LC_MESSAGES/z3ext.product.po	2008-10-28 05:32:16 UTC (rev 92650)
@@ -0,0 +1,121 @@
+##############################################################################
+#
+# 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: Thu Oct 23 12:08:54 2008\n"
+"PO-Revision-Date: 2008-10-28 11:28+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/product/browser.zcml:19
+msgid "Product extension"
+msgstr "Расширение продукта"
+
+#: src/z3ext/product/browser.zcml:7
+msgid "Product"
+msgstr "Продукт"
+
+#: src/z3ext/product/configure.zcml:13
+msgid "This is the Add-on Products install section."
+msgstr "Панель управления дополнительными продуктами."
+
+#: src/z3ext/product/configure.zcml:13
+#: src/z3ext/product/browser.zcml:13
+#: src/z3ext/product/browser.zcml:32
+msgid "Products management"
+msgstr "Управление продуктами"
+
+#: src/z3ext/product/configure.zcml:9
+msgid "Manage products"
+msgstr "Управление продуктами"
+
+#: src/z3ext/product/product.py:50
+#: src/z3ext/product/product.py:59
+msgid "Required product is not found."
+msgstr "Необходимый продукт не найден."
+
+#: src/z3ext/product/product.py:70
+msgid "Product already installed."
+msgstr "Продукт уже установлен."
+
+#: src/z3ext/product/product.py:88
+#: src/z3ext/product/product.py:103
+msgid "Product is not installed."
+msgstr "Продукт не установлен."
+
+#: src/z3ext/product/registry.py:60
+msgid "Product: Broken product!!!"
+msgstr "Продукт: Не работающий продукт!!!"
+
+#: src/z3ext/product/utils.py:33
+msgid "Can't create utility."
+msgstr "Невозможно создать утилиту."
+
+#: src/z3ext/product/view.pt:3
+msgid "Installed Products"
+msgstr "Установленные продукты"
+
+#: src/z3ext/product/view.pt:38
+msgid "(Installed)"
+msgstr "(Установленный)"
+
+#: src/z3ext/product/view.pt:43
+msgid "(Not installed)"
+msgstr "(Не установленный)"
+
+#: src/z3ext/product/view.pt:58
+msgid "Update"
+msgstr "Обновить"
+
+#: src/z3ext/product/view.pt:60
+msgid "Uninstall"
+msgstr "Деинсталлировать"
+
+#: src/z3ext/product/view.pt:68
+msgid "Products available for install"
+msgstr "Доступные продукты"
+
+#: src/z3ext/product/view.pt:69
+msgid "This is the Add-on Products install section, you can add products in the lists below."
+msgstr "Вы можете установить продукты из последующего списка."
+
+#: src/z3ext/product/view.pt:87
+msgid "Install"
+msgstr "Установить"
+
+#: src/z3ext/product/view.py:102
+msgid "Select one or more products to update."
+msgstr "Выбирите один или более продуктов для обновления."
+
+#: src/z3ext/product/view.py:117
+msgid "Select one or more products to uninstall."
+msgstr "Выбирите один или более продуктов для деинсталлирования.\""
+
+#: src/z3ext/product/view.py:124
+msgid "Selected products has been uninstalled."
+msgstr "Выбранные продукты были деинсталлированы."
+
+#: src/z3ext/product/view.py:84
+msgid "Select one or more products to install."
+msgstr "Выбирите один или более продуктов для установки."
+
+#: src/z3ext/product/view.py:91
+msgid "Selected products has been installed."
+msgstr "Выбранные продукты были установлены."
+

Deleted: z3ext.product/tags/1.2.2/src/z3ext/product/locales/z3ext.product.pot
===================================================================
--- z3ext.product/trunk/src/z3ext/product/locales/z3ext.product.pot	2008-10-28 02:53:04 UTC (rev 92647)
+++ z3ext.product/tags/1.2.2/src/z3ext/product/locales/z3ext.product.pot	2008-10-28 05:32:16 UTC (rev 92650)
@@ -1,121 +0,0 @@
-##############################################################################
-#
-# 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: Thu Oct 23 12:08:54 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/product/browser.zcml:19
-msgid "Product extension"
-msgstr ""
-
-#: src/z3ext/product/browser.zcml:7
-msgid "Product"
-msgstr ""
-
-#: src/z3ext/product/configure.zcml:13
-msgid "This is the Add-on Products install section."
-msgstr ""
-
-#: src/z3ext/product/configure.zcml:13
-#: src/z3ext/product/browser.zcml:13
-#: src/z3ext/product/browser.zcml:32
-msgid "Products management"
-msgstr ""
-
-#: src/z3ext/product/configure.zcml:9
-msgid "Manage products"
-msgstr ""
-
-#: src/z3ext/product/product.py:50
-#: src/z3ext/product/product.py:59
-msgid "Required product is not found."
-msgstr ""
-
-#: src/z3ext/product/product.py:70
-msgid "Product already installed."
-msgstr ""
-
-#: src/z3ext/product/product.py:88
-#: src/z3ext/product/product.py:103
-msgid "Product is not installed."
-msgstr ""
-
-#: src/z3ext/product/registry.py:60
-msgid "Product: Broken product!!!"
-msgstr ""
-
-#: src/z3ext/product/utils.py:33
-msgid "Can't create utility."
-msgstr ""
-
-#: src/z3ext/product/view.pt:3
-msgid "Installed Products"
-msgstr ""
-
-#: src/z3ext/product/view.pt:38
-msgid "(Installed)"
-msgstr ""
-
-#: src/z3ext/product/view.pt:43
-msgid "(Not installed)"
-msgstr ""
-
-#: src/z3ext/product/view.pt:58
-msgid "Update"
-msgstr ""
-
-#: src/z3ext/product/view.pt:60
-msgid "Uninstall"
-msgstr ""
-
-#: src/z3ext/product/view.pt:68
-msgid "Products available for install"
-msgstr ""
-
-#: src/z3ext/product/view.pt:69
-msgid "This is the Add-on Products install section, you can add products in the lists below."
-msgstr ""
-
-#: src/z3ext/product/view.pt:87
-msgid "Install"
-msgstr ""
-
-#: src/z3ext/product/view.py:102
-msgid "Select one or more products to update."
-msgstr ""
-
-#: src/z3ext/product/view.py:117
-msgid "Select one or more products to uninstall."
-msgstr ""
-
-#: src/z3ext/product/view.py:124
-msgid "Selected products has been uninstalled."
-msgstr ""
-
-#: src/z3ext/product/view.py:84
-msgid "Select one or more products to install."
-msgstr ""
-
-#: src/z3ext/product/view.py:91
-msgid "Selected products has been installed."
-msgstr ""
-

Copied: z3ext.product/tags/1.2.2/src/z3ext/product/locales/z3ext.product.pot (from rev 92648, z3ext.product/trunk/src/z3ext/product/locales/z3ext.product.pot)
===================================================================
--- z3ext.product/tags/1.2.2/src/z3ext/product/locales/z3ext.product.pot	                        (rev 0)
+++ z3ext.product/tags/1.2.2/src/z3ext/product/locales/z3ext.product.pot	2008-10-28 05:32:16 UTC (rev 92650)
@@ -0,0 +1,121 @@
+##############################################################################
+#
+# 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: Tue Oct 28 11:28:30 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/product/browser.zcml:19
+msgid "Product extension"
+msgstr ""
+
+#: src/z3ext/product/browser.zcml:7
+msgid "Product"
+msgstr ""
+
+#: src/z3ext/product/configure.zcml:13
+msgid "This is the Add-on Products install section."
+msgstr ""
+
+#: src/z3ext/product/configure.zcml:13
+#: src/z3ext/product/browser.zcml:13
+#: src/z3ext/product/browser.zcml:32
+msgid "Products management"
+msgstr ""
+
+#: src/z3ext/product/configure.zcml:9
+msgid "Manage products"
+msgstr ""
+
+#: src/z3ext/product/product.py:50
+#: src/z3ext/product/product.py:59
+msgid "Required product is not found."
+msgstr ""
+
+#: src/z3ext/product/product.py:70
+msgid "Product already installed."
+msgstr ""
+
+#: src/z3ext/product/product.py:88
+#: src/z3ext/product/product.py:103
+msgid "Product is not installed."
+msgstr ""
+
+#: src/z3ext/product/registry.py:60
+msgid "Product: Broken product!!!"
+msgstr ""
+
+#: src/z3ext/product/utils.py:33
+msgid "Can't create utility."
+msgstr ""
+
+#: src/z3ext/product/view.pt:3
+msgid "Installed Products"
+msgstr ""
+
+#: src/z3ext/product/view.pt:38
+msgid "(Installed)"
+msgstr ""
+
+#: src/z3ext/product/view.pt:43
+msgid "(Not installed)"
+msgstr ""
+
+#: src/z3ext/product/view.pt:58
+msgid "Update"
+msgstr ""
+
+#: src/z3ext/product/view.pt:60
+msgid "Uninstall"
+msgstr ""
+
+#: src/z3ext/product/view.pt:68
+msgid "Products available for install"
+msgstr ""
+
+#: src/z3ext/product/view.pt:69
+msgid "This is the Add-on Products install section, you can add products in the lists below."
+msgstr ""
+
+#: src/z3ext/product/view.pt:87
+msgid "Install"
+msgstr ""
+
+#: src/z3ext/product/view.py:102
+msgid "Select one or more products to update."
+msgstr ""
+
+#: src/z3ext/product/view.py:117
+msgid "Select one or more products to uninstall."
+msgstr ""
+
+#: src/z3ext/product/view.py:124
+msgid "Selected products has been uninstalled."
+msgstr ""
+
+#: src/z3ext/product/view.py:84
+msgid "Select one or more products to install."
+msgstr ""
+
+#: src/z3ext/product/view.py:91
+msgid "Selected products has been installed."
+msgstr ""
+



More information about the Checkins mailing list