[Checkins] SVN: z3ext.formatter/tags/1.2.4/ release tag

Nikolay Kim fafhrd at datacom.kz
Tue Oct 21 05:06:41 EDT 2008


Log message for revision 92414:
  release tag

Changed:
  A   z3ext.formatter/tags/1.2.4/
  D   z3ext.formatter/tags/1.2.4/CHANGES.txt
  A   z3ext.formatter/tags/1.2.4/CHANGES.txt
  U   z3ext.formatter/tags/1.2.4/setup.py
  D   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po
  A   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po
  D   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.mo
  A   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.mo
  D   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po
  A   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po
  D   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.mo
  A   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.mo
  D   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po
  A   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po
  D   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/z3ext.formatter.pot
  A   z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/z3ext.formatter.pot

-=-
Copied: z3ext.formatter/tags/1.2.4 (from rev 92410, z3ext.formatter/trunk)

Deleted: z3ext.formatter/tags/1.2.4/CHANGES.txt
===================================================================
--- z3ext.formatter/trunk/CHANGES.txt	2008-10-20 20:39:38 UTC (rev 92410)
+++ z3ext.formatter/tags/1.2.4/CHANGES.txt	2008-10-21 09:06:40 UTC (rev 92414)
@@ -1,54 +0,0 @@
-=======
-CHANGES
-=======
-
-1.2.3 (2008-10-20)
-------------------
-
-- Added translations: nl, ru
-
-
-1.2.2 (2008-10-10)
-------------------
-
-- Use new i18n domain z3ext.formatter
-
-
-1.2.1 (2008-05-16)
-------------------
-
-- Replace 'autoinclude' with 'includeDependendcies'
-
-
-1.2.0 (2008-03-25)
-------------------
-
-- Use z3c.autoinclude
-
-- Code moved to svn.zope.org
-
-
-1.1.2 (2008-03-06)
-------------------
-
-- Fixed bug in fancyDatetime formatter
-
-
-1.1.1 (2008-02-05)
-------------------
-
-- Added 'Timezones' vocabulary
-
-- Cleanup code
-
-
-1.1.0 (2007-12-21)
-------------------
-
-- Added controlpanel configlet
-
-
-1.0.0 (2007-12-07)
-------------------
-
-- Initial release.

Copied: z3ext.formatter/tags/1.2.4/CHANGES.txt (from rev 92412, z3ext.formatter/trunk/CHANGES.txt)
===================================================================
--- z3ext.formatter/tags/1.2.4/CHANGES.txt	                        (rev 0)
+++ z3ext.formatter/tags/1.2.4/CHANGES.txt	2008-10-21 09:06:40 UTC (rev 92414)
@@ -0,0 +1,62 @@
+=======
+CHANGES
+=======
+
+1.2.4 (2008-10-21)
+------------------
+
+- Fixed russian translation
+
+- nl translation updated
+
+
+1.2.3 (2008-10-20)
+------------------
+
+- Added translations: nl, ru
+
+
+1.2.2 (2008-10-10)
+------------------
+
+- Use new i18n domain z3ext.formatter
+
+
+1.2.1 (2008-05-16)
+------------------
+
+- Replace 'autoinclude' with 'includeDependendcies'
+
+
+1.2.0 (2008-03-25)
+------------------
+
+- Use z3c.autoinclude
+
+- Code moved to svn.zope.org
+
+
+1.1.2 (2008-03-06)
+------------------
+
+- Fixed bug in fancyDatetime formatter
+
+
+1.1.1 (2008-02-05)
+------------------
+
+- Added 'Timezones' vocabulary
+
+- Cleanup code
+
+
+1.1.0 (2007-12-21)
+------------------
+
+- Added controlpanel configlet
+
+
+1.0.0 (2007-12-07)
+------------------
+
+- Initial release.

Modified: z3ext.formatter/tags/1.2.4/setup.py
===================================================================
--- z3ext.formatter/trunk/setup.py	2008-10-20 20:39:38 UTC (rev 92410)
+++ z3ext.formatter/tags/1.2.4/setup.py	2008-10-21 09:06:40 UTC (rev 92414)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.2.4dev'
+version = '1.2.4'
 
 
 setup(name='z3ext.formatter',

Deleted: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po	2008-10-20 20:39:38 UTC (rev 92410)
+++ z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po	2008-10-21 09:06:40 UTC (rev 92414)
@@ -1,74 +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: Mon Oct 20 22:53:40 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/formatter/configure.zcml:26
-msgid "Configure portal formatters."
-msgstr ""
-
-#: src/z3ext/formatter/configure.zcml:26
-msgid "Portal formatters"
-msgstr ""
-
-#. Default: ""
-#: src/z3ext/formatter/fancydatetime.py:72
-msgid "Today at ${value}"
-msgstr ""
-
-#. Default: ""
-#: src/z3ext/formatter/fancydatetime.py:82
-msgid "Yesterday at ${value}"
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:35
-msgid "Timezone"
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:36
-msgid "Portal timezone."
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:42 src/z3ext/formatter/interfaces.py:43
-msgid "Timezone format"
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:49
-msgid "Use principal timezone"
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:50
-msgid "Render datetime with user selected timezone."
-msgstr ""
-
-#: src/z3ext/formatter/vocabulary.py:28
-msgid "No timezone"
-msgstr ""
-
-#: src/z3ext/formatter/vocabulary.py:29
-msgid "Number of hours"
-msgstr ""
-
-#: src/z3ext/formatter/vocabulary.py:30
-msgid "Timezone name"
-msgstr ""

Copied: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po (from rev 92412, z3ext.formatter/trunk/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po)
===================================================================
--- z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po	                        (rev 0)
+++ z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/en/LC_MESSAGES/z3ext.formatter.po	2008-10-21 09:06:40 UTC (rev 92414)
@@ -0,0 +1,74 @@
+###############################################################################
+#
+# 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 22:53:40 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/formatter/configure.zcml:26
+msgid "Configure portal formatters."
+msgstr ""
+
+#: src/z3ext/formatter/configure.zcml:26
+msgid "Portal formatters"
+msgstr ""
+
+#. Default: ""
+#: src/z3ext/formatter/fancydatetime.py:72
+msgid "Today at ${value}"
+msgstr ""
+
+#. Default: ""
+#: src/z3ext/formatter/fancydatetime.py:82
+msgid "Yesterday at ${value}"
+msgstr ""
+
+#: src/z3ext/formatter/interfaces.py:35
+msgid "Timezone"
+msgstr ""
+
+#: src/z3ext/formatter/interfaces.py:36
+msgid "Portal timezone."
+msgstr ""
+
+#: src/z3ext/formatter/interfaces.py:42 src/z3ext/formatter/interfaces.py:43
+msgid "Timezone format"
+msgstr ""
+
+#: src/z3ext/formatter/interfaces.py:49
+msgid "Use principal timezone"
+msgstr ""
+
+#: src/z3ext/formatter/interfaces.py:50
+msgid "Render datetime with user selected timezone."
+msgstr ""
+
+#: src/z3ext/formatter/vocabulary.py:28
+msgid "No timezone"
+msgstr ""
+
+#: src/z3ext/formatter/vocabulary.py:29
+msgid "Number of hours"
+msgstr ""
+
+#: src/z3ext/formatter/vocabulary.py:30
+msgid "Timezone name"
+msgstr ""

Deleted: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.mo
===================================================================
(Binary files differ)

Copied: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.mo (from rev 92413, z3ext.formatter/trunk/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.mo)
===================================================================
(Binary files differ)

Deleted: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po	2008-10-20 20:39:38 UTC (rev 92410)
+++ z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po	2008-10-21 09:06:40 UTC (rev 92414)
@@ -1,74 +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: Mon Oct 20 22:53:40 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/formatter/configure.zcml:26
-msgid "Configure portal formatters."
-msgstr "Website formatters instellingen"
-
-#: src/z3ext/formatter/configure.zcml:26
-msgid "Portal formatters"
-msgstr "Website formatters"
-
-#. Default: ""
-#: src/z3ext/formatter/fancydatetime.py:72
-msgid "Today at ${value}"
-msgstr "Vandaag om ${value}"
-
-#. Default: ""
-#: src/z3ext/formatter/fancydatetime.py:82
-msgid "Yesterday at ${value}"
-msgstr "Gisteren om ${value}"
-
-#: src/z3ext/formatter/interfaces.py:35
-msgid "Timezone"
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:36
-msgid "Portal timezone."
-msgstr "Website tijdszone"
-
-#: src/z3ext/formatter/interfaces.py:42 src/z3ext/formatter/interfaces.py:43
-msgid "Timezone format"
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:49
-msgid "Use principal timezone"
-msgstr "Tijdszone"
-
-#: src/z3ext/formatter/interfaces.py:50
-msgid "Render datetime with user selected timezone."
-msgstr ""
-
-#: src/z3ext/formatter/vocabulary.py:28
-msgid "No timezone"
-msgstr ""
-
-#: src/z3ext/formatter/vocabulary.py:29
-msgid "Number of hours"
-msgstr "Aantal uren"
-
-#: src/z3ext/formatter/vocabulary.py:30
-msgid "Timezone name"
-msgstr ""

Copied: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po (from rev 92412, z3ext.formatter/trunk/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po)
===================================================================
--- z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po	                        (rev 0)
+++ z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/nl/LC_MESSAGES/z3ext.formatter.po	2008-10-21 09:06:40 UTC (rev 92414)
@@ -0,0 +1,76 @@
+###############################################################################
+#
+# 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 22:53:40 2008\n"
+"PO-Revision-Date: 2008-10-21 10:01+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/formatter/configure.zcml:26
+msgid "Configure portal formatters."
+msgstr "Website datum/tijd instellingen."
+
+#: src/z3ext/formatter/configure.zcml:26
+msgid "Portal formatters"
+msgstr "Website datum/tijd"
+
+#. Default: ""
+#: src/z3ext/formatter/fancydatetime.py:72
+msgid "Today at ${value}"
+msgstr "Vandaag om ${value}"
+
+#. Default: ""
+#: src/z3ext/formatter/fancydatetime.py:82
+msgid "Yesterday at ${value}"
+msgstr "Gisteren om ${value}"
+
+#: src/z3ext/formatter/interfaces.py:35
+msgid "Timezone"
+msgstr "Tijdzone"
+
+#: src/z3ext/formatter/interfaces.py:36
+msgid "Portal timezone."
+msgstr "Tijdzone van website."
+
+#: src/z3ext/formatter/interfaces.py:42
+#: src/z3ext/formatter/interfaces.py:43
+msgid "Timezone format"
+msgstr "Tijdzoneformaat"
+
+#: src/z3ext/formatter/interfaces.py:49
+msgid "Use principal timezone"
+msgstr "Tijdzone"
+
+#: src/z3ext/formatter/interfaces.py:50
+msgid "Render datetime with user selected timezone."
+msgstr "Geef de datum en tijd weer in de door de gebruiker gespecificeerde tijdzone."
+
+#: src/z3ext/formatter/vocabulary.py:28
+msgid "No timezone"
+msgstr "Geen tijdzone"
+
+#: src/z3ext/formatter/vocabulary.py:29
+msgid "Number of hours"
+msgstr "Aantal uren"
+
+#: src/z3ext/formatter/vocabulary.py:30
+msgid "Timezone name"
+msgstr "Naam van tijdzone"
+

Deleted: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.mo
===================================================================
(Binary files differ)

Copied: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.mo (from rev 92412, z3ext.formatter/trunk/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.mo)
===================================================================
(Binary files differ)

Deleted: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po	2008-10-20 20:39:38 UTC (rev 92410)
+++ z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po	2008-10-21 09:06:40 UTC (rev 92414)
@@ -1,74 +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: Mon Oct 20 22:53:40 2008\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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/formatter/configure.zcml:26
-msgid "Configure portal formatters."
-msgstr ""
-
-#: src/z3ext/formatter/configure.zcml:26
-msgid "Portal formatters"
-msgstr ""
-
-#. Default: ""
-#: src/z3ext/formatter/fancydatetime.py:72
-msgid "Today at ${value}"
-msgstr "Сегодня в ${value}"
-
-#. Default: ""
-#: src/z3ext/formatter/fancydatetime.py:82
-msgid "Yesterday at ${value}"
-msgstr "Вчера в ${pattern}"
-
-#: src/z3ext/formatter/interfaces.py:35
-msgid "Timezone"
-msgstr "Часовой пояс"
-
-#: src/z3ext/formatter/interfaces.py:36
-msgid "Portal timezone."
-msgstr "Часовой пояс сайта."
-
-#: src/z3ext/formatter/interfaces.py:42 src/z3ext/formatter/interfaces.py:43
-msgid "Timezone format"
-msgstr "Формат часового пояса"
-
-#: src/z3ext/formatter/interfaces.py:49
-msgid "Use principal timezone"
-msgstr "Использовать часовой пояс пользователя"
-
-#: src/z3ext/formatter/interfaces.py:50
-msgid "Render datetime with user selected timezone."
-msgstr "Отображать дату и время в зависимости от выбора пользователя."
-
-#: src/z3ext/formatter/vocabulary.py:28
-msgid "No timezone"
-msgstr "Без часового пояса"
-
-#: src/z3ext/formatter/vocabulary.py:29
-msgid "Number of hours"
-msgstr "Колличество часов"
-
-#: src/z3ext/formatter/vocabulary.py:30
-msgid "Timezone name"
-msgstr "Название часового пояса"

Copied: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po (from rev 92412, z3ext.formatter/trunk/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po)
===================================================================
--- z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po	                        (rev 0)
+++ z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/ru/LC_MESSAGES/z3ext.formatter.po	2008-10-21 09:06:40 UTC (rev 92414)
@@ -0,0 +1,74 @@
+###############################################################################
+#
+# 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 22:53:40 2008\n"
+"PO-Revision-Date: 2008-10-21 13:43+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/formatter/configure.zcml:26
+msgid "Configure portal formatters."
+msgstr "Конфигурация средств форматирования."
+
+#: src/z3ext/formatter/configure.zcml:26
+msgid "Portal formatters"
+msgstr "Cредства форматирования"
+
+#. Default: ""
+#: src/z3ext/formatter/fancydatetime.py:72
+msgid "Today at ${value}"
+msgstr "Сегодня в ${value}"
+
+#. Default: ""
+#: src/z3ext/formatter/fancydatetime.py:82
+msgid "Yesterday at ${value}"
+msgstr "Вчера в ${value}"
+
+#: src/z3ext/formatter/interfaces.py:35
+msgid "Timezone"
+msgstr "Часовой пояс"
+
+#: src/z3ext/formatter/interfaces.py:36
+msgid "Portal timezone."
+msgstr "Часовой пояс сайта."
+
+#: src/z3ext/formatter/interfaces.py:42 src/z3ext/formatter/interfaces.py:43
+msgid "Timezone format"
+msgstr "Формат часового пояса"
+
+#: src/z3ext/formatter/interfaces.py:49
+msgid "Use principal timezone"
+msgstr "Использовать часовой пояс пользователя"
+
+#: src/z3ext/formatter/interfaces.py:50
+msgid "Render datetime with user selected timezone."
+msgstr "Отображать дату и время в зависимости от выбора пользователя."
+
+#: src/z3ext/formatter/vocabulary.py:28
+msgid "No timezone"
+msgstr "Без часового пояса"
+
+#: src/z3ext/formatter/vocabulary.py:29
+msgid "Number of hours"
+msgstr "Колличество часов"
+
+#: src/z3ext/formatter/vocabulary.py:30
+msgid "Timezone name"
+msgstr "Название часового пояса"

Deleted: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/z3ext.formatter.pot
===================================================================
--- z3ext.formatter/trunk/src/z3ext/formatter/locales/z3ext.formatter.pot	2008-10-20 20:39:38 UTC (rev 92410)
+++ z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/z3ext.formatter.pot	2008-10-21 09:06:40 UTC (rev 92414)
@@ -1,76 +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: Mon Oct 20 22:53:40 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/formatter/configure.zcml:26
-msgid "Configure portal formatters."
-msgstr ""
-
-#: src/z3ext/formatter/configure.zcml:26
-msgid "Portal formatters"
-msgstr ""
-
-#: src/z3ext/formatter/fancydatetime.py:72
-#. Default: ""
-msgid "Today at ${value}"
-msgstr ""
-
-#: src/z3ext/formatter/fancydatetime.py:82
-#. Default: ""
-msgid "Yesterday at ${value}"
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:35
-msgid "Timezone"
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:36
-msgid "Portal timezone."
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:42
-#: src/z3ext/formatter/interfaces.py:43
-msgid "Timezone format"
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:49
-msgid "Use principal timezone"
-msgstr ""
-
-#: src/z3ext/formatter/interfaces.py:50
-msgid "Render datetime with user selected timezone."
-msgstr ""
-
-#: src/z3ext/formatter/vocabulary.py:28
-msgid "No timezone"
-msgstr ""
-
-#: src/z3ext/formatter/vocabulary.py:29
-msgid "Number of hours"
-msgstr ""
-
-#: src/z3ext/formatter/vocabulary.py:30
-msgid "Timezone name"
-msgstr ""
-

Copied: z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/z3ext.formatter.pot (from rev 92413, z3ext.formatter/trunk/src/z3ext/formatter/locales/z3ext.formatter.pot)
===================================================================
--- z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/z3ext.formatter.pot	                        (rev 0)
+++ z3ext.formatter/tags/1.2.4/src/z3ext/formatter/locales/z3ext.formatter.pot	2008-10-21 09:06:40 UTC (rev 92414)
@@ -0,0 +1,76 @@
+##############################################################################
+#
+# 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 21 15:00:08 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/formatter/configure.zcml:26
+msgid "Configure portal formatters."
+msgstr ""
+
+#: src/z3ext/formatter/configure.zcml:26
+msgid "Portal formatters"
+msgstr ""
+
+#: src/z3ext/formatter/fancydatetime.py:72
+#. Default: ""
+msgid "Today at ${value}"
+msgstr ""
+
+#: src/z3ext/formatter/fancydatetime.py:82
+#. Default: ""
+msgid "Yesterday at ${value}"
+msgstr ""
+
+#: src/z3ext/formatter/interfaces.py:35
+msgid "Timezone"
+msgstr ""
+
+#: src/z3ext/formatter/interfaces.py:36
+msgid "Portal timezone."
+msgstr ""
+
+#: src/z3ext/formatter/interfaces.py:42
+#: src/z3ext/formatter/interfaces.py:43
+msgid "Timezone format"
+msgstr ""
+
+#: src/z3ext/formatter/interfaces.py:49
+msgid "Use principal timezone"
+msgstr ""
+
+#: src/z3ext/formatter/interfaces.py:50
+msgid "Render datetime with user selected timezone."
+msgstr ""
+
+#: src/z3ext/formatter/vocabulary.py:28
+msgid "No timezone"
+msgstr ""
+
+#: src/z3ext/formatter/vocabulary.py:29
+msgid "Number of hours"
+msgstr ""
+
+#: src/z3ext/formatter/vocabulary.py:30
+msgid "Timezone name"
+msgstr ""
+



More information about the Checkins mailing list