Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from emesik/master
Browse files Browse the repository at this point in the history
Add Polish translations
  • Loading branch information
benkonrath committed Sep 20, 2013
2 parents 3251814 + d406fc7 commit 046c166
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
Binary file added django_iban/locale/pl/LC_MESSAGES/django.mo
Binary file not shown.
52 changes: 52 additions & 0 deletions django_iban/locale/pl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# 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@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-20 05:28-0500\n"
"PO-Revision-Date: 2013-09-20 12:32+0100\n"
"Last-Translator: Michał Sałaban <michal@salaban.info>\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"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 1.5.7\n"

#: validators.py:108
#, python-format
msgid "Wrong IBAN length for country code %s."
msgstr "Zła długość IBAN dla kraju o kodzie %s."

#: validators.py:110
#, python-format
msgid "%s is not a valid Country Code for IBAN."
msgstr "%s jest nieprawidłowym kodem kraju dla IBAN."

#: validators.py:121 validators.py:130
#, python-format
msgid "%s is not a valid character for IBAN."
msgstr "Znak %s jest niedozwolony w IBAN."

#: validators.py:134
msgid "Not a valid IBAN."
msgstr "Nieprawidłowy IBAN."

#: validators.py:143
msgid "A SWIFT-BIC is either 8 or 11 characters long."
msgstr "SWIFT-BIC powinien mieć 8 lub 11 znaków."

#: validators.py:149
#, python-format
msgid "%s is not a valid SWIFT-BIC Institution Code."
msgstr "%s nie jest prawidłowym kodem instytucji SWIFT-BIC."

#: validators.py:154
#, python-format
msgid "%s is not a valid SWIFT-BIC Country Code."
msgstr "%s nie jest prawidłowym kodem kraju SWIFT-BIC."

0 comments on commit 046c166

Please sign in to comment.