-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roman Bryś
authored and
Roman Bryś
committed
Apr 16, 2016
1 parent
fc244fe
commit 6732b72
Showing
2 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: django-passwords\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2015-08-27 12:30+0200\n" | ||
"PO-Revision-Date: 2016-04-16 15:04+0200\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" | ||
"Language-Team: \n" | ||
"X-Generator: Poedit 1.8.7\n" | ||
"Last-Translator: Roman Bryś <[email protected]>\n" | ||
"Language: pl\n" | ||
|
||
#: fields.py:27 | ||
#, python-format | ||
msgid "%i to %i characters" | ||
msgstr "Liczba znaków od %i do %i" | ||
|
||
#: fields.py:31 | ||
#, python-format | ||
msgid "%i characters minimum" | ||
msgstr "Minimalna liczba znaków: %i" | ||
|
||
#: validators.py:47 | ||
#, python-format | ||
msgid "Invalid Length (%s)" | ||
msgstr "Nieprawidłowa długość (%s)" | ||
|
||
#: validators.py:57 | ||
#, python-format | ||
msgid "Must be %s characters or more" | ||
msgstr "Musi zawierać %s znaków lub więcej" | ||
|
||
#: validators.py:59 | ||
#, python-format | ||
msgid "Must be %s characters or less" | ||
msgstr "Musi zawierać %s znaków lub mniej" | ||
|
||
#: validators.py:66 | ||
#, python-format | ||
msgid "Must be more complex (%s)" | ||
msgstr "Musi być bardziej złożone (%s)" | ||
|
||
#: validators.py:98 | ||
#, python-format | ||
msgid "%(UPPER)s or more unique uppercase characters" | ||
msgstr "%(UPPER)s lub więcej unikalnych dużych liter" | ||
|
||
#: validators.py:102 | ||
#, python-format | ||
msgid "%(LOWER)s or more unique lowercase characters" | ||
msgstr "%(LOWER)s lub więcej unikalnych małych liter" | ||
|
||
#: validators.py:106 | ||
#, python-format | ||
msgid "%(LETTERS)s or more unique letters" | ||
msgstr "%(LETTERS)s lub więcej unikalnych liter" | ||
|
||
#: validators.py:110 | ||
#, python-format | ||
msgid "%(DIGITS)s or more unique digits" | ||
msgstr "%(DIGITS)s lub więcej unikalnych cyfr" | ||
|
||
#: validators.py:114 | ||
#, python-format | ||
msgid "%(PUNCTUATION)s or more unique punctuation characters: %%s" | ||
msgstr "%(PUNCTUATION)s lub więcej unikalnych znaków interpunkcyjnych: %%s" | ||
|
||
#: validators.py:118 | ||
#, python-format | ||
msgid "%(SPECIAL)s or more non unique special characters" | ||
msgstr "%(SPECIAL)s lub więcej znaków specjalnych" | ||
|
||
#: validators.py:122 | ||
#, python-format | ||
msgid "%(WORDS)s or more unique words" | ||
msgstr "%(WORDS)s lub więcej unikalnych słów" | ||
|
||
#: validators.py:119 | ||
msgid "must contain " | ||
msgstr "musi zawierać " | ||
|
||
#: validators.py:132 | ||
#, python-format | ||
msgid "Too Similar to [%(haystacks)s]" | ||
msgstr "Zbyt podobne do [%(haystacks)s]" | ||
|
||
#: validators.py:176 | ||
msgid "Based on a dictionary word" | ||
msgstr "Oparte o wyraz ze słownika." | ||
|
||
#: validators.py:195 | ||
msgid "Based on a common sequence of characters" | ||
msgstr "Oparte o powszechną sekwencję znaków" |