[Checkins] SVN: z3c.locales/trunk/ - Added z3c.wizard to list of translated packages. Added German

Michael Howitz mh at gocept.com
Tue Dec 29 09:28:56 EST 2009


Log message for revision 107250:
  - Added z3c.wizard to list of translated packages. Added German
    translations for this package.
  
  - Removed .mo file from distribution. `zope.i18n` is able to produce
    it on the fly (when `python-gettext` is installed, too).
  

Changed:
  U   z3c.locales/trunk/CHANGES.txt
  U   z3c.locales/trunk/buildout.cfg
  U   z3c.locales/trunk/setup.py
  D   z3c.locales/trunk/src/z3c/locales/de/LC_MESSAGES/z3c.mo
  U   z3c.locales/trunk/src/z3c/locales/de/LC_MESSAGES/z3c.po
  U   z3c.locales/trunk/src/z3c/locales/z3c.pot

-=-
Modified: z3c.locales/trunk/CHANGES.txt
===================================================================
--- z3c.locales/trunk/CHANGES.txt	2009-12-29 14:22:22 UTC (rev 107249)
+++ z3c.locales/trunk/CHANGES.txt	2009-12-29 14:28:55 UTC (rev 107250)
@@ -8,7 +8,13 @@
 
 - Updated author's email address and home page address.
 
+- Added z3c.wizard to list of translated packages. Added German
+  translations for this package.
 
+- Removed .mo file from distribution. `zope.i18n` is able to produce
+  it on the fly (when `python-gettext` is installed, too).
+
+
 0.1.0 (2009-12-24)
 ------------------
 

Modified: z3c.locales/trunk/buildout.cfg
===================================================================
--- z3c.locales/trunk/buildout.cfg	2009-12-29 14:22:22 UTC (rev 107249)
+++ z3c.locales/trunk/buildout.cfg	2009-12-29 14:28:55 UTC (rev 107250)
@@ -5,10 +5,11 @@
 [i18n]
 recipe = z3c.recipe.i18n:i18n
 eggs = z3c.locales [extract]
-packages = z3c.table
+packages = z3c.authviewlet
            z3c.contents
-           z3c.authviewlet
            z3c.layer.pagelet
+           z3c.table
+           z3c.wizard
 domain = z3c
 output = src/z3c/locales
 maker = z3c.csvvocabulary.csvStrings

Modified: z3c.locales/trunk/setup.py
===================================================================
--- z3c.locales/trunk/setup.py	2009-12-29 14:22:22 UTC (rev 107249)
+++ z3c.locales/trunk/setup.py	2009-12-29 14:28:55 UTC (rev 107250)
@@ -60,6 +60,7 @@
             'z3c.csvvocabulary',
             'z3c.layer.pagelet',
             'z3c.table',
+            'z3c.wizard',
             ],
         ),
     install_requires = [

Deleted: z3c.locales/trunk/src/z3c/locales/de/LC_MESSAGES/z3c.mo
===================================================================
(Binary files differ)

Modified: z3c.locales/trunk/src/z3c/locales/de/LC_MESSAGES/z3c.po
===================================================================
--- z3c.locales/trunk/src/z3c/locales/de/LC_MESSAGES/z3c.po	2009-12-29 14:22:22 UTC (rev 107249)
+++ z3c.locales/trunk/src/z3c/locales/de/LC_MESSAGES/z3c.po	2009-12-29 14:28:55 UTC (rev 107250)
@@ -1,8 +1,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"POT-Creation-Date: Sun Dec 27 14:37:07 2009\n"
-"PO-Revision-Date: 2009-12-27 14:37+0100\n"
+"POT-Creation-Date: Tue Dec 29 12:14:38 2009\n"
+"PO-Revision-Date: 2009-12-29 14:46+0100\n"
 "Last-Translator: Michael Howitz <mh at gocept.com>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
@@ -235,21 +235,21 @@
 msgid "unauthorized-msg"
 msgstr "Sie sind nicht berechtigt."
 
-#: z3c/table/column.py:142
-#: z3c/table/column.py:315
+#: z3c/table/column.py:141
+#: z3c/table/column.py:314
 msgid "Name"
 msgstr "Name"
 
-#: z3c/table/column.py:151
-#: z3c/table/column.py:191
+#: z3c/table/column.py:150
+#: z3c/table/column.py:190
 msgid "X"
 msgstr "X"
 
-#: z3c/table/column.py:277
+#: z3c/table/column.py:276
 msgid "Created"
 msgstr "Erstellt"
 
-#: z3c/table/column.py:296
+#: z3c/table/column.py:295
 msgid "Modified"
 msgstr "Geändert"
 
@@ -277,35 +277,35 @@
 msgid "The minimal size the batch starts to get used"
 msgstr "The minimal size the batch starts to get used"
 
-#: z3c/table/interfaces.py:201
+#: z3c/table/interfaces.py:204
 msgid "Id"
 msgstr "ID"
 
-#: z3c/table/interfaces.py:202
+#: z3c/table/interfaces.py:205
 msgid "The column id"
 msgstr "Die Spalten-ID"
 
-#: z3c/table/interfaces.py:207
+#: z3c/table/interfaces.py:210
 msgid "Colspan"
 msgstr "Colspan"
 
-#: z3c/table/interfaces.py:208
+#: z3c/table/interfaces.py:211
 msgid "The colspan value"
 msgstr "The colspan value"
 
-#: z3c/table/interfaces.py:212
+#: z3c/table/interfaces.py:215
 msgid "Weight"
 msgstr "Gewicht"
 
-#: z3c/table/interfaces.py:213
+#: z3c/table/interfaces.py:216
 msgid "The column weight"
 msgstr "The column weight"
 
-#: z3c/table/interfaces.py:217
+#: z3c/table/interfaces.py:220
 msgid "Header name"
 msgstr "Header name"
 
-#: z3c/table/interfaces.py:218
+#: z3c/table/interfaces.py:221
 msgid "The header name"
 msgstr "The header name"
 
@@ -340,3 +340,31 @@
 msgid "Reverse sort order name"
 msgstr "Reverse sort order name"
 
+#: z3c/wizard/interfaces.py:42
+msgid "Back"
+msgstr "zurück"
+
+#: z3c/wizard/interfaces.py:47
+msgid "Next"
+msgstr "weiter"
+
+#: z3c/wizard/interfaces.py:52
+msgid "Complete"
+msgstr "fertig"
+
+#: z3c/wizard/step.py:210
+msgid "Apply"
+msgstr "Anwenden"
+
+#: z3c/wizard/step.py:82
+msgid "There were some errors."
+msgstr "Einige Fehler sind aufgetreten."
+
+#: z3c/wizard/step.py:83
+msgid "Data successfully updated."
+msgstr "Daten erfolgreich aktualisiert."
+
+#: z3c/wizard/step.py:84
+msgid "No changes were applied."
+msgstr "Keine Änderungen durchgeführt."
+

Modified: z3c.locales/trunk/src/z3c/locales/z3c.pot
===================================================================
--- z3c.locales/trunk/src/z3c/locales/z3c.pot	2009-12-29 14:22:22 UTC (rev 107249)
+++ z3c.locales/trunk/src/z3c/locales/z3c.pot	2009-12-29 14:28:55 UTC (rev 107250)
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Development/Unknown\n"
-"POT-Creation-Date: Sun Dec 27 14:37:07 2009\n"
+"POT-Creation-Date: Tue Dec 29 12:14:38 2009\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"
@@ -249,21 +249,21 @@
 msgid "unauthorized-msg"
 msgstr ""
 
-#: z3c/table/column.py:142
-#: z3c/table/column.py:315
+#: z3c/table/column.py:141
+#: z3c/table/column.py:314
 msgid "Name"
 msgstr ""
 
-#: z3c/table/column.py:151
-#: z3c/table/column.py:191
+#: z3c/table/column.py:150
+#: z3c/table/column.py:190
 msgid "X"
 msgstr ""
 
-#: z3c/table/column.py:277
+#: z3c/table/column.py:276
 msgid "Created"
 msgstr ""
 
-#: z3c/table/column.py:296
+#: z3c/table/column.py:295
 msgid "Modified"
 msgstr ""
 
@@ -291,35 +291,35 @@
 msgid "The minimal size the batch starts to get used"
 msgstr ""
 
-#: z3c/table/interfaces.py:201
+#: z3c/table/interfaces.py:204
 msgid "Id"
 msgstr ""
 
-#: z3c/table/interfaces.py:202
+#: z3c/table/interfaces.py:205
 msgid "The column id"
 msgstr ""
 
-#: z3c/table/interfaces.py:207
+#: z3c/table/interfaces.py:210
 msgid "Colspan"
 msgstr ""
 
-#: z3c/table/interfaces.py:208
+#: z3c/table/interfaces.py:211
 msgid "The colspan value"
 msgstr ""
 
-#: z3c/table/interfaces.py:212
+#: z3c/table/interfaces.py:215
 msgid "Weight"
 msgstr ""
 
-#: z3c/table/interfaces.py:213
+#: z3c/table/interfaces.py:216
 msgid "The column weight"
 msgstr ""
 
-#: z3c/table/interfaces.py:217
+#: z3c/table/interfaces.py:220
 msgid "Header name"
 msgstr ""
 
-#: z3c/table/interfaces.py:218
+#: z3c/table/interfaces.py:221
 msgid "The header name"
 msgstr ""
 
@@ -354,3 +354,31 @@
 msgid "Reverse sort order name"
 msgstr ""
 
+#: z3c/wizard/interfaces.py:42
+msgid "Back"
+msgstr ""
+
+#: z3c/wizard/interfaces.py:47
+msgid "Next"
+msgstr ""
+
+#: z3c/wizard/interfaces.py:52
+msgid "Complete"
+msgstr ""
+
+#: z3c/wizard/step.py:210
+msgid "Apply"
+msgstr ""
+
+#: z3c/wizard/step.py:82
+msgid "There were some errors."
+msgstr ""
+
+#: z3c/wizard/step.py:83
+msgid "Data successfully updated."
+msgstr ""
+
+#: z3c/wizard/step.py:84
+msgid "No changes were applied."
+msgstr ""
+



More information about the checkins mailing list