Author: [EMAIL PROTECTED]
Date: Fri Nov 21 04:30:24 2008
New Revision: 82
Added:
trunk/AUTHORS
trunk/messages/locale/pl/
trunk/messages/locale/pl/LC_MESSAGES/
trunk/messages/locale/pl/LC_MESSAGES/django.mo (contents, props
changed)
trunk/messages/locale/pl/LC_MESSAGES/django.po
Log:
adding polish translation, thanks maczewski. adding an AUTHORS file to keep
track of contributors (please send me a note if you are missing or want to
be listed with your full name.)
Added: trunk/AUTHORS
==============================================================================
--- (empty file)
+++ trunk/AUTHORS Fri Nov 21 04:30:24 2008
@@ -0,0 +1,5 @@
+Arne Brodowski
+Jannis Leidel
+froland
+Juanjo-sfe
+maczewski
\ No newline at end of file
Added: trunk/messages/locale/pl/LC_MESSAGES/django.mo
==============================================================================
Binary file. No diff available.
Added: trunk/messages/locale/pl/LC_MESSAGES/django.po
==============================================================================
--- (empty file)
+++ trunk/messages/locale/pl/LC_MESSAGES/django.po Fri Nov 21 04:30:24 2008
@@ -0,0 +1,250 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-11-20 08:10+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
+"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: fields.py:39
+#, python-format
+msgid "The following usernames are incorrect: %(users)s"
+msgstr "Te nazwy użytkowników są niewłaściwe: %(users)s"
+
+#: forms.py:23 models.py:53 templates/messages/outbox.html:7
+#: templates/messages/view.html:12
+msgid "Recipient"
+msgstr "Odbiorca"
+
+#: forms.py:24 models.py:50 templates/messages/inbox.html:7
+#: templates/messages/outbox.html:7 templates/messages/trash.html:7
+#: templates/messages/view.html:6
+msgid "Subject"
+msgstr "Temat"
+
+#: forms.py:25 models.py:51
+msgid "Body"
+msgstr "Treść"
+
+#: management.py:10
+msgid "Message Received"
+msgstr "Wiadomość otrzymana"
+
+#: management.py:10
+msgid "you have received a message"
+msgstr "otrzymałeś wiadomość"
+
+#: management.py:11
+msgid "Message Sent"
+msgstr "Wiadomość wysłana"
+
+#: management.py:11
+msgid "you have sent a message"
+msgstr "wysłałeś wiadomość"
+
+#: management.py:12
+msgid "Message Replied"
+msgstr "Odpowiedź wysłana"
+
+#: management.py:12
+msgid "you have replied to a message"
+msgstr "odpowiedziałeś na wiadomość"
+
+#: management.py:13
+msgid "Reply Received"
+msgstr "Odpowiedź otrzymana"
+
+#: management.py:13
+msgid "you have received a reply to a message"
+msgstr "Dostałeś odpowiedź na wiadomość"
+
+#: management.py:14
+msgid "Message Deleted"
+msgstr "Wiadomość skasowana"
+
+#: management.py:14
+msgid "you have deleted a message"
+msgstr "skasowałeś wiadomość"
+
+#: management.py:15
+msgid "Message Recovered"
+msgstr "Wiadomość odzyskana"
+
+#: management.py:15
+msgid "you have undelete a message"
+msgstr "Odzyskałeś skasowaną wiadomość"
+
+#: models.py:52 templates/messages/inbox.html:7
+#: templates/messages/trash.html:7 templates/messages/view.html:8
+msgid "Sender"
+msgstr "Nadawca"
+
+#: models.py:54
+msgid "Parent message"
+msgstr "Poprzednia wiadomość"
+
+#: models.py:55
+msgid "sent at"
+msgstr "wysłano"
+
+#: models.py:56
+msgid "read at"
+msgstr "przeczytano"
+
+#: models.py:57
+msgid "replied at"
+msgstr "odpowiedziano"
+
+#: models.py:58
+msgid "Sender deleted at"
+msgstr "Nadawcę skasowano"
+
+#: models.py:59
+msgid "Recipient deleted at"
+msgstr "Adresata skasowano"
+
+#: models.py:89
+msgid "Message"
+msgstr "Wiadomość"
+
+#: models.py:90
+msgid "Messages"
+msgstr "Wiadomości"
+
+#: utils.py:26
+#, python-format
+msgid "New Message: %(subject)s"
+msgstr "Nowa wiadomość: %(subject)s"
+
+#: views.py:80 views.py:108
+msgid "Message successfully sent."
+msgstr "Wiadomość wysłana"
+
+#: views.py:114
+#, python-format
+msgid ""
+"%(sender)s wrote:\n"
+"%(body)s"
+msgstr ""
+"%(sender)s napisał:\n"
+"%(body)s"
+
+#: views.py:118
+#, python-format
+msgid "Re: %(subject)s"
+msgstr "Odp: %(subject)s"
+
+#: views.py:154
+msgid "Message successfully deleted."
+msgstr "Wiadomość skasowana"
+
+#: views.py:181
+msgid "Message successfully recovered."
+msgstr "Wiadomość odzyskana"
+
+#: templates/messages/base.html:8 templates/messages/inbox.html:4
+#: templates/messages/new_message.html:10
+msgid "Inbox"
+msgstr "Wiadomości otrzymane"
+
+#: templates/messages/base.html:9 templates/messages/outbox.html:4
+msgid "Sent Messages"
+msgstr "Wiadomości wysłane"
+
+#: templates/messages/base.html:10
+msgid "New Message"
+msgstr "Nowa wiadomość"
+
+#: templates/messages/base.html:11
+msgid "Trash"
+msgstr "Kosz"
+
+#: templates/messages/compose.html:4
+msgid "Compose Message"
+msgstr "Stwórz wiadomość"
+
+#: templates/messages/compose.html:9
+msgid "Send"
+msgstr "Wyślij"
+
+#: templates/messages/inbox.html:7
+msgid "Received"
+msgstr "Otrzymane"
+
+#: templates/messages/inbox.html:7 templates/messages/outbox.html:7
+#: templates/messages/trash.html:7
+msgid "Action"
+msgstr "akcja"
+
+#: templates/messages/inbox.html:19 templates/messages/outbox.html:16
+#: templates/messages/trash.html:16 templates/messages/view.html:11
+msgid "DATETIME_FORMAT"
+msgstr ""
+
+#: templates/messages/inbox.html:20 templates/messages/outbox.html:17
+msgid "delete"
+msgstr "usuń"
+
+#: templates/messages/new_message.html:1
+#, python-format
+msgid ""
+"Hello %(recipient)s,\n"
+"\n"
+"you received a private message from %(sender)s with\n"
+"the following contents:"
+msgstr ""
+"Witaj, %(recipient)s,\n"
+"\n"
+"otrzymałeś od użytkownika %(sender)s wiadomość\n"
+"o następującej treści:"
+
+#: templates/messages/new_message.html:9
+#, python-format
+msgid "Sent from %(site_url)s"
+msgstr "Wysłane z adresu %(site_url)s"
+
+#: templates/messages/new_message.html:11 templates/messages/view.html:18
+msgid "Reply"
+msgstr "Odpowiedz"
+
+#: templates/messages/outbox.html:7
+msgid "Sent"
+msgstr "Wiadomości wysłane"
+
+#: templates/messages/trash.html:4
+msgid "Deleted Messages"
+msgstr "Wiadomości skasowane"
+
+#: templates/messages/trash.html:7 templates/messages/view.html:10
+msgid "Date"
+msgstr "Data"
+
+#: templates/messages/trash.html:17
+msgid "undelete"
+msgstr "odzyskaj"
+
+#: templates/messages/trash.html:23
+msgid ""
+"Deleted Messages are removed from the trash at unregular intervals,
don't "
+"rely on this feature for long-time storage."
+msgstr ""
+"Wiadomości są usuwane z Kosza nieregularnie. Nie licz, "
+"że zastaniesz je tutaj po dłuższym czasie"
+
+#: templates/messages/view.html:4
+msgid "View Message"
+msgstr "Zobacz wiadomość"
+
+#: templates/messages/view.html:20
+msgid "Delete"
+msgstr "Usuń"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---