updated translations (addresses #16)
This commit is contained in:
parent
7bfe4996b2
commit
510237745d
3 changed files with 153 additions and 86 deletions
Binary file not shown.
|
@ -9,70 +9,107 @@ msgstr ""
|
|||
"Project-Id-Version: pyalchemybiz 0.1\n"
|
||||
"Report-Msgid-Bugs-To: jan@dittberner.info\n"
|
||||
"POT-Creation-Date: 2008-10-06 00:50+0200\n"
|
||||
"PO-Revision-Date: 2009-02-08 21:39+0100\n"
|
||||
"PO-Revision-Date: 2009-03-14 20:37+0100\n"
|
||||
"Last-Translator: Jan Dittberner <jan@dittberner.info>\n"
|
||||
"Language-Team: de <de@li.org>\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 0.9.1\n"
|
||||
"Generated-By: Babel 0.9.4\n"
|
||||
|
||||
#: pyalchemybiz/controllers/index.py:11
|
||||
#: pyalchemybiz/templates/customer/create.mako:3
|
||||
#: pyalchemybiz/templates/customer/edit.mako:3
|
||||
#: pyalchemybiz/templates/customer/index.mako:3
|
||||
#: pyalchemybiz/controllers/customer.py:22
|
||||
msgid "Please enter customer's firstname."
|
||||
msgstr "Bitte geben Sie den Vornamen des Kunden ein."
|
||||
|
||||
#: pyalchemybiz/controllers/customer.py:27
|
||||
msgid "Please enter customer's lastname."
|
||||
msgstr "Bitte geben Sie den Nachnamen des Kunden ein."
|
||||
|
||||
#: pyalchemybiz/controllers/index.py:13
|
||||
#: pyalchemybiz/templates/base/customer.mako:4
|
||||
#: pyalchemybiz/templates/base/customer.mako:5
|
||||
msgid "Customer management"
|
||||
msgstr "Kundenverwaltung"
|
||||
|
||||
#: pyalchemybiz/templates/base.mako:5
|
||||
#: pyalchemybiz/templates/base/base.mako:23
|
||||
#: pyalchemybiz/templates/base/base.mako:28
|
||||
msgid "PyAlchemyBiz"
|
||||
msgstr "PyAlchemyBiz"
|
||||
|
||||
#: pyalchemybiz/templates/base.mako:14
|
||||
#, python-format
|
||||
msgid "Return to the %s."
|
||||
msgstr "Zurück zur %s."
|
||||
|
||||
#: pyalchemybiz/templates/base.mako:15
|
||||
msgid "FrontPage"
|
||||
msgstr "Startseite"
|
||||
|
||||
#: pyalchemybiz/templates/customer/create.mako:4
|
||||
msgid "Create new customer"
|
||||
msgstr "Neuen Kunden anlegen"
|
||||
|
||||
#: pyalchemybiz/templates/customer/create.mako:8
|
||||
#: pyalchemybiz/templates/customer/edit.mako:8
|
||||
msgid "First name:"
|
||||
msgstr "Vorname:"
|
||||
|
||||
#: pyalchemybiz/templates/customer/create.mako:10
|
||||
#: pyalchemybiz/templates/customer/edit.mako:10
|
||||
msgid "Last name:"
|
||||
msgstr "Nachname:"
|
||||
|
||||
#: pyalchemybiz/templates/customer/create.mako:13
|
||||
msgid "Add new customer"
|
||||
msgstr "Neuen Kunden hinzufügen"
|
||||
|
||||
#: pyalchemybiz/templates/customer/edit.mako:4
|
||||
#: pyalchemybiz/templates/derived/customer/edit.mako:5
|
||||
#: pyalchemybiz/templates/derived/customer/edit.mako:11
|
||||
msgid "Edit customer"
|
||||
msgstr "Kunden bearbeiten"
|
||||
|
||||
#: pyalchemybiz/templates/customer/edit.mako:13
|
||||
#: pyalchemybiz/templates/derived/customer/edit.mako:7
|
||||
msgid "Save changes"
|
||||
msgstr "Änderungen speichern"
|
||||
|
||||
#: pyalchemybiz/templates/customer/index.mako:7
|
||||
msgid "edit customer"
|
||||
msgstr "Kunden bearbeiten"
|
||||
#: pyalchemybiz/templates/derived/customer/fields.mako:1
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:8
|
||||
msgid "First name:"
|
||||
msgstr "Vorname:"
|
||||
|
||||
#: pyalchemybiz/templates/customer/index.mako:7
|
||||
msgid "delete customer"
|
||||
msgstr "Kunden löschen"
|
||||
#: pyalchemybiz/templates/derived/customer/fields.mako:3
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:11
|
||||
msgid "Last name:"
|
||||
msgstr "Nachname:"
|
||||
|
||||
#: pyalchemybiz/templates/customer/index.mako:11
|
||||
msgid "create new customer"
|
||||
#: pyalchemybiz/templates/derived/customer/list.mako:28
|
||||
msgid ""
|
||||
"$link_first $link_previous $first_item to $last_item of $item_count "
|
||||
"$link_next $link_last"
|
||||
msgstr "$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last"
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/list.mako:31
|
||||
#| msgid "view customer"
|
||||
msgid "Customer ID"
|
||||
msgstr "Kunden ID"
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/list.mako:32
|
||||
#| msgid "view customer"
|
||||
msgid "Customer"
|
||||
msgstr "Kunde"
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/list.mako:43
|
||||
msgid "No customers have yet been created."
|
||||
msgstr "Bis jetzt wurden keine Kunden angelegt."
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/list.mako:44
|
||||
msgid "Add one"
|
||||
msgstr "Einen hinzufügen"
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/new.mako:5
|
||||
#: pyalchemybiz/templates/derived/customer/new.mako:11
|
||||
msgid "Create new customer"
|
||||
msgstr "Neuen Kunden anlegen"
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/new.mako:7
|
||||
msgid "Add new customer"
|
||||
msgstr "Neuen Kunden hinzufügen"
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:3
|
||||
msgid "View customer"
|
||||
msgstr "Kunden anzeigen"
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:18
|
||||
#| msgid "delete customer"
|
||||
msgid "All Customers"
|
||||
msgstr "Alle Kunden"
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:19
|
||||
#| msgid "view customer"
|
||||
msgid "New Customer"
|
||||
msgstr "Neuer Kunde"
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:20
|
||||
#| msgid "edit customer"
|
||||
msgid "Edit Customer"
|
||||
msgstr "Kunden bearbeiten"
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:21
|
||||
#| msgid "delete customer"
|
||||
msgid "Delete Customer"
|
||||
msgstr "Kunden löschen"
|
||||
|
||||
|
|
|
@ -8,70 +8,100 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: pyalchemybiz 0.1\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2009-02-08 21:39+0100\n"
|
||||
"POT-Creation-Date: 2009-03-14 20:35+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 0.9.1\n"
|
||||
"Generated-By: Babel 0.9.4\n"
|
||||
|
||||
#: pyalchemybiz/controllers/index.py:11
|
||||
#: pyalchemybiz/templates/customer/create.mako:3
|
||||
#: pyalchemybiz/templates/customer/edit.mako:3
|
||||
#: pyalchemybiz/templates/customer/index.mako:3
|
||||
#: pyalchemybiz/controllers/customer.py:22
|
||||
msgid "Please enter customer's firstname."
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/controllers/customer.py:27
|
||||
msgid "Please enter customer's lastname."
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/controllers/index.py:13 pyalchemybiz/templates/base/customer.mako:4
|
||||
#: pyalchemybiz/templates/base/customer.mako:5
|
||||
msgid "Customer management"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/base.mako:5
|
||||
#: pyalchemybiz/templates/base/base.mako:23
|
||||
#: pyalchemybiz/templates/base/base.mako:28
|
||||
msgid "PyAlchemyBiz"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/base.mako:14
|
||||
#, python-format
|
||||
msgid "Return to the %s."
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/base.mako:15
|
||||
msgid "FrontPage"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/customer/create.mako:4
|
||||
msgid "Create new customer"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/customer/create.mako:8
|
||||
#: pyalchemybiz/templates/customer/edit.mako:8
|
||||
msgid "First name:"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/customer/create.mako:10
|
||||
#: pyalchemybiz/templates/customer/edit.mako:10
|
||||
msgid "Last name:"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/customer/create.mako:13
|
||||
msgid "Add new customer"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/customer/edit.mako:4
|
||||
#: pyalchemybiz/templates/derived/customer/edit.mako:5
|
||||
#: pyalchemybiz/templates/derived/customer/edit.mako:11
|
||||
msgid "Edit customer"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/customer/edit.mako:13
|
||||
#: pyalchemybiz/templates/derived/customer/edit.mako:7
|
||||
msgid "Save changes"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/customer/index.mako:7
|
||||
msgid "edit customer"
|
||||
#: pyalchemybiz/templates/derived/customer/fields.mako:1
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:8
|
||||
msgid "First name:"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/customer/index.mako:7
|
||||
msgid "delete customer"
|
||||
#: pyalchemybiz/templates/derived/customer/fields.mako:3
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:11
|
||||
msgid "Last name:"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/customer/index.mako:11
|
||||
msgid "create new customer"
|
||||
#: pyalchemybiz/templates/derived/customer/list.mako:28
|
||||
msgid ""
|
||||
"$link_first $link_previous $first_item to $last_item of $item_count "
|
||||
"$link_next $link_last"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/list.mako:31
|
||||
msgid "Customer ID"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/list.mako:32
|
||||
msgid "Customer"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/list.mako:43
|
||||
msgid "No customers have yet been created."
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/list.mako:44
|
||||
msgid "Add one"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/new.mako:5
|
||||
#: pyalchemybiz/templates/derived/customer/new.mako:11
|
||||
msgid "Create new customer"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/new.mako:7
|
||||
msgid "Add new customer"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:3
|
||||
msgid "View customer"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:18
|
||||
msgid "All Customers"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:19
|
||||
msgid "New Customer"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:20
|
||||
msgid "Edit Customer"
|
||||
msgstr ""
|
||||
|
||||
#: pyalchemybiz/templates/derived/customer/view.mako:21
|
||||
msgid "Delete Customer"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue